facets 2.2.1 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (313) hide show
  1. data/CHANGES +6 -0
  2. data/NOTES +14 -1
  3. data/Rakefile +26 -0
  4. data/demo/bench/general/bench_calls.rb +74 -0
  5. data/demo/bench/general/bench_includes.rb +25 -0
  6. data/demo/bench/general/bench_methods.rb +17 -0
  7. data/demo/bench/general/bench_pathname.rb +24 -0
  8. data/demo/bench/general/bench_range.rb +64 -0
  9. data/demo/bench/general/bench_return.rb +56 -0
  10. data/demo/bench/general/bench_yeild.rb +75 -0
  11. data/lib/{more → class}/facets/association.rb +0 -0
  12. data/lib/{more → class}/facets/autoarray.rb +0 -0
  13. data/lib/{more → class}/facets/basicobject.rb +0 -0
  14. data/lib/{more → class}/facets/buildingblock.rb +0 -44
  15. data/lib/{more → class}/facets/cachedelegator.rb +3 -0
  16. data/lib/{more → class}/facets/coroutine.rb +0 -56
  17. data/lib/{more → class}/facets/dictionary.rb +0 -0
  18. data/lib/{more → class}/facets/downloader.rb +0 -0
  19. data/lib/{more → class}/facets/filelist.rb +0 -0
  20. data/lib/{more → class}/facets/fileshell.rb +0 -0
  21. data/lib/{more → class}/facets/hashbuilder.rb +0 -0
  22. data/lib/{more → class}/facets/heap.rb +0 -0
  23. data/lib/{more → class}/facets/infinity.rb +0 -46
  24. data/lib/{more → class}/facets/interval.rb +0 -0
  25. data/lib/{more → class}/facets/ioredirect.rb +0 -0
  26. data/lib/{more → class}/facets/linkedlist.rb +0 -42
  27. data/lib/{more → class}/facets/lrucache.rb +0 -23
  28. data/lib/{more → class}/facets/minitar.rb +0 -0
  29. data/lib/{more → class}/facets/nackclass.rb +0 -0
  30. data/lib/{more → class}/facets/nullclass.rb +0 -0
  31. data/lib/{more → class}/facets/opencascade.rb +0 -70
  32. data/lib/{more → class}/facets/opencollection.rb +0 -0
  33. data/lib/class/facets/openhash.rb +41 -0
  34. data/lib/{more → class}/facets/openobject.rb +0 -121
  35. data/lib/{more → class}/facets/orderedhash.rb +0 -0
  36. data/lib/{more → class}/facets/pathlist.rb +0 -0
  37. data/lib/{more → class}/facets/pool.rb +0 -0
  38. data/lib/{more → class}/facets/pqueue.rb +0 -0
  39. data/lib/{more → class}/facets/progressbar.rb +0 -0
  40. data/lib/{more → class}/facets/recorder.rb +0 -40
  41. data/lib/{more → class}/facets/reference.rb +0 -0
  42. data/lib/{more → class}/facets/rwdelegator.rb +0 -0
  43. data/lib/{more → class}/facets/semaphore.rb +0 -0
  44. data/lib/{more → class}/facets/syncarray.rb +0 -24
  45. data/lib/{more → class}/facets/synchash.rb +1 -25
  46. data/lib/{more → class}/facets/timer.rb +0 -62
  47. data/lib/{more → class}/facets/tuple.rb +0 -60
  48. data/lib/{more → class}/facets/version.rb +0 -0
  49. data/lib/core/facets/dir/multiglob.rb +20 -5
  50. data/lib/core/facets/enumerable/cartesian.rb +2 -2
  51. data/lib/core/facets/enumerable/combination.rb +9 -1
  52. data/lib/core/facets/kernel/object.rb +1 -1
  53. data/lib/{more → mixin}/facets/binreadable.rb +0 -62
  54. data/lib/{more → mixin}/facets/buildable.rb +0 -48
  55. data/lib/mixin/facets/cloneable.rb +90 -0
  56. data/lib/{more → mixin}/facets/enumerablepass.rb +0 -81
  57. data/lib/{more → mixin}/facets/expirable.rb +0 -0
  58. data/lib/{more → mixin}/facets/fileable.rb +0 -0
  59. data/lib/{more → mixin}/facets/instantiable.rb +0 -30
  60. data/lib/{more → mixin}/facets/multiton.rb +0 -0
  61. data/lib/{more → mixin}/facets/registerable.rb +0 -0
  62. data/lib/mixin/facets/tasksystem.rb +350 -0
  63. data/lib/{more → mixin}/facets/uninheritable.rb +1 -39
  64. data/lib/{more → mixin}/facets/validation.rb +0 -0
  65. data/lib/more/facets/arguments.rb +0 -66
  66. data/lib/more/facets/attributes.rb +0 -35
  67. data/lib/more/facets/bbcode.rb +1 -31
  68. data/lib/more/facets/bytes.rb +0 -80
  69. data/lib/more/facets/class_extension.rb +0 -66
  70. data/lib/more/facets/classmethods.rb +0 -64
  71. data/lib/more/facets/compare_on.rb +0 -52
  72. data/lib/more/facets/curry.rb +0 -29
  73. data/lib/more/facets/cut.rb +0 -27
  74. data/lib/more/facets/date.rb +0 -54
  75. data/lib/more/facets/dependency.rb +0 -70
  76. data/lib/more/facets/elementor.rb +0 -67
  77. data/lib/more/facets/getoptlong.rb +0 -30
  78. data/lib/more/facets/{hash_keyize.rb → hash/keyize.rb} +0 -0
  79. data/lib/more/facets/inheritor.rb +0 -150
  80. data/lib/more/facets/instantise.rb +0 -41
  81. data/lib/more/facets/let.rb +0 -20
  82. data/lib/more/facets/memoize.rb +0 -45
  83. data/lib/more/facets/multipliers.rb +0 -110
  84. data/lib/more/facets/ostruct.rb +0 -124
  85. data/lib/more/facets/random.rb +0 -153
  86. data/lib/more/facets/rbconfig.rb +55 -0
  87. data/lib/more/facets/set.rb +27 -0
  88. data/lib/more/facets/snapshot.rb +0 -30
  89. data/lib/more/facets/stylize.rb +0 -147
  90. data/lib/more/facets/times.rb +0 -98
  91. data/lib/more/facets/tracepoint.rb +194 -0
  92. data/lib/more/facets/typecast.rb +0 -63
  93. data/lib/more/facets/ziputils.rb +7 -0
  94. data/log/Changelog-0.txt +239 -0
  95. data/log/Changelog-1.txt +450 -0
  96. data/log/Changelog.txt +841 -0
  97. data/log/Fixme.txt +18 -0
  98. data/log/Testlog.txt +188 -0
  99. data/log/Todo.txt +326 -0
  100. data/meta/MANIFEST +1 -1
  101. data/meta/VERSION +1 -0
  102. data/meta/authors +48 -0
  103. data/meta/description +8 -0
  104. data/meta/project.yaml +11 -5
  105. data/task/install +4 -2
  106. data/task/rdoc +5 -0
  107. data/task/test +40 -0
  108. data/test/{unit → class}/test_association.rb +0 -0
  109. data/test/{unit → class}/test_autoarray.rb +0 -0
  110. data/test/{unit → class}/test_basicobject.rb +0 -0
  111. data/test/{unit → class}/test_buildingblock.rb +1 -0
  112. data/test/{unit → class}/test_coroutine.rb +0 -0
  113. data/test/{unit → class}/test_dictionary.rb +0 -0
  114. data/test/{unit → class}/test_infinity.rb +0 -0
  115. data/test/{unit → class}/test_interval.rb +0 -0
  116. data/test/{unit → class}/test_linkedlist.rb +1 -1
  117. data/test/{unit → class}/test_lrucache.rb +3 -0
  118. data/test/{unit → class}/test_opencascade.rb +0 -0
  119. data/test/{unit → class}/test_openobject.rb +0 -0
  120. data/test/{unit → class}/test_recorder.rb +0 -1
  121. data/test/{unit → class}/test_syncarray.rb +2 -4
  122. data/test/{unit → class}/test_synchash.rb +2 -4
  123. data/test/{unit → class}/test_timer.rb +0 -1
  124. data/test/{unit → class}/test_tuple.rb +0 -0
  125. data/test/{unit → core}/array/test_delete.rb +0 -0
  126. data/test/{unit → core}/array/test_indexable.rb +0 -0
  127. data/test/{unit → core}/array/test_merge.rb +0 -0
  128. data/test/{unit → core}/array/test_only.rb +0 -0
  129. data/test/{unit → core}/array/test_pad.rb +0 -0
  130. data/test/{unit → core}/array/test_rotate.rb +0 -0
  131. data/test/{unit → core}/array/test_select.rb +0 -0
  132. data/test/{unit → core}/array/test_stackable.rb +0 -0
  133. data/test/{unit/binding/test_cflow.rb → core/binding/test_caller.rb} +2 -2
  134. data/test/{unit → core}/binding/test_defined.rb +0 -0
  135. data/test/{unit → core}/binding/test_eval.rb +0 -0
  136. data/test/{unit → core}/binding/test_here.rb +0 -0
  137. data/test/{unit → core}/binding/test_self.rb +0 -0
  138. data/test/{unit → core}/binding/test_vars.rb +0 -0
  139. data/test/{unit → core}/class/test_descendents.rb +0 -0
  140. data/test/{unit → core}/class/test_initializer.rb +0 -0
  141. data/test/{unit → core}/class/test_remove_descendents.rb +0 -0
  142. data/test/{unit → core}/comparable/test_bound.rb +0 -0
  143. data/test/{unit → core}/comparable/test_cmp.rb +0 -0
  144. data/test/{unit → core}/dir/test_parent.rb +0 -0
  145. data/test/{unit → core}/dir/test_recurse.rb +0 -0
  146. data/test/{unit → core}/dir/test_traverse.rb +0 -0
  147. data/test/{unit → core}/enumerable/test_cartesian.rb +0 -0
  148. data/test/{unit → core}/enumerable/test_collect.rb +0 -0
  149. data/test/{unit → core}/enumerable/test_combination.rb +0 -0
  150. data/test/{unit → core}/enumerable/test_count.rb +0 -0
  151. data/test/{unit → core}/enumerable/test_each.rb +0 -0
  152. data/test/{unit → core}/enumerable/test_mash.rb +0 -0
  153. data/test/{unit → core}/enumerable/test_permutation.rb +0 -0
  154. data/test/{unit → core}/enumerable/test_probability.rb +0 -0
  155. data/test/{unit → core}/enumerable/test_split.rb +0 -0
  156. data/test/{unit → core}/exception/test_detail.rb +0 -0
  157. data/test/{unit → core}/file/test_null.rb +0 -0
  158. data/test/{unit → core}/file/test_read.rb +0 -0
  159. data/test/{unit → core}/file/test_sanitize.rb +0 -0
  160. data/test/{unit → core}/file/test_split_all.rb +0 -0
  161. data/test/{unit → core}/file/test_write.rb +0 -0
  162. data/test/{unit → core}/filetest/test_root.rb +0 -0
  163. data/test/{unit → core}/hash/test_alias.rb +0 -0
  164. data/test/{unit → core}/hash/test_at.rb +0 -0
  165. data/test/{unit → core}/hash/test_autonew.rb +0 -0
  166. data/test/core/hash/test_collate.rb +33 -0
  167. data/test/{unit → core}/hash/test_delete.rb +0 -0
  168. data/test/{unit → core}/hash/test_each_with_key.rb +0 -0
  169. data/test/{unit → core}/hash/test_has_keys.rb +0 -0
  170. data/test/{unit → core}/hash/test_insert.rb +0 -0
  171. data/test/{unit → core}/hash/test_inverse.rb +0 -0
  172. data/test/{unit → core}/hash/test_op.rb +0 -0
  173. data/test/{unit → core}/hash/test_rekey.rb +0 -0
  174. data/test/{unit → core}/hash/test_reverse_merge.rb +0 -0
  175. data/test/{unit → core}/hash/test_select.rb +0 -0
  176. data/test/{unit → core}/hash/test_swap.rb +0 -0
  177. data/test/{unit → core}/hash/test_traverse.rb +0 -0
  178. data/test/{unit → core}/hash/test_update.rb +0 -0
  179. data/test/{unit → core}/hash/test_weave.rb +0 -0
  180. data/test/{unit → core}/hash/test_zipnew.rb +0 -0
  181. data/test/{unit → core}/integer/test_bitmask.rb +0 -0
  182. data/test/{unit → core}/integer/test_factorial.rb +0 -0
  183. data/test/{unit → core}/integer/test_multiple.rb +0 -0
  184. data/test/{unit → core}/integer/test_of.rb +0 -0
  185. data/test/{unit → core}/kernel/test_callstack.rb +0 -0
  186. data/test/{unit → core}/kernel/test_constant.rb +0 -0
  187. data/test/{unit → core}/kernel/test_deepcopy.rb +0 -0
  188. data/test/{unit → core}/kernel/test_instance.rb +0 -0
  189. data/test/{unit → core}/kernel/test_metaid.rb +0 -0
  190. data/test/{unit → core}/kernel/test_object.rb +1 -1
  191. data/test/{unit → core}/kernel/test_populate.rb +0 -0
  192. data/test/{unit → core}/kernel/test_report.rb +0 -0
  193. data/test/{unit → core}/kernel/test_returning.rb +0 -0
  194. data/test/{unit → core}/kernel/test_silence.rb +0 -0
  195. data/test/{unit → core}/kernel/test_super.rb +0 -0
  196. data/test/{unit → core}/kernel/test_tap.rb +0 -0
  197. data/test/{unit → core}/kernel/test_val.rb +0 -0
  198. data/test/{unit → core}/kernel/test_withattr.rb +0 -0
  199. data/test/{unit → core}/matchdata/test_match.rb +0 -0
  200. data/test/{unit → core}/matchdata/test_matchset.rb +0 -0
  201. data/test/{unit → core}/module/test_abstract.rb +0 -0
  202. data/test/{unit → core}/module/test_alias.rb +0 -0
  203. data/test/{unit → core}/module/test_cattr.rb +0 -0
  204. data/test/{unit → core}/module/test_clone.rb +0 -0
  205. data/test/{unit → core}/module/test_include.rb +0 -0
  206. data/test/{unit → core}/module/test_modify.rb +0 -0
  207. data/test/{unit → core}/module/test_name.rb +0 -0
  208. data/test/{unit → core}/module/test_traits.rb +0 -0
  209. data/test/{unit → core}/numeric/test_round.rb +0 -0
  210. data/test/{unit → core}/proc/test_bind.rb +0 -0
  211. data/test/{unit → core}/proc/test_compose.rb +0 -0
  212. data/test/{unit → core}/range/test_combine.rb +0 -0
  213. data/test/{unit → core}/range/test_overlap.rb +0 -0
  214. data/test/{unit → core}/regexp/test_arity.rb +0 -0
  215. data/test/{unit → core}/string/test_align.rb +0 -0
  216. data/test/{unit → core}/string/test_blank.rb +0 -0
  217. data/test/{unit → core}/string/test_bracket.rb +0 -0
  218. data/test/{unit → core}/string/test_case.rb +0 -0
  219. data/test/{unit → core}/string/test_crypt.rb +0 -0
  220. data/test/{unit → core}/string/test_filter.rb +0 -0
  221. data/test/{unit → core}/string/test_indexable.rb +0 -0
  222. data/test/{unit → core}/string/test_interpolate.rb +0 -0
  223. data/test/{unit → core}/string/test_natcmp.rb +0 -0
  224. data/test/{unit → core}/string/test_nchar.rb +0 -0
  225. data/test/{unit → core}/string/test_op.rb +0 -0
  226. data/test/{unit → core}/string/test_partitions.rb +0 -0
  227. data/test/{unit → core}/string/test_range.rb +0 -0
  228. data/test/{unit → core}/string/test_regesc.rb +0 -0
  229. data/test/{unit → core}/string/test_scan.rb +0 -0
  230. data/test/{unit → core}/string/test_stackable.rb +0 -0
  231. data/test/{unit → core}/string/test_tabs.rb +0 -0
  232. data/test/{unit → core}/string/test_wrap.rb +0 -0
  233. data/test/{unit → core}/symbol/test_chomp.rb +0 -0
  234. data/test/{unit → core}/symbol/test_generate.rb +0 -0
  235. data/test/{unit → core}/symbol/test_not.rb +0 -0
  236. data/test/{unit → core}/symbol/test_shadow.rb +0 -0
  237. data/test/{unit → core}/symbol/test_succ.rb +0 -0
  238. data/test/{unit → core}/symbol/test_to_proc.rb +0 -0
  239. data/test/{unit → core}/test_1stclassmethod.rb +0 -0
  240. data/test/{unit → core}/test_boolean.rb +0 -0
  241. data/test/{unit → core}/test_conversion.rb +0 -0
  242. data/test/{unit → core}/test_functor.rb +0 -0
  243. data/test/{unit → core}/time/test_change.rb +0 -0
  244. data/test/{unit → core}/time/test_elapse.rb +0 -0
  245. data/test/{unit → core}/time/test_stamp.rb +0 -0
  246. data/test/{unit → mixin}/test_binreadable.rb +0 -0
  247. data/test/{unit → mixin}/test_buildable.rb +1 -0
  248. data/test/mixin/test_cloneable.rb +41 -0
  249. data/test/{unit → mixin}/test_enumerablepass.rb +0 -0
  250. data/test/{unit → mixin}/test_instantiable.rb +2 -1
  251. data/test/{unit → mixin}/test_multiton.rb +0 -0
  252. data/test/{unit → mixin}/test_uninheritable.rb +1 -2
  253. data/test/{unit → more/hash}/test_keyize.rb +1 -1
  254. data/test/{unit → more}/test_advice.rb +0 -0
  255. data/test/{unit → more}/test_annotations.rb +0 -0
  256. data/test/{unit → more}/test_ansicode.rb +0 -0
  257. data/test/{unit → more}/test_aop.rb +0 -0
  258. data/test/{unit → more}/test_arguments.rb +1 -0
  259. data/test/{unit → more}/test_attributes.rb +2 -2
  260. data/test/{unit → more}/test_bbcode.rb +1 -0
  261. data/test/{unit → more}/test_bytes.rb +1 -0
  262. data/test/{unit → more}/test_class_extension.rb +2 -1
  263. data/test/{unit → more}/test_classmethods.rb +2 -1
  264. data/test/{unit → more}/test_compare_on.rb +0 -1
  265. data/test/{unit → more}/test_continuation.rb +0 -0
  266. data/test/{unit → more}/test_crypt.rb +0 -0
  267. data/test/{unit → more}/test_curry.rb +1 -0
  268. data/test/{unit → more}/test_cut.rb +2 -1
  269. data/test/{unit → more}/test_date.rb +1 -1
  270. data/test/{unit → more}/test_dependency.rb +2 -2
  271. data/test/{unit → more}/test_elementor.rb +1 -1
  272. data/test/{unit → more}/test_getoptlong.rb +1 -0
  273. data/test/{unit → more}/test_inheritor.rb +1 -1
  274. data/test/{unit → more}/test_instantise.rb +2 -1
  275. data/test/{unit → more}/test_interface.rb +0 -0
  276. data/test/{unit → more}/test_let.rb +0 -1
  277. data/test/{unit → more}/test_memoize.rb +2 -3
  278. data/test/{unit → more}/test_multipliers.rb +1 -1
  279. data/test/{unit → more}/test_namespace.rb +0 -0
  280. data/test/{unit → more}/test_ostruct.rb +0 -0
  281. data/test/{unit → more}/test_overload.rb +0 -0
  282. data/test/{unit → more}/test_paramix.rb +0 -0
  283. data/test/{unit → more}/test_prototype.rb +0 -0
  284. data/test/more/test_random.rb +146 -0
  285. data/test/{unit → more}/test_snapshot.rb +0 -3
  286. data/test/{unit → more}/test_stylize.rb +1 -2
  287. data/test/{unit → more}/test_thread.rb +0 -0
  288. data/test/{unit → more}/test_times.rb +2 -2
  289. data/test/{unit → more}/test_typecast.rb +0 -3
  290. metadata +1117 -1098
  291. data/lib/more/facets/cloneable.rb +0 -75
  292. data/log/changelog.txt +0 -0
  293. data/meta/facets.roll +0 -4
  294. data/meta/google_ad.html +0 -15
  295. data/meta/icli.yaml +0 -17
  296. data/task/changes +0 -29
  297. data/task/clean +0 -17
  298. data/task/clobber/package +0 -10
  299. data/task/log +0 -17
  300. data/task/prepare +0 -7
  301. data/task/publish +0 -43
  302. data/task/release +0 -10
  303. data/task/stamp +0 -33
  304. data/task/stats +0 -138
  305. data/task/test/cross +0 -309
  306. data/task/test/each +0 -42
  307. data/task/test/load +0 -30
  308. data/task/test/pairs +0 -50
  309. data/task/test/solo +0 -294
  310. data/task/test/syntax +0 -31
  311. data/task/test/whole +0 -34
  312. data/test/unit/hash/test_collate.rb +0 -31
  313. data/test/unit/test_random.rb +0 -149
@@ -1,7 +1,6 @@
1
1
  # Test lib/facets/snapshot.rb
2
2
 
3
3
  require 'facets/snapshot.rb'
4
-
5
4
  require 'test/unit'
6
5
 
7
6
  class TC_Snapshot < Test::Unit::TestCase
@@ -20,5 +19,3 @@ class TC_Snapshot < Test::Unit::TestCase
20
19
 
21
20
  end
22
21
 
23
-
24
-
@@ -1,10 +1,8 @@
1
1
  # Test lib/facets/stylize.rb
2
2
 
3
3
  require 'facets/stylize.rb'
4
-
5
4
  require 'test/unit'
6
5
 
7
-
8
6
  class TestStylize < Test::Unit::TestCase
9
7
 
10
8
  def test_basename_01
@@ -138,3 +136,4 @@ class TestIntegerStylize < Test::Unit::TestCase
138
136
  end
139
137
 
140
138
  end
139
+
File without changes
@@ -2,9 +2,8 @@
2
2
 
3
3
  require 'facets/times.rb'
4
4
  require 'test/unit'
5
- #require 'mega/multiplier'
6
5
 
7
- class NumericTest < Test::Unit::TestCase
6
+ class TC_Times < Test::Unit::TestCase
8
7
 
9
8
  #def test_micro_seconds
10
9
  # assert_equal( 0.000001, 1.microsecond )
@@ -87,3 +86,4 @@ class WeekdaysTest < Test::Unit::TestCase
87
86
  #end
88
87
 
89
88
  end
89
+
@@ -1,7 +1,6 @@
1
1
  # Test facets/typecast.rb
2
2
 
3
3
  require 'facets/typecast.rb'
4
-
5
4
  require 'test/unit'
6
5
 
7
6
  class TC_TypeCast < Test::Unit::TestCase
@@ -55,5 +54,3 @@ class TC_TypeCast < Test::Unit::TestCase
55
54
  end
56
55
  end
57
56
 
58
-
59
-
metadata CHANGED
@@ -1,1192 +1,1211 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.4.6
3
- specification_version: 2
4
2
  name: facets
5
3
  version: !ruby/object:Gem::Version
6
- version: 2.2.1
7
- date: 2007-12-22 00:00:00 -05:00
8
- summary: Premium Core Extensions and Standard Additions
9
- require_paths:
10
- - lib/more
11
- - lib/core
12
- email: facets-universal@rubyforge.org
13
- homepage: http://facets.rubyforge.org
14
- rubyforge_project:
15
- description: Facets is a large collection of core extension methods and standard additions for the Ruby programming language. The core extensions are unique by virtue of thier atomicity. Methods are stored in small, tightly related collections, allowing for highly granular control of requirements. The modules include a variety of useful classes, mixins and microframeworks, from the Functor to a complete Annotations system.
4
+ version: 2.3.0
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Sawyer <transfire@gmail.com>
16
8
  autorequire:
17
- default_executable:
18
9
  bindir: bin
19
- has_rdoc: false
20
- required_ruby_version: !ruby/object:Gem::Requirement
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
25
- version:
26
- required_rubygems_version: !ruby/object:Gem::Requirement
27
- requirements:
28
- - - ">="
29
- - !ruby/object:Gem::Version
30
- version: "0"
31
- version:
32
- platform: ruby
33
- signing_key:
34
10
  cert_chain: []
35
11
 
36
- post_install_message:
37
- extensions_fallback:
38
- authors:
39
- - Thomas Sawyer <transfire@gmail.com>
12
+ date: 2008-02-18 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Facets is a large collection of core extension methods and standard additions for the Ruby programming language. The core extensions are unique by virtue of thier atomicity. Methods are stored in small, tightly related collections, allowing for highly granular control of requirements. The modules include a variety of useful classes, mixins and microframeworks, from the Functor to a complete Annotations system.
17
+ email: transfire@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
40
24
  files:
41
- - log
42
- - log/changelog.txt
25
+ - Rakefile
26
+ - test
27
+ - test/core
28
+ - test/core/integer
29
+ - test/core/integer/test_of.rb
30
+ - test/core/integer/test_factorial.rb
31
+ - test/core/integer/test_bitmask.rb
32
+ - test/core/integer/test_multiple.rb
33
+ - test/core/symbol
34
+ - test/core/symbol/test_generate.rb
35
+ - test/core/symbol/test_chomp.rb
36
+ - test/core/symbol/test_not.rb
37
+ - test/core/symbol/test_succ.rb
38
+ - test/core/symbol/test_to_proc.rb
39
+ - test/core/symbol/test_shadow.rb
40
+ - test/core/test_1stclassmethod.rb
41
+ - test/core/test_boolean.rb
42
+ - test/core/numeric
43
+ - test/core/numeric/test_round.rb
44
+ - test/core/test_conversion.rb
45
+ - test/core/binding
46
+ - test/core/binding/test_defined.rb
47
+ - test/core/binding/test_self.rb
48
+ - test/core/binding/test_vars.rb
49
+ - test/core/binding/test_eval.rb
50
+ - test/core/binding/test_caller.rb
51
+ - test/core/binding/test_here.rb
52
+ - test/core/proc
53
+ - test/core/proc/test_bind.rb
54
+ - test/core/proc/test_compose.rb
55
+ - test/core/range
56
+ - test/core/range/test_overlap.rb
57
+ - test/core/range/test_combine.rb
58
+ - test/core/file
59
+ - test/core/file/test_write.rb
60
+ - test/core/file/test_read.rb
61
+ - test/core/file/test_sanitize.rb
62
+ - test/core/file/test_null.rb
63
+ - test/core/file/test_split_all.rb
64
+ - test/core/hash
65
+ - test/core/hash/test_collate.rb
66
+ - test/core/hash/test_inverse.rb
67
+ - test/core/hash/test_delete.rb
68
+ - test/core/hash/test_each_with_key.rb
69
+ - test/core/hash/test_reverse_merge.rb
70
+ - test/core/hash/test_weave.rb
71
+ - test/core/hash/test_alias.rb
72
+ - test/core/hash/test_update.rb
73
+ - test/core/hash/test_swap.rb
74
+ - test/core/hash/test_at.rb
75
+ - test/core/hash/test_op.rb
76
+ - test/core/hash/test_select.rb
77
+ - test/core/hash/test_has_keys.rb
78
+ - test/core/hash/test_autonew.rb
79
+ - test/core/hash/test_insert.rb
80
+ - test/core/hash/test_traverse.rb
81
+ - test/core/hash/test_zipnew.rb
82
+ - test/core/hash/test_rekey.rb
83
+ - test/core/kernel
84
+ - test/core/kernel/test_super.rb
85
+ - test/core/kernel/test_metaid.rb
86
+ - test/core/kernel/test_val.rb
87
+ - test/core/kernel/test_constant.rb
88
+ - test/core/kernel/test_report.rb
89
+ - test/core/kernel/test_populate.rb
90
+ - test/core/kernel/test_callstack.rb
91
+ - test/core/kernel/test_silence.rb
92
+ - test/core/kernel/test_instance.rb
93
+ - test/core/kernel/test_withattr.rb
94
+ - test/core/kernel/test_object.rb
95
+ - test/core/kernel/test_tap.rb
96
+ - test/core/kernel/test_returning.rb
97
+ - test/core/kernel/test_deepcopy.rb
98
+ - test/core/comparable
99
+ - test/core/comparable/test_cmp.rb
100
+ - test/core/comparable/test_bound.rb
101
+ - test/core/enumerable
102
+ - test/core/enumerable/test_combination.rb
103
+ - test/core/enumerable/test_cartesian.rb
104
+ - test/core/enumerable/test_probability.rb
105
+ - test/core/enumerable/test_split.rb
106
+ - test/core/enumerable/test_count.rb
107
+ - test/core/enumerable/test_permutation.rb
108
+ - test/core/enumerable/test_each.rb
109
+ - test/core/enumerable/test_collect.rb
110
+ - test/core/enumerable/test_mash.rb
111
+ - test/core/string
112
+ - test/core/string/test_natcmp.rb
113
+ - test/core/string/test_crypt.rb
114
+ - test/core/string/test_scan.rb
115
+ - test/core/string/test_wrap.rb
116
+ - test/core/string/test_nchar.rb
117
+ - test/core/string/test_filter.rb
118
+ - test/core/string/test_stackable.rb
119
+ - test/core/string/test_tabs.rb
120
+ - test/core/string/test_regesc.rb
121
+ - test/core/string/test_partitions.rb
122
+ - test/core/string/test_op.rb
123
+ - test/core/string/test_range.rb
124
+ - test/core/string/test_align.rb
125
+ - test/core/string/test_indexable.rb
126
+ - test/core/string/test_blank.rb
127
+ - test/core/string/test_interpolate.rb
128
+ - test/core/string/test_case.rb
129
+ - test/core/string/test_bracket.rb
130
+ - test/core/module
131
+ - test/core/module/test_name.rb
132
+ - test/core/module/test_alias.rb
133
+ - test/core/module/test_include.rb
134
+ - test/core/module/test_traits.rb
135
+ - test/core/module/test_modify.rb
136
+ - test/core/module/test_abstract.rb
137
+ - test/core/module/test_clone.rb
138
+ - test/core/module/test_cattr.rb
139
+ - test/core/time
140
+ - test/core/time/test_stamp.rb
141
+ - test/core/time/test_change.rb
142
+ - test/core/time/test_elapse.rb
143
+ - test/core/dir
144
+ - test/core/dir/test_parent.rb
145
+ - test/core/dir/test_recurse.rb
146
+ - test/core/dir/test_traverse.rb
147
+ - test/core/filetest
148
+ - test/core/filetest/test_root.rb
149
+ - test/core/continuation
150
+ - test/core/class
151
+ - test/core/class/test_initializer.rb
152
+ - test/core/class/test_descendents.rb
153
+ - test/core/class/test_remove_descendents.rb
154
+ - test/core/test_functor.rb
155
+ - test/core/array
156
+ - test/core/array/test_delete.rb
157
+ - test/core/array/test_stackable.rb
158
+ - test/core/array/test_select.rb
159
+ - test/core/array/test_only.rb
160
+ - test/core/array/test_indexable.rb
161
+ - test/core/array/test_pad.rb
162
+ - test/core/array/test_merge.rb
163
+ - test/core/array/test_rotate.rb
164
+ - test/core/regexp
165
+ - test/core/regexp/test_arity.rb
166
+ - test/core/matchdata
167
+ - test/core/matchdata/test_matchset.rb
168
+ - test/core/matchdata/test_match.rb
169
+ - test/core/exception
170
+ - test/core/exception/test_detail.rb
171
+ - test/more
172
+ - test/more/test_crypt.rb
173
+ - test/more/test_bytes.rb
174
+ - test/more/test_advice.rb
175
+ - test/more/test_typecast.rb
176
+ - test/more/test_instantise.rb
177
+ - test/more/test_cut.rb
178
+ - test/more/test_multipliers.rb
179
+ - test/more/test_random.rb
180
+ - test/more/test_continuation.rb
181
+ - test/more/test_prototype.rb
182
+ - test/more/test_ostruct.rb
183
+ - test/more/test_class_extension.rb
184
+ - test/more/test_thread.rb
185
+ - test/more/test_date.rb
186
+ - test/more/test_dependency.rb
187
+ - test/more/test_curry.rb
188
+ - test/more/test_times.rb
189
+ - test/more/test_stylize.rb
190
+ - test/more/test_inheritor.rb
191
+ - test/more/test_compare_on.rb
192
+ - test/more/test_annotations.rb
193
+ - test/more/hash
194
+ - test/more/hash/test_keyize.rb
195
+ - test/more/test_classmethods.rb
196
+ - test/more/test_bbcode.rb
197
+ - test/more/test_let.rb
198
+ - test/more/test_memoize.rb
199
+ - test/more/test_getoptlong.rb
200
+ - test/more/test_snapshot.rb
201
+ - test/more/test_overload.rb
202
+ - test/more/test_elementor.rb
203
+ - test/more/test_ansicode.rb
204
+ - test/more/test_attributes.rb
205
+ - test/more/test_aop.rb
206
+ - test/more/test_arguments.rb
207
+ - test/more/test_paramix.rb
208
+ - test/more/test_namespace.rb
209
+ - test/more/test_interface.rb
210
+ - test/mixin
211
+ - test/mixin/test_buildable.rb
212
+ - test/mixin/test_binreadable.rb
213
+ - test/mixin/test_cloneable.rb
214
+ - test/mixin/test_uninheritable.rb
215
+ - test/mixin/test_enumerablepass.rb
216
+ - test/mixin/test_instantiable.rb
217
+ - test/mixin/test_multiton.rb
218
+ - test/class
219
+ - test/class/test_syncarray.rb
220
+ - test/class/test_infinity.rb
221
+ - test/class/test_buildingblock.rb
222
+ - test/class/test_openobject.rb
223
+ - test/class/test_opencascade.rb
224
+ - test/class/test_autoarray.rb
225
+ - test/class/test_basicobject.rb
226
+ - test/class/test_timer.rb
227
+ - test/class/test_recorder.rb
228
+ - test/class/test_tuple.rb
229
+ - test/class/test_association.rb
230
+ - test/class/test_interval.rb
231
+ - test/class/test_coroutine.rb
232
+ - test/class/test_dictionary.rb
233
+ - test/class/test_lrucache.rb
234
+ - test/class/test_linkedlist.rb
235
+ - test/class/test_synchash.rb
236
+ - NOTES
237
+ - CHANGES
238
+ - README
239
+ - AUTHORS
240
+ - meta
241
+ - meta/MANIFEST
242
+ - meta/project.yaml
243
+ - meta/authors
244
+ - meta/VERSION
245
+ - meta/description
43
246
  - task
44
- - task/TRASH
45
- - task/changes
46
- - task/install
47
- - task/clean
48
247
  - task/test
49
- - task/test/whole
50
- - task/test/load
51
- - task/test/pairs
52
- - task/test/each
53
- - task/test/cross
54
- - task/test/syntax
55
- - task/test/solo
56
- - task/stamp
57
- - task/stats
58
- - task/publish
59
- - task/log
60
- - task/prepare
61
- - task/release
62
- - task/clobber
63
- - task/clobber/package
248
+ - task/rdoc
249
+ - task/install
64
250
  - demo
251
+ - demo/bench
252
+ - demo/bench/integer
253
+ - demo/bench/integer/bench_factorial.rb
254
+ - demo/bench/enumerable
255
+ - demo/bench/enumerable/bench_count.rb
256
+ - demo/bench/enumerable/bench_collect.rb
257
+ - demo/bench/general
258
+ - demo/bench/general/bench_calls.rb
259
+ - demo/bench/general/bench_range.rb
260
+ - demo/bench/general/bench_pathname.rb
261
+ - demo/bench/general/bench_includes.rb
262
+ - demo/bench/general/bench_return.rb
263
+ - demo/bench/general/bench_methods.rb
264
+ - demo/bench/general/bench_yeild.rb
65
265
  - demo/sample
66
266
  - demo/sample/annotations
67
267
  - demo/sample/annotations/annotations1.rb
68
268
  - demo/sample/ansicolor
69
- - demo/sample/ansicolor/example.rb
70
269
  - demo/sample/ansicolor/cdiff.rb
71
- - demo/bench
72
- - demo/bench/enumerable
73
- - demo/bench/enumerable/bench_collect.rb
74
- - demo/bench/enumerable/bench_count.rb
75
- - demo/bench/integer
76
- - demo/bench/integer/bench_factorial.rb
77
- - CHANGES
78
- - meta
79
- - meta/icli.yaml
80
- - meta/project.yaml
81
- - meta/google_ad.html
82
- - meta/facets.roll
83
- - meta/MANIFEST
270
+ - demo/sample/ansicolor/example.rb
84
271
  - lib
85
- - lib/more
86
- - lib/more/facets
87
- - lib/more/facets/attributes.rb
88
- - lib/more/facets/advice.rb
89
- - lib/more/facets/ansicode.rb
90
- - lib/more/facets/aop.rb
91
- - lib/more/facets/association.rb
92
- - lib/more/facets/autoarray.rb
93
- - lib/more/facets/binreadable.rb
94
- - lib/more/facets/bbcode.rb
95
- - lib/more/facets/buildingblock.rb
96
- - lib/more/facets/buildable.rb
97
- - lib/more/facets/fileutils.rb
98
- - lib/more/facets/cachedelegator.rb
99
- - lib/more/facets/bytes.rb
100
- - lib/more/facets/coroutine.rb
101
- - lib/more/facets/crypt.rb
102
- - lib/more/facets/command.rb
103
- - lib/more/facets/cloneable.rb
104
- - lib/more/facets/validation.rb
105
- - lib/more/facets/cut.rb
106
- - lib/more/facets/dictionary.rb
107
- - lib/more/facets/filelist.rb
108
- - lib/more/facets/infinity.rb
109
- - lib/more/facets/interval.rb
110
- - lib/more/facets/lazy.rb
111
- - lib/more/facets/let.rb
112
- - lib/more/facets/duration.rb
113
- - lib/more/facets/minitar.rb
114
- - lib/more/facets/main.rb
115
- - lib/more/facets/paramix.rb
116
- - lib/more/facets/multipliers.rb
117
- - lib/more/facets/lrucache.rb
118
- - lib/more/facets/linkedlist.rb
119
- - lib/more/facets/pqueue.rb
120
- - lib/more/facets/heap.rb
121
- - lib/more/facets/pool.rb
122
- - lib/more/facets/prepend.rb
123
- - lib/more/facets/settings.rb
124
- - lib/more/facets/annotations.rb
125
- - lib/more/facets/snapshot.rb
126
- - lib/more/facets/semaphore.rb
127
- - lib/more/facets/rwdelegator.rb
128
- - lib/more/facets/ziputils.rb
129
- - lib/more/facets/fileable.rb
130
- - lib/more/facets/fileshell.rb
131
- - lib/more/facets/reflection.rb
132
- - lib/more/facets/recursive.rb
133
- - lib/more/facets/opencollection.rb
134
- - lib/more/facets/openobject.rb
135
- - lib/more/facets/pathlist.rb
136
- - lib/more/facets/progressbar.rb
137
- - lib/more/facets/random.rb
138
- - lib/more/facets/reference.rb
139
- - lib/more/facets/uninheritable.rb
140
- - lib/more/facets/typecast.rb
141
- - lib/more/facets/tuple.rb
142
- - lib/more/facets/timer.rb
143
- - lib/more/facets/overload.rb
144
- - lib/more/facets/stylize.rb
145
- - lib/more/facets/syncarray.rb
146
- - lib/more/facets/synchash.rb
147
- - lib/more/facets/version.rb
148
- - lib/more/facets/recorder.rb
149
- - lib/more/facets/hashbuilder.rb
150
- - lib/more/facets/daemonize.rb
151
- - lib/more/facets/elementor.rb
152
- - lib/more/facets/inheritor.rb
153
- - lib/more/facets/capsule.rb
154
- - lib/more/facets/classmethods.rb
155
- - lib/more/facets/instantiable.rb
156
- - lib/more/facets/instantise.rb
157
- - lib/more/facets/namespace.rb
158
- - lib/more/facets/multiton.rb
159
- - lib/more/facets/orderedhash.rb
160
- - lib/more/facets/opencascade.rb
161
- - lib/more/facets/prototype.rb
162
- - lib/more/facets/registerable.rb
163
- - lib/more/facets/times.rb
164
- - lib/more/facets/nullclass.rb
165
- - lib/more/facets/expirable.rb
166
- - lib/more/facets/enumerablepass.rb
167
- - lib/more/facets/downloader.rb
168
- - lib/more/facets/dependency.rb
169
- - lib/more/facets/compare_on.rb
170
- - lib/more/facets/console.rb
171
- - lib/more/facets/arguments.rb
172
- - lib/more/facets/eventhook.rb
173
- - lib/more/facets/interface.rb
174
- - lib/more/facets/class_extension.rb
175
- - lib/more/facets/nackclass.rb
176
- - lib/more/facets/autoreload.rb
177
- - lib/more/facets/basicobject.rb
178
- - lib/more/facets/behavior.rb
179
- - lib/more/facets/uploadutils.rb
180
- - lib/more/facets/smtp_tls.rb
181
- - lib/more/facets/ioredirect.rb
182
- - lib/more/facets/memoize.rb
183
- - lib/more/facets/getoptlong.rb
184
- - lib/more/facets/logger.rb
185
- - lib/more/facets/ostruct.rb
186
- - lib/more/facets/shellwords.rb
187
- - lib/more/facets/yaml.rb
188
- - lib/more/facets/date.rb
189
- - lib/more/facets/pathname.rb
190
- - lib/more/facets/rbsystem.rb
191
- - lib/more/facets/curry.rb
192
- - lib/more/facets/continuation.rb
193
- - lib/more/facets/thread.rb
194
- - lib/more/facets/hash_keyize.rb
272
+ - lib/core
195
273
  - lib/core/facets
196
- - lib/core/facets/array
197
- - lib/core/facets/array/only.rb
198
- - lib/core/facets/array/rotate.rb
199
- - lib/core/facets/array/conjoin.rb
200
- - lib/core/facets/array/merge.rb
201
- - lib/core/facets/array/select.rb
202
- - lib/core/facets/array/splice.rb
203
- - lib/core/facets/array/delete.rb
204
- - lib/core/facets/array/pad.rb
205
- - lib/core/facets/array/first.rb
206
- - lib/core/facets/array/stackable.rb
207
- - lib/core/facets/array/indexable.rb
208
- - lib/core/facets/array/contains.rb
209
- - lib/core/facets/array/delete_unless.rb
210
- - lib/core/facets/array/delete_values_at.rb
211
- - lib/core/facets/array/delete_values.rb
212
- - lib/core/facets/array/each_iteration.rb
213
- - lib/core/facets/array/join_sentence.rb
214
- - lib/core/facets/array/last.rb
215
- - lib/core/facets/array/poke.rb
216
- - lib/core/facets/array/pull.rb
217
- - lib/core/facets/array/store.rb
218
- - lib/core/facets/array/to_b.rb
219
- - lib/core/facets/array/to_h.rb
220
- - lib/core/facets/array/to_path.rb
274
+ - lib/core/facets/integer
275
+ - lib/core/facets/integer/multiple.rb
276
+ - lib/core/facets/integer/times_collect.rb
277
+ - lib/core/facets/integer/fac.rb
278
+ - lib/core/facets/integer/bit.rb
279
+ - lib/core/facets/integer/odd.rb
280
+ - lib/core/facets/integer/times_map.rb
281
+ - lib/core/facets/integer/bitmask.rb
282
+ - lib/core/facets/integer/even.rb
283
+ - lib/core/facets/integer/factorial.rb
284
+ - lib/core/facets/integer/of.rb
285
+ - lib/core/facets/integer/clear_bit.rb
286
+ - lib/core/facets/file.rb
287
+ - lib/core/facets/matchdata.rb
288
+ - lib/core/facets/symbol
289
+ - lib/core/facets/symbol/shadow.rb
290
+ - lib/core/facets/symbol/not.rb
291
+ - lib/core/facets/symbol/lchomp.rb
292
+ - lib/core/facets/symbol/to_const.rb
293
+ - lib/core/facets/symbol/op_tilde.rb
294
+ - lib/core/facets/symbol/to_proc.rb
295
+ - lib/core/facets/symbol/generate.rb
296
+ - lib/core/facets/symbol/succ.rb
297
+ - lib/core/facets/symbol/chomp.rb
298
+ - lib/core/facets/symbol/pad.rb
299
+ - lib/core/facets/time.rb
300
+ - lib/core/facets/dir.rb
301
+ - lib/core/facets/unboundmethod
302
+ - lib/core/facets/unboundmethod/name.rb
303
+ - lib/core/facets/unboundmethod/arguments.rb
304
+ - lib/core/facets/facets.rb
305
+ - lib/core/facets/nilclass
306
+ - lib/core/facets/nilclass/ergo.rb
307
+ - lib/core/facets/nilclass/status.rb
308
+ - lib/core/facets/nilclass/to_f.rb
309
+ - lib/core/facets/nilclass/to_h.rb
310
+ - lib/core/facets/nilclass/to_bool.rb
311
+ - lib/core/facets/filetest.rb
312
+ - lib/core/facets/range.rb
313
+ - lib/core/facets/numeric
314
+ - lib/core/facets/numeric/pred.rb
315
+ - lib/core/facets/numeric/to_b.rb
316
+ - lib/core/facets/numeric/distance.rb
317
+ - lib/core/facets/numeric/round.rb
318
+ - lib/core/facets/numeric/approx.rb
319
+ - lib/core/facets/numeric/round_to.rb
320
+ - lib/core/facets/numeric/round_at.rb
321
+ - lib/core/facets/numeric/succ.rb
322
+ - lib/core/facets/indexable.rb
323
+ - lib/core/facets/module.rb
221
324
  - lib/core/facets/binding
222
- - lib/core/facets/binding/defined.rb
223
- - lib/core/facets/binding/eval.rb
224
- - lib/core/facets/binding/vars.rb
225
325
  - lib/core/facets/binding/here.rb
226
- - lib/core/facets/binding/self.rb
326
+ - lib/core/facets/binding/methodname.rb
327
+ - lib/core/facets/binding/call_stack.rb
227
328
  - lib/core/facets/binding/called.rb
228
329
  - lib/core/facets/binding/caller.rb
229
- - lib/core/facets/binding/call_stack.rb
230
- - lib/core/facets/binding/__DIR__.rb
231
- - lib/core/facets/binding/__FILE__.rb
330
+ - lib/core/facets/binding/op_fetch.rb
232
331
  - lib/core/facets/binding/included.rb
233
- - lib/core/facets/binding/__LINE__.rb
332
+ - lib/core/facets/binding/__method__.rb
333
+ - lib/core/facets/binding/eval.rb
334
+ - lib/core/facets/binding/self.rb
234
335
  - lib/core/facets/binding/local_variables.rb
235
- - lib/core/facets/binding/methodname.rb
236
- - lib/core/facets/binding/op_fetch.rb
336
+ - lib/core/facets/binding/vars.rb
337
+ - lib/core/facets/binding/__LINE__.rb
338
+ - lib/core/facets/binding/__DIR__.rb
339
+ - lib/core/facets/binding/__FILE__.rb
237
340
  - lib/core/facets/binding/__callee__.rb
238
- - lib/core/facets/binding/__method__.rb
239
- - lib/core/facets/class
240
- - lib/core/facets/class/remove_subclasses.rb
241
- - lib/core/facets/class/descendents.rb
242
- - lib/core/facets/class/initializer.rb
243
- - lib/core/facets/class/remove_descendents.rb
244
- - lib/core/facets/class/subclasses.rb
245
- - lib/core/facets/class/cattr_accessor.rb
246
- - lib/core/facets/class/cattr.rb
247
- - lib/core/facets/class/cattr_reader.rb
248
- - lib/core/facets/class/cattr_writer.rb
249
- - lib/core/facets/class/class_load.rb
250
- - lib/core/facets/class/class_require.rb
251
- - lib/core/facets/class/mattr_accessor.rb
252
- - lib/core/facets/class/mattr.rb
253
- - lib/core/facets/class/mattr_reader.rb
254
- - lib/core/facets/class/mattr_writer.rb
255
- - lib/core/facets/class/to_proc.rb
256
- - lib/core/facets/comparable
257
- - lib/core/facets/comparable/at_least.rb
258
- - lib/core/facets/comparable/cmp.rb
259
- - lib/core/facets/comparable/bound.rb
260
- - lib/core/facets/comparable/at_most.rb
261
- - lib/core/facets/comparable/cap.rb
262
- - lib/core/facets/comparable/clip.rb
263
- - lib/core/facets/dir
264
- - lib/core/facets/dir/multiglob_r.rb
265
- - lib/core/facets/dir/multiglob.rb
266
- - lib/core/facets/dir/traverse.rb
267
- - lib/core/facets/dir/ascend.rb
268
- - lib/core/facets/dir/descend.rb
269
- - lib/core/facets/dir/ls_r.rb
270
- - lib/core/facets/dir/ancestor.rb
271
- - lib/core/facets/dir/parent.rb
272
- - lib/core/facets/dir/recurse.rb
273
- - lib/core/facets/enumerable
274
- - lib/core/facets/enumerable/each.rb
275
- - lib/core/facets/enumerable/split.rb
276
- - lib/core/facets/enumerable/mash.rb
277
- - lib/core/facets/enumerable/cartesian.rb
278
- - lib/core/facets/enumerable/combination.rb
279
- - lib/core/facets/enumerable/cart.rb
280
- - lib/core/facets/enumerable/collect.rb
281
- - lib/core/facets/enumerable/permutation.rb
282
- - lib/core/facets/enumerable/count.rb
283
- - lib/core/facets/enumerable/combos.rb
284
- - lib/core/facets/enumerable/probability.rb
285
- - lib/core/facets/enumerable/cartesian_product.rb
286
- - lib/core/facets/enumerable/cluster_by.rb
287
- - lib/core/facets/enumerable/collect_if.rb
288
- - lib/core/facets/enumerable/combinations.rb
289
- - lib/core/facets/enumerable/collect_with_index.rb
290
- - lib/core/facets/enumerable/collate.rb
291
- - lib/core/facets/enumerable/commonality.rb
292
- - lib/core/facets/enumerable/compact_collect.rb
293
- - lib/core/facets/enumerable/compact_map.rb
294
- - lib/core/facets/enumerable/divide.rb
295
- - lib/core/facets/enumerable/duplicates.rb
296
- - lib/core/facets/enumerable/each_by.rb
297
- - lib/core/facets/enumerable/each_combination.rb
298
- - lib/core/facets/enumerable/each_combo.rb
299
- - lib/core/facets/enumerable/eachn.rb
300
- - lib/core/facets/enumerable/each_pair.rb
301
- - lib/core/facets/enumerable/each_permutation.rb
302
- - lib/core/facets/enumerable/each_unique_pair.rb
303
- - lib/core/facets/enumerable/entropy.rb
304
- - lib/core/facets/enumerable/filter_collect.rb
305
- - lib/core/facets/enumerable/filter_map.rb
306
- - lib/core/facets/enumerable/frequency.rb
307
- - lib/core/facets/enumerable/graph.rb
308
- - lib/core/facets/enumerable/group_by.rb
309
- - lib/core/facets/enumerable/ideal_entropy.rb
310
- - lib/core/facets/enumerable/injecting.rb
311
- - lib/core/facets/enumerable/inject.rb
312
- - lib/core/facets/enumerable/map_if.rb
313
- - lib/core/facets/enumerable/map_send.rb
314
- - lib/core/facets/enumerable/map_with_index.rb
315
- - lib/core/facets/enumerable/mode.rb
316
- - lib/core/facets/enumerable/modulate.rb
317
- - lib/core/facets/enumerable/none.rb
318
- - lib/core/facets/enumerable/nonuniq.rb
319
- - lib/core/facets/enumerable/occur.rb
320
- - lib/core/facets/enumerable/one.rb
321
- - lib/core/facets/enumerable/op_pow.rb
322
- - lib/core/facets/enumerable/partition_by.rb
323
- - lib/core/facets/enumerable/permutation_number.rb
324
- - lib/core/facets/enumerable/permute.rb
325
- - lib/core/facets/enumerable/sum.rb
326
- - lib/core/facets/enumerable/to_hash.rb
327
- - lib/core/facets/enumerable/to_h.rb
328
- - lib/core/facets/enumerable/uniq_by.rb
341
+ - lib/core/facets/binding/defined.rb
342
+ - lib/core/facets/float
343
+ - lib/core/facets/float/round_off.rb
344
+ - lib/core/facets/float/round.rb
345
+ - lib/core/facets/float/round_to.rb
346
+ - lib/core/facets/float/round_at.rb
347
+ - lib/core/facets/hash.rb
348
+ - lib/core/facets/proc
349
+ - lib/core/facets/proc/update.rb
350
+ - lib/core/facets/proc/fn.rb
351
+ - lib/core/facets/proc/op_mul.rb
352
+ - lib/core/facets/proc/compose.rb
353
+ - lib/core/facets/proc/to_method.rb
354
+ - lib/core/facets/proc/bind.rb
355
+ - lib/core/facets/proc/to_h.rb
356
+ - lib/core/facets/boolean.rb
357
+ - lib/core/facets/range
358
+ - lib/core/facets/range/overlap.rb
359
+ - lib/core/facets/range/umbrella.rb
360
+ - lib/core/facets/range/to_range.rb
361
+ - lib/core/facets/range/combine.rb
362
+ - lib/core/facets/range/to_r.rb
363
+ - lib/core/facets/range/within.rb
364
+ - lib/core/facets/nilclass.rb
329
365
  - lib/core/facets/file
330
366
  - lib/core/facets/file/read_binary.rb
331
- - lib/core/facets/file/split_all.rb
332
- - lib/core/facets/file/read.rb
333
- - lib/core/facets/file/write.rb
334
- - lib/core/facets/file/read_list.rb
335
- - lib/core/facets/file/null.rb
336
367
  - lib/core/facets/file/rootname.rb
337
368
  - lib/core/facets/file/sanitize.rb
338
- - lib/core/facets/file/rewrite.rb
339
- - lib/core/facets/file/append.rb
340
- - lib/core/facets/file/writelines.rb
369
+ - lib/core/facets/file/null.rb
370
+ - lib/core/facets/file/read_list.rb
341
371
  - lib/core/facets/file/create.rb
342
- - lib/core/facets/filetest
343
- - lib/core/facets/filetest/root.rb
344
- - lib/core/facets/float
345
- - lib/core/facets/float/round_at.rb
346
- - lib/core/facets/float/round.rb
347
- - lib/core/facets/float/round_off.rb
348
- - lib/core/facets/float/round_to.rb
372
+ - lib/core/facets/file/write.rb
373
+ - lib/core/facets/file/writelines.rb
374
+ - lib/core/facets/file/append.rb
375
+ - lib/core/facets/file/split_all.rb
376
+ - lib/core/facets/file/rewrite.rb
377
+ - lib/core/facets/file/read.rb
378
+ - lib/core/facets/integer.rb
379
+ - lib/core/facets/exception.rb
380
+ - lib/core/facets/comparable.rb
381
+ - lib/core/facets/float.rb
349
382
  - lib/core/facets/hash
350
- - lib/core/facets/hash/slice.rb
351
- - lib/core/facets/hash/pairs_at.rb
352
- - lib/core/facets/hash/swap.rb
383
+ - lib/core/facets/hash/has_only_keys.rb
384
+ - lib/core/facets/hash/zipnew.rb
385
+ - lib/core/facets/hash/update_values.rb
353
386
  - lib/core/facets/hash/alias.rb
354
- - lib/core/facets/hash/op.rb
355
- - lib/core/facets/hash/rekey.rb
356
- - lib/core/facets/hash/delete.rb
357
- - lib/core/facets/hash/update.rb
358
- - lib/core/facets/hash/at.rb
359
- - lib/core/facets/hash/insert.rb
360
- - lib/core/facets/hash/has_keys.rb
361
- - lib/core/facets/hash/weave.rb
362
- - lib/core/facets/hash/op_or.rb
363
- - lib/core/facets/hash/inverse.rb
364
- - lib/core/facets/hash/traverse.rb
365
- - lib/core/facets/hash/select.rb
366
- - lib/core/facets/hash/reverse_merge.rb
367
387
  - lib/core/facets/hash/reverse_update.rb
388
+ - lib/core/facets/hash/update.rb
389
+ - lib/core/facets/hash/autonew.rb
390
+ - lib/core/facets/hash/op_plus.rb
368
391
  - lib/core/facets/hash/op_div.rb
369
- - lib/core/facets/hash/delete_at.rb
370
392
  - lib/core/facets/hash/delete_unless.rb
371
- - lib/core/facets/hash/delete_values_at.rb
372
- - lib/core/facets/hash/delete_values.rb
373
- - lib/core/facets/hash/has_only_keys.rb
374
- - lib/core/facets/hash/each_with_key.rb
375
- - lib/core/facets/hash/zipnew.rb
376
- - lib/core/facets/hash/autonew.rb
377
- - lib/core/facets/hash/except.rb
378
- - lib/core/facets/hash/update_each.rb
379
- - lib/core/facets/hash/update_keys.rb
380
- - lib/core/facets/hash/update_values.rb
381
393
  - lib/core/facets/hash/op_and.rb
382
394
  - lib/core/facets/hash/op_lshift.rb
395
+ - lib/core/facets/hash/graph.rb
396
+ - lib/core/facets/hash/except.rb
383
397
  - lib/core/facets/hash/op_minus.rb
398
+ - lib/core/facets/hash/traverse.rb
399
+ - lib/core/facets/hash/op_or.rb
400
+ - lib/core/facets/hash/each_with_key.rb
401
+ - lib/core/facets/hash/op.rb
384
402
  - lib/core/facets/hash/op_mul.rb
385
- - lib/core/facets/hash/op_plus.rb
386
- - lib/core/facets/hash/mash.rb
387
- - lib/core/facets/hash/graph.rb
388
- - lib/core/facets/hash/collate.rb
389
- - lib/core/facets/hash/to_h.rb
390
- - lib/core/facets/hash/diff.rb
391
- - lib/core/facets/hash/replace_each.rb
392
- - lib/core/facets/hash/join.rb
403
+ - lib/core/facets/hash/inverse.rb
393
404
  - lib/core/facets/hash/to_proc.rb
405
+ - lib/core/facets/hash/pairs_at.rb
406
+ - lib/core/facets/hash/insert.rb
407
+ - lib/core/facets/hash/select.rb
394
408
  - lib/core/facets/hash/to_proc_with_reponse.rb
409
+ - lib/core/facets/hash/diff.rb
410
+ - lib/core/facets/hash/mash.rb
411
+ - lib/core/facets/hash/reverse_merge.rb
412
+ - lib/core/facets/hash/delete_at.rb
413
+ - lib/core/facets/hash/collate.rb
414
+ - lib/core/facets/hash/has_keys.rb
415
+ - lib/core/facets/hash/delete.rb
416
+ - lib/core/facets/hash/weave.rb
417
+ - lib/core/facets/hash/swap.rb
395
418
  - lib/core/facets/hash/to_struct.rb
396
- - lib/core/facets/integer
397
- - lib/core/facets/integer/fac.rb
398
- - lib/core/facets/integer/bit.rb
399
- - lib/core/facets/integer/factorial.rb
400
- - lib/core/facets/integer/of.rb
401
- - lib/core/facets/integer/bitmask.rb
402
- - lib/core/facets/integer/odd.rb
403
- - lib/core/facets/integer/even.rb
404
- - lib/core/facets/integer/multiple.rb
405
- - lib/core/facets/integer/times_collect.rb
406
- - lib/core/facets/integer/times_map.rb
407
- - lib/core/facets/integer/clear_bit.rb
419
+ - lib/core/facets/hash/join.rb
420
+ - lib/core/facets/hash/delete_values.rb
421
+ - lib/core/facets/hash/replace_each.rb
422
+ - lib/core/facets/hash/slice.rb
423
+ - lib/core/facets/hash/to_h.rb
424
+ - lib/core/facets/hash/rekey.rb
425
+ - lib/core/facets/hash/update_each.rb
426
+ - lib/core/facets/hash/update_keys.rb
427
+ - lib/core/facets/hash/delete_values_at.rb
428
+ - lib/core/facets/hash/at.rb
408
429
  - lib/core/facets/kernel
409
- - lib/core/facets/kernel/ergo.rb
410
- - lib/core/facets/kernel/returning.rb
430
+ - lib/core/facets/kernel/here.rb
411
431
  - lib/core/facets/kernel/as.rb
412
- - lib/core/facets/kernel/callstack.rb
413
- - lib/core/facets/kernel/super.rb
414
- - lib/core/facets/kernel/val.rb
432
+ - lib/core/facets/kernel/superior.rb
415
433
  - lib/core/facets/kernel/metaid.rb
416
- - lib/core/facets/kernel/instance.rb
417
- - lib/core/facets/kernel/tap.rb
418
- - lib/core/facets/kernel/object.rb
419
- - lib/core/facets/kernel/withattr.rb
420
- - lib/core/facets/kernel/deepcopy.rb
421
- - lib/core/facets/kernel/op_esc.rb
422
- - lib/core/facets/kernel/populate.rb
423
- - lib/core/facets/kernel/dir.rb
424
- - lib/core/facets/kernel/require.rb
425
- - lib/core/facets/kernel/constant.rb
426
- - lib/core/facets/kernel/ask.rb
427
- - lib/core/facets/kernel/respond.rb
428
- - lib/core/facets/kernel/silence.rb
429
434
  - lib/core/facets/kernel/report.rb
430
- - lib/core/facets/kernel/with_writer.rb
431
- - lib/core/facets/kernel/to_bool.rb
432
- - lib/core/facets/kernel/with_accessor.rb
433
- - lib/core/facets/kernel/with_reader.rb
434
- - lib/core/facets/kernel/assign_from.rb
435
- - lib/core/facets/kernel/__assign__.rb
436
- - lib/core/facets/kernel/assign_with.rb
437
- - lib/core/facets/kernel/bitmask.rb
438
- - lib/core/facets/kernel/Bit.rb
439
- - lib/core/facets/kernel/bool.rb
440
- - lib/core/facets/kernel/called.rb
441
- - lib/core/facets/kernel/__callee__.rb
442
- - lib/core/facets/kernel/callee.rb
443
- - lib/core/facets/kernel/call_stack.rb
444
- - lib/core/facets/kernel/class_def.rb
435
+ - lib/core/facets/kernel/silence_warnings.rb
445
436
  - lib/core/facets/kernel/__class__.rb
446
- - lib/core/facets/kernel/complete.rb
437
+ - lib/core/facets/kernel/ask.rb
438
+ - lib/core/facets/kernel/object.rb
439
+ - lib/core/facets/kernel/dir.rb
440
+ - lib/core/facets/kernel/suppress.rb
447
441
  - lib/core/facets/kernel/copy.rb
448
- - lib/core/facets/kernel/deep_clone.rb
449
- - lib/core/facets/kernel/deep_copy.rb
442
+ - lib/core/facets/kernel/call_stack.rb
443
+ - lib/core/facets/kernel/meta_eval.rb
444
+ - lib/core/facets/kernel/called.rb
450
445
  - lib/core/facets/kernel/demo.rb
451
- - lib/core/facets/kernel/__DIR__.rb
452
- - lib/core/facets/kernel/d.rb
453
- - lib/core/facets/kernel/eigenclass.rb
454
- - lib/core/facets/kernel/enable_warnings.rb
455
- - lib/core/facets/kernel/false.rb
456
- - lib/core/facets/kernel/fn.rb
457
- - lib/core/facets/kernel/__get__.rb
458
- - lib/core/facets/kernel/here.rb
459
- - lib/core/facets/kernel/in.rb
460
- - lib/core/facets/kernel/instance_assign.rb
461
- - lib/core/facets/kernel/instance_assume.rb
462
- - lib/core/facets/kernel/instance_class.rb
463
- - lib/core/facets/kernel/instance_exec.rb
446
+ - lib/core/facets/kernel/callee.rb
464
447
  - lib/core/facets/kernel/instance_send.rb
465
448
  - lib/core/facets/kernel/instance_values.rb
466
- - lib/core/facets/kernel/is.rb
467
- - lib/core/facets/kernel/load_local.rb
468
- - lib/core/facets/kernel/meta_alias.rb
469
- - lib/core/facets/kernel/meta_class.rb
470
- - lib/core/facets/kernel/metaclass.rb
471
- - lib/core/facets/kernel/meta_def.rb
472
- - lib/core/facets/kernel/meta_eval.rb
473
- - lib/core/facets/kernel/meta.rb
474
- - lib/core/facets/kernel/__method__.rb
475
- - lib/core/facets/kernel/method.rb
476
- - lib/core/facets/kernel/non_nil.rb
477
- - lib/core/facets/kernel/not_nil.rb
449
+ - lib/core/facets/kernel/with_reader.rb
450
+ - lib/core/facets/kernel/assign_from.rb
451
+ - lib/core/facets/kernel/object_hexid.rb
478
452
  - lib/core/facets/kernel/object_class.rb
453
+ - lib/core/facets/kernel/require.rb
454
+ - lib/core/facets/kernel/tap.rb
479
455
  - lib/core/facets/kernel/object_clone.rb
480
- - lib/core/facets/kernel/object_dup.rb
481
- - lib/core/facets/kernel/object_hexid.rb
456
+ - lib/core/facets/kernel/instance.rb
482
457
  - lib/core/facets/kernel/object_send.rb
483
- - lib/core/facets/kernel/pp_call_stack.rb
484
- - lib/core/facets/kernel/pp_exception.rb
485
- - lib/core/facets/kernel/p.rb
486
- - lib/core/facets/kernel/qua_class.rb
487
- - lib/core/facets/kernel/__real__.rb
458
+ - lib/core/facets/kernel/ergo.rb
459
+ - lib/core/facets/kernel/non_nil.rb
460
+ - lib/core/facets/kernel/complete.rb
461
+ - lib/core/facets/kernel/with_accessor.rb
462
+ - lib/core/facets/kernel/fn.rb
463
+ - lib/core/facets/kernel/bool.rb
464
+ - lib/core/facets/kernel/with_writer.rb
465
+ - lib/core/facets/kernel/__get__.rb
466
+ - lib/core/facets/kernel/to_b.rb
467
+ - lib/core/facets/kernel/not_nil.rb
468
+ - lib/core/facets/kernel/deep_copy.rb
469
+ - lib/core/facets/kernel/silence.rb
488
470
  - lib/core/facets/kernel/require_all.rb
489
- - lib/core/facets/kernel/require_local.rb
471
+ - lib/core/facets/kernel/qua_class.rb
472
+ - lib/core/facets/kernel/eigenclass.rb
473
+ - lib/core/facets/kernel/bitmask.rb
490
474
  - lib/core/facets/kernel/resc.rb
491
- - lib/core/facets/kernel/respond_with_value.rb
492
- - lib/core/facets/kernel/send_as.rb
493
- - lib/core/facets/kernel/set_from.rb
475
+ - lib/core/facets/kernel/class_def.rb
476
+ - lib/core/facets/kernel/__real__.rb
477
+ - lib/core/facets/kernel/instance_assign.rb
478
+ - lib/core/facets/kernel/meta_class.rb
479
+ - lib/core/facets/kernel/singleton.rb
480
+ - lib/core/facets/kernel/__assign__.rb
481
+ - lib/core/facets/kernel/with.rb
482
+ - lib/core/facets/kernel/withattr.rb
483
+ - lib/core/facets/kernel/load_local.rb
484
+ - lib/core/facets/kernel/d.rb
485
+ - lib/core/facets/kernel/super_at.rb
494
486
  - lib/core/facets/kernel/__set__.rb
495
- - lib/core/facets/kernel/set_with.rb
496
- - lib/core/facets/kernel/silence_stderr.rb
487
+ - lib/core/facets/kernel/__method__.rb
488
+ - lib/core/facets/kernel/is.rb
489
+ - lib/core/facets/kernel/meta_def.rb
490
+ - lib/core/facets/kernel/instance_class.rb
491
+ - lib/core/facets/kernel/instance_exec.rb
497
492
  - lib/core/facets/kernel/silence_stream.rb
498
- - lib/core/facets/kernel/silence_warnings.rb
499
493
  - lib/core/facets/kernel/__singleton_class__.rb
500
- - lib/core/facets/kernel/singleton_class.rb
501
- - lib/core/facets/kernel/singleton.rb
502
- - lib/core/facets/kernel/super_at.rb
503
- - lib/core/facets/kernel/superior.rb
504
- - lib/core/facets/kernel/super_method.rb
494
+ - lib/core/facets/kernel/set_from.rb
505
495
  - lib/core/facets/kernel/supermethod.rb
506
- - lib/core/facets/kernel/suppress.rb
507
- - lib/core/facets/kernel/this.rb
508
- - lib/core/facets/kernel/to_b.rb
496
+ - lib/core/facets/kernel/p.rb
497
+ - lib/core/facets/kernel/super.rb
498
+ - lib/core/facets/kernel/object_dup.rb
499
+ - lib/core/facets/kernel/send_as.rb
500
+ - lib/core/facets/kernel/instance_assume.rb
501
+ - lib/core/facets/kernel/singleton_class.rb
509
502
  - lib/core/facets/kernel/true.rb
503
+ - lib/core/facets/kernel/respond_with_value.rb
504
+ - lib/core/facets/kernel/super_method.rb
505
+ - lib/core/facets/kernel/set_with.rb
506
+ - lib/core/facets/kernel/silence_stderr.rb
507
+ - lib/core/facets/kernel/assign_with.rb
508
+ - lib/core/facets/kernel/Bit.rb
509
+ - lib/core/facets/kernel/meta_alias.rb
510
+ - lib/core/facets/kernel/pp_call_stack.rb
511
+ - lib/core/facets/kernel/enable_warnings.rb
512
+ - lib/core/facets/kernel/returning.rb
513
+ - lib/core/facets/kernel/pp_exception.rb
514
+ - lib/core/facets/kernel/callstack.rb
515
+ - lib/core/facets/kernel/deepcopy.rb
516
+ - lib/core/facets/kernel/populate.rb
517
+ - lib/core/facets/kernel/op_esc.rb
518
+ - lib/core/facets/kernel/__DIR__.rb
519
+ - lib/core/facets/kernel/meta.rb
520
+ - lib/core/facets/kernel/val.rb
521
+ - lib/core/facets/kernel/constant.rb
522
+ - lib/core/facets/kernel/require_local.rb
523
+ - lib/core/facets/kernel/method.rb
524
+ - lib/core/facets/kernel/metaclass.rb
525
+ - lib/core/facets/kernel/__callee__.rb
526
+ - lib/core/facets/kernel/respond.rb
510
527
  - lib/core/facets/kernel/warn_with_line.rb
511
- - lib/core/facets/kernel/with.rb
512
- - lib/core/facets/matchdata
513
- - lib/core/facets/matchdata/match.rb
514
- - lib/core/facets/matchdata/matchset.rb
515
- - lib/core/facets/matchdata/matchtree.rb
516
- - lib/core/facets/module
517
- - lib/core/facets/module/alias_reader.rb
518
- - lib/core/facets/module/abstract.rb
519
- - lib/core/facets/module/include.rb
520
- - lib/core/facets/module/cattr.rb
521
- - lib/core/facets/module/clone.rb
522
- - lib/core/facets/module/name.rb
523
- - lib/core/facets/module/traits.rb
524
- - lib/core/facets/module/modify.rb
525
- - lib/core/facets/module/alias.rb
526
- - lib/core/facets/module/attr.rb
527
- - lib/core/facets/module/require.rb
528
- - lib/core/facets/module/methods.rb
529
- - lib/core/facets/module/alias_accessor.rb
530
- - lib/core/facets/module/alias_method_chain.rb
531
- - lib/core/facets/module/alias_module_function.rb
532
- - lib/core/facets/module/alias_setter.rb
533
- - lib/core/facets/module/alias_switcher.rb
534
- - lib/core/facets/module/alias_tester.rb
535
- - lib/core/facets/module/alias_toggler.rb
536
- - lib/core/facets/module/alias_validator.rb
537
- - lib/core/facets/module/alias_writer.rb
538
- - lib/core/facets/module/all_instance_methods.rb
539
- - lib/core/facets/module/ancestor.rb
540
- - lib/core/facets/module/attr_accessor.rb
541
- - lib/core/facets/module/attr_reader.rb
542
- - lib/core/facets/module/attr_setter.rb
543
- - lib/core/facets/module/attr_switcher.rb
544
- - lib/core/facets/module/attr_tester.rb
545
- - lib/core/facets/module/attr_toggler.rb
546
- - lib/core/facets/module/attr_validator.rb
547
- - lib/core/facets/module/attr_writer.rb
548
- - lib/core/facets/module/basename.rb
549
- - lib/core/facets/module/by_name.rb
550
- - lib/core/facets/module/can.rb
551
- - lib/core/facets/module/class_def.rb
552
- - lib/core/facets/module/class.rb
553
- - lib/core/facets/module/clone_removing.rb
554
- - lib/core/facets/module/clone_renaming.rb
555
- - lib/core/facets/module/clone_using.rb
556
- - lib/core/facets/module/conflict.rb
557
- - lib/core/facets/module/dirname.rb
558
- - lib/core/facets/module/include_and_extend.rb
559
- - lib/core/facets/module/include_as.rb
560
- - lib/core/facets/module/include_function_module.rb
561
- - lib/core/facets/module/instance_method_defined.rb
562
- - lib/core/facets/module/instance_method.rb
563
- - lib/core/facets/module/integrate.rb
564
- - lib/core/facets/module/is.rb
565
- - lib/core/facets/module/modspace.rb
566
- - lib/core/facets/module/module_load.rb
567
- - lib/core/facets/module/module_method_defined.rb
568
- - lib/core/facets/module/module_method.rb
569
- - lib/core/facets/module/module_require.rb
570
- - lib/core/facets/module/nesting.rb
571
- - lib/core/facets/module/nodef.rb
572
- - lib/core/facets/module/on_included.rb
573
- - lib/core/facets/module/op_minus.rb
574
- - lib/core/facets/module/op_mul.rb
575
- - lib/core/facets/module/op_plus.rb
576
- - lib/core/facets/module/private_conflict.rb
577
- - lib/core/facets/module/protected_conflict.rb
578
- - lib/core/facets/module/public_conflict.rb
579
- - lib/core/facets/module/redefine_method.rb
580
- - lib/core/facets/module/redef.rb
581
- - lib/core/facets/module/redirect_method.rb
582
- - lib/core/facets/module/redirect.rb
583
- - lib/core/facets/module/remove.rb
584
- - lib/core/facets/module/rename_method.rb
585
- - lib/core/facets/module/rename.rb
586
- - lib/core/facets/module/revisal.rb
587
- - lib/core/facets/module/wrap_method.rb
588
- - lib/core/facets/module/wrap.rb
589
- - lib/core/facets/nilclass
590
- - lib/core/facets/nilclass/ergo.rb
591
- - lib/core/facets/nilclass/status.rb
592
- - lib/core/facets/nilclass/to_bool.rb
593
- - lib/core/facets/nilclass/to_f.rb
594
- - lib/core/facets/nilclass/to_h.rb
595
- - lib/core/facets/numeric
596
- - lib/core/facets/numeric/round_at.rb
597
- - lib/core/facets/numeric/round.rb
598
- - lib/core/facets/numeric/round_to.rb
599
- - lib/core/facets/numeric/approx.rb
600
- - lib/core/facets/numeric/distance.rb
601
- - lib/core/facets/numeric/pred.rb
602
- - lib/core/facets/numeric/succ.rb
603
- - lib/core/facets/numeric/to_b.rb
604
- - lib/core/facets/proc
605
- - lib/core/facets/proc/update.rb
606
- - lib/core/facets/proc/compose.rb
607
- - lib/core/facets/proc/bind.rb
608
- - lib/core/facets/proc/fn.rb
609
- - lib/core/facets/proc/op_mul.rb
610
- - lib/core/facets/proc/to_h.rb
611
- - lib/core/facets/proc/to_method.rb
612
- - lib/core/facets/range
613
- - lib/core/facets/range/umbrella.rb
614
- - lib/core/facets/range/overlap.rb
615
- - lib/core/facets/range/combine.rb
616
- - lib/core/facets/range/within.rb
617
- - lib/core/facets/range/to_range.rb
618
- - lib/core/facets/range/to_r.rb
619
- - lib/core/facets/regexp
620
- - lib/core/facets/regexp/to_regexp.rb
621
- - lib/core/facets/regexp/arity.rb
622
- - lib/core/facets/regexp/to_re.rb
528
+ - lib/core/facets/kernel/to_bool.rb
529
+ - lib/core/facets/kernel/deep_clone.rb
530
+ - lib/core/facets/kernel/false.rb
531
+ - lib/core/facets/kernel/this.rb
532
+ - lib/core/facets/kernel/in.rb
533
+ - lib/core/facets/comparable
534
+ - lib/core/facets/comparable/cap.rb
535
+ - lib/core/facets/comparable/bound.rb
536
+ - lib/core/facets/comparable/cmp.rb
537
+ - lib/core/facets/comparable/clip.rb
538
+ - lib/core/facets/comparable/at_least.rb
539
+ - lib/core/facets/comparable/at_most.rb
540
+ - lib/core/facets/conversion.rb
541
+ - lib/core/facets/1stclassmethod.rb
542
+ - lib/core/facets/regexp.rb
543
+ - lib/core/facets/enumerable
544
+ - lib/core/facets/enumerable/combinations.rb
545
+ - lib/core/facets/enumerable/one.rb
546
+ - lib/core/facets/enumerable/cartesian.rb
547
+ - lib/core/facets/enumerable/each_combination.rb
548
+ - lib/core/facets/enumerable/cluster_by.rb
549
+ - lib/core/facets/enumerable/group_by.rb
550
+ - lib/core/facets/enumerable/permute.rb
551
+ - lib/core/facets/enumerable/sum.rb
552
+ - lib/core/facets/enumerable/to_hash.rb
553
+ - lib/core/facets/enumerable/combos.rb
554
+ - lib/core/facets/enumerable/mode.rb
555
+ - lib/core/facets/enumerable/partition_by.rb
556
+ - lib/core/facets/enumerable/each_pair.rb
557
+ - lib/core/facets/enumerable/graph.rb
558
+ - lib/core/facets/enumerable/commonality.rb
559
+ - lib/core/facets/enumerable/occur.rb
560
+ - lib/core/facets/enumerable/collect.rb
561
+ - lib/core/facets/enumerable/frequency.rb
562
+ - lib/core/facets/enumerable/divide.rb
563
+ - lib/core/facets/enumerable/inject.rb
564
+ - lib/core/facets/enumerable/permutation_number.rb
565
+ - lib/core/facets/enumerable/duplicates.rb
566
+ - lib/core/facets/enumerable/map_if.rb
567
+ - lib/core/facets/enumerable/none.rb
568
+ - lib/core/facets/enumerable/filter_collect.rb
569
+ - lib/core/facets/enumerable/compact_collect.rb
570
+ - lib/core/facets/enumerable/permutation.rb
571
+ - lib/core/facets/enumerable/each_permutation.rb
572
+ - lib/core/facets/enumerable/each.rb
573
+ - lib/core/facets/enumerable/nonuniq.rb
574
+ - lib/core/facets/enumerable/each_combo.rb
575
+ - lib/core/facets/enumerable/injecting.rb
576
+ - lib/core/facets/enumerable/uniq_by.rb
577
+ - lib/core/facets/enumerable/collect_if.rb
578
+ - lib/core/facets/enumerable/mash.rb
579
+ - lib/core/facets/enumerable/modulate.rb
580
+ - lib/core/facets/enumerable/entropy.rb
581
+ - lib/core/facets/enumerable/collate.rb
582
+ - lib/core/facets/enumerable/cartesian_product.rb
583
+ - lib/core/facets/enumerable/split.rb
584
+ - lib/core/facets/enumerable/map_send.rb
585
+ - lib/core/facets/enumerable/combination.rb
586
+ - lib/core/facets/enumerable/ideal_entropy.rb
587
+ - lib/core/facets/enumerable/cart.rb
588
+ - lib/core/facets/enumerable/probability.rb
589
+ - lib/core/facets/enumerable/each_unique_pair.rb
590
+ - lib/core/facets/enumerable/map_with_index.rb
591
+ - lib/core/facets/enumerable/to_h.rb
592
+ - lib/core/facets/enumerable/count.rb
593
+ - lib/core/facets/enumerable/each_by.rb
594
+ - lib/core/facets/enumerable/collect_with_index.rb
595
+ - lib/core/facets/enumerable/compact_map.rb
596
+ - lib/core/facets/enumerable/eachn.rb
597
+ - lib/core/facets/enumerable/filter_map.rb
598
+ - lib/core/facets/enumerable/op_pow.rb
599
+ - lib/core/facets/class.rb
600
+ - lib/core/facets/symbol.rb
601
+ - lib/core/facets/numeric.rb
623
602
  - lib/core/facets/string
624
- - lib/core/facets/string/splice.rb
625
- - lib/core/facets/string/nchar.rb
626
- - lib/core/facets/string/op.rb
627
- - lib/core/facets/string/interpolate.rb
628
- - lib/core/facets/string/scan.rb
629
- - lib/core/facets/string/filter.rb
630
- - lib/core/facets/string/at.rb
631
- - lib/core/facets/string/blank.rb
632
- - lib/core/facets/string/partitions.rb
633
- - lib/core/facets/string/stackable.rb
634
- - lib/core/facets/string/tabs.rb
635
- - lib/core/facets/string/align.rb
636
- - lib/core/facets/string/indexable.rb
637
- - lib/core/facets/string/range.rb
638
- - lib/core/facets/string/regesc.rb
639
- - lib/core/facets/string/crypt.rb
640
- - lib/core/facets/string/bracket.rb
603
+ - lib/core/facets/string/ends_with.rb
604
+ - lib/core/facets/string/shatter.rb
605
+ - lib/core/facets/string/taballto.rb
606
+ - lib/core/facets/string/to_re.rb
607
+ - lib/core/facets/string/fold.rb
608
+ - lib/core/facets/string/first.rb
609
+ - lib/core/facets/string/store.rb
610
+ - lib/core/facets/string/camelcase.rb
611
+ - lib/core/facets/string/range_of_line.rb
612
+ - lib/core/facets/string/lines.rb
613
+ - lib/core/facets/string/word_wrap.rb
614
+ - lib/core/facets/string/expand_tabs.rb
641
615
  - lib/core/facets/string/case.rb
642
- - lib/core/facets/string/natcmp.rb
643
- - lib/core/facets/string/wrap.rb
616
+ - lib/core/facets/string/align.rb
644
617
  - lib/core/facets/string/align_center.rb
645
- - lib/core/facets/string/align_left.rb
646
- - lib/core/facets/string/align_right.rb
647
- - lib/core/facets/string/brief.rb
648
- - lib/core/facets/string/bytes.rb
649
- - lib/core/facets/string/camelcase.rb
650
- - lib/core/facets/string/capitalized.rb
651
- - lib/core/facets/string/chars.rb
652
- - lib/core/facets/string/cleave.rb
653
- - lib/core/facets/string/cmp.rb
654
618
  - lib/core/facets/string/_crypt.rb
655
- - lib/core/facets/string/dequote.rb
619
+ - lib/core/facets/string/tabs.rb
620
+ - lib/core/facets/string/lchomp.rb
621
+ - lib/core/facets/string/tab.rb
622
+ - lib/core/facets/string/align_left.rb
623
+ - lib/core/facets/string/shift.rb
624
+ - lib/core/facets/string/range.rb
625
+ - lib/core/facets/string/snakecase.rb
626
+ - lib/core/facets/string/each_char.rb
656
627
  - lib/core/facets/string/divide.rb
628
+ - lib/core/facets/string/indexable.rb
657
629
  - lib/core/facets/string/downcase.rb
630
+ - lib/core/facets/string/range_all.rb
631
+ - lib/core/facets/string/margin.rb
632
+ - lib/core/facets/string/upcase.rb
633
+ - lib/core/facets/string/mscan.rb
634
+ - lib/core/facets/string/to_const.rb
635
+ - lib/core/facets/string/to_b.rb
636
+ - lib/core/facets/string/op_minus.rb
637
+ - lib/core/facets/string/cmp.rb
658
638
  - lib/core/facets/string/each_character.rb
659
- - lib/core/facets/string/each_char.rb
660
- - lib/core/facets/string/each_word.rb
661
- - lib/core/facets/string/ends_with.rb
662
- - lib/core/facets/string/expand_tabs.rb
663
- - lib/core/facets/string/first.rb
664
- - lib/core/facets/string/fold.rb
639
+ - lib/core/facets/string/capitalized.rb
640
+ - lib/core/facets/string/whitespace.rb
665
641
  - lib/core/facets/string/format.rb
642
+ - lib/core/facets/string/brief.rb
643
+ - lib/core/facets/string/natcmp.rb
644
+ - lib/core/facets/string/word_filter.rb
645
+ - lib/core/facets/string/bytes.rb
646
+ - lib/core/facets/string/op.rb
647
+ - lib/core/facets/string/pop.rb
648
+ - lib/core/facets/string/outdent.rb
666
649
  - lib/core/facets/string/indent.rb
667
- - lib/core/facets/string/index_all.rb
668
650
  - lib/core/facets/string/last.rb
669
- - lib/core/facets/string/lchomp.rb
670
- - lib/core/facets/string/lines.rb
651
+ - lib/core/facets/string/to_rx.rb
652
+ - lib/core/facets/string/to_proc.rb
653
+ - lib/core/facets/string/quote.rb
654
+ - lib/core/facets/string/titlecase.rb
655
+ - lib/core/facets/string/partitions.rb
656
+ - lib/core/facets/string/tabto.rb
657
+ - lib/core/facets/string/words.rb
658
+ - lib/core/facets/string/interpolate.rb
659
+ - lib/core/facets/string/cleave.rb
660
+ - lib/core/facets/string/to_time.rb
671
661
  - lib/core/facets/string/line_wrap.rb
662
+ - lib/core/facets/string/filter.rb
663
+ - lib/core/facets/string/regesc.rb
664
+ - lib/core/facets/string/sprintf.rb
665
+ - lib/core/facets/string/bracket.rb
672
666
  - lib/core/facets/string/lowercase.rb
673
- - lib/core/facets/string/margin.rb
674
- - lib/core/facets/string/mscan.rb
675
- - lib/core/facets/string/op_minus.rb
676
- - lib/core/facets/string/outdent.rb
667
+ - lib/core/facets/string/succ.rb
668
+ - lib/core/facets/string/to_date.rb
669
+ - lib/core/facets/string/chars.rb
677
670
  - lib/core/facets/string/peek.rb
678
671
  - lib/core/facets/string/poke.rb
679
- - lib/core/facets/string/pop.rb
680
- - lib/core/facets/string/pull.rb
681
- - lib/core/facets/string/push.rb
682
- - lib/core/facets/string/quote.rb
683
- - lib/core/facets/string/range_all.rb
684
- - lib/core/facets/string/range_of_line.rb
672
+ - lib/core/facets/string/splice.rb
673
+ - lib/core/facets/string/scan.rb
685
674
  - lib/core/facets/string/rewrite.rb
686
- - lib/core/facets/string/shatter.rb
687
- - lib/core/facets/string/shift.rb
688
- - lib/core/facets/string/snakecase.rb
689
- - lib/core/facets/string/sprintf.rb
690
- - lib/core/facets/string/starts_with.rb
691
- - lib/core/facets/string/store.rb
692
- - lib/core/facets/string/succ.rb
693
- - lib/core/facets/string/taballto.rb
694
- - lib/core/facets/string/tab.rb
695
- - lib/core/facets/string/tabto.rb
696
- - lib/core/facets/string/titlecase.rb
697
- - lib/core/facets/string/to_b.rb
698
- - lib/core/facets/string/to_const.rb
699
- - lib/core/facets/string/to_date.rb
700
- - lib/core/facets/string/to_proc.rb
701
- - lib/core/facets/string/to_re.rb
702
- - lib/core/facets/string/to_rx.rb
703
- - lib/core/facets/string/to_time.rb
675
+ - lib/core/facets/string/uppercase.rb
676
+ - lib/core/facets/string/push.rb
677
+ - lib/core/facets/string/stackable.rb
704
678
  - lib/core/facets/string/unbracket.rb
679
+ - lib/core/facets/string/align_right.rb
680
+ - lib/core/facets/string/wrap.rb
681
+ - lib/core/facets/string/nchar.rb
682
+ - lib/core/facets/string/crypt.rb
705
683
  - lib/core/facets/string/unshift.rb
706
- - lib/core/facets/string/upcase.rb
707
- - lib/core/facets/string/uppercase.rb
708
- - lib/core/facets/string/whitespace.rb
709
- - lib/core/facets/string/word_filter.rb
710
- - lib/core/facets/string/words.rb
711
- - lib/core/facets/string/word_wrap.rb
712
- - lib/core/facets/symbol
713
- - lib/core/facets/symbol/to_proc.rb
714
- - lib/core/facets/symbol/shadow.rb
715
- - lib/core/facets/symbol/succ.rb
716
- - lib/core/facets/symbol/not.rb
717
- - lib/core/facets/symbol/generate.rb
718
- - lib/core/facets/symbol/chomp.rb
719
- - lib/core/facets/symbol/lchomp.rb
720
- - lib/core/facets/symbol/op_tilde.rb
721
- - lib/core/facets/symbol/pad.rb
722
- - lib/core/facets/symbol/to_const.rb
684
+ - lib/core/facets/string/dequote.rb
685
+ - lib/core/facets/string/starts_with.rb
686
+ - lib/core/facets/string/each_word.rb
687
+ - lib/core/facets/string/pull.rb
688
+ - lib/core/facets/string/index_all.rb
689
+ - lib/core/facets/string/at.rb
690
+ - lib/core/facets/string/blank.rb
691
+ - lib/core/facets/module
692
+ - lib/core/facets/module/include_as.rb
693
+ - lib/core/facets/module/attr_validator.rb
694
+ - lib/core/facets/module/alias_accessor.rb
695
+ - lib/core/facets/module/name.rb
696
+ - lib/core/facets/module/alias.rb
697
+ - lib/core/facets/module/cattr.rb
698
+ - lib/core/facets/module/alias_switcher.rb
699
+ - lib/core/facets/module/dirname.rb
700
+ - lib/core/facets/module/attr_reader.rb
701
+ - lib/core/facets/module/public_conflict.rb
702
+ - lib/core/facets/module/ancestor.rb
703
+ - lib/core/facets/module/op_plus.rb
704
+ - lib/core/facets/module/redirect_method.rb
705
+ - lib/core/facets/module/methods.rb
706
+ - lib/core/facets/module/alias_validator.rb
707
+ - lib/core/facets/module/on_included.rb
708
+ - lib/core/facets/module/alias_reader.rb
709
+ - lib/core/facets/module/include.rb
710
+ - lib/core/facets/module/require.rb
711
+ - lib/core/facets/module/conflict.rb
712
+ - lib/core/facets/module/nodef.rb
713
+ - lib/core/facets/module/can.rb
714
+ - lib/core/facets/module/alias_tester.rb
715
+ - lib/core/facets/module/attr_switcher.rb
716
+ - lib/core/facets/module/revisal.rb
717
+ - lib/core/facets/module/by_name.rb
718
+ - lib/core/facets/module/op_minus.rb
719
+ - lib/core/facets/module/module_method_defined.rb
720
+ - lib/core/facets/module/include_function_module.rb
721
+ - lib/core/facets/module/redefine_method.rb
722
+ - lib/core/facets/module/alias_writer.rb
723
+ - lib/core/facets/module/class_def.rb
724
+ - lib/core/facets/module/op_mul.rb
725
+ - lib/core/facets/module/attr.rb
726
+ - lib/core/facets/module/alias_setter.rb
727
+ - lib/core/facets/module/private_conflict.rb
728
+ - lib/core/facets/module/alias_module_function.rb
729
+ - lib/core/facets/module/module_method.rb
730
+ - lib/core/facets/module/attr_accessor.rb
731
+ - lib/core/facets/module/attr_writer.rb
732
+ - lib/core/facets/module/module_load.rb
733
+ - lib/core/facets/module/is.rb
734
+ - lib/core/facets/module/nesting.rb
735
+ - lib/core/facets/module/class.rb
736
+ - lib/core/facets/module/instance_method_defined.rb
737
+ - lib/core/facets/module/modspace.rb
738
+ - lib/core/facets/module/clone_renaming.rb
739
+ - lib/core/facets/module/abstract.rb
740
+ - lib/core/facets/module/rename.rb
741
+ - lib/core/facets/module/attr_toggler.rb
742
+ - lib/core/facets/module/rename_method.rb
743
+ - lib/core/facets/module/module_require.rb
744
+ - lib/core/facets/module/integrate.rb
745
+ - lib/core/facets/module/alias_method_chain.rb
746
+ - lib/core/facets/module/redef.rb
747
+ - lib/core/facets/module/clone.rb
748
+ - lib/core/facets/module/remove.rb
749
+ - lib/core/facets/module/protected_conflict.rb
750
+ - lib/core/facets/module/instance_method.rb
751
+ - lib/core/facets/module/attr_tester.rb
752
+ - lib/core/facets/module/modify.rb
753
+ - lib/core/facets/module/clone_using.rb
754
+ - lib/core/facets/module/alias_toggler.rb
755
+ - lib/core/facets/module/clone_removing.rb
756
+ - lib/core/facets/module/wrap.rb
757
+ - lib/core/facets/module/redirect.rb
758
+ - lib/core/facets/module/wrap_method.rb
759
+ - lib/core/facets/module/include_and_extend.rb
760
+ - lib/core/facets/module/attr_setter.rb
761
+ - lib/core/facets/module/basename.rb
762
+ - lib/core/facets/module/all_instance_methods.rb
763
+ - lib/core/facets/module/traits.rb
764
+ - lib/core/facets/proc.rb
765
+ - lib/core/facets/array.rb
723
766
  - lib/core/facets/time
724
- - lib/core/facets/time/to_date.rb
725
- - lib/core/facets/time/change.rb
726
767
  - lib/core/facets/time/elapse.rb
727
- - lib/core/facets/time/stamp.rb
728
768
  - lib/core/facets/time/to_s.rb
729
769
  - lib/core/facets/time/to_time.rb
730
- - lib/core/facets/unboundmethod
731
- - lib/core/facets/unboundmethod/arguments.rb
732
- - lib/core/facets/unboundmethod/name.rb
733
- - lib/core/facets/comparable.rb
734
- - lib/core/facets/binding.rb
735
- - lib/core/facets/array.rb
736
- - lib/core/facets/integer.rb
737
- - lib/core/facets/class.rb
738
- - lib/core/facets/float.rb
739
- - lib/core/facets/1stclassmethod.rb
770
+ - lib/core/facets/time/change.rb
771
+ - lib/core/facets/time/stamp.rb
772
+ - lib/core/facets/time/to_date.rb
740
773
  - lib/core/facets/enumerable.rb
741
- - lib/core/facets/filetest.rb
742
- - lib/core/facets/file.rb
743
- - lib/core/facets/string.rb
744
- - lib/core/facets/hash.rb
745
- - lib/core/facets/unboundmethod.rb
746
- - lib/core/facets/symbol.rb
747
- - lib/core/facets/nilclass.rb
748
- - lib/core/facets/module.rb
749
- - lib/core/facets/kernel.rb
750
- - lib/core/facets/matchdata.rb
751
- - lib/core/facets/dir.rb
752
- - lib/core/facets/boolean.rb
753
- - lib/core/facets/numeric.rb
754
- - lib/core/facets/proc.rb
755
- - lib/core/facets/range.rb
756
- - lib/core/facets/regexp.rb
757
- - lib/core/facets/time.rb
758
- - lib/core/facets/facets.rb
759
- - lib/core/facets/conversion.rb
760
774
  - lib/core/facets/functor.rb
761
- - lib/core/facets/indexable.rb
775
+ - lib/core/facets/dir
776
+ - lib/core/facets/dir/ls_r.rb
777
+ - lib/core/facets/dir/ascend.rb
778
+ - lib/core/facets/dir/ancestor.rb
779
+ - lib/core/facets/dir/multiglob.rb
780
+ - lib/core/facets/dir/recurse.rb
781
+ - lib/core/facets/dir/parent.rb
782
+ - lib/core/facets/dir/multiglob_r.rb
783
+ - lib/core/facets/dir/traverse.rb
784
+ - lib/core/facets/dir/descend.rb
785
+ - lib/core/facets/unboundmethod.rb
786
+ - lib/core/facets/filetest
787
+ - lib/core/facets/filetest/root.rb
788
+ - lib/core/facets/class
789
+ - lib/core/facets/class/class_load.rb
790
+ - lib/core/facets/class/cattr.rb
791
+ - lib/core/facets/class/remove_descendents.rb
792
+ - lib/core/facets/class/mattr_reader.rb
793
+ - lib/core/facets/class/subclasses.rb
794
+ - lib/core/facets/class/cattr_reader.rb
795
+ - lib/core/facets/class/mattr.rb
796
+ - lib/core/facets/class/descendents.rb
797
+ - lib/core/facets/class/to_proc.rb
798
+ - lib/core/facets/class/remove_subclasses.rb
799
+ - lib/core/facets/class/mattr_accessor.rb
800
+ - lib/core/facets/class/class_require.rb
801
+ - lib/core/facets/class/initializer.rb
802
+ - lib/core/facets/class/cattr_accessor.rb
803
+ - lib/core/facets/class/mattr_writer.rb
804
+ - lib/core/facets/class/cattr_writer.rb
805
+ - lib/core/facets/array
806
+ - lib/core/facets/array/first.rb
807
+ - lib/core/facets/array/store.rb
808
+ - lib/core/facets/array/join_sentence.rb
809
+ - lib/core/facets/array/delete_unless.rb
810
+ - lib/core/facets/array/rotate.rb
811
+ - lib/core/facets/array/to_path.rb
812
+ - lib/core/facets/array/conjoin.rb
813
+ - lib/core/facets/array/indexable.rb
814
+ - lib/core/facets/array/to_b.rb
815
+ - lib/core/facets/array/merge.rb
816
+ - lib/core/facets/array/each_iteration.rb
817
+ - lib/core/facets/array/last.rb
818
+ - lib/core/facets/array/select.rb
819
+ - lib/core/facets/array/only.rb
820
+ - lib/core/facets/array/delete.rb
821
+ - lib/core/facets/array/delete_values.rb
822
+ - lib/core/facets/array/poke.rb
823
+ - lib/core/facets/array/splice.rb
824
+ - lib/core/facets/array/to_h.rb
825
+ - lib/core/facets/array/stackable.rb
826
+ - lib/core/facets/array/pad.rb
827
+ - lib/core/facets/array/pull.rb
828
+ - lib/core/facets/array/delete_values_at.rb
829
+ - lib/core/facets/array/contains.rb
762
830
  - lib/core/facets/stackable.rb
831
+ - lib/core/facets/kernel.rb
832
+ - lib/core/facets/regexp
833
+ - lib/core/facets/regexp/to_re.rb
834
+ - lib/core/facets/regexp/to_regexp.rb
835
+ - lib/core/facets/regexp/arity.rb
836
+ - lib/core/facets/matchdata
837
+ - lib/core/facets/matchdata/matchtree.rb
838
+ - lib/core/facets/matchdata/match.rb
839
+ - lib/core/facets/matchdata/matchset.rb
763
840
  - lib/core/facets/exception
764
841
  - lib/core/facets/exception/detail.rb
765
- - lib/core/facets/exception.rb
842
+ - lib/core/facets/string.rb
843
+ - lib/core/facets/binding.rb
766
844
  - lib/core/facets.rb
767
- - test
768
- - test/unit
769
- - test/unit/array
770
- - test/unit/array/test_rotate.rb
771
- - test/unit/array/test_merge.rb
772
- - test/unit/array/test_select.rb
773
- - test/unit/array/test_delete.rb
774
- - test/unit/array/test_pad.rb
775
- - test/unit/array/test_stackable.rb
776
- - test/unit/array/test_indexable.rb
777
- - test/unit/array/test_only.rb
778
- - test/unit/dir
779
- - test/unit/dir/test_traverse.rb
780
- - test/unit/dir/test_parent.rb
781
- - test/unit/dir/test_recurse.rb
782
- - test/unit/filetest
783
- - test/unit/filetest/test_root.rb
784
- - test/unit/binding
785
- - test/unit/binding/test_eval.rb
786
- - test/unit/binding/test_cflow.rb
787
- - test/unit/binding/test_vars.rb
788
- - test/unit/binding/test_self.rb
789
- - test/unit/binding/test_here.rb
790
- - test/unit/binding/test_defined.rb
791
- - test/unit/test_multiton.rb
792
- - test/unit/exception
793
- - test/unit/exception/test_detail.rb
794
- - test/unit/test_advice.rb
795
- - test/unit/file
796
- - test/unit/file/test_sanitize.rb
797
- - test/unit/file/test_write.rb
798
- - test/unit/file/test_read.rb
799
- - test/unit/file/test_null.rb
800
- - test/unit/file/test_split_all.rb
801
- - test/unit/test_1stclassmethod.rb
802
- - test/unit/test_aop.rb
803
- - test/unit/test_ansicode.rb
804
- - test/unit/test_annotations.rb
805
- - test/unit/class
806
- - test/unit/class/test_descendents.rb
807
- - test/unit/class/test_initializer.rb
808
- - test/unit/class/test_remove_descendents.rb
809
- - test/unit/comparable
810
- - test/unit/comparable/test_cmp.rb
811
- - test/unit/comparable/test_bound.rb
812
- - test/unit/continuation
813
- - test/unit/enumerable
814
- - test/unit/enumerable/test_cartesian.rb
815
- - test/unit/enumerable/test_combination.rb
816
- - test/unit/enumerable/test_collect.rb
817
- - test/unit/enumerable/test_permutation.rb
818
- - test/unit/enumerable/test_count.rb
819
- - test/unit/enumerable/test_each.rb
820
- - test/unit/enumerable/test_probability.rb
821
- - test/unit/enumerable/test_split.rb
822
- - test/unit/enumerable/test_mash.rb
823
- - test/unit/hash
824
- - test/unit/hash/test_autonew.rb
825
- - test/unit/hash/test_zipnew.rb
826
- - test/unit/hash/test_op.rb
827
- - test/unit/hash/test_rekey.rb
828
- - test/unit/hash/test_collate.rb
829
- - test/unit/hash/test_delete.rb
830
- - test/unit/hash/test_update.rb
831
- - test/unit/hash/test_at.rb
832
- - test/unit/hash/test_insert.rb
833
- - test/unit/hash/test_has_keys.rb
834
- - test/unit/hash/test_weave.rb
835
- - test/unit/hash/test_swap.rb
836
- - test/unit/hash/test_inverse.rb
837
- - test/unit/hash/test_traverse.rb
838
- - test/unit/hash/test_select.rb
839
- - test/unit/hash/test_reverse_merge.rb
840
- - test/unit/hash/test_each_with_key.rb
841
- - test/unit/hash/test_alias.rb
842
- - test/unit/integer
843
- - test/unit/integer/test_factorial.rb
844
- - test/unit/integer/test_of.rb
845
- - test/unit/integer/test_bitmask.rb
846
- - test/unit/integer/test_multiple.rb
847
- - test/unit/kernel
848
- - test/unit/kernel/test_returning.rb
849
- - test/unit/kernel/test_callstack.rb
850
- - test/unit/kernel/test_super.rb
851
- - test/unit/kernel/test_val.rb
852
- - test/unit/kernel/test_metaid.rb
853
- - test/unit/kernel/test_instance.rb
854
- - test/unit/kernel/test_tap.rb
855
- - test/unit/kernel/test_object.rb
856
- - test/unit/kernel/test_withattr.rb
857
- - test/unit/kernel/test_deepcopy.rb
858
- - test/unit/kernel/test_populate.rb
859
- - test/unit/kernel/test_constant.rb
860
- - test/unit/kernel/test_silence.rb
861
- - test/unit/kernel/test_report.rb
862
- - test/unit/matchdata
863
- - test/unit/matchdata/test_matchset.rb
864
- - test/unit/matchdata/test_match.rb
865
- - test/unit/module
866
- - test/unit/module/test_abstract.rb
867
- - test/unit/module/test_include.rb
868
- - test/unit/module/test_cattr.rb
869
- - test/unit/module/test_clone.rb
870
- - test/unit/module/test_name.rb
871
- - test/unit/module/test_traits.rb
872
- - test/unit/module/test_modify.rb
873
- - test/unit/module/test_alias.rb
874
- - test/unit/numeric
875
- - test/unit/numeric/test_round.rb
876
- - test/unit/proc
877
- - test/unit/proc/test_compose.rb
878
- - test/unit/proc/test_bind.rb
879
- - test/unit/range
880
- - test/unit/range/test_overlap.rb
881
- - test/unit/range/test_combine.rb
882
- - test/unit/regexp
883
- - test/unit/regexp/test_arity.rb
884
- - test/unit/string
885
- - test/unit/string/test_interpolate.rb
886
- - test/unit/string/test_scan.rb
887
- - test/unit/string/test_filter.rb
888
- - test/unit/string/test_blank.rb
889
- - test/unit/string/test_partitions.rb
890
- - test/unit/string/test_stackable.rb
891
- - test/unit/string/test_tabs.rb
892
- - test/unit/string/test_align.rb
893
- - test/unit/string/test_indexable.rb
894
- - test/unit/string/test_range.rb
895
- - test/unit/string/test_regesc.rb
896
- - test/unit/string/test_crypt.rb
897
- - test/unit/string/test_op.rb
898
- - test/unit/string/test_bracket.rb
899
- - test/unit/string/test_case.rb
900
- - test/unit/string/test_natcmp.rb
901
- - test/unit/string/test_nchar.rb
902
- - test/unit/string/test_wrap.rb
903
- - test/unit/symbol
904
- - test/unit/symbol/test_shadow.rb
905
- - test/unit/symbol/test_succ.rb
906
- - test/unit/symbol/test_not.rb
907
- - test/unit/symbol/test_generate.rb
908
- - test/unit/symbol/test_chomp.rb
909
- - test/unit/symbol/test_to_proc.rb
910
- - test/unit/test_arguments.rb
911
- - test/unit/test_association.rb
912
- - test/unit/test_attributes.rb
913
- - test/unit/test_autoarray.rb
914
- - test/unit/test_basicobject.rb
915
- - test/unit/test_bbcode.rb
916
- - test/unit/test_binreadable.rb
917
- - test/unit/test_boolean.rb
918
- - test/unit/test_buildable.rb
919
- - test/unit/test_buildingblock.rb
920
- - test/unit/test_bytes.rb
921
- - test/unit/test_class_extension.rb
922
- - test/unit/test_classmethods.rb
923
- - test/unit/test_compare_on.rb
924
- - test/unit/test_conversion.rb
925
- - test/unit/test_coroutine.rb
926
- - test/unit/test_crypt.rb
927
- - test/unit/test_curry.rb
928
- - test/unit/test_cut.rb
929
- - test/unit/test_date.rb
930
- - test/unit/test_dependency.rb
931
- - test/unit/test_dictionary.rb
932
- - test/unit/test_elementor.rb
933
- - test/unit/test_enumerablepass.rb
934
- - test/unit/test_functor.rb
935
- - test/unit/test_getoptlong.rb
936
- - test/unit/test_infinity.rb
937
- - test/unit/test_inheritor.rb
938
- - test/unit/test_instantiable.rb
939
- - test/unit/test_instantise.rb
940
- - test/unit/test_interval.rb
941
- - test/unit/test_let.rb
942
- - test/unit/test_linkedlist.rb
943
- - test/unit/test_lrucache.rb
944
- - test/unit/test_keyize.rb
945
- - test/unit/test_memoize.rb
946
- - test/unit/test_multipliers.rb
947
- - test/unit/test_namespace.rb
948
- - test/unit/test_opencascade.rb
949
- - test/unit/test_openobject.rb
950
- - test/unit/test_ostruct.rb
951
- - test/unit/test_overload.rb
952
- - test/unit/test_paramix.rb
953
- - test/unit/test_prototype.rb
954
- - test/unit/test_random.rb
955
- - test/unit/test_recorder.rb
956
- - test/unit/test_snapshot.rb
957
- - test/unit/test_stylize.rb
958
- - test/unit/test_syncarray.rb
959
- - test/unit/test_synchash.rb
960
- - test/unit/test_timer.rb
961
- - test/unit/test_times.rb
962
- - test/unit/test_tuple.rb
963
- - test/unit/test_typecast.rb
964
- - test/unit/test_uninheritable.rb
965
- - test/unit/time
966
- - test/unit/time/test_change.rb
967
- - test/unit/time/test_elapse.rb
968
- - test/unit/time/test_stamp.rb
969
- - test/unit/test_thread.rb
970
- - test/unit/test_interface.rb
971
- - test/unit/test_continuation.rb
972
- - AUTHORS
845
+ - lib/more
846
+ - lib/more/facets
847
+ - lib/more/facets/attributes.rb
848
+ - lib/more/facets/annotations.rb
849
+ - lib/more/facets/pathname.rb
850
+ - lib/more/facets/console.rb
851
+ - lib/more/facets/classmethods.rb
852
+ - lib/more/facets/smtp_tls.rb
853
+ - lib/more/facets/times.rb
854
+ - lib/more/facets/duration.rb
855
+ - lib/more/facets/prepend.rb
856
+ - lib/more/facets/main.rb
857
+ - lib/more/facets/continuation.rb
858
+ - lib/more/facets/date.rb
859
+ - lib/more/facets/logger.rb
860
+ - lib/more/facets/dependency.rb
861
+ - lib/more/facets/memoize.rb
862
+ - lib/more/facets/getoptlong.rb
863
+ - lib/more/facets/command.rb
864
+ - lib/more/facets/thread.rb
865
+ - lib/more/facets/arguments.rb
866
+ - lib/more/facets/lazy.rb
867
+ - lib/more/facets/fileutils.rb
868
+ - lib/more/facets/daemonize.rb
869
+ - lib/more/facets/reflection.rb
870
+ - lib/more/facets/shellwords.rb
871
+ - lib/more/facets/ansicode.rb
872
+ - lib/more/facets/multipliers.rb
873
+ - lib/more/facets/typecast.rb
874
+ - lib/more/facets/namespace.rb
875
+ - lib/more/facets/advice.rb
876
+ - lib/more/facets/autoreload.rb
877
+ - lib/more/facets/bytes.rb
878
+ - lib/more/facets/curry.rb
879
+ - lib/more/facets/settings.rb
880
+ - lib/more/facets/hash
881
+ - lib/more/facets/hash/keyize.rb
882
+ - lib/more/facets/yaml.rb
883
+ - lib/more/facets/let.rb
884
+ - lib/more/facets/prototype.rb
885
+ - lib/more/facets/stylize.rb
886
+ - lib/more/facets/interface.rb
887
+ - lib/more/facets/overload.rb
888
+ - lib/more/facets/set.rb
889
+ - lib/more/facets/capsule.rb
890
+ - lib/more/facets/aop.rb
891
+ - lib/more/facets/uploadutils.rb
892
+ - lib/more/facets/instantise.rb
893
+ - lib/more/facets/cut.rb
894
+ - lib/more/facets/recursive.rb
895
+ - lib/more/facets/ostruct.rb
896
+ - lib/more/facets/rbsystem.rb
897
+ - lib/more/facets/ziputils.rb
898
+ - lib/more/facets/compare_on.rb
899
+ - lib/more/facets/eventhook.rb
900
+ - lib/more/facets/elementor.rb
901
+ - lib/more/facets/rbconfig.rb
902
+ - lib/more/facets/inheritor.rb
903
+ - lib/more/facets/behavior.rb
904
+ - lib/more/facets/bbcode.rb
905
+ - lib/more/facets/snapshot.rb
906
+ - lib/more/facets/paramix.rb
907
+ - lib/more/facets/class_extension.rb
908
+ - lib/more/facets/crypt.rb
909
+ - lib/more/facets/random.rb
910
+ - lib/more/facets/tracepoint.rb
911
+ - lib/mixin
912
+ - lib/mixin/facets
913
+ - lib/mixin/facets/registerable.rb
914
+ - lib/mixin/facets/cloneable.rb
915
+ - lib/mixin/facets/expirable.rb
916
+ - lib/mixin/facets/multiton.rb
917
+ - lib/mixin/facets/tasksystem.rb
918
+ - lib/mixin/facets/buildable.rb
919
+ - lib/mixin/facets/validation.rb
920
+ - lib/mixin/facets/instantiable.rb
921
+ - lib/mixin/facets/binreadable.rb
922
+ - lib/mixin/facets/uninheritable.rb
923
+ - lib/mixin/facets/enumerablepass.rb
924
+ - lib/mixin/facets/fileable.rb
925
+ - lib/class
926
+ - lib/class/facets
927
+ - lib/class/facets/synchash.rb
928
+ - lib/class/facets/pathlist.rb
929
+ - lib/class/facets/coroutine.rb
930
+ - lib/class/facets/downloader.rb
931
+ - lib/class/facets/interval.rb
932
+ - lib/class/facets/openhash.rb
933
+ - lib/class/facets/cachedelegator.rb
934
+ - lib/class/facets/basicobject.rb
935
+ - lib/class/facets/autoarray.rb
936
+ - lib/class/facets/fileshell.rb
937
+ - lib/class/facets/pqueue.rb
938
+ - lib/class/facets/syncarray.rb
939
+ - lib/class/facets/rwdelegator.rb
940
+ - lib/class/facets/lrucache.rb
941
+ - lib/class/facets/recorder.rb
942
+ - lib/class/facets/version.rb
943
+ - lib/class/facets/association.rb
944
+ - lib/class/facets/nullclass.rb
945
+ - lib/class/facets/dictionary.rb
946
+ - lib/class/facets/infinity.rb
947
+ - lib/class/facets/reference.rb
948
+ - lib/class/facets/heap.rb
949
+ - lib/class/facets/filelist.rb
950
+ - lib/class/facets/semaphore.rb
951
+ - lib/class/facets/orderedhash.rb
952
+ - lib/class/facets/ioredirect.rb
953
+ - lib/class/facets/pool.rb
954
+ - lib/class/facets/tuple.rb
955
+ - lib/class/facets/opencascade.rb
956
+ - lib/class/facets/hashbuilder.rb
957
+ - lib/class/facets/nackclass.rb
958
+ - lib/class/facets/timer.rb
959
+ - lib/class/facets/progressbar.rb
960
+ - lib/class/facets/buildingblock.rb
961
+ - lib/class/facets/minitar.rb
962
+ - lib/class/facets/openobject.rb
963
+ - lib/class/facets/opencollection.rb
964
+ - lib/class/facets/linkedlist.rb
965
+ - log
966
+ - log/Changelog.txt
967
+ - log/Changelog-1.txt
968
+ - log/Fixme.txt
969
+ - log/Changelog-0.txt
970
+ - log/Todo.txt
971
+ - log/Testlog.txt
973
972
  - COPYING
974
- - NOTES
975
- - README
976
- test_files:
977
- - test/unit
978
- - test/unit/array
979
- - test/unit/array/test_rotate.rb
980
- - test/unit/array/test_merge.rb
981
- - test/unit/array/test_select.rb
982
- - test/unit/array/test_delete.rb
983
- - test/unit/array/test_pad.rb
984
- - test/unit/array/test_stackable.rb
985
- - test/unit/array/test_indexable.rb
986
- - test/unit/array/test_only.rb
987
- - test/unit/dir
988
- - test/unit/dir/test_traverse.rb
989
- - test/unit/dir/test_parent.rb
990
- - test/unit/dir/test_recurse.rb
991
- - test/unit/filetest
992
- - test/unit/filetest/test_root.rb
993
- - test/unit/binding
994
- - test/unit/binding/test_eval.rb
995
- - test/unit/binding/test_cflow.rb
996
- - test/unit/binding/test_vars.rb
997
- - test/unit/binding/test_self.rb
998
- - test/unit/binding/test_here.rb
999
- - test/unit/binding/test_defined.rb
1000
- - test/unit/test_multiton.rb
1001
- - test/unit/exception
1002
- - test/unit/exception/test_detail.rb
1003
- - test/unit/test_advice.rb
1004
- - test/unit/file
1005
- - test/unit/file/test_sanitize.rb
1006
- - test/unit/file/test_write.rb
1007
- - test/unit/file/test_read.rb
1008
- - test/unit/file/test_null.rb
1009
- - test/unit/file/test_split_all.rb
1010
- - test/unit/test_1stclassmethod.rb
1011
- - test/unit/test_aop.rb
1012
- - test/unit/test_ansicode.rb
1013
- - test/unit/test_annotations.rb
1014
- - test/unit/class
1015
- - test/unit/class/test_descendents.rb
1016
- - test/unit/class/test_initializer.rb
1017
- - test/unit/class/test_remove_descendents.rb
1018
- - test/unit/comparable
1019
- - test/unit/comparable/test_cmp.rb
1020
- - test/unit/comparable/test_bound.rb
1021
- - test/unit/continuation
1022
- - test/unit/enumerable
1023
- - test/unit/enumerable/test_cartesian.rb
1024
- - test/unit/enumerable/test_combination.rb
1025
- - test/unit/enumerable/test_collect.rb
1026
- - test/unit/enumerable/test_permutation.rb
1027
- - test/unit/enumerable/test_count.rb
1028
- - test/unit/enumerable/test_each.rb
1029
- - test/unit/enumerable/test_probability.rb
1030
- - test/unit/enumerable/test_split.rb
1031
- - test/unit/enumerable/test_mash.rb
1032
- - test/unit/hash
1033
- - test/unit/hash/test_autonew.rb
1034
- - test/unit/hash/test_zipnew.rb
1035
- - test/unit/hash/test_op.rb
1036
- - test/unit/hash/test_rekey.rb
1037
- - test/unit/hash/test_collate.rb
1038
- - test/unit/hash/test_delete.rb
1039
- - test/unit/hash/test_update.rb
1040
- - test/unit/hash/test_at.rb
1041
- - test/unit/hash/test_insert.rb
1042
- - test/unit/hash/test_has_keys.rb
1043
- - test/unit/hash/test_weave.rb
1044
- - test/unit/hash/test_swap.rb
1045
- - test/unit/hash/test_inverse.rb
1046
- - test/unit/hash/test_traverse.rb
1047
- - test/unit/hash/test_select.rb
1048
- - test/unit/hash/test_reverse_merge.rb
1049
- - test/unit/hash/test_each_with_key.rb
1050
- - test/unit/hash/test_alias.rb
1051
- - test/unit/integer
1052
- - test/unit/integer/test_factorial.rb
1053
- - test/unit/integer/test_of.rb
1054
- - test/unit/integer/test_bitmask.rb
1055
- - test/unit/integer/test_multiple.rb
1056
- - test/unit/kernel
1057
- - test/unit/kernel/test_returning.rb
1058
- - test/unit/kernel/test_callstack.rb
1059
- - test/unit/kernel/test_super.rb
1060
- - test/unit/kernel/test_val.rb
1061
- - test/unit/kernel/test_metaid.rb
1062
- - test/unit/kernel/test_instance.rb
1063
- - test/unit/kernel/test_tap.rb
1064
- - test/unit/kernel/test_object.rb
1065
- - test/unit/kernel/test_withattr.rb
1066
- - test/unit/kernel/test_deepcopy.rb
1067
- - test/unit/kernel/test_populate.rb
1068
- - test/unit/kernel/test_constant.rb
1069
- - test/unit/kernel/test_silence.rb
1070
- - test/unit/kernel/test_report.rb
1071
- - test/unit/matchdata
1072
- - test/unit/matchdata/test_matchset.rb
1073
- - test/unit/matchdata/test_match.rb
1074
- - test/unit/module
1075
- - test/unit/module/test_abstract.rb
1076
- - test/unit/module/test_include.rb
1077
- - test/unit/module/test_cattr.rb
1078
- - test/unit/module/test_clone.rb
1079
- - test/unit/module/test_name.rb
1080
- - test/unit/module/test_traits.rb
1081
- - test/unit/module/test_modify.rb
1082
- - test/unit/module/test_alias.rb
1083
- - test/unit/numeric
1084
- - test/unit/numeric/test_round.rb
1085
- - test/unit/proc
1086
- - test/unit/proc/test_compose.rb
1087
- - test/unit/proc/test_bind.rb
1088
- - test/unit/range
1089
- - test/unit/range/test_overlap.rb
1090
- - test/unit/range/test_combine.rb
1091
- - test/unit/regexp
1092
- - test/unit/regexp/test_arity.rb
1093
- - test/unit/string
1094
- - test/unit/string/test_interpolate.rb
1095
- - test/unit/string/test_scan.rb
1096
- - test/unit/string/test_filter.rb
1097
- - test/unit/string/test_blank.rb
1098
- - test/unit/string/test_partitions.rb
1099
- - test/unit/string/test_stackable.rb
1100
- - test/unit/string/test_tabs.rb
1101
- - test/unit/string/test_align.rb
1102
- - test/unit/string/test_indexable.rb
1103
- - test/unit/string/test_range.rb
1104
- - test/unit/string/test_regesc.rb
1105
- - test/unit/string/test_crypt.rb
1106
- - test/unit/string/test_op.rb
1107
- - test/unit/string/test_bracket.rb
1108
- - test/unit/string/test_case.rb
1109
- - test/unit/string/test_natcmp.rb
1110
- - test/unit/string/test_nchar.rb
1111
- - test/unit/string/test_wrap.rb
1112
- - test/unit/symbol
1113
- - test/unit/symbol/test_shadow.rb
1114
- - test/unit/symbol/test_succ.rb
1115
- - test/unit/symbol/test_not.rb
1116
- - test/unit/symbol/test_generate.rb
1117
- - test/unit/symbol/test_chomp.rb
1118
- - test/unit/symbol/test_to_proc.rb
1119
- - test/unit/test_arguments.rb
1120
- - test/unit/test_association.rb
1121
- - test/unit/test_attributes.rb
1122
- - test/unit/test_autoarray.rb
1123
- - test/unit/test_basicobject.rb
1124
- - test/unit/test_bbcode.rb
1125
- - test/unit/test_binreadable.rb
1126
- - test/unit/test_boolean.rb
1127
- - test/unit/test_buildable.rb
1128
- - test/unit/test_buildingblock.rb
1129
- - test/unit/test_bytes.rb
1130
- - test/unit/test_class_extension.rb
1131
- - test/unit/test_classmethods.rb
1132
- - test/unit/test_compare_on.rb
1133
- - test/unit/test_conversion.rb
1134
- - test/unit/test_coroutine.rb
1135
- - test/unit/test_crypt.rb
1136
- - test/unit/test_curry.rb
1137
- - test/unit/test_cut.rb
1138
- - test/unit/test_date.rb
1139
- - test/unit/test_dependency.rb
1140
- - test/unit/test_dictionary.rb
1141
- - test/unit/test_elementor.rb
1142
- - test/unit/test_enumerablepass.rb
1143
- - test/unit/test_functor.rb
1144
- - test/unit/test_getoptlong.rb
1145
- - test/unit/test_infinity.rb
1146
- - test/unit/test_inheritor.rb
1147
- - test/unit/test_instantiable.rb
1148
- - test/unit/test_instantise.rb
1149
- - test/unit/test_interval.rb
1150
- - test/unit/test_let.rb
1151
- - test/unit/test_linkedlist.rb
1152
- - test/unit/test_lrucache.rb
1153
- - test/unit/test_keyize.rb
1154
- - test/unit/test_memoize.rb
1155
- - test/unit/test_multipliers.rb
1156
- - test/unit/test_namespace.rb
1157
- - test/unit/test_opencascade.rb
1158
- - test/unit/test_openobject.rb
1159
- - test/unit/test_ostruct.rb
1160
- - test/unit/test_overload.rb
1161
- - test/unit/test_paramix.rb
1162
- - test/unit/test_prototype.rb
1163
- - test/unit/test_random.rb
1164
- - test/unit/test_recorder.rb
1165
- - test/unit/test_snapshot.rb
1166
- - test/unit/test_stylize.rb
1167
- - test/unit/test_syncarray.rb
1168
- - test/unit/test_synchash.rb
1169
- - test/unit/test_timer.rb
1170
- - test/unit/test_times.rb
1171
- - test/unit/test_tuple.rb
1172
- - test/unit/test_typecast.rb
1173
- - test/unit/test_uninheritable.rb
1174
- - test/unit/time
1175
- - test/unit/time/test_change.rb
1176
- - test/unit/time/test_elapse.rb
1177
- - test/unit/time/test_stamp.rb
1178
- - test/unit/test_thread.rb
1179
- - test/unit/test_interface.rb
1180
- - test/unit/test_continuation.rb
973
+ has_rdoc: false
974
+ homepage: http://facets.rubyforge.org
975
+ post_install_message:
1181
976
  rdoc_options: []
1182
977
 
1183
- extra_rdoc_files: []
1184
-
1185
- executables: []
1186
-
1187
- extensions: []
1188
-
978
+ require_paths:
979
+ - lib/core
980
+ - lib/more
981
+ - lib/class
982
+ - lib/mixin
983
+ required_ruby_version: !ruby/object:Gem::Requirement
984
+ requirements:
985
+ - - ">="
986
+ - !ruby/object:Gem::Version
987
+ version: "0"
988
+ version:
989
+ required_rubygems_version: !ruby/object:Gem::Requirement
990
+ requirements:
991
+ - - ">="
992
+ - !ruby/object:Gem::Version
993
+ version: "0"
994
+ version:
1189
995
  requirements: []
1190
996
 
1191
- dependencies: []
1192
-
997
+ rubyforge_project: facets
998
+ rubygems_version: 1.0.1
999
+ signing_key:
1000
+ specification_version: 2
1001
+ summary: Premium Core Extensions and Standard Additions
1002
+ test_files:
1003
+ - test/core
1004
+ - test/core/integer
1005
+ - test/core/integer/test_of.rb
1006
+ - test/core/integer/test_factorial.rb
1007
+ - test/core/integer/test_bitmask.rb
1008
+ - test/core/integer/test_multiple.rb
1009
+ - test/core/symbol
1010
+ - test/core/symbol/test_generate.rb
1011
+ - test/core/symbol/test_chomp.rb
1012
+ - test/core/symbol/test_not.rb
1013
+ - test/core/symbol/test_succ.rb
1014
+ - test/core/symbol/test_to_proc.rb
1015
+ - test/core/symbol/test_shadow.rb
1016
+ - test/core/test_1stclassmethod.rb
1017
+ - test/core/test_boolean.rb
1018
+ - test/core/numeric
1019
+ - test/core/numeric/test_round.rb
1020
+ - test/core/test_conversion.rb
1021
+ - test/core/binding
1022
+ - test/core/binding/test_defined.rb
1023
+ - test/core/binding/test_self.rb
1024
+ - test/core/binding/test_vars.rb
1025
+ - test/core/binding/test_eval.rb
1026
+ - test/core/binding/test_caller.rb
1027
+ - test/core/binding/test_here.rb
1028
+ - test/core/proc
1029
+ - test/core/proc/test_bind.rb
1030
+ - test/core/proc/test_compose.rb
1031
+ - test/core/range
1032
+ - test/core/range/test_overlap.rb
1033
+ - test/core/range/test_combine.rb
1034
+ - test/core/file
1035
+ - test/core/file/test_write.rb
1036
+ - test/core/file/test_read.rb
1037
+ - test/core/file/test_sanitize.rb
1038
+ - test/core/file/test_null.rb
1039
+ - test/core/file/test_split_all.rb
1040
+ - test/core/hash
1041
+ - test/core/hash/test_collate.rb
1042
+ - test/core/hash/test_inverse.rb
1043
+ - test/core/hash/test_delete.rb
1044
+ - test/core/hash/test_each_with_key.rb
1045
+ - test/core/hash/test_reverse_merge.rb
1046
+ - test/core/hash/test_weave.rb
1047
+ - test/core/hash/test_alias.rb
1048
+ - test/core/hash/test_update.rb
1049
+ - test/core/hash/test_swap.rb
1050
+ - test/core/hash/test_at.rb
1051
+ - test/core/hash/test_op.rb
1052
+ - test/core/hash/test_select.rb
1053
+ - test/core/hash/test_has_keys.rb
1054
+ - test/core/hash/test_autonew.rb
1055
+ - test/core/hash/test_insert.rb
1056
+ - test/core/hash/test_traverse.rb
1057
+ - test/core/hash/test_zipnew.rb
1058
+ - test/core/hash/test_rekey.rb
1059
+ - test/core/kernel
1060
+ - test/core/kernel/test_super.rb
1061
+ - test/core/kernel/test_metaid.rb
1062
+ - test/core/kernel/test_val.rb
1063
+ - test/core/kernel/test_constant.rb
1064
+ - test/core/kernel/test_report.rb
1065
+ - test/core/kernel/test_populate.rb
1066
+ - test/core/kernel/test_callstack.rb
1067
+ - test/core/kernel/test_silence.rb
1068
+ - test/core/kernel/test_instance.rb
1069
+ - test/core/kernel/test_withattr.rb
1070
+ - test/core/kernel/test_object.rb
1071
+ - test/core/kernel/test_tap.rb
1072
+ - test/core/kernel/test_returning.rb
1073
+ - test/core/kernel/test_deepcopy.rb
1074
+ - test/core/comparable
1075
+ - test/core/comparable/test_cmp.rb
1076
+ - test/core/comparable/test_bound.rb
1077
+ - test/core/enumerable
1078
+ - test/core/enumerable/test_combination.rb
1079
+ - test/core/enumerable/test_cartesian.rb
1080
+ - test/core/enumerable/test_probability.rb
1081
+ - test/core/enumerable/test_split.rb
1082
+ - test/core/enumerable/test_count.rb
1083
+ - test/core/enumerable/test_permutation.rb
1084
+ - test/core/enumerable/test_each.rb
1085
+ - test/core/enumerable/test_collect.rb
1086
+ - test/core/enumerable/test_mash.rb
1087
+ - test/core/string
1088
+ - test/core/string/test_natcmp.rb
1089
+ - test/core/string/test_crypt.rb
1090
+ - test/core/string/test_scan.rb
1091
+ - test/core/string/test_wrap.rb
1092
+ - test/core/string/test_nchar.rb
1093
+ - test/core/string/test_filter.rb
1094
+ - test/core/string/test_stackable.rb
1095
+ - test/core/string/test_tabs.rb
1096
+ - test/core/string/test_regesc.rb
1097
+ - test/core/string/test_partitions.rb
1098
+ - test/core/string/test_op.rb
1099
+ - test/core/string/test_range.rb
1100
+ - test/core/string/test_align.rb
1101
+ - test/core/string/test_indexable.rb
1102
+ - test/core/string/test_blank.rb
1103
+ - test/core/string/test_interpolate.rb
1104
+ - test/core/string/test_case.rb
1105
+ - test/core/string/test_bracket.rb
1106
+ - test/core/module
1107
+ - test/core/module/test_name.rb
1108
+ - test/core/module/test_alias.rb
1109
+ - test/core/module/test_include.rb
1110
+ - test/core/module/test_traits.rb
1111
+ - test/core/module/test_modify.rb
1112
+ - test/core/module/test_abstract.rb
1113
+ - test/core/module/test_clone.rb
1114
+ - test/core/module/test_cattr.rb
1115
+ - test/core/time
1116
+ - test/core/time/test_stamp.rb
1117
+ - test/core/time/test_change.rb
1118
+ - test/core/time/test_elapse.rb
1119
+ - test/core/dir
1120
+ - test/core/dir/test_parent.rb
1121
+ - test/core/dir/test_recurse.rb
1122
+ - test/core/dir/test_traverse.rb
1123
+ - test/core/filetest
1124
+ - test/core/filetest/test_root.rb
1125
+ - test/core/continuation
1126
+ - test/core/class
1127
+ - test/core/class/test_initializer.rb
1128
+ - test/core/class/test_descendents.rb
1129
+ - test/core/class/test_remove_descendents.rb
1130
+ - test/core/test_functor.rb
1131
+ - test/core/array
1132
+ - test/core/array/test_delete.rb
1133
+ - test/core/array/test_stackable.rb
1134
+ - test/core/array/test_select.rb
1135
+ - test/core/array/test_only.rb
1136
+ - test/core/array/test_indexable.rb
1137
+ - test/core/array/test_pad.rb
1138
+ - test/core/array/test_merge.rb
1139
+ - test/core/array/test_rotate.rb
1140
+ - test/core/regexp
1141
+ - test/core/regexp/test_arity.rb
1142
+ - test/core/matchdata
1143
+ - test/core/matchdata/test_matchset.rb
1144
+ - test/core/matchdata/test_match.rb
1145
+ - test/core/exception
1146
+ - test/core/exception/test_detail.rb
1147
+ - test/more
1148
+ - test/more/test_crypt.rb
1149
+ - test/more/test_bytes.rb
1150
+ - test/more/test_advice.rb
1151
+ - test/more/test_typecast.rb
1152
+ - test/more/test_instantise.rb
1153
+ - test/more/test_cut.rb
1154
+ - test/more/test_multipliers.rb
1155
+ - test/more/test_random.rb
1156
+ - test/more/test_continuation.rb
1157
+ - test/more/test_prototype.rb
1158
+ - test/more/test_ostruct.rb
1159
+ - test/more/test_class_extension.rb
1160
+ - test/more/test_thread.rb
1161
+ - test/more/test_date.rb
1162
+ - test/more/test_dependency.rb
1163
+ - test/more/test_curry.rb
1164
+ - test/more/test_times.rb
1165
+ - test/more/test_stylize.rb
1166
+ - test/more/test_inheritor.rb
1167
+ - test/more/test_compare_on.rb
1168
+ - test/more/test_annotations.rb
1169
+ - test/more/hash
1170
+ - test/more/hash/test_keyize.rb
1171
+ - test/more/test_classmethods.rb
1172
+ - test/more/test_bbcode.rb
1173
+ - test/more/test_let.rb
1174
+ - test/more/test_memoize.rb
1175
+ - test/more/test_getoptlong.rb
1176
+ - test/more/test_snapshot.rb
1177
+ - test/more/test_overload.rb
1178
+ - test/more/test_elementor.rb
1179
+ - test/more/test_ansicode.rb
1180
+ - test/more/test_attributes.rb
1181
+ - test/more/test_aop.rb
1182
+ - test/more/test_arguments.rb
1183
+ - test/more/test_paramix.rb
1184
+ - test/more/test_namespace.rb
1185
+ - test/more/test_interface.rb
1186
+ - test/mixin
1187
+ - test/mixin/test_buildable.rb
1188
+ - test/mixin/test_binreadable.rb
1189
+ - test/mixin/test_cloneable.rb
1190
+ - test/mixin/test_uninheritable.rb
1191
+ - test/mixin/test_enumerablepass.rb
1192
+ - test/mixin/test_instantiable.rb
1193
+ - test/mixin/test_multiton.rb
1194
+ - test/class
1195
+ - test/class/test_syncarray.rb
1196
+ - test/class/test_infinity.rb
1197
+ - test/class/test_buildingblock.rb
1198
+ - test/class/test_openobject.rb
1199
+ - test/class/test_opencascade.rb
1200
+ - test/class/test_autoarray.rb
1201
+ - test/class/test_basicobject.rb
1202
+ - test/class/test_timer.rb
1203
+ - test/class/test_recorder.rb
1204
+ - test/class/test_tuple.rb
1205
+ - test/class/test_association.rb
1206
+ - test/class/test_interval.rb
1207
+ - test/class/test_coroutine.rb
1208
+ - test/class/test_dictionary.rb
1209
+ - test/class/test_lrucache.rb
1210
+ - test/class/test_linkedlist.rb
1211
+ - test/class/test_synchash.rb