facets 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY.rdoc +34 -0
- data/{meta/profile → PROFILE} +15 -1
- data/README.rdoc +11 -17
- data/Rakefile +74 -31
- data/VERSION +1 -0
- data/lib/core-uncommon/facets/array/median.rb +17 -0
- data/lib/core-uncommon/facets/array/op_pow.rb +9 -0
- data/lib/{tour → core-uncommon}/facets/array/percentile.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/class/preallocate.rb +3 -0
- data/lib/core-uncommon/facets/enumerable/has.rb +22 -0
- data/lib/core-uncommon/facets/enumerable/have.rb +1 -0
- data/lib/{tour → core-uncommon}/facets/integer/roman.rb +9 -0
- data/lib/{tour → core-uncommon}/facets/kernel/demo.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/kernel/eigenclass.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/kernel/instance_exec.rb +6 -0
- data/lib/{tour → core-uncommon}/facets/kernel/memo.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/kernel/trap_chain.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/kernel/y.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/method/memoize.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/module/attr_class_accessor.rb +6 -0
- data/lib/{tour → core-uncommon}/facets/module/attr_inheritor.rb +2 -0
- data/lib/{tour → core-uncommon}/facets/module/attr_tester.rb +8 -0
- data/lib/{tour → core-uncommon}/facets/module/attr_validator.rb +6 -0
- data/lib/{tour → core-uncommon}/facets/module/cattr.rb +24 -0
- data/lib/core-uncommon/facets/module/class_accessor.rb +33 -0
- data/lib/{tour → core-uncommon}/facets/module/class_extend.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/module/class_inheritor.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/module/copy_inheritor.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/module/enclosure.rb +6 -0
- data/lib/{tour → core-uncommon}/facets/module/enclosures.rb +0 -0
- data/lib/{tour → core-uncommon}/facets/module/include_as.rb +0 -0
- data/lib/{tour → core-uncommon}/facets/module/instance_function.rb +2 -0
- data/lib/{tour → core-uncommon}/facets/module/memoize.rb +0 -0
- data/lib/{tour → core-uncommon}/facets/module/method_space.rb +5 -0
- data/lib/{tour → core-uncommon}/facets/module/module_load.rb +6 -0
- data/lib/{tour → core-uncommon}/facets/module/preextend.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/module/prepend.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/regexp/op_or.rb +2 -0
- data/lib/{tour → core-uncommon}/facets/string/crypt.rb +3 -0
- data/lib/{tour → core-uncommon}/facets/string/roman.rb +0 -0
- data/lib/core/facets.rb +19 -0
- data/lib/core/facets.yml +1144 -0
- data/lib/core/facets/applique/file_helpers.rb +4 -4
- data/lib/core/facets/array.rb +0 -1
- data/lib/core/facets/binding.rb +1 -1
- data/lib/core/facets/class.rb +1 -1
- data/lib/core/facets/comparable.rb +1 -1
- data/lib/core/facets/dir.rb +1 -1
- data/lib/core/facets/dir/recurse.rb +1 -1
- data/lib/core/facets/enumerable.rb +1 -1
- data/lib/core/facets/exception.rb +1 -1
- data/lib/core/facets/file.rb +1 -1
- data/lib/core/facets/file/create.rb +1 -1
- data/lib/core/facets/file/read_binary.rb +2 -2
- data/lib/core/facets/file/rewrite.rb +4 -4
- data/lib/core/facets/file/write.rb +1 -1
- data/lib/core/facets/file/writelines.rb +1 -1
- data/lib/core/facets/filetest.rb +1 -1
- data/lib/core/facets/filetest/absolute.rb +1 -0
- data/lib/core/facets/filetest/contains.rb +12 -0
- data/lib/core/facets/filetest/relative.rb +38 -0
- data/lib/core/facets/filetest/safe.rb +20 -0
- data/lib/core/facets/filetest/separator_pattern.rb +19 -0
- data/lib/core/facets/float.rb +1 -1
- data/lib/core/facets/hash.rb +1 -1
- data/lib/core/facets/integer.rb +1 -1
- data/lib/core/facets/kernel.rb +1 -1
- data/lib/core/facets/kernel/no.rb +1 -0
- data/lib/core/facets/kernel/object_hexid.rb +3 -1
- data/lib/core/facets/kernel/yes.rb +25 -0
- data/lib/core/facets/matchdata.rb +1 -1
- data/lib/core/facets/method.rb +1 -1
- data/lib/core/facets/module.rb +1 -1
- data/lib/core/facets/module/redefine_method.rb +4 -4
- data/lib/core/facets/nilclass.rb +1 -1
- data/lib/core/facets/numeric.rb +1 -1
- data/lib/core/facets/object.rb +1 -1
- data/lib/core/facets/object/replace.rb +2 -2
- data/lib/core/facets/objectspace.rb +1 -1
- data/lib/core/facets/proc.rb +1 -1
- data/lib/core/facets/process.rb +1 -1
- data/lib/core/facets/range.rb +1 -1
- data/lib/core/facets/regexp.rb +1 -1
- data/lib/core/facets/string.rb +1 -1
- data/lib/core/facets/string/file.rb +4 -2
- data/lib/core/facets/string/random_binary.rb +10 -0
- data/lib/core/facets/string/unquote.rb +1 -1
- data/lib/core/facets/struct.rb +1 -1
- data/lib/core/facets/symbol.rb +1 -1
- data/lib/core/facets/time.rb +1 -1
- data/lib/core/facets/unboundmethod.rb +1 -1
- data/lib/{more → standard}/facets/basicobject.rb +0 -0
- data/lib/{more → standard}/facets/cgi.rb +0 -0
- data/lib/{more → standard}/facets/continuation.rb +0 -0
- data/lib/{more → standard}/facets/date.rb +0 -0
- data/lib/standard/facets/digest.rb +2 -0
- data/lib/standard/facets/digest/base64digest.rb +45 -0
- data/lib/standard/facets/digest/salted_digest.rb +44 -0
- data/lib/{more → standard}/facets/erb.rb +0 -0
- data/lib/{more → standard}/facets/fileutils.rb +5 -0
- data/lib/standard/facets/fileutils/amass.rb +33 -0
- data/lib/{more → standard}/facets/fileutils/cp_rx.rb +3 -1
- data/lib/{more → standard}/facets/fileutils/head.rb +0 -0
- data/lib/standard/facets/fileutils/ln_r.rb +92 -0
- data/lib/standard/facets/fileutils/outofdate.rb +38 -0
- data/lib/{more → standard}/facets/fileutils/safe_ln.rb +0 -0
- data/lib/{more → standard}/facets/fileutils/slice.rb +14 -12
- data/lib/standard/facets/fileutils/stage.rb +66 -0
- data/lib/{more → standard}/facets/fileutils/tail.rb +0 -0
- data/lib/{more → standard}/facets/fileutils/wc.rb +0 -0
- data/lib/{more → standard}/facets/fileutils/whereis.rb +0 -0
- data/lib/{more → standard}/facets/fileutils/which.rb +2 -0
- data/lib/{more → standard}/facets/find.rb +0 -0
- data/lib/{more → standard}/facets/getoptlong.rb +0 -0
- data/lib/{more → standard}/facets/math.rb +1 -1
- data/lib/{more → standard}/facets/math/abs.rb +0 -0
- data/lib/{more → standard}/facets/math/acot.rb +0 -0
- data/lib/{more → standard}/facets/math/acoth.rb +0 -0
- data/lib/{more → standard}/facets/math/acsc.rb +0 -0
- data/lib/{more → standard}/facets/math/acsch.rb +0 -0
- data/lib/{more → standard}/facets/math/amd.rb +0 -0
- data/lib/{more → standard}/facets/math/approx_equal.rb +1 -1
- data/lib/{more → standard}/facets/math/asec.rb +0 -0
- data/lib/{more → standard}/facets/math/asech.rb +0 -0
- data/lib/{more → standard}/facets/math/atkinson_index.rb +0 -0
- data/lib/{more → standard}/facets/math/beta.rb +0 -0
- data/lib/{more → standard}/facets/math/cdf.rb +0 -0
- data/lib/{more → standard}/facets/math/ceil.rb +0 -0
- data/lib/{more → standard}/facets/math/cot.rb +0 -0
- data/lib/{more → standard}/facets/math/coth.rb +0 -0
- data/lib/{more → standard}/facets/math/csc.rb +0 -0
- data/lib/{more → standard}/facets/math/csch.rb +0 -0
- data/lib/{more → standard}/facets/math/delta.rb +2 -1
- data/lib/{more → standard}/facets/math/epsilon.rb +0 -0
- data/lib/{more → standard}/facets/math/exp10.rb +0 -0
- data/lib/{more → standard}/facets/math/exp2.rb +0 -0
- data/lib/{more → standard}/facets/math/factorial.rb +0 -0
- data/lib/{more → standard}/facets/math/floor.rb +0 -0
- data/lib/{more → standard}/facets/math/gamma.rb +0 -0
- data/lib/{more → standard}/facets/math/gcd.rb +0 -0
- data/lib/{more → standard}/facets/math/gini_coefficient.rb +0 -0
- data/lib/{more → standard}/facets/math/kldivergence.rb +0 -0
- data/lib/{more → standard}/facets/math/lcm.rb +0 -0
- data/lib/{more → standard}/facets/math/lgamma.rb +0 -0
- data/lib/{more → standard}/facets/math/linsolve.rb +0 -0
- data/lib/{more → standard}/facets/math/log2.rb +0 -0
- data/lib/{more → standard}/facets/math/max.rb +0 -0
- data/lib/{more → standard}/facets/math/mean.rb +0 -0
- data/lib/{more → standard}/facets/math/median.rb +0 -0
- data/lib/{more → standard}/facets/math/min.rb +0 -0
- data/lib/{more → standard}/facets/math/pow.rb +0 -0
- data/lib/{more → standard}/facets/math/pstd.rb +0 -0
- data/lib/{more → standard}/facets/math/pvariance.rb +0 -0
- data/lib/{more → standard}/facets/math/rmd.rb +0 -0
- data/lib/{more → standard}/facets/math/root.rb +0 -0
- data/lib/{more → standard}/facets/math/sec.rb +0 -0
- data/lib/{more → standard}/facets/math/sech.rb +0 -0
- data/lib/{more → standard}/facets/math/sign.rb +0 -0
- data/lib/{more → standard}/facets/math/sinc.rb +0 -0
- data/lib/{more → standard}/facets/math/sqr.rb +0 -0
- data/lib/{more → standard}/facets/math/sqsolve.rb +0 -0
- data/lib/{more → standard}/facets/math/std.rb +0 -0
- data/lib/{more → standard}/facets/math/stderr.rb +0 -0
- data/lib/{more → standard}/facets/math/sum.rb +0 -0
- data/lib/{more → standard}/facets/math/summed_sqdevs.rb +0 -0
- data/lib/{more → standard}/facets/math/theil_index.rb +0 -0
- data/lib/{more → standard}/facets/math/variance.rb +0 -0
- data/lib/standard/facets/net/http.rb +32 -0
- data/lib/{more → standard}/facets/ostruct.rb +0 -0
- data/lib/{more → standard}/facets/pathname.rb +1 -0
- data/lib/{more → standard}/facets/random.rb +2 -2
- data/lib/standard/facets/rbconfig.rb +78 -0
- data/lib/{more → standard}/facets/set.rb +0 -0
- data/lib/{more → standard}/facets/shellwords.rb +2 -0
- data/lib/standard/facets/strscan.rb +16 -0
- data/lib/{more → standard}/facets/thread.rb +0 -0
- data/lib/{more → standard}/facets/uri.rb +0 -0
- data/lib/{more → standard}/facets/yaml.rb +0 -0
- data/lib/{more → standard}/facets/zlib.rb +0 -0
- data/lib/{more → supplemental}/facets/argvector.rb +0 -0
- data/lib/{more → supplemental}/facets/atomicfile.rb +0 -0
- data/lib/{more → supplemental}/facets/interval.rb +0 -0
- data/lib/{more → supplemental}/facets/main.rb +0 -0
- data/lib/{more → supplemental}/facets/memoizable.rb +0 -0
- data/lib/{more → supplemental}/facets/metaid.rb +0 -0
- data/lib/{more → supplemental}/facets/multipliers.rb +0 -0
- data/lib/{more → supplemental}/facets/multiton.rb +0 -0
- data/lib/{more → supplemental}/facets/nullclass.rb +0 -0
- data/lib/{more → supplemental}/facets/opesc.rb +0 -0
- data/lib/{more → supplemental}/facets/platform.rb +156 -5
- data/lib/{more → supplemental}/facets/reference.rb +0 -0
- data/lib/{more → supplemental}/facets/timer.rb +0 -0
- data/lib/{more → supplemental}/facets/tuple.rb +0 -0
- data/qed/applique/file_helpers.rb +10 -0
- data/qed/{tour → core-uncommon}/module/cattr.rdoc +0 -0
- data/qed/{tour → core-uncommon}/module/class_extend.rdoc +0 -0
- data/qed/{tour → core-uncommon}/module/class_inheritor.rdoc +0 -0
- data/qed/{tour → core-uncommon}/module/copy_inheritor.rdoc +0 -0
- data/qed/{tour → core-uncommon}/module/method_space.rdoc +0 -0
- data/qed/{more → standard}/basic_object.rdoc +0 -0
- data/qed/{more → supplemental}/memoizable.rdoc +0 -0
- data/qed/{more → supplemental}/mulititon.rdoc +0 -0
- data/test/{tour → core-uncommon}/array/test_median.rb +0 -0
- data/test/{tour → core-uncommon}/array/test_percentile.rb +0 -0
- data/test/{tour → core-uncommon}/class/test_preallocate.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_cattr.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_class_extend.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_class_inheritor.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_copy_inheritor.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_enclosure.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_instance_function.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_memoize.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_method_space.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_module_load.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_preextend.rb +0 -0
- data/test/{tour → core-uncommon}/module/test_prepend.rb +0 -0
- data/test/core/dir/test_each_child.rb +1 -1
- data/test/core/dir/test_multiglob.rb +2 -2
- data/test/core/hash/test_zip.rb +12 -0
- data/test/core/{kernel → object}/test_dup.rb +51 -1
- data/test/core/{kernel → object}/test_object_state.rb +1 -1
- data/test/core/{kernel → object}/test_replace.rb +12 -12
- data/test/core/{kernel → object}/test_try_dup.rb +2 -2
- data/test/{more → standard}/test_date.rb +0 -0
- data/test/{more → standard}/test_ostruct.rb +0 -0
- data/test/{more → standard}/test_random.rb +0 -0
- data/test/{more → standard}/test_shellwords.rb +0 -0
- data/test/{more → standard}/test_thread.rb +0 -0
- data/test/{more → standard}/test_timer.rb +0 -0
- data/test/{more → standard}/test_uri.rb +0 -0
- data/test/{more → supplemental}/test_argvector.rb +0 -0
- data/test/{more → supplemental}/test_memoizable.rb +0 -0
- data/test/{more → supplemental}/test_multipliers.rb +0 -0
- data/test/{more → supplemental}/test_tuple.rb +0 -0
- metadata +224 -204
- data/lib/more/facets/rbconfig.rb +0 -150
- data/lib/tour/facets/array/median.rb +0 -14
- data/lib/tour/facets/array/op_pow.rb +0 -5
- data/lib/tour/facets/module/class_accessor.rb +0 -27
- data/meta/data.rb +0 -29
- data/meta/package +0 -10
- data/test/core/hash/test_zipnew.rb +0 -12
File without changes
|
File without changes
|
File without changes
|
@@ -1,4 +1,5 @@
|
|
1
1
|
require 'fileutils'
|
2
|
+
require 'pathname'
|
2
3
|
|
3
4
|
def temporary_directory
|
4
5
|
@temporary_directory ||= 'tmp'
|
@@ -22,3 +23,12 @@ When /Given a directory '(.*?)' containing/ do |dir, text|
|
|
22
23
|
end
|
23
24
|
end
|
24
25
|
|
26
|
+
# Return project root directory by looking for +lib+ directory.
|
27
|
+
def root_directory
|
28
|
+
@root_directory ||= (
|
29
|
+
Pathname.new(Dir.pwd).ascend do |root|
|
30
|
+
break root if root.join('lib').directory?
|
31
|
+
end
|
32
|
+
)
|
33
|
+
end
|
34
|
+
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -3,8 +3,8 @@ covers 'facets/dir/multiglob'
|
|
3
3
|
tests Dir do
|
4
4
|
|
5
5
|
metaunit :multiglob do
|
6
|
-
r = Dir.multiglob('test/c*'
|
7
|
-
r.assert == ['test/core', 'test/
|
6
|
+
r = Dir.multiglob('test/c*').sort
|
7
|
+
r.assert == ['test/core', 'test/core-uncommon']
|
8
8
|
end
|
9
9
|
|
10
10
|
metaunit :multiglob_r do
|
@@ -1,4 +1,6 @@
|
|
1
|
-
covers 'facets/
|
1
|
+
covers 'facets/object/dup'
|
2
|
+
|
3
|
+
# TODO: Improve object/dup tests.
|
2
4
|
|
3
5
|
tests Object do
|
4
6
|
setup "ordinary object" do
|
@@ -12,6 +14,14 @@ tests Object do
|
|
12
14
|
unit :clone? do |o|
|
13
15
|
assert o.clone?
|
14
16
|
end
|
17
|
+
|
18
|
+
unit :dup! do |o|
|
19
|
+
assert o.dup!
|
20
|
+
end
|
21
|
+
|
22
|
+
unit :try_dup do |o|
|
23
|
+
assert o.try_dup
|
24
|
+
end
|
15
25
|
end
|
16
26
|
|
17
27
|
tests TrueClass do
|
@@ -22,6 +32,14 @@ tests TrueClass do
|
|
22
32
|
unit :clone? do
|
23
33
|
refute true.clone?
|
24
34
|
end
|
35
|
+
|
36
|
+
unit :dup! do
|
37
|
+
assert true.dup!
|
38
|
+
end
|
39
|
+
|
40
|
+
unit :try_dup do
|
41
|
+
assert true.try_dup
|
42
|
+
end
|
25
43
|
end
|
26
44
|
|
27
45
|
tests FalseClass do
|
@@ -32,6 +50,14 @@ tests FalseClass do
|
|
32
50
|
unit :clone? do
|
33
51
|
refute false.clone?
|
34
52
|
end
|
53
|
+
|
54
|
+
unit :dup! do
|
55
|
+
false.dup!.assert == false
|
56
|
+
end
|
57
|
+
|
58
|
+
unit :try_dup do
|
59
|
+
false.try_dup.assert == false
|
60
|
+
end
|
35
61
|
end
|
36
62
|
|
37
63
|
tests NilClass do
|
@@ -42,6 +68,14 @@ tests NilClass do
|
|
42
68
|
unit :clone? do
|
43
69
|
refute nil.clone?
|
44
70
|
end
|
71
|
+
|
72
|
+
unit :dup! do
|
73
|
+
nil.dup!.assert == nil
|
74
|
+
end
|
75
|
+
|
76
|
+
unit :try_dup do
|
77
|
+
nil.try_dup.assert == nil
|
78
|
+
end
|
45
79
|
end
|
46
80
|
|
47
81
|
tests Symbol do
|
@@ -52,6 +86,14 @@ tests Symbol do
|
|
52
86
|
unit :clone? do
|
53
87
|
refute :a.clone?
|
54
88
|
end
|
89
|
+
|
90
|
+
unit :dup! do
|
91
|
+
:a.dup!.assert == :a
|
92
|
+
end
|
93
|
+
|
94
|
+
unit :try_dup do
|
95
|
+
:a.try_dup.assert == :a
|
96
|
+
end
|
55
97
|
end
|
56
98
|
|
57
99
|
tests Numeric do
|
@@ -62,5 +104,13 @@ tests Numeric do
|
|
62
104
|
unit :clone? do
|
63
105
|
refute 1.clone?
|
64
106
|
end
|
107
|
+
|
108
|
+
unit :dup! do
|
109
|
+
1.dup!.assert == 1
|
110
|
+
end
|
111
|
+
|
112
|
+
unit :try_dup do
|
113
|
+
1.try_dup.assert == 1
|
114
|
+
end
|
65
115
|
end
|
66
116
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
covers 'facets/
|
1
|
+
covers 'facets/object/replace'
|
2
2
|
|
3
3
|
tests Object do
|
4
4
|
|
@@ -11,14 +11,12 @@ tests Object do
|
|
11
11
|
end
|
12
12
|
|
13
13
|
o = c.new(1,2)
|
14
|
-
|
15
14
|
o.a.assert == 1
|
16
15
|
o.b.assert == 2
|
17
16
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
o.b.assert == 4
|
17
|
+
expect ArgumentError do
|
18
|
+
o.replace(:a=>3, :b=>4)
|
19
|
+
end
|
22
20
|
end
|
23
21
|
|
24
22
|
end
|
@@ -34,14 +32,16 @@ tests Object do
|
|
34
32
|
end
|
35
33
|
end
|
36
34
|
|
37
|
-
|
38
|
-
|
39
|
-
|
35
|
+
a = c.new('bob', 60)
|
36
|
+
a.name.assert == 'bob'
|
37
|
+
a.age.assert == 60
|
40
38
|
|
41
|
-
|
39
|
+
b = c.new('tom', 40)
|
42
40
|
|
43
|
-
|
44
|
-
|
41
|
+
a.replace(b)
|
42
|
+
|
43
|
+
a.name.assert == 'tom'
|
44
|
+
a.age.assert == 40
|
45
45
|
end
|
46
46
|
|
47
47
|
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 41
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 2.9.
|
9
|
+
- 1
|
10
|
+
version: 2.9.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Thomas Sawyer <transfire@gmail.com>
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2011-02-20 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -199,7 +199,12 @@ files:
|
|
199
199
|
- lib/core/facets/file/write.rb
|
200
200
|
- lib/core/facets/file/writelines.rb
|
201
201
|
- lib/core/facets/file.rb
|
202
|
+
- lib/core/facets/filetest/absolute.rb
|
203
|
+
- lib/core/facets/filetest/contains.rb
|
204
|
+
- lib/core/facets/filetest/relative.rb
|
202
205
|
- lib/core/facets/filetest/root.rb
|
206
|
+
- lib/core/facets/filetest/safe.rb
|
207
|
+
- lib/core/facets/filetest/separator_pattern.rb
|
203
208
|
- lib/core/facets/filetest.rb
|
204
209
|
- lib/core/facets/float/round.rb
|
205
210
|
- lib/core/facets/float.rb
|
@@ -309,6 +314,7 @@ files:
|
|
309
314
|
- lib/core/facets/kernel/meta_def.rb
|
310
315
|
- lib/core/facets/kernel/meta_eval.rb
|
311
316
|
- lib/core/facets/kernel/method.rb
|
317
|
+
- lib/core/facets/kernel/no.rb
|
312
318
|
- lib/core/facets/kernel/not.rb
|
313
319
|
- lib/core/facets/kernel/not_nil.rb
|
314
320
|
- lib/core/facets/kernel/object_class.rb
|
@@ -334,6 +340,7 @@ files:
|
|
334
340
|
- lib/core/facets/kernel/val.rb
|
335
341
|
- lib/core/facets/kernel/with.rb
|
336
342
|
- lib/core/facets/kernel/writers.rb
|
343
|
+
- lib/core/facets/kernel/yes.rb
|
337
344
|
- lib/core/facets/kernel.rb
|
338
345
|
- lib/core/facets/lazy.rb
|
339
346
|
- lib/core/facets/matchdata/match.rb
|
@@ -465,6 +472,7 @@ files:
|
|
465
472
|
- lib/core/facets/string/outdent.rb
|
466
473
|
- lib/core/facets/string/pathize.rb
|
467
474
|
- lib/core/facets/string/quote.rb
|
475
|
+
- lib/core/facets/string/random_binary.rb
|
468
476
|
- lib/core/facets/string/range.rb
|
469
477
|
- lib/core/facets/string/range_all.rb
|
470
478
|
- lib/core/facets/string/range_of_line.rb
|
@@ -529,135 +537,144 @@ files:
|
|
529
537
|
- lib/core/facets/unboundmethod/name.rb
|
530
538
|
- lib/core/facets/unboundmethod.rb
|
531
539
|
- lib/core/facets.rb
|
532
|
-
- lib/
|
533
|
-
- lib/
|
534
|
-
- lib/
|
535
|
-
- lib/
|
536
|
-
- lib/
|
537
|
-
- lib/
|
538
|
-
- lib/
|
539
|
-
- lib/
|
540
|
-
- lib/
|
541
|
-
- lib/
|
542
|
-
- lib/
|
543
|
-
- lib/
|
544
|
-
- lib/
|
545
|
-
- lib/
|
546
|
-
- lib/
|
547
|
-
- lib/
|
548
|
-
- lib/
|
549
|
-
- lib/
|
550
|
-
- lib/
|
551
|
-
- lib/
|
552
|
-
- lib/
|
553
|
-
- lib/
|
554
|
-
- lib/
|
555
|
-
- lib/
|
556
|
-
- lib/
|
557
|
-
- lib/
|
558
|
-
- lib/
|
559
|
-
- lib/
|
560
|
-
- lib/
|
561
|
-
- lib/
|
562
|
-
- lib/
|
563
|
-
- lib/
|
564
|
-
- lib/
|
565
|
-
- lib/
|
566
|
-
- lib/
|
567
|
-
- lib/
|
568
|
-
- lib/
|
569
|
-
- lib/
|
570
|
-
- lib/
|
571
|
-
- lib/
|
572
|
-
- lib/
|
573
|
-
- lib/
|
574
|
-
- lib/
|
575
|
-
- lib/
|
576
|
-
- lib/
|
577
|
-
- lib/
|
578
|
-
- lib/
|
579
|
-
- lib/
|
580
|
-
- lib/
|
581
|
-
- lib/
|
582
|
-
- lib/
|
583
|
-
- lib/
|
584
|
-
- lib/
|
585
|
-
- lib/
|
586
|
-
- lib/
|
587
|
-
- lib/
|
588
|
-
- lib/
|
589
|
-
- lib/
|
590
|
-
- lib/
|
591
|
-
- lib/
|
592
|
-
- lib/
|
593
|
-
- lib/
|
594
|
-
- lib/
|
595
|
-
- lib/
|
596
|
-
- lib/
|
597
|
-
- lib/
|
598
|
-
- lib/
|
599
|
-
- lib/
|
600
|
-
- lib/
|
601
|
-
- lib/
|
602
|
-
- lib/
|
603
|
-
- lib/
|
604
|
-
- lib/
|
605
|
-
- lib/
|
606
|
-
- lib/
|
607
|
-
- lib/
|
608
|
-
- lib/
|
609
|
-
- lib/
|
610
|
-
- lib/
|
611
|
-
- lib/
|
612
|
-
- lib/
|
613
|
-
- lib/
|
614
|
-
- lib/
|
615
|
-
- lib/
|
616
|
-
- lib/
|
617
|
-
- lib/
|
618
|
-
- lib/
|
619
|
-
- lib/
|
620
|
-
- lib/
|
621
|
-
- lib/
|
622
|
-
- lib/
|
623
|
-
- lib/
|
624
|
-
- lib/
|
625
|
-
- lib/
|
626
|
-
- lib/
|
627
|
-
- lib/
|
628
|
-
- lib/
|
629
|
-
- lib/
|
630
|
-
- lib/
|
631
|
-
- lib/
|
632
|
-
- lib/
|
633
|
-
- lib/
|
634
|
-
- lib/
|
635
|
-
- lib/
|
636
|
-
- lib/
|
637
|
-
- lib/
|
638
|
-
- lib/
|
639
|
-
- lib/
|
640
|
-
- lib/
|
641
|
-
- lib/
|
642
|
-
- lib/
|
643
|
-
- lib/
|
644
|
-
- lib/
|
645
|
-
- lib/
|
646
|
-
- lib/
|
647
|
-
- lib/
|
648
|
-
- lib/
|
649
|
-
- lib/
|
650
|
-
- lib/
|
651
|
-
- lib/
|
652
|
-
- lib/
|
653
|
-
- lib/
|
654
|
-
- lib/
|
655
|
-
- lib/
|
656
|
-
- lib/
|
657
|
-
- lib/
|
658
|
-
-
|
659
|
-
-
|
660
|
-
-
|
540
|
+
- lib/core/facets.yml
|
541
|
+
- lib/core-uncommon/facets/array/median.rb
|
542
|
+
- lib/core-uncommon/facets/array/op_pow.rb
|
543
|
+
- lib/core-uncommon/facets/array/percentile.rb
|
544
|
+
- lib/core-uncommon/facets/class/preallocate.rb
|
545
|
+
- lib/core-uncommon/facets/enumerable/has.rb
|
546
|
+
- lib/core-uncommon/facets/enumerable/have.rb
|
547
|
+
- lib/core-uncommon/facets/integer/roman.rb
|
548
|
+
- lib/core-uncommon/facets/kernel/demo.rb
|
549
|
+
- lib/core-uncommon/facets/kernel/eigenclass.rb
|
550
|
+
- lib/core-uncommon/facets/kernel/instance_exec.rb
|
551
|
+
- lib/core-uncommon/facets/kernel/memo.rb
|
552
|
+
- lib/core-uncommon/facets/kernel/trap_chain.rb
|
553
|
+
- lib/core-uncommon/facets/kernel/y.rb
|
554
|
+
- lib/core-uncommon/facets/method/memoize.rb
|
555
|
+
- lib/core-uncommon/facets/module/attr_class_accessor.rb
|
556
|
+
- lib/core-uncommon/facets/module/attr_inheritor.rb
|
557
|
+
- lib/core-uncommon/facets/module/attr_tester.rb
|
558
|
+
- lib/core-uncommon/facets/module/attr_validator.rb
|
559
|
+
- lib/core-uncommon/facets/module/cattr.rb
|
560
|
+
- lib/core-uncommon/facets/module/class_accessor.rb
|
561
|
+
- lib/core-uncommon/facets/module/class_extend.rb
|
562
|
+
- lib/core-uncommon/facets/module/class_inheritor.rb
|
563
|
+
- lib/core-uncommon/facets/module/copy_inheritor.rb
|
564
|
+
- lib/core-uncommon/facets/module/enclosure.rb
|
565
|
+
- lib/core-uncommon/facets/module/enclosures.rb
|
566
|
+
- lib/core-uncommon/facets/module/include_as.rb
|
567
|
+
- lib/core-uncommon/facets/module/instance_function.rb
|
568
|
+
- lib/core-uncommon/facets/module/memoize.rb
|
569
|
+
- lib/core-uncommon/facets/module/method_space.rb
|
570
|
+
- lib/core-uncommon/facets/module/module_load.rb
|
571
|
+
- lib/core-uncommon/facets/module/preextend.rb
|
572
|
+
- lib/core-uncommon/facets/module/prepend.rb
|
573
|
+
- lib/core-uncommon/facets/regexp/op_or.rb
|
574
|
+
- lib/core-uncommon/facets/string/crypt.rb
|
575
|
+
- lib/core-uncommon/facets/string/roman.rb
|
576
|
+
- lib/standard/facets/basicobject.rb
|
577
|
+
- lib/standard/facets/cgi.rb
|
578
|
+
- lib/standard/facets/continuation.rb
|
579
|
+
- lib/standard/facets/date.rb
|
580
|
+
- lib/standard/facets/digest/base64digest.rb
|
581
|
+
- lib/standard/facets/digest/salted_digest.rb
|
582
|
+
- lib/standard/facets/digest.rb
|
583
|
+
- lib/standard/facets/erb.rb
|
584
|
+
- lib/standard/facets/fileutils/amass.rb
|
585
|
+
- lib/standard/facets/fileutils/cp_rx.rb
|
586
|
+
- lib/standard/facets/fileutils/head.rb
|
587
|
+
- lib/standard/facets/fileutils/ln_r.rb
|
588
|
+
- lib/standard/facets/fileutils/outofdate.rb
|
589
|
+
- lib/standard/facets/fileutils/safe_ln.rb
|
590
|
+
- lib/standard/facets/fileutils/slice.rb
|
591
|
+
- lib/standard/facets/fileutils/stage.rb
|
592
|
+
- lib/standard/facets/fileutils/tail.rb
|
593
|
+
- lib/standard/facets/fileutils/wc.rb
|
594
|
+
- lib/standard/facets/fileutils/whereis.rb
|
595
|
+
- lib/standard/facets/fileutils/which.rb
|
596
|
+
- lib/standard/facets/fileutils.rb
|
597
|
+
- lib/standard/facets/find.rb
|
598
|
+
- lib/standard/facets/getoptlong.rb
|
599
|
+
- lib/standard/facets/math/abs.rb
|
600
|
+
- lib/standard/facets/math/acot.rb
|
601
|
+
- lib/standard/facets/math/acoth.rb
|
602
|
+
- lib/standard/facets/math/acsc.rb
|
603
|
+
- lib/standard/facets/math/acsch.rb
|
604
|
+
- lib/standard/facets/math/amd.rb
|
605
|
+
- lib/standard/facets/math/approx_equal.rb
|
606
|
+
- lib/standard/facets/math/asec.rb
|
607
|
+
- lib/standard/facets/math/asech.rb
|
608
|
+
- lib/standard/facets/math/atkinson_index.rb
|
609
|
+
- lib/standard/facets/math/beta.rb
|
610
|
+
- lib/standard/facets/math/cdf.rb
|
611
|
+
- lib/standard/facets/math/ceil.rb
|
612
|
+
- lib/standard/facets/math/cot.rb
|
613
|
+
- lib/standard/facets/math/coth.rb
|
614
|
+
- lib/standard/facets/math/csc.rb
|
615
|
+
- lib/standard/facets/math/csch.rb
|
616
|
+
- lib/standard/facets/math/delta.rb
|
617
|
+
- lib/standard/facets/math/epsilon.rb
|
618
|
+
- lib/standard/facets/math/exp10.rb
|
619
|
+
- lib/standard/facets/math/exp2.rb
|
620
|
+
- lib/standard/facets/math/factorial.rb
|
621
|
+
- lib/standard/facets/math/floor.rb
|
622
|
+
- lib/standard/facets/math/gamma.rb
|
623
|
+
- lib/standard/facets/math/gcd.rb
|
624
|
+
- lib/standard/facets/math/gini_coefficient.rb
|
625
|
+
- lib/standard/facets/math/kldivergence.rb
|
626
|
+
- lib/standard/facets/math/lcm.rb
|
627
|
+
- lib/standard/facets/math/lgamma.rb
|
628
|
+
- lib/standard/facets/math/linsolve.rb
|
629
|
+
- lib/standard/facets/math/log2.rb
|
630
|
+
- lib/standard/facets/math/max.rb
|
631
|
+
- lib/standard/facets/math/mean.rb
|
632
|
+
- lib/standard/facets/math/median.rb
|
633
|
+
- lib/standard/facets/math/min.rb
|
634
|
+
- lib/standard/facets/math/pow.rb
|
635
|
+
- lib/standard/facets/math/pstd.rb
|
636
|
+
- lib/standard/facets/math/pvariance.rb
|
637
|
+
- lib/standard/facets/math/rmd.rb
|
638
|
+
- lib/standard/facets/math/root.rb
|
639
|
+
- lib/standard/facets/math/sec.rb
|
640
|
+
- lib/standard/facets/math/sech.rb
|
641
|
+
- lib/standard/facets/math/sign.rb
|
642
|
+
- lib/standard/facets/math/sinc.rb
|
643
|
+
- lib/standard/facets/math/sqr.rb
|
644
|
+
- lib/standard/facets/math/sqsolve.rb
|
645
|
+
- lib/standard/facets/math/std.rb
|
646
|
+
- lib/standard/facets/math/stderr.rb
|
647
|
+
- lib/standard/facets/math/sum.rb
|
648
|
+
- lib/standard/facets/math/summed_sqdevs.rb
|
649
|
+
- lib/standard/facets/math/theil_index.rb
|
650
|
+
- lib/standard/facets/math/variance.rb
|
651
|
+
- lib/standard/facets/math.rb
|
652
|
+
- lib/standard/facets/net/http.rb
|
653
|
+
- lib/standard/facets/ostruct.rb
|
654
|
+
- lib/standard/facets/pathname.rb
|
655
|
+
- lib/standard/facets/random.rb
|
656
|
+
- lib/standard/facets/rbconfig.rb
|
657
|
+
- lib/standard/facets/set.rb
|
658
|
+
- lib/standard/facets/shellwords.rb
|
659
|
+
- lib/standard/facets/strscan.rb
|
660
|
+
- lib/standard/facets/thread.rb
|
661
|
+
- lib/standard/facets/uri.rb
|
662
|
+
- lib/standard/facets/yaml.rb
|
663
|
+
- lib/standard/facets/zlib.rb
|
664
|
+
- lib/supplemental/facets/argvector.rb
|
665
|
+
- lib/supplemental/facets/atomicfile.rb
|
666
|
+
- lib/supplemental/facets/interval.rb
|
667
|
+
- lib/supplemental/facets/main.rb
|
668
|
+
- lib/supplemental/facets/memoizable.rb
|
669
|
+
- lib/supplemental/facets/metaid.rb
|
670
|
+
- lib/supplemental/facets/multipliers.rb
|
671
|
+
- lib/supplemental/facets/multiton.rb
|
672
|
+
- lib/supplemental/facets/nullclass.rb
|
673
|
+
- lib/supplemental/facets/opesc.rb
|
674
|
+
- lib/supplemental/facets/platform.rb
|
675
|
+
- lib/supplemental/facets/reference.rb
|
676
|
+
- lib/supplemental/facets/timer.rb
|
677
|
+
- lib/supplemental/facets/tuple.rb
|
661
678
|
- qed/applique/file_helpers.rb
|
662
679
|
- qed/core/array/combination.rdoc
|
663
680
|
- qed/core/array/delete.rdoc
|
@@ -750,14 +767,14 @@ files:
|
|
750
767
|
- qed/core/string/word_wrap.rdoc
|
751
768
|
- qed/core/string/words.rdoc
|
752
769
|
- qed/core/string/xor.rdoc
|
753
|
-
- qed/
|
754
|
-
- qed/
|
755
|
-
- qed/
|
756
|
-
- qed/
|
757
|
-
- qed/
|
758
|
-
- qed/
|
759
|
-
- qed/
|
760
|
-
- qed/
|
770
|
+
- qed/core-uncommon/module/cattr.rdoc
|
771
|
+
- qed/core-uncommon/module/class_extend.rdoc
|
772
|
+
- qed/core-uncommon/module/class_inheritor.rdoc
|
773
|
+
- qed/core-uncommon/module/copy_inheritor.rdoc
|
774
|
+
- qed/core-uncommon/module/method_space.rdoc
|
775
|
+
- qed/standard/basic_object.rdoc
|
776
|
+
- qed/supplemental/memoizable.rdoc
|
777
|
+
- qed/supplemental/mulititon.rdoc
|
761
778
|
- test/core/array/test_after.rb
|
762
779
|
- test/core/array/test_before.rb
|
763
780
|
- test/core/array/test_collapse.rb
|
@@ -910,7 +927,7 @@ files:
|
|
910
927
|
- test/core/hash/test_update_keys.rb
|
911
928
|
- test/core/hash/test_update_values.rb
|
912
929
|
- test/core/hash/test_weave.rb
|
913
|
-
- test/core/hash/
|
930
|
+
- test/core/hash/test_zip.rb
|
914
931
|
- test/core/indexable_tc.rb
|
915
932
|
- test/core/integer/test_bitmask.rb
|
916
933
|
- test/core/integer/test_even.rb
|
@@ -933,7 +950,6 @@ files:
|
|
933
950
|
- test/core/kernel/test_deep_copy.rb
|
934
951
|
- test/core/kernel/test_dir.rb
|
935
952
|
- test/core/kernel/test_disable_warnings.rb
|
936
|
-
- test/core/kernel/test_dup.rb
|
937
953
|
- test/core/kernel/test_ergo.rb
|
938
954
|
- test/core/kernel/test_extension.rb
|
939
955
|
- test/core/kernel/test_get.rb
|
@@ -953,10 +969,8 @@ files:
|
|
953
969
|
- test/core/kernel/test_object_class.rb
|
954
970
|
- test/core/kernel/test_object_hexid.rb
|
955
971
|
- test/core/kernel/test_object_send.rb
|
956
|
-
- test/core/kernel/test_object_state.rb
|
957
972
|
- test/core/kernel/test_presence.rb
|
958
973
|
- test/core/kernel/test_qua_class.rb
|
959
|
-
- test/core/kernel/test_replace.rb
|
960
974
|
- test/core/kernel/test_require_all.rb
|
961
975
|
- test/core/kernel/test_require_relative.rb
|
962
976
|
- test/core/kernel/test_respond.rb
|
@@ -969,7 +983,6 @@ files:
|
|
969
983
|
- test/core/kernel/test_temporarily.rb
|
970
984
|
- test/core/kernel/test_true.rb
|
971
985
|
- test/core/kernel/test_try.rb
|
972
|
-
- test/core/kernel/test_try_dup.rb
|
973
986
|
- test/core/kernel/test_val.rb
|
974
987
|
- test/core/kernel/test_with.rb
|
975
988
|
- test/core/kernel/test_writers.rb
|
@@ -1013,6 +1026,10 @@ files:
|
|
1013
1026
|
- test/core/numeric/test_length.rb
|
1014
1027
|
- test/core/numeric/test_round.rb
|
1015
1028
|
- test/core/numeric/test_spacing.rb
|
1029
|
+
- test/core/object/test_dup.rb
|
1030
|
+
- test/core/object/test_object_state.rb
|
1031
|
+
- test/core/object/test_replace.rb
|
1032
|
+
- test/core/object/test_try_dup.rb
|
1016
1033
|
- test/core/proc/test_bind.rb
|
1017
1034
|
- test/core/proc/test_bind_to.rb
|
1018
1035
|
- test/core/proc/test_compose.rb
|
@@ -1121,36 +1138,38 @@ files:
|
|
1121
1138
|
- test/core/to_hash_tc.rb
|
1122
1139
|
- test/core/unboundmethod/test_arguments.rb
|
1123
1140
|
- test/core/unboundmethod/test_name.rb
|
1124
|
-
- test/
|
1125
|
-
- test/
|
1126
|
-
- test/
|
1127
|
-
- test/
|
1128
|
-
- test/
|
1129
|
-
- test/
|
1130
|
-
- test/
|
1131
|
-
- test/
|
1132
|
-
- test/
|
1133
|
-
- test/
|
1134
|
-
- test/
|
1135
|
-
- test/
|
1136
|
-
- test/
|
1137
|
-
- test/
|
1138
|
-
- test/
|
1139
|
-
- test/
|
1140
|
-
- test/
|
1141
|
-
- test/
|
1142
|
-
- test/
|
1143
|
-
- test/
|
1144
|
-
- test/
|
1145
|
-
- test/
|
1146
|
-
- test/
|
1147
|
-
- test/
|
1148
|
-
- test/
|
1141
|
+
- test/core-uncommon/array/test_median.rb
|
1142
|
+
- test/core-uncommon/array/test_percentile.rb
|
1143
|
+
- test/core-uncommon/class/test_preallocate.rb
|
1144
|
+
- test/core-uncommon/module/test_cattr.rb
|
1145
|
+
- test/core-uncommon/module/test_class_extend.rb
|
1146
|
+
- test/core-uncommon/module/test_class_inheritor.rb
|
1147
|
+
- test/core-uncommon/module/test_copy_inheritor.rb
|
1148
|
+
- test/core-uncommon/module/test_enclosure.rb
|
1149
|
+
- test/core-uncommon/module/test_instance_function.rb
|
1150
|
+
- test/core-uncommon/module/test_memoize.rb
|
1151
|
+
- test/core-uncommon/module/test_method_space.rb
|
1152
|
+
- test/core-uncommon/module/test_module_load.rb
|
1153
|
+
- test/core-uncommon/module/test_preextend.rb
|
1154
|
+
- test/core-uncommon/module/test_prepend.rb
|
1155
|
+
- test/standard/test_date.rb
|
1156
|
+
- test/standard/test_ostruct.rb
|
1157
|
+
- test/standard/test_random.rb
|
1158
|
+
- test/standard/test_shellwords.rb
|
1159
|
+
- test/standard/test_thread.rb
|
1160
|
+
- test/standard/test_timer.rb
|
1161
|
+
- test/standard/test_uri.rb
|
1162
|
+
- test/supplemental/test_argvector.rb
|
1163
|
+
- test/supplemental/test_memoizable.rb
|
1164
|
+
- test/supplemental/test_multipliers.rb
|
1165
|
+
- test/supplemental/test_tuple.rb
|
1149
1166
|
- Rakefile
|
1150
1167
|
- HISTORY.rdoc
|
1168
|
+
- PROFILE
|
1151
1169
|
- README.rdoc
|
1152
1170
|
- AUTHORS
|
1153
1171
|
- NOTICE
|
1172
|
+
- VERSION
|
1154
1173
|
- COPYING
|
1155
1174
|
has_rdoc: true
|
1156
1175
|
homepage: http://rubyworks.github.com/facets
|
@@ -1164,8 +1183,9 @@ rdoc_options:
|
|
1164
1183
|
- README.rdoc
|
1165
1184
|
require_paths:
|
1166
1185
|
- lib/core
|
1167
|
-
- lib/
|
1168
|
-
- lib/
|
1186
|
+
- lib/core-uncommon
|
1187
|
+
- lib/standard
|
1188
|
+
- lib/supplemental
|
1169
1189
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1170
1190
|
none: false
|
1171
1191
|
requirements:
|
@@ -1193,7 +1213,7 @@ specification_version: 3
|
|
1193
1213
|
summary: Premium Ruby Extensions
|
1194
1214
|
test_files:
|
1195
1215
|
- lib/core/facets/filetest.rb
|
1196
|
-
- lib/
|
1216
|
+
- lib/core-uncommon/facets/module/attr_tester.rb
|
1197
1217
|
- test/core/array/test_after.rb
|
1198
1218
|
- test/core/array/test_before.rb
|
1199
1219
|
- test/core/array/test_collapse.rb
|
@@ -1343,7 +1363,7 @@ test_files:
|
|
1343
1363
|
- test/core/hash/test_update_keys.rb
|
1344
1364
|
- test/core/hash/test_update_values.rb
|
1345
1365
|
- test/core/hash/test_weave.rb
|
1346
|
-
- test/core/hash/
|
1366
|
+
- test/core/hash/test_zip.rb
|
1347
1367
|
- test/core/integer/test_bitmask.rb
|
1348
1368
|
- test/core/integer/test_even.rb
|
1349
1369
|
- test/core/integer/test_factorial.rb
|
@@ -1365,7 +1385,6 @@ test_files:
|
|
1365
1385
|
- test/core/kernel/test_deep_copy.rb
|
1366
1386
|
- test/core/kernel/test_dir.rb
|
1367
1387
|
- test/core/kernel/test_disable_warnings.rb
|
1368
|
-
- test/core/kernel/test_dup.rb
|
1369
1388
|
- test/core/kernel/test_ergo.rb
|
1370
1389
|
- test/core/kernel/test_extension.rb
|
1371
1390
|
- test/core/kernel/test_get.rb
|
@@ -1385,10 +1404,8 @@ test_files:
|
|
1385
1404
|
- test/core/kernel/test_object_class.rb
|
1386
1405
|
- test/core/kernel/test_object_hexid.rb
|
1387
1406
|
- test/core/kernel/test_object_send.rb
|
1388
|
-
- test/core/kernel/test_object_state.rb
|
1389
1407
|
- test/core/kernel/test_presence.rb
|
1390
1408
|
- test/core/kernel/test_qua_class.rb
|
1391
|
-
- test/core/kernel/test_replace.rb
|
1392
1409
|
- test/core/kernel/test_require_all.rb
|
1393
1410
|
- test/core/kernel/test_require_relative.rb
|
1394
1411
|
- test/core/kernel/test_respond.rb
|
@@ -1401,7 +1418,6 @@ test_files:
|
|
1401
1418
|
- test/core/kernel/test_temporarily.rb
|
1402
1419
|
- test/core/kernel/test_true.rb
|
1403
1420
|
- test/core/kernel/test_try.rb
|
1404
|
-
- test/core/kernel/test_try_dup.rb
|
1405
1421
|
- test/core/kernel/test_val.rb
|
1406
1422
|
- test/core/kernel/test_with.rb
|
1407
1423
|
- test/core/kernel/test_writers.rb
|
@@ -1445,6 +1461,10 @@ test_files:
|
|
1445
1461
|
- test/core/numeric/test_length.rb
|
1446
1462
|
- test/core/numeric/test_round.rb
|
1447
1463
|
- test/core/numeric/test_spacing.rb
|
1464
|
+
- test/core/object/test_dup.rb
|
1465
|
+
- test/core/object/test_object_state.rb
|
1466
|
+
- test/core/object/test_replace.rb
|
1467
|
+
- test/core/object/test_try_dup.rb
|
1448
1468
|
- test/core/proc/test_bind.rb
|
1449
1469
|
- test/core/proc/test_bind_to.rb
|
1450
1470
|
- test/core/proc/test_compose.rb
|
@@ -1552,28 +1572,28 @@ test_files:
|
|
1552
1572
|
- test/core/time/test_trunc.rb
|
1553
1573
|
- test/core/unboundmethod/test_arguments.rb
|
1554
1574
|
- test/core/unboundmethod/test_name.rb
|
1555
|
-
- test/
|
1556
|
-
- test/
|
1557
|
-
- test/
|
1558
|
-
- test/
|
1559
|
-
- test/
|
1560
|
-
- test/
|
1561
|
-
- test/
|
1562
|
-
- test/
|
1563
|
-
- test/
|
1564
|
-
- test/
|
1565
|
-
- test/
|
1566
|
-
- test/
|
1567
|
-
- test/
|
1568
|
-
- test/
|
1569
|
-
- test/
|
1570
|
-
- test/
|
1571
|
-
- test/
|
1572
|
-
- test/
|
1573
|
-
- test/
|
1574
|
-
- test/
|
1575
|
-
- test/
|
1576
|
-
- test/
|
1577
|
-
- test/
|
1578
|
-
- test/
|
1579
|
-
- test/
|
1575
|
+
- test/core-uncommon/array/test_median.rb
|
1576
|
+
- test/core-uncommon/array/test_percentile.rb
|
1577
|
+
- test/core-uncommon/class/test_preallocate.rb
|
1578
|
+
- test/core-uncommon/module/test_cattr.rb
|
1579
|
+
- test/core-uncommon/module/test_class_extend.rb
|
1580
|
+
- test/core-uncommon/module/test_class_inheritor.rb
|
1581
|
+
- test/core-uncommon/module/test_copy_inheritor.rb
|
1582
|
+
- test/core-uncommon/module/test_enclosure.rb
|
1583
|
+
- test/core-uncommon/module/test_instance_function.rb
|
1584
|
+
- test/core-uncommon/module/test_memoize.rb
|
1585
|
+
- test/core-uncommon/module/test_method_space.rb
|
1586
|
+
- test/core-uncommon/module/test_module_load.rb
|
1587
|
+
- test/core-uncommon/module/test_preextend.rb
|
1588
|
+
- test/core-uncommon/module/test_prepend.rb
|
1589
|
+
- test/standard/test_date.rb
|
1590
|
+
- test/standard/test_ostruct.rb
|
1591
|
+
- test/standard/test_random.rb
|
1592
|
+
- test/standard/test_shellwords.rb
|
1593
|
+
- test/standard/test_thread.rb
|
1594
|
+
- test/standard/test_timer.rb
|
1595
|
+
- test/standard/test_uri.rb
|
1596
|
+
- test/supplemental/test_argvector.rb
|
1597
|
+
- test/supplemental/test_memoizable.rb
|
1598
|
+
- test/supplemental/test_multipliers.rb
|
1599
|
+
- test/supplemental/test_tuple.rb
|