facets 2.9.0 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. data/HISTORY.rdoc +34 -0
  2. data/{meta/profile → PROFILE} +15 -1
  3. data/README.rdoc +11 -17
  4. data/Rakefile +74 -31
  5. data/VERSION +1 -0
  6. data/lib/core-uncommon/facets/array/median.rb +17 -0
  7. data/lib/core-uncommon/facets/array/op_pow.rb +9 -0
  8. data/lib/{tour → core-uncommon}/facets/array/percentile.rb +3 -0
  9. data/lib/{tour → core-uncommon}/facets/class/preallocate.rb +3 -0
  10. data/lib/core-uncommon/facets/enumerable/has.rb +22 -0
  11. data/lib/core-uncommon/facets/enumerable/have.rb +1 -0
  12. data/lib/{tour → core-uncommon}/facets/integer/roman.rb +9 -0
  13. data/lib/{tour → core-uncommon}/facets/kernel/demo.rb +3 -0
  14. data/lib/{tour → core-uncommon}/facets/kernel/eigenclass.rb +3 -0
  15. data/lib/{tour → core-uncommon}/facets/kernel/instance_exec.rb +6 -0
  16. data/lib/{tour → core-uncommon}/facets/kernel/memo.rb +3 -0
  17. data/lib/{tour → core-uncommon}/facets/kernel/trap_chain.rb +3 -0
  18. data/lib/{tour → core-uncommon}/facets/kernel/y.rb +3 -0
  19. data/lib/{tour → core-uncommon}/facets/method/memoize.rb +3 -0
  20. data/lib/{tour → core-uncommon}/facets/module/attr_class_accessor.rb +6 -0
  21. data/lib/{tour → core-uncommon}/facets/module/attr_inheritor.rb +2 -0
  22. data/lib/{tour → core-uncommon}/facets/module/attr_tester.rb +8 -0
  23. data/lib/{tour → core-uncommon}/facets/module/attr_validator.rb +6 -0
  24. data/lib/{tour → core-uncommon}/facets/module/cattr.rb +24 -0
  25. data/lib/core-uncommon/facets/module/class_accessor.rb +33 -0
  26. data/lib/{tour → core-uncommon}/facets/module/class_extend.rb +3 -0
  27. data/lib/{tour → core-uncommon}/facets/module/class_inheritor.rb +3 -0
  28. data/lib/{tour → core-uncommon}/facets/module/copy_inheritor.rb +3 -0
  29. data/lib/{tour → core-uncommon}/facets/module/enclosure.rb +6 -0
  30. data/lib/{tour → core-uncommon}/facets/module/enclosures.rb +0 -0
  31. data/lib/{tour → core-uncommon}/facets/module/include_as.rb +0 -0
  32. data/lib/{tour → core-uncommon}/facets/module/instance_function.rb +2 -0
  33. data/lib/{tour → core-uncommon}/facets/module/memoize.rb +0 -0
  34. data/lib/{tour → core-uncommon}/facets/module/method_space.rb +5 -0
  35. data/lib/{tour → core-uncommon}/facets/module/module_load.rb +6 -0
  36. data/lib/{tour → core-uncommon}/facets/module/preextend.rb +3 -0
  37. data/lib/{tour → core-uncommon}/facets/module/prepend.rb +3 -0
  38. data/lib/{tour → core-uncommon}/facets/regexp/op_or.rb +2 -0
  39. data/lib/{tour → core-uncommon}/facets/string/crypt.rb +3 -0
  40. data/lib/{tour → core-uncommon}/facets/string/roman.rb +0 -0
  41. data/lib/core/facets.rb +19 -0
  42. data/lib/core/facets.yml +1144 -0
  43. data/lib/core/facets/applique/file_helpers.rb +4 -4
  44. data/lib/core/facets/array.rb +0 -1
  45. data/lib/core/facets/binding.rb +1 -1
  46. data/lib/core/facets/class.rb +1 -1
  47. data/lib/core/facets/comparable.rb +1 -1
  48. data/lib/core/facets/dir.rb +1 -1
  49. data/lib/core/facets/dir/recurse.rb +1 -1
  50. data/lib/core/facets/enumerable.rb +1 -1
  51. data/lib/core/facets/exception.rb +1 -1
  52. data/lib/core/facets/file.rb +1 -1
  53. data/lib/core/facets/file/create.rb +1 -1
  54. data/lib/core/facets/file/read_binary.rb +2 -2
  55. data/lib/core/facets/file/rewrite.rb +4 -4
  56. data/lib/core/facets/file/write.rb +1 -1
  57. data/lib/core/facets/file/writelines.rb +1 -1
  58. data/lib/core/facets/filetest.rb +1 -1
  59. data/lib/core/facets/filetest/absolute.rb +1 -0
  60. data/lib/core/facets/filetest/contains.rb +12 -0
  61. data/lib/core/facets/filetest/relative.rb +38 -0
  62. data/lib/core/facets/filetest/safe.rb +20 -0
  63. data/lib/core/facets/filetest/separator_pattern.rb +19 -0
  64. data/lib/core/facets/float.rb +1 -1
  65. data/lib/core/facets/hash.rb +1 -1
  66. data/lib/core/facets/integer.rb +1 -1
  67. data/lib/core/facets/kernel.rb +1 -1
  68. data/lib/core/facets/kernel/no.rb +1 -0
  69. data/lib/core/facets/kernel/object_hexid.rb +3 -1
  70. data/lib/core/facets/kernel/yes.rb +25 -0
  71. data/lib/core/facets/matchdata.rb +1 -1
  72. data/lib/core/facets/method.rb +1 -1
  73. data/lib/core/facets/module.rb +1 -1
  74. data/lib/core/facets/module/redefine_method.rb +4 -4
  75. data/lib/core/facets/nilclass.rb +1 -1
  76. data/lib/core/facets/numeric.rb +1 -1
  77. data/lib/core/facets/object.rb +1 -1
  78. data/lib/core/facets/object/replace.rb +2 -2
  79. data/lib/core/facets/objectspace.rb +1 -1
  80. data/lib/core/facets/proc.rb +1 -1
  81. data/lib/core/facets/process.rb +1 -1
  82. data/lib/core/facets/range.rb +1 -1
  83. data/lib/core/facets/regexp.rb +1 -1
  84. data/lib/core/facets/string.rb +1 -1
  85. data/lib/core/facets/string/file.rb +4 -2
  86. data/lib/core/facets/string/random_binary.rb +10 -0
  87. data/lib/core/facets/string/unquote.rb +1 -1
  88. data/lib/core/facets/struct.rb +1 -1
  89. data/lib/core/facets/symbol.rb +1 -1
  90. data/lib/core/facets/time.rb +1 -1
  91. data/lib/core/facets/unboundmethod.rb +1 -1
  92. data/lib/{more → standard}/facets/basicobject.rb +0 -0
  93. data/lib/{more → standard}/facets/cgi.rb +0 -0
  94. data/lib/{more → standard}/facets/continuation.rb +0 -0
  95. data/lib/{more → standard}/facets/date.rb +0 -0
  96. data/lib/standard/facets/digest.rb +2 -0
  97. data/lib/standard/facets/digest/base64digest.rb +45 -0
  98. data/lib/standard/facets/digest/salted_digest.rb +44 -0
  99. data/lib/{more → standard}/facets/erb.rb +0 -0
  100. data/lib/{more → standard}/facets/fileutils.rb +5 -0
  101. data/lib/standard/facets/fileutils/amass.rb +33 -0
  102. data/lib/{more → standard}/facets/fileutils/cp_rx.rb +3 -1
  103. data/lib/{more → standard}/facets/fileutils/head.rb +0 -0
  104. data/lib/standard/facets/fileutils/ln_r.rb +92 -0
  105. data/lib/standard/facets/fileutils/outofdate.rb +38 -0
  106. data/lib/{more → standard}/facets/fileutils/safe_ln.rb +0 -0
  107. data/lib/{more → standard}/facets/fileutils/slice.rb +14 -12
  108. data/lib/standard/facets/fileutils/stage.rb +66 -0
  109. data/lib/{more → standard}/facets/fileutils/tail.rb +0 -0
  110. data/lib/{more → standard}/facets/fileutils/wc.rb +0 -0
  111. data/lib/{more → standard}/facets/fileutils/whereis.rb +0 -0
  112. data/lib/{more → standard}/facets/fileutils/which.rb +2 -0
  113. data/lib/{more → standard}/facets/find.rb +0 -0
  114. data/lib/{more → standard}/facets/getoptlong.rb +0 -0
  115. data/lib/{more → standard}/facets/math.rb +1 -1
  116. data/lib/{more → standard}/facets/math/abs.rb +0 -0
  117. data/lib/{more → standard}/facets/math/acot.rb +0 -0
  118. data/lib/{more → standard}/facets/math/acoth.rb +0 -0
  119. data/lib/{more → standard}/facets/math/acsc.rb +0 -0
  120. data/lib/{more → standard}/facets/math/acsch.rb +0 -0
  121. data/lib/{more → standard}/facets/math/amd.rb +0 -0
  122. data/lib/{more → standard}/facets/math/approx_equal.rb +1 -1
  123. data/lib/{more → standard}/facets/math/asec.rb +0 -0
  124. data/lib/{more → standard}/facets/math/asech.rb +0 -0
  125. data/lib/{more → standard}/facets/math/atkinson_index.rb +0 -0
  126. data/lib/{more → standard}/facets/math/beta.rb +0 -0
  127. data/lib/{more → standard}/facets/math/cdf.rb +0 -0
  128. data/lib/{more → standard}/facets/math/ceil.rb +0 -0
  129. data/lib/{more → standard}/facets/math/cot.rb +0 -0
  130. data/lib/{more → standard}/facets/math/coth.rb +0 -0
  131. data/lib/{more → standard}/facets/math/csc.rb +0 -0
  132. data/lib/{more → standard}/facets/math/csch.rb +0 -0
  133. data/lib/{more → standard}/facets/math/delta.rb +2 -1
  134. data/lib/{more → standard}/facets/math/epsilon.rb +0 -0
  135. data/lib/{more → standard}/facets/math/exp10.rb +0 -0
  136. data/lib/{more → standard}/facets/math/exp2.rb +0 -0
  137. data/lib/{more → standard}/facets/math/factorial.rb +0 -0
  138. data/lib/{more → standard}/facets/math/floor.rb +0 -0
  139. data/lib/{more → standard}/facets/math/gamma.rb +0 -0
  140. data/lib/{more → standard}/facets/math/gcd.rb +0 -0
  141. data/lib/{more → standard}/facets/math/gini_coefficient.rb +0 -0
  142. data/lib/{more → standard}/facets/math/kldivergence.rb +0 -0
  143. data/lib/{more → standard}/facets/math/lcm.rb +0 -0
  144. data/lib/{more → standard}/facets/math/lgamma.rb +0 -0
  145. data/lib/{more → standard}/facets/math/linsolve.rb +0 -0
  146. data/lib/{more → standard}/facets/math/log2.rb +0 -0
  147. data/lib/{more → standard}/facets/math/max.rb +0 -0
  148. data/lib/{more → standard}/facets/math/mean.rb +0 -0
  149. data/lib/{more → standard}/facets/math/median.rb +0 -0
  150. data/lib/{more → standard}/facets/math/min.rb +0 -0
  151. data/lib/{more → standard}/facets/math/pow.rb +0 -0
  152. data/lib/{more → standard}/facets/math/pstd.rb +0 -0
  153. data/lib/{more → standard}/facets/math/pvariance.rb +0 -0
  154. data/lib/{more → standard}/facets/math/rmd.rb +0 -0
  155. data/lib/{more → standard}/facets/math/root.rb +0 -0
  156. data/lib/{more → standard}/facets/math/sec.rb +0 -0
  157. data/lib/{more → standard}/facets/math/sech.rb +0 -0
  158. data/lib/{more → standard}/facets/math/sign.rb +0 -0
  159. data/lib/{more → standard}/facets/math/sinc.rb +0 -0
  160. data/lib/{more → standard}/facets/math/sqr.rb +0 -0
  161. data/lib/{more → standard}/facets/math/sqsolve.rb +0 -0
  162. data/lib/{more → standard}/facets/math/std.rb +0 -0
  163. data/lib/{more → standard}/facets/math/stderr.rb +0 -0
  164. data/lib/{more → standard}/facets/math/sum.rb +0 -0
  165. data/lib/{more → standard}/facets/math/summed_sqdevs.rb +0 -0
  166. data/lib/{more → standard}/facets/math/theil_index.rb +0 -0
  167. data/lib/{more → standard}/facets/math/variance.rb +0 -0
  168. data/lib/standard/facets/net/http.rb +32 -0
  169. data/lib/{more → standard}/facets/ostruct.rb +0 -0
  170. data/lib/{more → standard}/facets/pathname.rb +1 -0
  171. data/lib/{more → standard}/facets/random.rb +2 -2
  172. data/lib/standard/facets/rbconfig.rb +78 -0
  173. data/lib/{more → standard}/facets/set.rb +0 -0
  174. data/lib/{more → standard}/facets/shellwords.rb +2 -0
  175. data/lib/standard/facets/strscan.rb +16 -0
  176. data/lib/{more → standard}/facets/thread.rb +0 -0
  177. data/lib/{more → standard}/facets/uri.rb +0 -0
  178. data/lib/{more → standard}/facets/yaml.rb +0 -0
  179. data/lib/{more → standard}/facets/zlib.rb +0 -0
  180. data/lib/{more → supplemental}/facets/argvector.rb +0 -0
  181. data/lib/{more → supplemental}/facets/atomicfile.rb +0 -0
  182. data/lib/{more → supplemental}/facets/interval.rb +0 -0
  183. data/lib/{more → supplemental}/facets/main.rb +0 -0
  184. data/lib/{more → supplemental}/facets/memoizable.rb +0 -0
  185. data/lib/{more → supplemental}/facets/metaid.rb +0 -0
  186. data/lib/{more → supplemental}/facets/multipliers.rb +0 -0
  187. data/lib/{more → supplemental}/facets/multiton.rb +0 -0
  188. data/lib/{more → supplemental}/facets/nullclass.rb +0 -0
  189. data/lib/{more → supplemental}/facets/opesc.rb +0 -0
  190. data/lib/{more → supplemental}/facets/platform.rb +156 -5
  191. data/lib/{more → supplemental}/facets/reference.rb +0 -0
  192. data/lib/{more → supplemental}/facets/timer.rb +0 -0
  193. data/lib/{more → supplemental}/facets/tuple.rb +0 -0
  194. data/qed/applique/file_helpers.rb +10 -0
  195. data/qed/{tour → core-uncommon}/module/cattr.rdoc +0 -0
  196. data/qed/{tour → core-uncommon}/module/class_extend.rdoc +0 -0
  197. data/qed/{tour → core-uncommon}/module/class_inheritor.rdoc +0 -0
  198. data/qed/{tour → core-uncommon}/module/copy_inheritor.rdoc +0 -0
  199. data/qed/{tour → core-uncommon}/module/method_space.rdoc +0 -0
  200. data/qed/{more → standard}/basic_object.rdoc +0 -0
  201. data/qed/{more → supplemental}/memoizable.rdoc +0 -0
  202. data/qed/{more → supplemental}/mulititon.rdoc +0 -0
  203. data/test/{tour → core-uncommon}/array/test_median.rb +0 -0
  204. data/test/{tour → core-uncommon}/array/test_percentile.rb +0 -0
  205. data/test/{tour → core-uncommon}/class/test_preallocate.rb +0 -0
  206. data/test/{tour → core-uncommon}/module/test_cattr.rb +0 -0
  207. data/test/{tour → core-uncommon}/module/test_class_extend.rb +0 -0
  208. data/test/{tour → core-uncommon}/module/test_class_inheritor.rb +0 -0
  209. data/test/{tour → core-uncommon}/module/test_copy_inheritor.rb +0 -0
  210. data/test/{tour → core-uncommon}/module/test_enclosure.rb +0 -0
  211. data/test/{tour → core-uncommon}/module/test_instance_function.rb +0 -0
  212. data/test/{tour → core-uncommon}/module/test_memoize.rb +0 -0
  213. data/test/{tour → core-uncommon}/module/test_method_space.rb +0 -0
  214. data/test/{tour → core-uncommon}/module/test_module_load.rb +0 -0
  215. data/test/{tour → core-uncommon}/module/test_preextend.rb +0 -0
  216. data/test/{tour → core-uncommon}/module/test_prepend.rb +0 -0
  217. data/test/core/dir/test_each_child.rb +1 -1
  218. data/test/core/dir/test_multiglob.rb +2 -2
  219. data/test/core/hash/test_zip.rb +12 -0
  220. data/test/core/{kernel → object}/test_dup.rb +51 -1
  221. data/test/core/{kernel → object}/test_object_state.rb +1 -1
  222. data/test/core/{kernel → object}/test_replace.rb +12 -12
  223. data/test/core/{kernel → object}/test_try_dup.rb +2 -2
  224. data/test/{more → standard}/test_date.rb +0 -0
  225. data/test/{more → standard}/test_ostruct.rb +0 -0
  226. data/test/{more → standard}/test_random.rb +0 -0
  227. data/test/{more → standard}/test_shellwords.rb +0 -0
  228. data/test/{more → standard}/test_thread.rb +0 -0
  229. data/test/{more → standard}/test_timer.rb +0 -0
  230. data/test/{more → standard}/test_uri.rb +0 -0
  231. data/test/{more → supplemental}/test_argvector.rb +0 -0
  232. data/test/{more → supplemental}/test_memoizable.rb +0 -0
  233. data/test/{more → supplemental}/test_multipliers.rb +0 -0
  234. data/test/{more → supplemental}/test_tuple.rb +0 -0
  235. metadata +224 -204
  236. data/lib/more/facets/rbconfig.rb +0 -150
  237. data/lib/tour/facets/array/median.rb +0 -14
  238. data/lib/tour/facets/array/op_pow.rb +0 -5
  239. data/lib/tour/facets/module/class_accessor.rb +0 -27
  240. data/meta/data.rb +0 -29
  241. data/meta/package +0 -10
  242. data/test/core/hash/test_zipnew.rb +0 -12
@@ -15,6 +15,12 @@ class Object #module Kernel
15
15
  # From Mauricio's http://eigenclass.org/hiki/bounded+space+instance_exec
16
16
  #
17
17
  # This version has been borrowed from Rails for compatibility sake.
18
+ #
19
+ # NOTE: This is not a common core extension (due to the use of thread.rb)
20
+ # and is not loaded automatically when using <code>require 'facets'</code>.
21
+ # However it is a core method in Ruby 1.9, so this only matters for users
22
+ # of Ruby 1.8.x or below.
23
+
18
24
  def instance_exec(*args, &block)
19
25
  begin
20
26
  old_critical, Thread.critical = Thread.critical, true
@@ -23,6 +23,9 @@ module Kernel
23
23
  # ex.a = 20
24
24
  # ex.m #=> 10
25
25
  #
26
+ # NOTE: This is not (presently) a common core extension and is not
27
+ # loaded automatically when using <code>require 'facets'</code>.
28
+
26
29
  def memo(*args, &block)
27
30
  if args.empty?
28
31
  args = block.binding.eval('[self, __method__]')
@@ -8,6 +8,9 @@ module Kernel
8
8
  # registered handler will be invoked. This can be called repeatedly
9
9
  # to create a "chain" of handlers.
10
10
  #
11
+ # NOTE: This is not (presently) a common core extension and is not
12
+ # loaded automatically when using <code>require 'facets'</code>.
13
+ #
11
14
  # CREDIT: Tyler Rick
12
15
  def trap_chain(signal_name, *args, &block)
13
16
  previous_interrupt_handler = trap(signal_name, *args) {}
@@ -8,6 +8,9 @@ module Kernel
8
8
  #
9
9
  # f.call(5, 1) #=> 120
10
10
  #
11
+ # NOTE: This is not (presently) a common core extension and is not
12
+ # loaded automatically when using <code>require 'facets'</code>.
13
+ #
11
14
  # CREDIT: Michael Fellinger
12
15
 
13
16
  def Y(*args, &block)
@@ -1,6 +1,9 @@
1
1
  class Method
2
2
 
3
3
  # Memoize a method by defining a singleton override.
4
+ #
5
+ # NOTE: This is not (presently) a common core extension and is not
6
+ # loaded automatically when using <code>require 'facets'</code>.
4
7
  def memoize(value)
5
8
  singleton = (class << receiver; self; end)
6
9
  singleton.__send__(:define_method, name){ value }
@@ -1,12 +1,16 @@
1
1
  class Module
2
2
 
3
3
  #
4
+ # NOTE: This is not (presently) a common core extension and is not
5
+ # loaded automatically when using <code>require 'facets'</code>.
4
6
  def attr_class_accessor(name)
5
7
  attr_class_reader(name)
6
8
  attr_class_writer(name)
7
9
  end
8
10
 
9
11
  #
12
+ # NOTE: This is not (presently) a common core extension and is not
13
+ # loaded automatically when using <code>require 'facets'</code>.
10
14
  def attr_class_reader(name)
11
15
  module_eval(<<-EOS, __FILE__, __LINE__)
12
16
  def self.#{name}
@@ -19,6 +23,8 @@ class Module
19
23
  end
20
24
 
21
25
  #
26
+ # NOTE: This is not (presently) a common core extension and is not
27
+ # loaded automatically when using <code>require 'facets'</code>.
22
28
  def attr_class_writer(name)
23
29
  module_eval(<<-EOS, __FILE__, __LINE__)
24
30
  def self.#{name}=(x)
@@ -1,6 +1,8 @@
1
1
  class Module
2
2
 
3
3
  #
4
+ # NOTE: This is not (presently) a common core extension and is not
5
+ # loaded automatically when using <code>require 'facets'</code>.
4
6
  def attr_inheritable_reader(name, default)
5
7
  copy_inheritor(name, default)
6
8
  module_eval(<<-EOS, __FILE__, __LINE__)
@@ -11,6 +11,11 @@ class Module
11
11
  # @a ? true : @a
12
12
  # end
13
13
  #
14
+ # NOTE: This is not (presently) a common core extension and is not
15
+ # loaded automatically when using <code>require 'facets'</code>.
16
+ #
17
+ # CREDIT: Trans
18
+
14
19
  def attr_tester(*args)
15
20
  code, made = '', []
16
21
  args.each do |a|
@@ -27,6 +32,9 @@ class Module
27
32
 
28
33
  # Create aliases for flag reader.
29
34
  #
35
+ # NOTE: This is not (presently) a common core extension and is not
36
+ # loaded automatically when using <code>require 'facets'</code>.
37
+ #
30
38
  # CREDIT: Trans
31
39
 
32
40
  def alias_tester(*args)
@@ -3,6 +3,9 @@ class Module
3
3
  # Like attr_writer, but the writer method validates the
4
4
  # setting against the given block.
5
5
  #
6
+ # NOTE: This is not (presently) a common core extension and is not
7
+ # loaded automatically when using <code>require 'facets'</code>.
8
+ #
6
9
  # CREDIT: ?
7
10
 
8
11
  def attr_validator(*symbols, &validator)
@@ -20,6 +23,9 @@ class Module
20
23
  end
21
24
 
22
25
  # Create aliases for validators.
26
+ #
27
+ # NOTE: This is not (presently) a common core extension and is not
28
+ # loaded automatically when using <code>require 'facets'</code>.
23
29
 
24
30
  def alias_validator(*args)
25
31
  orig = args.last
@@ -11,6 +11,9 @@ class Module
11
11
  # CARExample.a #=> 10
12
12
  # CARExample.new.a #=> 10
13
13
  #
14
+ # NOTE: This is not (presently) a common core extension and is not
15
+ # loaded automatically when using <code>require 'facets'</code>.
16
+ #
14
17
  # CREDIT: David Heinemeier Hansson
15
18
  def cattr(*syms)
16
19
  writers, readers = syms.flatten.partition{ |a| a.to_s =~ /=$/ }
@@ -34,6 +37,9 @@ class Module
34
37
  # CARExample.a #=> 10
35
38
  # CARExample.new.a #=> 10
36
39
  #
40
+ # NOTE: This is not (presently) a common core extension and is not
41
+ # loaded automatically when using <code>require 'facets'</code>.
42
+ #
37
43
  # CREDIT: David Heinemeier Hansson
38
44
  def cattr_reader(*syms)
39
45
  syms.flatten.each do |sym|
@@ -69,6 +75,9 @@ class Module
69
75
  # CAWExample.new.a = 29
70
76
  # CAWExample.a #=> 29
71
77
  #
78
+ # NOTE: This is not (presently) a common core extension and is not
79
+ # loaded automatically when using <code>require 'facets'</code>.
80
+ #
72
81
  # CREDIT: David Heinemeier Hansson
73
82
  def cattr_writer(*syms)
74
83
  syms.flatten.each do |sym|
@@ -101,6 +110,9 @@ class Module
101
110
  # mc = CAAExample.new
102
111
  # mc.a #=> 10
103
112
  #
113
+ # NOTE: This is not (presently) a common core extension and is not
114
+ # loaded automatically when using <code>require 'facets'</code>.
115
+ #
104
116
  # CREDIT: David Heinemeier Hansson
105
117
  def cattr_accessor(*syms)
106
118
  cattr_reader(*syms) + cattr_writer(*syms)
@@ -123,6 +135,9 @@ class Module
123
135
  # methods are for classes, becuase class-level methods are not "inherited"
124
136
  # across the metaclass for included modules.
125
137
  #
138
+ # NOTE: This is not (presently) a common core extension and is not
139
+ # loaded automatically when using <code>require 'facets'</code>.
140
+ #
126
141
  # CREDIT: David Heinemeier Hansson
127
142
  def mattr(*syms)
128
143
  writers, readers = syms.flatten.partition{ |a| a.to_s =~ /=$/ }
@@ -146,6 +161,9 @@ class Module
146
161
  # c.a #=> 10
147
162
  # c.new.a #=> 10
148
163
  #
164
+ # NOTE: This is not (presently) a common core extension and is not
165
+ # loaded automatically when using <code>require 'facets'</code>.
166
+ #
149
167
  # CREDIT: David Heinemeier Hansson
150
168
  def mattr_reader( *syms )
151
169
  syms.flatten.each do |sym|
@@ -182,6 +200,9 @@ class Module
182
200
  # c.new.a = 29
183
201
  # c.a #=> 29
184
202
  #
203
+ # NOTE: This is not (presently) a common core extension and is not
204
+ # loaded automatically when using <code>require 'facets'</code>.
205
+ #
185
206
  # CREDIT: David Heinemeier Hansson
186
207
  def mattr_writer(*syms)
187
208
  syms.flatten.each do |sym|
@@ -215,6 +236,9 @@ class Module
215
236
  # x = c.new
216
237
  # x.a #=> 10
217
238
  #
239
+ # NOTE: This is not (presently) a common core extension and is not
240
+ # loaded automatically when using <code>require 'facets'</code>.
241
+ #
218
242
  # CREDIT: David Heinemeier Hansson
219
243
  def mattr_accessor(*syms)
220
244
  mattr_reader(*syms) + mattr_writer(*syms)
@@ -0,0 +1,33 @@
1
+ class Module
2
+
3
+ #
4
+ # NOTE: This is not (presently) a common core extension and is not
5
+ # loaded automatically when using <code>require 'facets'</code>.
6
+ def class_accessor(name)
7
+ class_reader(name)
8
+ class_writer(name)
9
+ end
10
+
11
+ #
12
+ # NOTE: This is not (presently) a common core extension and is not
13
+ # loaded automatically when using <code>require 'facets'</code>.
14
+ def class_reader(name)
15
+ module_eval(<<-EOS, __FILE__, __LINE__)
16
+ def self.#{name}
17
+ @#{name}
18
+ end
19
+ EOS
20
+ end
21
+
22
+ #
23
+ # NOTE: This is not (presently) a common core extension and is not
24
+ # loaded automatically when using <code>require 'facets'</code>.
25
+ def class_writer(name)
26
+ module_eval(<<-EOS, __FILE__, __LINE__)
27
+ def self.#{name}=(x)
28
+ @#{name} = x
29
+ end
30
+ EOS
31
+ end
32
+
33
+ end
@@ -29,6 +29,9 @@ class Module
29
29
  # to be done by hand. With #class_extend, that is no longer
30
30
  # the case.
31
31
  #
32
+ # NOTE: This is not (presently) a common core extension and is not
33
+ # loaded automatically when using <code>require 'facets'</code>.
34
+ #
32
35
  # CREDIT: Daniel Schierbeck, Thomas Sawyer
33
36
  #
34
37
  # THANKS: Nobu Nakada, Ulysses
@@ -37,6 +37,9 @@ class Module
37
37
  # but in anycase it is even more likely that it is not possible with
38
38
  # this code.
39
39
  #
40
+ # NOTE: This is not (presently) a common core extension and is not
41
+ # loaded automatically when using <code>require 'facets'</code>.
42
+ #
40
43
  # CREDIT: Thomas Sawyer
41
44
 
42
45
  def class_inheritor(key, obj, op=nil, &fop)
@@ -15,6 +15,9 @@ class Module
15
15
  #
16
16
  # d.x #=> ['x']
17
17
  #
18
+ # NOTE: This is not (presently) a common core extension and is not
19
+ # loaded automatically when using <code>require 'facets'</code>.
20
+ #
18
21
  # CREDIT: Thomas Sawyer
19
22
 
20
23
  def copy_inheritor(name, default={})
@@ -16,6 +16,8 @@ class Module
16
16
  # EncExample.enclosure #=> Object
17
17
  # Module.new.enclosure #=> Object
18
18
  #
19
+ # NOTE: This is not (presently) a common core extension and is not
20
+ # loaded automatically when using <code>require 'facets'</code>.
19
21
  def enclosure
20
22
  name = /::[^:]+\Z/ =~ self.name ? $` : nil
21
23
  if name
@@ -48,6 +50,8 @@ class Module
48
50
  # EncExample::M.enclosures #=> [EncExample, Object]
49
51
  # EncExample::M::N.enclosures #=> [EncExample::M, EncExample, Object]
50
52
  #
53
+ # NOTE: This is not (presently) a common core extension and is not
54
+ # loaded automatically when using <code>require 'facets'</code>.
51
55
  def enclosures
52
56
  n = []
53
57
  name.split(/::/).inject(self) do |mod, cref|
@@ -69,6 +73,8 @@ class Module
69
73
  #
70
74
  # EncExample::M::N.encname #=> "EncExample::M"
71
75
  #
76
+ # NOTE: This is not (presently) a common core extension and is not
77
+ # loaded automatically when using <code>require 'facets'</code>.
72
78
  def encname
73
79
  /::[^:]+\Z/ =~ self.name ? $` : nil
74
80
  end
@@ -25,6 +25,8 @@ class Module
25
25
  # Note: This used to be a module called PromoteSelf and later Instantize,
26
26
  # before becoming a method.
27
27
  #
28
+ # NOTE: This is not (presently) a common core extension and is not
29
+ # loaded automatically when using <code>require 'facets'</code>.
28
30
  def instance_function(*meths)
29
31
  this = self
30
32
  if meths.empty?
@@ -21,6 +21,9 @@ class Module
21
21
  # a.x
22
22
  # end
23
23
  #
24
+ # NOTE: This is not (presently) a common core extension and is not
25
+ # loaded automatically when using <code>require 'facets'</code>.
26
+ #
24
27
  # CREDIT: Pit Captain
25
28
  def method_space(name, mod=nil, &blk)
26
29
 
@@ -87,6 +90,8 @@ class Module
87
90
  #
88
91
  # X.new.t #=> "HERE"
89
92
  #
93
+ # NOTE: This is not (presently) a common core extension and is not
94
+ # loaded automatically when using <code>require 'facets'</code>.
90
95
  def include_as(h)
91
96
  h.each{ |name, mod| method_space(name, mod) }
92
97
  end
@@ -7,6 +7,9 @@ class Module
7
7
  # and should generally not be used as a substitue for
8
8
  # Ruby's standard load system.
9
9
  #
10
+ # NOTE: This is not (presently) a common core extension and is not
11
+ # loaded automatically when using <code>require 'facets'</code>.
12
+ #
10
13
  # CREDIT: Trans
11
14
 
12
15
  def module_load( path )
@@ -36,6 +39,9 @@ class Module
36
39
  # and should generally not be used as a substitue for
37
40
  # Ruby's standard load system.
38
41
  #
42
+ # NOTE: This is not a common core extension and is not loaded
43
+ # automatically when using <code>require 'facets'</code>.
44
+ #
39
45
  # CREDIT: Trans
40
46
 
41
47
  def module_require( path )
@@ -15,6 +15,9 @@ class Module
15
15
  #
16
16
  # PreX.x # => "{x}"
17
17
  #
18
+ # NOTE: This is not a common core extension and is not loaded
19
+ # automatically when using <code>require 'facets'</code>.
20
+ #
18
21
  # CREDIT Trans
19
22
 
20
23
  def preextend(aspect)
@@ -48,6 +48,9 @@ class Module
48
48
  # to invoke #prepend AFTER any method definitions that are to be effected.
49
49
  # Ideally this would not be necessary, but it would require support in
50
50
  # Ruby's C+ source to make it possible.
51
+ #
52
+ # NOTE: This is not a common core extension and is not loaded
53
+ # automatically when using <code>require 'facets'</code>.
51
54
 
52
55
  def prepend(mod)
53
56
  include Prependable
@@ -4,6 +4,8 @@ class Regexp
4
4
  #
5
5
  # /a/ | /b/ #=> /(a|b)/
6
6
  #
7
+ # NOTE: This is not (presently) a common core extension and is not
8
+ # loaded automatically when using <code>require 'facets'</code>.
7
9
  def |(arg)
8
10
  Regexp.union(self, arg.is_a?(Regexp) ? arg : arg.to_s)
9
11
  end
@@ -4,6 +4,9 @@ class String
4
4
 
5
5
  # Common Unix cryptography method.
6
6
  # This adds a default salt to the built-in crypt method.
7
+ #
8
+ # NOTE: This is not (presently) a common core extension and is not
9
+ # loaded automatically when using <code>require 'facets'</code>.
7
10
 
8
11
  def crypt(salt=nil)
9
12
  salt ||= (
@@ -4,3 +4,22 @@ Dir.new(dir).each do |path|
4
4
  require('facets/' + path) #require(dir + path)
5
5
  end
6
6
 
7
+ module Facets
8
+ #
9
+ def self.profile
10
+ @profile ||= (
11
+ require 'yaml'
12
+ YAML.load(File.new(File.dirname(__FILE__) + '/facets.yml'))
13
+ )
14
+ end
15
+
16
+ #
17
+ def self.const_missing(name)
18
+ key = name.to_s.downcase
19
+ profile[key] || super(name)
20
+ end
21
+
22
+ #
23
+ VERSION = profile['version']
24
+ end
25
+
@@ -0,0 +1,1144 @@
1
+ ---
2
+ name: facets
3
+ loadpath:
4
+ - lib/core
5
+ - lib/core-uncommon
6
+ - lib/standard
7
+ - lib/supplemental
8
+ repositories:
9
+ public: git@github.com:rubyworks/facets.git
10
+ slogan: ALL YOUR BASE ARE BELONG TO RUBY!
11
+ title: Facets
12
+ contact: facets-universal@rubyforge.org
13
+ pom_verison: 1.0.0
14
+ requires:
15
+ - group:
16
+ - build
17
+ name: syckle
18
+ version: 0+
19
+ - group:
20
+ - test
21
+ name: lemon
22
+ version: 0+
23
+ - group:
24
+ - test
25
+ name: qed
26
+ version: 0+
27
+ resources:
28
+ code: http://github.com/rubyworks/facets
29
+ talk: http://groups.google.com/group/facets-universal
30
+ docs: http://rubyworks.github.com/facets/learn.html
31
+ wiki: http://wiki.github.com/rubyworks/facets
32
+ home: http://rubyworks.github.com/facets
33
+ manifest:
34
+ - lib/core/facets/applique/file_helpers.rb
35
+ - lib/core/facets/array/after.rb
36
+ - lib/core/facets/array/before.rb
37
+ - lib/core/facets/array/collapse.rb
38
+ - lib/core/facets/array/collisions.rb
39
+ - lib/core/facets/array/combination.rb
40
+ - lib/core/facets/array/commonality.rb
41
+ - lib/core/facets/array/conjoin.rb
42
+ - lib/core/facets/array/contains.rb
43
+ - lib/core/facets/array/delete.rb
44
+ - lib/core/facets/array/delete_unless.rb
45
+ - lib/core/facets/array/delete_values.rb
46
+ - lib/core/facets/array/divide.rb
47
+ - lib/core/facets/array/duplicates.rb
48
+ - lib/core/facets/array/entropy.rb
49
+ - lib/core/facets/array/extract_options.rb
50
+ - lib/core/facets/array/from.rb
51
+ - lib/core/facets/array/index.rb
52
+ - lib/core/facets/array/indexable.rb
53
+ - lib/core/facets/array/merge.rb
54
+ - lib/core/facets/array/mode.rb
55
+ - lib/core/facets/array/nonuniq.rb
56
+ - lib/core/facets/array/not_empty.rb
57
+ - lib/core/facets/array/only.rb
58
+ - lib/core/facets/array/pad.rb
59
+ - lib/core/facets/array/peek.rb
60
+ - lib/core/facets/array/permutation.rb
61
+ - lib/core/facets/array/poke.rb
62
+ - lib/core/facets/array/probability.rb
63
+ - lib/core/facets/array/product.rb
64
+ - lib/core/facets/array/pull.rb
65
+ - lib/core/facets/array/recurse.rb
66
+ - lib/core/facets/array/recursively.rb
67
+ - lib/core/facets/array/rotate.rb
68
+ - lib/core/facets/array/select.rb
69
+ - lib/core/facets/array/splice.rb
70
+ - lib/core/facets/array/split.rb
71
+ - lib/core/facets/array/store.rb
72
+ - lib/core/facets/array/thru.rb
73
+ - lib/core/facets/array/traverse.rb
74
+ - lib/core/facets/array/uniq_by.rb
75
+ - lib/core/facets/array.rb
76
+ - lib/core/facets/binding/__callee__.rb
77
+ - lib/core/facets/binding/__method__.rb
78
+ - lib/core/facets/binding/call_stack.rb
79
+ - lib/core/facets/binding/caller.rb
80
+ - lib/core/facets/binding/callstack.rb
81
+ - lib/core/facets/binding/defined.rb
82
+ - lib/core/facets/binding/eval.rb
83
+ - lib/core/facets/binding/local_variables.rb
84
+ - lib/core/facets/binding/op.rb
85
+ - lib/core/facets/binding/self.rb
86
+ - lib/core/facets/binding.rb
87
+ - lib/core/facets/boolean.rb
88
+ - lib/core/facets/class/descendants.rb
89
+ - lib/core/facets/class/methodize.rb
90
+ - lib/core/facets/class/pathize.rb
91
+ - lib/core/facets/class/subclasses.rb
92
+ - lib/core/facets/class/to_proc.rb
93
+ - lib/core/facets/class.rb
94
+ - lib/core/facets/comparable/at_least.rb
95
+ - lib/core/facets/comparable/at_most.rb
96
+ - lib/core/facets/comparable/bound.rb
97
+ - lib/core/facets/comparable/cap.rb
98
+ - lib/core/facets/comparable/clip.rb
99
+ - lib/core/facets/comparable/cmp.rb
100
+ - lib/core/facets/comparable/op_get.rb
101
+ - lib/core/facets/comparable.rb
102
+ - lib/core/facets/denumerable.rb
103
+ - lib/core/facets/dir/ascend.rb
104
+ - lib/core/facets/dir/descend.rb
105
+ - lib/core/facets/dir/each_child.rb
106
+ - lib/core/facets/dir/multiglob.rb
107
+ - lib/core/facets/dir/parent.rb
108
+ - lib/core/facets/dir/recurse.rb
109
+ - lib/core/facets/dir.rb
110
+ - lib/core/facets/enumerable/accumulate.rb
111
+ - lib/core/facets/enumerable/cluster_by.rb
112
+ - lib/core/facets/enumerable/collect_with_index.rb
113
+ - lib/core/facets/enumerable/compact_map.rb
114
+ - lib/core/facets/enumerable/count.rb
115
+ - lib/core/facets/enumerable/defer.rb
116
+ - lib/core/facets/enumerable/each_by.rb
117
+ - lib/core/facets/enumerable/each_with_object.rb
118
+ - lib/core/facets/enumerable/every.rb
119
+ - lib/core/facets/enumerable/ewise.rb
120
+ - lib/core/facets/enumerable/exclude.rb
121
+ - lib/core/facets/enumerable/expand.rb
122
+ - lib/core/facets/enumerable/filter.rb
123
+ - lib/core/facets/enumerable/find_yield.rb
124
+ - lib/core/facets/enumerable/frequency.rb
125
+ - lib/core/facets/enumerable/graph.rb
126
+ - lib/core/facets/enumerable/group_by.rb
127
+ - lib/core/facets/enumerable/map_by.rb
128
+ - lib/core/facets/enumerable/map_detect.rb
129
+ - lib/core/facets/enumerable/map_send.rb
130
+ - lib/core/facets/enumerable/map_with_index.rb
131
+ - lib/core/facets/enumerable/mash.rb
132
+ - lib/core/facets/enumerable/modulate.rb
133
+ - lib/core/facets/enumerable/none.rb
134
+ - lib/core/facets/enumerable/occur.rb
135
+ - lib/core/facets/enumerable/one.rb
136
+ - lib/core/facets/enumerable/per.rb
137
+ - lib/core/facets/enumerable/purge.rb
138
+ - lib/core/facets/enumerable/recursively.rb
139
+ - lib/core/facets/enumerable/sum.rb
140
+ - lib/core/facets/enumerable/take.rb
141
+ - lib/core/facets/enumerable/uniq_by.rb
142
+ - lib/core/facets/enumerable/visit.rb
143
+ - lib/core/facets/enumerable.rb
144
+ - lib/core/facets/enumerator/fx.rb
145
+ - lib/core/facets/enumerator.rb
146
+ - lib/core/facets/exception/detail.rb
147
+ - lib/core/facets/exception/raised.rb
148
+ - lib/core/facets/exception/suppress.rb
149
+ - lib/core/facets/exception.rb
150
+ - lib/core/facets/file/append.rb
151
+ - lib/core/facets/file/create.rb
152
+ - lib/core/facets/file/ext.rb
153
+ - lib/core/facets/file/null.rb
154
+ - lib/core/facets/file/read_binary.rb
155
+ - lib/core/facets/file/read_list.rb
156
+ - lib/core/facets/file/rewrite.rb
157
+ - lib/core/facets/file/rootname.rb
158
+ - lib/core/facets/file/sanitize.rb
159
+ - lib/core/facets/file/split_all.rb
160
+ - lib/core/facets/file/split_root.rb
161
+ - lib/core/facets/file/write.rb
162
+ - lib/core/facets/file/writelines.rb
163
+ - lib/core/facets/file.rb
164
+ - lib/core/facets/filetest/absolute.rb
165
+ - lib/core/facets/filetest/contains.rb
166
+ - lib/core/facets/filetest/relative.rb
167
+ - lib/core/facets/filetest/root.rb
168
+ - lib/core/facets/filetest/safe.rb
169
+ - lib/core/facets/filetest/separator_pattern.rb
170
+ - lib/core/facets/filetest.rb
171
+ - lib/core/facets/float/round.rb
172
+ - lib/core/facets/float.rb
173
+ - lib/core/facets/functor.rb
174
+ - lib/core/facets/hash/alias.rb
175
+ - lib/core/facets/hash/argumentize.rb
176
+ - lib/core/facets/hash/at.rb
177
+ - lib/core/facets/hash/autonew.rb
178
+ - lib/core/facets/hash/collate.rb
179
+ - lib/core/facets/hash/count.rb
180
+ - lib/core/facets/hash/data.rb
181
+ - lib/core/facets/hash/dearray_values.rb
182
+ - lib/core/facets/hash/deep_merge.rb
183
+ - lib/core/facets/hash/delete.rb
184
+ - lib/core/facets/hash/delete_at.rb
185
+ - lib/core/facets/hash/delete_unless.rb
186
+ - lib/core/facets/hash/delete_values.rb
187
+ - lib/core/facets/hash/diff.rb
188
+ - lib/core/facets/hash/except.rb
189
+ - lib/core/facets/hash/graph.rb
190
+ - lib/core/facets/hash/insert.rb
191
+ - lib/core/facets/hash/inverse.rb
192
+ - lib/core/facets/hash/join.rb
193
+ - lib/core/facets/hash/keys.rb
194
+ - lib/core/facets/hash/mash.rb
195
+ - lib/core/facets/hash/new_with.rb
196
+ - lib/core/facets/hash/op.rb
197
+ - lib/core/facets/hash/op_add.rb
198
+ - lib/core/facets/hash/op_and.rb
199
+ - lib/core/facets/hash/op_mul.rb
200
+ - lib/core/facets/hash/op_or.rb
201
+ - lib/core/facets/hash/op_push.rb
202
+ - lib/core/facets/hash/op_sub.rb
203
+ - lib/core/facets/hash/recurse.rb
204
+ - lib/core/facets/hash/recursively.rb
205
+ - lib/core/facets/hash/rekey.rb
206
+ - lib/core/facets/hash/replace_each.rb
207
+ - lib/core/facets/hash/reverse_merge.rb
208
+ - lib/core/facets/hash/select.rb
209
+ - lib/core/facets/hash/slice.rb
210
+ - lib/core/facets/hash/stringify_keys.rb
211
+ - lib/core/facets/hash/subset.rb
212
+ - lib/core/facets/hash/swap.rb
213
+ - lib/core/facets/hash/symbolize_keys.rb
214
+ - lib/core/facets/hash/to_h.rb
215
+ - lib/core/facets/hash/to_mod.rb
216
+ - lib/core/facets/hash/to_options.rb
217
+ - lib/core/facets/hash/to_proc.rb
218
+ - lib/core/facets/hash/to_struct.rb
219
+ - lib/core/facets/hash/traverse.rb
220
+ - lib/core/facets/hash/update.rb
221
+ - lib/core/facets/hash/update_each.rb
222
+ - lib/core/facets/hash/update_keys.rb
223
+ - lib/core/facets/hash/update_values.rb
224
+ - lib/core/facets/hash/weave.rb
225
+ - lib/core/facets/hash/zip.rb
226
+ - lib/core/facets/hash.rb
227
+ - lib/core/facets/indexable.rb
228
+ - lib/core/facets/instance.rb
229
+ - lib/core/facets/integer/bit.rb
230
+ - lib/core/facets/integer/bitmask.rb
231
+ - lib/core/facets/integer/even.rb
232
+ - lib/core/facets/integer/factorial.rb
233
+ - lib/core/facets/integer/multiple.rb
234
+ - lib/core/facets/integer/odd.rb
235
+ - lib/core/facets/integer/of.rb
236
+ - lib/core/facets/integer/ordinal.rb
237
+ - lib/core/facets/integer.rb
238
+ - lib/core/facets/kernel/__callee__.rb
239
+ - lib/core/facets/kernel/__class__.rb
240
+ - lib/core/facets/kernel/__dir__.rb
241
+ - lib/core/facets/kernel/__get__.rb
242
+ - lib/core/facets/kernel/__method__.rb
243
+ - lib/core/facets/kernel/__set__.rb
244
+ - lib/core/facets/kernel/as.rb
245
+ - lib/core/facets/kernel/ask.rb
246
+ - lib/core/facets/kernel/assign.rb
247
+ - lib/core/facets/kernel/assign_from.rb
248
+ - lib/core/facets/kernel/attr_singleton.rb
249
+ - lib/core/facets/kernel/blank.rb
250
+ - lib/core/facets/kernel/call_stack.rb
251
+ - lib/core/facets/kernel/callstack.rb
252
+ - lib/core/facets/kernel/case.rb
253
+ - lib/core/facets/kernel/complete.rb
254
+ - lib/core/facets/kernel/constant.rb
255
+ - lib/core/facets/kernel/d.rb
256
+ - lib/core/facets/kernel/deep_clone.rb
257
+ - lib/core/facets/kernel/deep_copy.rb
258
+ - lib/core/facets/kernel/disable_warnings.rb
259
+ - lib/core/facets/kernel/enable_warnings.rb
260
+ - lib/core/facets/kernel/equate.rb
261
+ - lib/core/facets/kernel/ergo.rb
262
+ - lib/core/facets/kernel/extend.rb
263
+ - lib/core/facets/kernel/extension.rb
264
+ - lib/core/facets/kernel/false.rb
265
+ - lib/core/facets/kernel/here.rb
266
+ - lib/core/facets/kernel/identical.rb
267
+ - lib/core/facets/kernel/in.rb
268
+ - lib/core/facets/kernel/instance_assign.rb
269
+ - lib/core/facets/kernel/instance_class.rb
270
+ - lib/core/facets/kernel/instance_send.rb
271
+ - lib/core/facets/kernel/load_all.rb
272
+ - lib/core/facets/kernel/load_relative.rb
273
+ - lib/core/facets/kernel/maybe.rb
274
+ - lib/core/facets/kernel/meta_alias.rb
275
+ - lib/core/facets/kernel/meta_class.rb
276
+ - lib/core/facets/kernel/meta_def.rb
277
+ - lib/core/facets/kernel/meta_eval.rb
278
+ - lib/core/facets/kernel/method.rb
279
+ - lib/core/facets/kernel/no.rb
280
+ - lib/core/facets/kernel/not.rb
281
+ - lib/core/facets/kernel/not_nil.rb
282
+ - lib/core/facets/kernel/object_class.rb
283
+ - lib/core/facets/kernel/object_hexid.rb
284
+ - lib/core/facets/kernel/object_send.rb
285
+ - lib/core/facets/kernel/p.rb
286
+ - lib/core/facets/kernel/presence.rb
287
+ - lib/core/facets/kernel/present.rb
288
+ - lib/core/facets/kernel/qua_class.rb
289
+ - lib/core/facets/kernel/require_all.rb
290
+ - lib/core/facets/kernel/require_relative.rb
291
+ - lib/core/facets/kernel/respond.rb
292
+ - lib/core/facets/kernel/returning.rb
293
+ - lib/core/facets/kernel/silence.rb
294
+ - lib/core/facets/kernel/silence_warnings.rb
295
+ - lib/core/facets/kernel/singleton_class.rb
296
+ - lib/core/facets/kernel/source_location.rb
297
+ - lib/core/facets/kernel/super_method.rb
298
+ - lib/core/facets/kernel/tap.rb
299
+ - lib/core/facets/kernel/temporarily.rb
300
+ - lib/core/facets/kernel/true.rb
301
+ - lib/core/facets/kernel/try.rb
302
+ - lib/core/facets/kernel/val.rb
303
+ - lib/core/facets/kernel/with.rb
304
+ - lib/core/facets/kernel/writers.rb
305
+ - lib/core/facets/kernel/yes.rb
306
+ - lib/core/facets/kernel.rb
307
+ - lib/core/facets/lazy.rb
308
+ - lib/core/facets/matchdata/match.rb
309
+ - lib/core/facets/matchdata/matchset.rb
310
+ - lib/core/facets/matchdata.rb
311
+ - lib/core/facets/method.rb
312
+ - lib/core/facets/module/abstract.rb
313
+ - lib/core/facets/module/alias_accessor.rb
314
+ - lib/core/facets/module/alias_method_chain.rb
315
+ - lib/core/facets/module/alias_module_function.rb
316
+ - lib/core/facets/module/all_instance_methods.rb
317
+ - lib/core/facets/module/ancestor.rb
318
+ - lib/core/facets/module/anonymous.rb
319
+ - lib/core/facets/module/attr_setter.rb
320
+ - lib/core/facets/module/basename.rb
321
+ - lib/core/facets/module/can.rb
322
+ - lib/core/facets/module/class.rb
323
+ - lib/core/facets/module/class_def.rb
324
+ - lib/core/facets/module/class_method_defined.rb
325
+ - lib/core/facets/module/extend.rb
326
+ - lib/core/facets/module/home.rb
327
+ - lib/core/facets/module/homename.rb
328
+ - lib/core/facets/module/housing.rb
329
+ - lib/core/facets/module/include_function_module.rb
330
+ - lib/core/facets/module/instance_method.rb
331
+ - lib/core/facets/module/instance_method_defined.rb
332
+ - lib/core/facets/module/integrate.rb
333
+ - lib/core/facets/module/is.rb
334
+ - lib/core/facets/module/method_clash.rb
335
+ - lib/core/facets/module/methodize.rb
336
+ - lib/core/facets/module/modname.rb
337
+ - lib/core/facets/module/module_def.rb
338
+ - lib/core/facets/module/nodef.rb
339
+ - lib/core/facets/module/op.rb
340
+ - lib/core/facets/module/op_add.rb
341
+ - lib/core/facets/module/op_mul.rb
342
+ - lib/core/facets/module/op_sub.rb
343
+ - lib/core/facets/module/pathize.rb
344
+ - lib/core/facets/module/redefine_method.rb
345
+ - lib/core/facets/module/redirect_method.rb
346
+ - lib/core/facets/module/remove.rb
347
+ - lib/core/facets/module/rename_method.rb
348
+ - lib/core/facets/module/revise.rb
349
+ - lib/core/facets/module/set.rb
350
+ - lib/core/facets/module/singleton_method_defined.rb
351
+ - lib/core/facets/module/spacename.rb
352
+ - lib/core/facets/module/to_obj.rb
353
+ - lib/core/facets/module/wrap_method.rb
354
+ - lib/core/facets/module.rb
355
+ - lib/core/facets/na.rb
356
+ - lib/core/facets/nilclass/ergo.rb
357
+ - lib/core/facets/nilclass/to_f.rb
358
+ - lib/core/facets/nilclass.rb
359
+ - lib/core/facets/numeric/approx.rb
360
+ - lib/core/facets/numeric/distance.rb
361
+ - lib/core/facets/numeric/length.rb
362
+ - lib/core/facets/numeric/round.rb
363
+ - lib/core/facets/numeric/round_at.rb
364
+ - lib/core/facets/numeric/round_to.rb
365
+ - lib/core/facets/numeric/spacing.rb
366
+ - lib/core/facets/numeric.rb
367
+ - lib/core/facets/object/clone.rb
368
+ - lib/core/facets/object/dup.rb
369
+ - lib/core/facets/object/object_state.rb
370
+ - lib/core/facets/object/replace.rb
371
+ - lib/core/facets/object/try_dup.rb
372
+ - lib/core/facets/object.rb
373
+ - lib/core/facets/objectspace/classes.rb
374
+ - lib/core/facets/objectspace/op_fetch.rb
375
+ - lib/core/facets/objectspace/reflect.rb
376
+ - lib/core/facets/objectspace.rb
377
+ - lib/core/facets/proc/bind.rb
378
+ - lib/core/facets/proc/bind_to.rb
379
+ - lib/core/facets/proc/compose.rb
380
+ - lib/core/facets/proc/curry.rb
381
+ - lib/core/facets/proc/partial.rb
382
+ - lib/core/facets/proc/to_method.rb
383
+ - lib/core/facets/proc/update.rb
384
+ - lib/core/facets/proc.rb
385
+ - lib/core/facets/process/daemon.rb
386
+ - lib/core/facets/process.rb
387
+ - lib/core/facets/range/combine.rb
388
+ - lib/core/facets/range/overlap.rb
389
+ - lib/core/facets/range/to_r.rb
390
+ - lib/core/facets/range/umbrella.rb
391
+ - lib/core/facets/range/within.rb
392
+ - lib/core/facets/range.rb
393
+ - lib/core/facets/regexp/arity.rb
394
+ - lib/core/facets/regexp/multiline.rb
395
+ - lib/core/facets/regexp/op_add.rb
396
+ - lib/core/facets/regexp/op_or.rb
397
+ - lib/core/facets/regexp/to_re.rb
398
+ - lib/core/facets/regexp.rb
399
+ - lib/core/facets/string/align.rb
400
+ - lib/core/facets/string/bracket.rb
401
+ - lib/core/facets/string/bytes.rb
402
+ - lib/core/facets/string/camelcase.rb
403
+ - lib/core/facets/string/capitalized.rb
404
+ - lib/core/facets/string/characters.rb
405
+ - lib/core/facets/string/cleanlines.rb
406
+ - lib/core/facets/string/cleave.rb
407
+ - lib/core/facets/string/cmp.rb
408
+ - lib/core/facets/string/compress_lines.rb
409
+ - lib/core/facets/string/divide.rb
410
+ - lib/core/facets/string/each_char.rb
411
+ - lib/core/facets/string/each_word.rb
412
+ - lib/core/facets/string/edit_distance.rb
413
+ - lib/core/facets/string/end_with.rb
414
+ - lib/core/facets/string/exclude.rb
415
+ - lib/core/facets/string/expand_tab.rb
416
+ - lib/core/facets/string/file.rb
417
+ - lib/core/facets/string/fold.rb
418
+ - lib/core/facets/string/indent.rb
419
+ - lib/core/facets/string/index_all.rb
420
+ - lib/core/facets/string/interpolate.rb
421
+ - lib/core/facets/string/lchomp.rb
422
+ - lib/core/facets/string/line_wrap.rb
423
+ - lib/core/facets/string/lines.rb
424
+ - lib/core/facets/string/lowercase.rb
425
+ - lib/core/facets/string/margin.rb
426
+ - lib/core/facets/string/methodize.rb
427
+ - lib/core/facets/string/modulize.rb
428
+ - lib/core/facets/string/mscan.rb
429
+ - lib/core/facets/string/natcmp.rb
430
+ - lib/core/facets/string/nchar.rb
431
+ - lib/core/facets/string/newlines.rb
432
+ - lib/core/facets/string/op_div.rb
433
+ - lib/core/facets/string/op_sub.rb
434
+ - lib/core/facets/string/outdent.rb
435
+ - lib/core/facets/string/pathize.rb
436
+ - lib/core/facets/string/quote.rb
437
+ - lib/core/facets/string/random_binary.rb
438
+ - lib/core/facets/string/range.rb
439
+ - lib/core/facets/string/range_all.rb
440
+ - lib/core/facets/string/range_of_line.rb
441
+ - lib/core/facets/string/rewrite.rb
442
+ - lib/core/facets/string/shatter.rb
443
+ - lib/core/facets/string/similarity.rb
444
+ - lib/core/facets/string/snakecase.rb
445
+ - lib/core/facets/string/splice.rb
446
+ - lib/core/facets/string/squish.rb
447
+ - lib/core/facets/string/start_with.rb
448
+ - lib/core/facets/string/store.rb
449
+ - lib/core/facets/string/subtract.rb
450
+ - lib/core/facets/string/tab.rb
451
+ - lib/core/facets/string/tabto.rb
452
+ - lib/core/facets/string/titlecase.rb
453
+ - lib/core/facets/string/to_re.rb
454
+ - lib/core/facets/string/unbracket.rb
455
+ - lib/core/facets/string/underscore.rb
456
+ - lib/core/facets/string/unfold.rb
457
+ - lib/core/facets/string/unindent.rb
458
+ - lib/core/facets/string/unquote.rb
459
+ - lib/core/facets/string/uppercase.rb
460
+ - lib/core/facets/string/variablize.rb
461
+ - lib/core/facets/string/word_wrap.rb
462
+ - lib/core/facets/string/words.rb
463
+ - lib/core/facets/string/xor.rb
464
+ - lib/core/facets/string.rb
465
+ - lib/core/facets/struct/attributes.rb
466
+ - lib/core/facets/struct.rb
467
+ - lib/core/facets/symbol/as_s.rb
468
+ - lib/core/facets/symbol/bang.rb
469
+ - lib/core/facets/symbol/chomp.rb
470
+ - lib/core/facets/symbol/generate.rb
471
+ - lib/core/facets/symbol/not.rb
472
+ - lib/core/facets/symbol/op_div.rb
473
+ - lib/core/facets/symbol/plain.rb
474
+ - lib/core/facets/symbol/query.rb
475
+ - lib/core/facets/symbol/setter.rb
476
+ - lib/core/facets/symbol/succ.rb
477
+ - lib/core/facets/symbol/thrown.rb
478
+ - lib/core/facets/symbol/to_proc.rb
479
+ - lib/core/facets/symbol/variablize.rb
480
+ - lib/core/facets/symbol.rb
481
+ - lib/core/facets/time/ago.rb
482
+ - lib/core/facets/time/change.rb
483
+ - lib/core/facets/time/dst_adjustment.rb
484
+ - lib/core/facets/time/elapse.rb
485
+ - lib/core/facets/time/future.rb
486
+ - lib/core/facets/time/hence.rb
487
+ - lib/core/facets/time/in.rb
488
+ - lib/core/facets/time/less.rb
489
+ - lib/core/facets/time/past.rb
490
+ - lib/core/facets/time/round_to.rb
491
+ - lib/core/facets/time/set.rb
492
+ - lib/core/facets/time/shift.rb
493
+ - lib/core/facets/time/stamp.rb
494
+ - lib/core/facets/time/to_time.rb
495
+ - lib/core/facets/time/trunc.rb
496
+ - lib/core/facets/time.rb
497
+ - lib/core/facets/to_hash.rb
498
+ - lib/core/facets/unboundmethod/arguments.rb
499
+ - lib/core/facets/unboundmethod/name.rb
500
+ - lib/core/facets/unboundmethod.rb
501
+ - lib/core/facets.rb
502
+ - lib/core/facets.yml
503
+ - lib/core-uncommon/facets/array/median.rb
504
+ - lib/core-uncommon/facets/array/op_pow.rb
505
+ - lib/core-uncommon/facets/array/percentile.rb
506
+ - lib/core-uncommon/facets/class/preallocate.rb
507
+ - lib/core-uncommon/facets/enumerable/has.rb
508
+ - lib/core-uncommon/facets/enumerable/have.rb
509
+ - lib/core-uncommon/facets/integer/roman.rb
510
+ - lib/core-uncommon/facets/kernel/demo.rb
511
+ - lib/core-uncommon/facets/kernel/eigenclass.rb
512
+ - lib/core-uncommon/facets/kernel/instance_exec.rb
513
+ - lib/core-uncommon/facets/kernel/memo.rb
514
+ - lib/core-uncommon/facets/kernel/trap_chain.rb
515
+ - lib/core-uncommon/facets/kernel/y.rb
516
+ - lib/core-uncommon/facets/method/memoize.rb
517
+ - lib/core-uncommon/facets/module/attr_class_accessor.rb
518
+ - lib/core-uncommon/facets/module/attr_inheritor.rb
519
+ - lib/core-uncommon/facets/module/attr_tester.rb
520
+ - lib/core-uncommon/facets/module/attr_validator.rb
521
+ - lib/core-uncommon/facets/module/cattr.rb
522
+ - lib/core-uncommon/facets/module/class_accessor.rb
523
+ - lib/core-uncommon/facets/module/class_extend.rb
524
+ - lib/core-uncommon/facets/module/class_inheritor.rb
525
+ - lib/core-uncommon/facets/module/copy_inheritor.rb
526
+ - lib/core-uncommon/facets/module/enclosure.rb
527
+ - lib/core-uncommon/facets/module/enclosures.rb
528
+ - lib/core-uncommon/facets/module/include_as.rb
529
+ - lib/core-uncommon/facets/module/instance_function.rb
530
+ - lib/core-uncommon/facets/module/memoize.rb
531
+ - lib/core-uncommon/facets/module/method_space.rb
532
+ - lib/core-uncommon/facets/module/module_load.rb
533
+ - lib/core-uncommon/facets/module/preextend.rb
534
+ - lib/core-uncommon/facets/module/prepend.rb
535
+ - lib/core-uncommon/facets/regexp/op_or.rb
536
+ - lib/core-uncommon/facets/string/crypt.rb
537
+ - lib/core-uncommon/facets/string/roman.rb
538
+ - lib/standard/facets/basicobject.rb
539
+ - lib/standard/facets/cgi.rb
540
+ - lib/standard/facets/continuation.rb
541
+ - lib/standard/facets/date.rb
542
+ - lib/standard/facets/digest/base64digest.rb
543
+ - lib/standard/facets/digest/salted_digest.rb
544
+ - lib/standard/facets/digest.rb
545
+ - lib/standard/facets/erb.rb
546
+ - lib/standard/facets/fileutils/amass.rb
547
+ - lib/standard/facets/fileutils/cp_rx.rb
548
+ - lib/standard/facets/fileutils/head.rb
549
+ - lib/standard/facets/fileutils/ln_r.rb
550
+ - lib/standard/facets/fileutils/outofdate.rb
551
+ - lib/standard/facets/fileutils/safe_ln.rb
552
+ - lib/standard/facets/fileutils/slice.rb
553
+ - lib/standard/facets/fileutils/stage.rb
554
+ - lib/standard/facets/fileutils/tail.rb
555
+ - lib/standard/facets/fileutils/wc.rb
556
+ - lib/standard/facets/fileutils/whereis.rb
557
+ - lib/standard/facets/fileutils/which.rb
558
+ - lib/standard/facets/fileutils.rb
559
+ - lib/standard/facets/find.rb
560
+ - lib/standard/facets/getoptlong.rb
561
+ - lib/standard/facets/math/abs.rb
562
+ - lib/standard/facets/math/acot.rb
563
+ - lib/standard/facets/math/acoth.rb
564
+ - lib/standard/facets/math/acsc.rb
565
+ - lib/standard/facets/math/acsch.rb
566
+ - lib/standard/facets/math/amd.rb
567
+ - lib/standard/facets/math/approx_equal.rb
568
+ - lib/standard/facets/math/asec.rb
569
+ - lib/standard/facets/math/asech.rb
570
+ - lib/standard/facets/math/atkinson_index.rb
571
+ - lib/standard/facets/math/beta.rb
572
+ - lib/standard/facets/math/cdf.rb
573
+ - lib/standard/facets/math/ceil.rb
574
+ - lib/standard/facets/math/cot.rb
575
+ - lib/standard/facets/math/coth.rb
576
+ - lib/standard/facets/math/csc.rb
577
+ - lib/standard/facets/math/csch.rb
578
+ - lib/standard/facets/math/delta.rb
579
+ - lib/standard/facets/math/epsilon.rb
580
+ - lib/standard/facets/math/exp10.rb
581
+ - lib/standard/facets/math/exp2.rb
582
+ - lib/standard/facets/math/factorial.rb
583
+ - lib/standard/facets/math/floor.rb
584
+ - lib/standard/facets/math/gamma.rb
585
+ - lib/standard/facets/math/gcd.rb
586
+ - lib/standard/facets/math/gini_coefficient.rb
587
+ - lib/standard/facets/math/kldivergence.rb
588
+ - lib/standard/facets/math/lcm.rb
589
+ - lib/standard/facets/math/lgamma.rb
590
+ - lib/standard/facets/math/linsolve.rb
591
+ - lib/standard/facets/math/log2.rb
592
+ - lib/standard/facets/math/max.rb
593
+ - lib/standard/facets/math/mean.rb
594
+ - lib/standard/facets/math/median.rb
595
+ - lib/standard/facets/math/min.rb
596
+ - lib/standard/facets/math/pow.rb
597
+ - lib/standard/facets/math/pstd.rb
598
+ - lib/standard/facets/math/pvariance.rb
599
+ - lib/standard/facets/math/rmd.rb
600
+ - lib/standard/facets/math/root.rb
601
+ - lib/standard/facets/math/sec.rb
602
+ - lib/standard/facets/math/sech.rb
603
+ - lib/standard/facets/math/sign.rb
604
+ - lib/standard/facets/math/sinc.rb
605
+ - lib/standard/facets/math/sqr.rb
606
+ - lib/standard/facets/math/sqsolve.rb
607
+ - lib/standard/facets/math/std.rb
608
+ - lib/standard/facets/math/stderr.rb
609
+ - lib/standard/facets/math/sum.rb
610
+ - lib/standard/facets/math/summed_sqdevs.rb
611
+ - lib/standard/facets/math/theil_index.rb
612
+ - lib/standard/facets/math/variance.rb
613
+ - lib/standard/facets/math.rb
614
+ - lib/standard/facets/net/http.rb
615
+ - lib/standard/facets/ostruct.rb
616
+ - lib/standard/facets/pathname.rb
617
+ - lib/standard/facets/random.rb
618
+ - lib/standard/facets/rbconfig.rb
619
+ - lib/standard/facets/set.rb
620
+ - lib/standard/facets/shellwords.rb
621
+ - lib/standard/facets/strscan.rb
622
+ - lib/standard/facets/thread.rb
623
+ - lib/standard/facets/uri.rb
624
+ - lib/standard/facets/yaml.rb
625
+ - lib/standard/facets/zlib.rb
626
+ - lib/supplemental/facets/argvector.rb
627
+ - lib/supplemental/facets/atomicfile.rb
628
+ - lib/supplemental/facets/interval.rb
629
+ - lib/supplemental/facets/main.rb
630
+ - lib/supplemental/facets/memoizable.rb
631
+ - lib/supplemental/facets/metaid.rb
632
+ - lib/supplemental/facets/multipliers.rb
633
+ - lib/supplemental/facets/multiton.rb
634
+ - lib/supplemental/facets/nullclass.rb
635
+ - lib/supplemental/facets/opesc.rb
636
+ - lib/supplemental/facets/platform.rb
637
+ - lib/supplemental/facets/reference.rb
638
+ - lib/supplemental/facets/timer.rb
639
+ - lib/supplemental/facets/tuple.rb
640
+ - qed/applique/file_helpers.rb
641
+ - qed/core/array/combination.rdoc
642
+ - qed/core/array/delete.rdoc
643
+ - qed/core/array/index.rdoc
644
+ - qed/core/array/merge.rdoc
645
+ - qed/core/array/only.rdoc
646
+ - qed/core/array/pad.rdoc
647
+ - qed/core/array/permutation.rdoc
648
+ - qed/core/array/product.rdoc
649
+ - qed/core/array/recursively.rdoc
650
+ - qed/core/array/rotate.rdoc
651
+ - qed/core/array/select.rdoc
652
+ - qed/core/array/uniq_by.rdoc
653
+ - qed/core/binding/caller.rdoc
654
+ - qed/core/binding/defined.rdoc
655
+ - qed/core/binding/eval.rdoc
656
+ - qed/core/binding/local_variables.rdoc
657
+ - qed/core/binding/opvars.rdoc
658
+ - qed/core/binding/self.rdoc
659
+ - qed/core/class/descendants.rdoc
660
+ - qed/core/class/to_proc.rdoc
661
+ - qed/core/comparable/cap.rdoc
662
+ - qed/core/comparable/clip.rdoc
663
+ - qed/core/comparable/cmp.rdoc
664
+ - qed/core/comparable/op_get.rdoc
665
+ - qed/core/dir/ascend.rdoc
666
+ - qed/core/dir/descend.rdoc
667
+ - qed/core/dir/multiglob.rdoc
668
+ - qed/core/dir/parent.rdoc
669
+ - qed/core/dir/recurse.rdoc
670
+ - qed/core/exception/detail.rdoc
671
+ - qed/core/facets.rdoc
672
+ - qed/core/filetest/root.rdoc
673
+ - qed/core/hash/recursively.rdoc
674
+ - qed/core/indexable.rdoc
675
+ - qed/core/integer/bitmask.rdoc
676
+ - qed/core/integer/even.rdoc
677
+ - qed/core/integer/factorial.rdoc
678
+ - qed/core/integer/length.rdoc
679
+ - qed/core/integer/multiple.rdoc
680
+ - qed/core/integer/odd.rdoc
681
+ - qed/core/integer/of.rdoc
682
+ - qed/core/integer/ordinal.rdoc
683
+ - qed/core/matchdata/match.rdoc
684
+ - qed/core/matchdata/matchset.rdoc
685
+ - qed/core/string/align.rdoc
686
+ - qed/core/string/bracket.rdoc
687
+ - qed/core/string/bytes.rdoc
688
+ - qed/core/string/camelcase.rdoc
689
+ - qed/core/string/capitalized.rdoc
690
+ - qed/core/string/characters.rdoc
691
+ - qed/core/string/cleanlines.rdoc
692
+ - qed/core/string/cleave.rdoc
693
+ - qed/core/string/divide.rdoc
694
+ - qed/core/string/each_char.rdoc
695
+ - qed/core/string/each_word.rdoc
696
+ - qed/core/string/end_with.rdoc
697
+ - qed/core/string/expand_tabs.rdoc
698
+ - qed/core/string/fold.rdoc
699
+ - qed/core/string/indent.rdoc
700
+ - qed/core/string/interpolate.rdoc
701
+ - qed/core/string/lchomp.rdoc
702
+ - qed/core/string/line_wrap.rdoc
703
+ - qed/core/string/lines.rdoc
704
+ - qed/core/string/margin.rdoc
705
+ - qed/core/string/methodize.rdoc
706
+ - qed/core/string/modulize.rdoc
707
+ - qed/core/string/mscan.rdoc
708
+ - qed/core/string/natcmp.rdoc
709
+ - qed/core/string/nchar.rdoc
710
+ - qed/core/string/newlines.rdoc
711
+ - qed/core/string/op_sub.rdoc
712
+ - qed/core/string/pathize.rdoc
713
+ - qed/core/string/quote.rdoc
714
+ - qed/core/string/range.rdoc
715
+ - qed/core/string/rewrite.rdoc
716
+ - qed/core/string/shatter.rdoc
717
+ - qed/core/string/snakecase.rdoc
718
+ - qed/core/string/splice.rdoc
719
+ - qed/core/string/start_with.rdoc
720
+ - qed/core/string/subtract.rdoc
721
+ - qed/core/string/tab.rdoc
722
+ - qed/core/string/tabto.rdoc
723
+ - qed/core/string/titlecase.rdoc
724
+ - qed/core/string/to_re.rdoc
725
+ - qed/core/string/unfold.rdoc
726
+ - qed/core/string/unindent.rdoc
727
+ - qed/core/string/unquote.rdoc
728
+ - qed/core/string/variablize.rdoc
729
+ - qed/core/string/word_wrap.rdoc
730
+ - qed/core/string/words.rdoc
731
+ - qed/core/string/xor.rdoc
732
+ - qed/core-uncommon/module/cattr.rdoc
733
+ - qed/core-uncommon/module/class_extend.rdoc
734
+ - qed/core-uncommon/module/class_inheritor.rdoc
735
+ - qed/core-uncommon/module/copy_inheritor.rdoc
736
+ - qed/core-uncommon/module/method_space.rdoc
737
+ - qed/standard/basic_object.rdoc
738
+ - qed/supplemental/memoizable.rdoc
739
+ - qed/supplemental/mulititon.rdoc
740
+ - test/core/array/test_after.rb
741
+ - test/core/array/test_before.rb
742
+ - test/core/array/test_collapse.rb
743
+ - test/core/array/test_combination.rb
744
+ - test/core/array/test_commonality.rb
745
+ - test/core/array/test_conjoin.rb
746
+ - test/core/array/test_contains.rb
747
+ - test/core/array/test_delete.rb
748
+ - test/core/array/test_divide.rb
749
+ - test/core/array/test_duplicates.rb
750
+ - test/core/array/test_entropy.rb
751
+ - test/core/array/test_extract_options.rb
752
+ - test/core/array/test_first.rb
753
+ - test/core/array/test_index.rb
754
+ - test/core/array/test_last.rb
755
+ - test/core/array/test_merge.rb
756
+ - test/core/array/test_mode.rb
757
+ - test/core/array/test_nonuniq.rb
758
+ - test/core/array/test_not_empty.rb
759
+ - test/core/array/test_only.rb
760
+ - test/core/array/test_pad.rb
761
+ - test/core/array/test_peek.rb
762
+ - test/core/array/test_permutation.rb
763
+ - test/core/array/test_poke.rb
764
+ - test/core/array/test_probability.rb
765
+ - test/core/array/test_product.rb
766
+ - test/core/array/test_pull.rb
767
+ - test/core/array/test_recurse.rb
768
+ - test/core/array/test_recursively.rb
769
+ - test/core/array/test_rotate.rb
770
+ - test/core/array/test_select.rb
771
+ - test/core/array/test_splice.rb
772
+ - test/core/array/test_split.rb
773
+ - test/core/array/test_store.rb
774
+ - test/core/array/test_traverse.rb
775
+ - test/core/array/test_uniq_by.rb
776
+ - test/core/binding/test_caller.rb
777
+ - test/core/binding/test_defined.rb
778
+ - test/core/binding/test_eval.rb
779
+ - test/core/binding/test_local_variables.rb
780
+ - test/core/binding/test_op.rb
781
+ - test/core/binding/test_self.rb
782
+ - test/core/class/test_descendents.rb
783
+ - test/core/class/test_subclasses.rb
784
+ - test/core/class/test_to_proc.rb
785
+ - test/core/comparable/test_bound.rb
786
+ - test/core/comparable/test_cap.rb
787
+ - test/core/comparable/test_clip.rb
788
+ - test/core/comparable/test_cmp.rb
789
+ - test/core/comparable/test_op_get.rb
790
+ - test/core/denumerable_tc.rb
791
+ - test/core/dir/test_ascend.rb
792
+ - test/core/dir/test_descend.rb
793
+ - test/core/dir/test_each_child.rb
794
+ - test/core/dir/test_multiglob.rb
795
+ - test/core/dir/test_parent.rb
796
+ - test/core/dir/test_recurse.rb
797
+ - test/core/enumerable/test_accumulate.rb
798
+ - test/core/enumerable/test_cluster_by.rb
799
+ - test/core/enumerable/test_compact_map.rb
800
+ - test/core/enumerable/test_count.rb
801
+ - test/core/enumerable/test_defer.rb
802
+ - test/core/enumerable/test_each_by.rb
803
+ - test/core/enumerable/test_each_with_object.rb
804
+ - test/core/enumerable/test_every.rb
805
+ - test/core/enumerable/test_ewise.rb
806
+ - test/core/enumerable/test_exclude.rb
807
+ - test/core/enumerable/test_expand.rb
808
+ - test/core/enumerable/test_filter.rb
809
+ - test/core/enumerable/test_find_yield.rb
810
+ - test/core/enumerable/test_frequency.rb
811
+ - test/core/enumerable/test_graph.rb
812
+ - test/core/enumerable/test_group_by.rb
813
+ - test/core/enumerable/test_map_by.rb
814
+ - test/core/enumerable/test_map_send.rb
815
+ - test/core/enumerable/test_map_with_index.rb
816
+ - test/core/enumerable/test_mash.rb
817
+ - test/core/enumerable/test_modulate.rb
818
+ - test/core/enumerable/test_none.rb
819
+ - test/core/enumerable/test_occur.rb
820
+ - test/core/enumerable/test_one.rb
821
+ - test/core/enumerable/test_per.rb
822
+ - test/core/enumerable/test_purge.rb
823
+ - test/core/enumerable/test_recursively.rb
824
+ - test/core/enumerable/test_sum.rb
825
+ - test/core/enumerable/test_take.rb
826
+ - test/core/enumerable/test_uniq_by.rb
827
+ - test/core/enumerable/test_visit.rb
828
+ - test/core/enumerator/test_fx.rb
829
+ - test/core/enumerator/test_new.rb
830
+ - test/core/enumerator_tc.rb
831
+ - test/core/exception/test_detail.rb
832
+ - test/core/exception/test_raised.rb
833
+ - test/core/exception/test_suppress.rb
834
+ - test/core/file/test_append.rb
835
+ - test/core/file/test_create.rb
836
+ - test/core/file/test_ext.rb
837
+ - test/core/file/test_null.rb
838
+ - test/core/file/test_read_binary.rb
839
+ - test/core/file/test_read_list.rb
840
+ - test/core/file/test_rewrite.rb
841
+ - test/core/file/test_rootname.rb
842
+ - test/core/file/test_sanitize.rb
843
+ - test/core/file/test_split_all.rb
844
+ - test/core/file/test_write.rb
845
+ - test/core/file/test_writelines.rb
846
+ - test/core/filetest/test_root.rb
847
+ - test/core/functor_tc.rb
848
+ - test/core/hash/test_alias.rb
849
+ - test/core/hash/test_argumentize.rb
850
+ - test/core/hash/test_at.rb
851
+ - test/core/hash/test_autonew.rb
852
+ - test/core/hash/test_collate.rb
853
+ - test/core/hash/test_count.rb
854
+ - test/core/hash/test_data.rb
855
+ - test/core/hash/test_dearray_values.rb
856
+ - test/core/hash/test_deep_merge.rb
857
+ - test/core/hash/test_delete_at.rb
858
+ - test/core/hash/test_delete_unless.rb
859
+ - test/core/hash/test_delete_values.rb
860
+ - test/core/hash/test_diff.rb
861
+ - test/core/hash/test_expect.rb
862
+ - test/core/hash/test_graph.rb
863
+ - test/core/hash/test_insert.rb
864
+ - test/core/hash/test_inverse.rb
865
+ - test/core/hash/test_join.rb
866
+ - test/core/hash/test_keys.rb
867
+ - test/core/hash/test_new_with.rb
868
+ - test/core/hash/test_op_add.rb
869
+ - test/core/hash/test_op_and.rb
870
+ - test/core/hash/test_op_mul.rb
871
+ - test/core/hash/test_op_or.rb
872
+ - test/core/hash/test_op_push.rb
873
+ - test/core/hash/test_op_sub.rb
874
+ - test/core/hash/test_recurse.rb
875
+ - test/core/hash/test_recursively.rb
876
+ - test/core/hash/test_rekey.rb
877
+ - test/core/hash/test_replace_each.rb
878
+ - test/core/hash/test_reverse_merge.rb
879
+ - test/core/hash/test_select.rb
880
+ - test/core/hash/test_slice.rb
881
+ - test/core/hash/test_stringify_keys.rb
882
+ - test/core/hash/test_swap.rb
883
+ - test/core/hash/test_symbolize_keys.rb
884
+ - test/core/hash/test_to_mod.rb
885
+ - test/core/hash/test_to_proc.rb
886
+ - test/core/hash/test_to_struct.rb
887
+ - test/core/hash/test_traverse.rb
888
+ - test/core/hash/test_update_each.rb
889
+ - test/core/hash/test_update_keys.rb
890
+ - test/core/hash/test_update_values.rb
891
+ - test/core/hash/test_weave.rb
892
+ - test/core/hash/test_zip.rb
893
+ - test/core/indexable_tc.rb
894
+ - test/core/integer/test_bitmask.rb
895
+ - test/core/integer/test_even.rb
896
+ - test/core/integer/test_factorial.rb
897
+ - test/core/integer/test_multiple.rb
898
+ - test/core/integer/test_odd.rb
899
+ - test/core/integer/test_of.rb
900
+ - test/core/integer/test_ordinal.rb
901
+ - test/core/kernel/test_as.rb
902
+ - test/core/kernel/test_ask.rb
903
+ - test/core/kernel/test_assign.rb
904
+ - test/core/kernel/test_assign_from.rb
905
+ - test/core/kernel/test_attr_singleton.rb
906
+ - test/core/kernel/test_blank.rb
907
+ - test/core/kernel/test_callstack.rb
908
+ - test/core/kernel/test_class.rb
909
+ - test/core/kernel/test_complete.rb
910
+ - test/core/kernel/test_constant.rb
911
+ - test/core/kernel/test_d.rb
912
+ - test/core/kernel/test_deep_copy.rb
913
+ - test/core/kernel/test_dir.rb
914
+ - test/core/kernel/test_disable_warnings.rb
915
+ - test/core/kernel/test_ergo.rb
916
+ - test/core/kernel/test_extension.rb
917
+ - test/core/kernel/test_get.rb
918
+ - test/core/kernel/test_here.rb
919
+ - test/core/kernel/test_in.rb
920
+ - test/core/kernel/test_instance_assign.rb
921
+ - test/core/kernel/test_instance_class.rb
922
+ - test/core/kernel/test_instance_send.rb
923
+ - test/core/kernel/test_maybe.rb
924
+ - test/core/kernel/test_meta_alias.rb
925
+ - test/core/kernel/test_meta_class.rb
926
+ - test/core/kernel/test_meta_def.rb
927
+ - test/core/kernel/test_meta_eval.rb
928
+ - test/core/kernel/test_method.rb
929
+ - test/core/kernel/test_not.rb
930
+ - test/core/kernel/test_not_nil.rb
931
+ - test/core/kernel/test_object_class.rb
932
+ - test/core/kernel/test_object_hexid.rb
933
+ - test/core/kernel/test_object_send.rb
934
+ - test/core/kernel/test_presence.rb
935
+ - test/core/kernel/test_qua_class.rb
936
+ - test/core/kernel/test_require_all.rb
937
+ - test/core/kernel/test_require_relative.rb
938
+ - test/core/kernel/test_respond.rb
939
+ - test/core/kernel/test_returning.rb
940
+ - test/core/kernel/test_silence.rb
941
+ - test/core/kernel/test_singleton_class.rb
942
+ - test/core/kernel/test_source_location.rb
943
+ - test/core/kernel/test_super_method.rb
944
+ - test/core/kernel/test_tap.rb
945
+ - test/core/kernel/test_temporarily.rb
946
+ - test/core/kernel/test_true.rb
947
+ - test/core/kernel/test_try.rb
948
+ - test/core/kernel/test_val.rb
949
+ - test/core/kernel/test_with.rb
950
+ - test/core/kernel/test_writers.rb
951
+ - test/core/matchdata/test_match.rb
952
+ - test/core/matchdata/test_matchset.rb
953
+ - test/core/module/test_abstract.rb
954
+ - test/core/module/test_alias_accessor.rb
955
+ - test/core/module/test_alias_method_chain.rb
956
+ - test/core/module/test_alias_module_function.rb
957
+ - test/core/module/test_all_instance_methods.rb
958
+ - test/core/module/test_ancestor.rb
959
+ - test/core/module/test_anonymous.rb
960
+ - test/core/module/test_attr_setter.rb
961
+ - test/core/module/test_basename.rb
962
+ - test/core/module/test_can.rb
963
+ - test/core/module/test_class.rb
964
+ - test/core/module/test_class_def.rb
965
+ - test/core/module/test_instance_method.rb
966
+ - test/core/module/test_instance_method_defined.rb
967
+ - test/core/module/test_integrate.rb
968
+ - test/core/module/test_is.rb
969
+ - test/core/module/test_method_clash.rb
970
+ - test/core/module/test_methodize.rb
971
+ - test/core/module/test_modname.rb
972
+ - test/core/module/test_module_def.rb
973
+ - test/core/module/test_nodef.rb
974
+ - test/core/module/test_op.rb
975
+ - test/core/module/test_pathize.rb
976
+ - test/core/module/test_redefine_method.rb
977
+ - test/core/module/test_redirect_method.rb
978
+ - test/core/module/test_remove.rb
979
+ - test/core/module/test_rename_method.rb
980
+ - test/core/module/test_revise.rb
981
+ - test/core/module/test_set.rb
982
+ - test/core/module/test_spacename.rb
983
+ - test/core/module/test_to_obj.rb
984
+ - test/core/module/test_wrap_method.rb
985
+ - test/core/nilclass/test_to_f.rb
986
+ - test/core/numeric/test_approx.rb
987
+ - test/core/numeric/test_distance.rb
988
+ - test/core/numeric/test_length.rb
989
+ - test/core/numeric/test_round.rb
990
+ - test/core/numeric/test_spacing.rb
991
+ - test/core/object/test_dup.rb
992
+ - test/core/object/test_object_state.rb
993
+ - test/core/object/test_replace.rb
994
+ - test/core/object/test_try_dup.rb
995
+ - test/core/proc/test_bind.rb
996
+ - test/core/proc/test_bind_to.rb
997
+ - test/core/proc/test_compose.rb
998
+ - test/core/proc/test_curry.rb
999
+ - test/core/proc/test_partial.rb
1000
+ - test/core/proc/test_to_method.rb
1001
+ - test/core/proc/test_update.rb
1002
+ - test/core/range/test_combine.rb
1003
+ - test/core/range/test_overlap.rb
1004
+ - test/core/range/test_to_r.rb
1005
+ - test/core/range/test_umbrella.rb
1006
+ - test/core/range/test_within.rb
1007
+ - test/core/regexp/test_arity.rb
1008
+ - test/core/regexp/test_multiline.rb
1009
+ - test/core/regexp/test_op_add.rb
1010
+ - test/core/regexp/test_op_or.rb
1011
+ - test/core/regexp/test_to_re.rb
1012
+ - test/core/string/test_align.rb
1013
+ - test/core/string/test_bracket.rb
1014
+ - test/core/string/test_bytes.rb
1015
+ - test/core/string/test_camelcase.rb
1016
+ - test/core/string/test_capitalized.rb
1017
+ - test/core/string/test_characters.rb
1018
+ - test/core/string/test_cleanlines.rb
1019
+ - test/core/string/test_cleave.rb
1020
+ - test/core/string/test_cmp.rb
1021
+ - test/core/string/test_compress_lines.rb
1022
+ - test/core/string/test_divide.rb
1023
+ - test/core/string/test_each_char.rb
1024
+ - test/core/string/test_each_word.rb
1025
+ - test/core/string/test_edit_distance.rb
1026
+ - test/core/string/test_end_with.rb
1027
+ - test/core/string/test_exclude.rb
1028
+ - test/core/string/test_expand_tabs.rb
1029
+ - test/core/string/test_file.rb
1030
+ - test/core/string/test_fold.rb
1031
+ - test/core/string/test_indent.rb
1032
+ - test/core/string/test_index_all.rb
1033
+ - test/core/string/test_interpolate.rb
1034
+ - test/core/string/test_lchomp.rb
1035
+ - test/core/string/test_line_wrap.rb
1036
+ - test/core/string/test_lines.rb
1037
+ - test/core/string/test_lowercase.rb
1038
+ - test/core/string/test_margin.rb
1039
+ - test/core/string/test_methodize.rb
1040
+ - test/core/string/test_modulize.rb
1041
+ - test/core/string/test_mscan.rb
1042
+ - test/core/string/test_natcmp.rb
1043
+ - test/core/string/test_nchar.rb
1044
+ - test/core/string/test_newlines.rb
1045
+ - test/core/string/test_op_div.rb
1046
+ - test/core/string/test_op_sub.rb
1047
+ - test/core/string/test_pathize.rb
1048
+ - test/core/string/test_quote.rb
1049
+ - test/core/string/test_range.rb
1050
+ - test/core/string/test_rewrite.rb
1051
+ - test/core/string/test_shatter.rb
1052
+ - test/core/string/test_similarity.rb
1053
+ - test/core/string/test_snakecase.rb
1054
+ - test/core/string/test_splice.rb
1055
+ - test/core/string/test_squish.rb
1056
+ - test/core/string/test_start_with.rb
1057
+ - test/core/string/test_store.rb
1058
+ - test/core/string/test_subtract.rb
1059
+ - test/core/string/test_tab.rb
1060
+ - test/core/string/test_tabto.rb
1061
+ - test/core/string/test_titlecase.rb
1062
+ - test/core/string/test_to_re.rb
1063
+ - test/core/string/test_unbracket.rb
1064
+ - test/core/string/test_underscore.rb
1065
+ - test/core/string/test_unfold.rb
1066
+ - test/core/string/test_unindent.rb
1067
+ - test/core/string/test_unquote.rb
1068
+ - test/core/string/test_uppercase.rb
1069
+ - test/core/string/test_variablize.rb
1070
+ - test/core/string/test_word_wrap.rb
1071
+ - test/core/string/test_words.rb
1072
+ - test/core/string/test_xor.rb
1073
+ - test/core/symbol/test_as_s.rb
1074
+ - test/core/symbol/test_bang.rb
1075
+ - test/core/symbol/test_chomp.rb
1076
+ - test/core/symbol/test_generate.rb
1077
+ - test/core/symbol/test_not.rb
1078
+ - test/core/symbol/test_op_div.rb
1079
+ - test/core/symbol/test_plain.rb
1080
+ - test/core/symbol/test_query.rb
1081
+ - test/core/symbol/test_setter.rb
1082
+ - test/core/symbol/test_succ.rb
1083
+ - test/core/symbol/test_to_proc.rb
1084
+ - test/core/symbol/test_variablize.rb
1085
+ - test/core/time/test_ago.rb
1086
+ - test/core/time/test_change.rb
1087
+ - test/core/time/test_dst_adjustment.rb
1088
+ - test/core/time/test_elapse.rb
1089
+ - test/core/time/test_future.rb
1090
+ - test/core/time/test_hence.rb
1091
+ - test/core/time/test_in.rb
1092
+ - test/core/time/test_less.rb
1093
+ - test/core/time/test_past.rb
1094
+ - test/core/time/test_round_to.rb
1095
+ - test/core/time/test_set.rb
1096
+ - test/core/time/test_shift.rb
1097
+ - test/core/time/test_stamp.rb
1098
+ - test/core/time/test_to_time.rb
1099
+ - test/core/time/test_trunc.rb
1100
+ - test/core/to_hash_tc.rb
1101
+ - test/core/unboundmethod/test_arguments.rb
1102
+ - test/core/unboundmethod/test_name.rb
1103
+ - test/core-uncommon/array/test_median.rb
1104
+ - test/core-uncommon/array/test_percentile.rb
1105
+ - test/core-uncommon/class/test_preallocate.rb
1106
+ - test/core-uncommon/module/test_cattr.rb
1107
+ - test/core-uncommon/module/test_class_extend.rb
1108
+ - test/core-uncommon/module/test_class_inheritor.rb
1109
+ - test/core-uncommon/module/test_copy_inheritor.rb
1110
+ - test/core-uncommon/module/test_enclosure.rb
1111
+ - test/core-uncommon/module/test_instance_function.rb
1112
+ - test/core-uncommon/module/test_memoize.rb
1113
+ - test/core-uncommon/module/test_method_space.rb
1114
+ - test/core-uncommon/module/test_module_load.rb
1115
+ - test/core-uncommon/module/test_preextend.rb
1116
+ - test/core-uncommon/module/test_prepend.rb
1117
+ - test/standard/test_date.rb
1118
+ - test/standard/test_ostruct.rb
1119
+ - test/standard/test_random.rb
1120
+ - test/standard/test_shellwords.rb
1121
+ - test/standard/test_thread.rb
1122
+ - test/standard/test_timer.rb
1123
+ - test/standard/test_uri.rb
1124
+ - test/supplemental/test_argvector.rb
1125
+ - test/supplemental/test_memoizable.rb
1126
+ - test/supplemental/test_multipliers.rb
1127
+ - test/supplemental/test_tuple.rb
1128
+ - Rakefile
1129
+ - HISTORY.rdoc
1130
+ - PROFILE
1131
+ - README.rdoc
1132
+ - AUTHORS
1133
+ - NOTICE
1134
+ - VERSION
1135
+ - COPYING
1136
+ version: 2.9.1
1137
+ suite: rubyworks
1138
+ licenses:
1139
+ - Ruby
1140
+ description: Facets is the premier collection of extension methods for the Ruby programming language. Facets extensions are unique by virtue of thier atomicity. They are stored in individual files allowing for highly granular control of requirements. In addition, Facets includes a few additional classes and mixins suitable to wide variety of applications.
1141
+ summary: Premium Ruby Extensions
1142
+ authors:
1143
+ - Thomas Sawyer <transfire@gmail.com>
1144
+ created: 2004-12-16