facets 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (534) hide show
  1. data/CHANGES +4 -0
  2. data/NOTES +7 -1
  3. data/lib/core/facets/array.rb +6 -6
  4. data/lib/{methods → core}/facets/array/contains.rb +0 -0
  5. data/lib/{methods → core}/facets/array/delete_unless.rb +0 -0
  6. data/lib/{methods → core}/facets/array/delete_values.rb +0 -0
  7. data/lib/{methods → core}/facets/array/delete_values_at.rb +0 -0
  8. data/lib/{methods → core}/facets/array/each_iteration.rb +0 -0
  9. data/lib/{methods → core}/facets/array/first.rb +0 -0
  10. data/lib/{methods → core}/facets/array/join_sentence.rb +0 -0
  11. data/lib/{methods → core}/facets/array/last.rb +0 -0
  12. data/lib/{methods → core}/facets/array/poke.rb +0 -0
  13. data/lib/{methods → core}/facets/array/pull.rb +0 -0
  14. data/lib/{methods → core}/facets/array/store.rb +0 -0
  15. data/lib/{methods → core}/facets/array/to_b.rb +0 -0
  16. data/lib/{methods → core}/facets/array/to_h.rb +0 -0
  17. data/lib/{methods → core}/facets/array/to_path.rb +0 -0
  18. data/lib/core/facets/binding.rb +3 -2
  19. data/lib/core/facets/binding/__DIR__.rb +1 -0
  20. data/lib/core/facets/binding/__FILE__.rb +1 -0
  21. data/lib/core/facets/binding/__LINE__.rb +1 -0
  22. data/lib/core/facets/binding/__callee__.rb +1 -0
  23. data/lib/core/facets/binding/__method__.rb +1 -0
  24. data/lib/core/facets/binding/call_stack.rb +1 -0
  25. data/lib/core/facets/binding/called.rb +1 -0
  26. data/lib/core/facets/binding/{cflow.rb → caller.rb} +19 -14
  27. data/lib/core/facets/binding/here.rb +1 -9
  28. data/lib/{methods → core}/facets/binding/included.rb +0 -0
  29. data/lib/{methods → core}/facets/binding/local_variables.rb +0 -0
  30. data/lib/core/facets/binding/methodname.rb +1 -0
  31. data/lib/{methods → core}/facets/binding/op_fetch.rb +0 -0
  32. data/lib/core/facets/binding/self.rb +2 -0
  33. data/lib/core/facets/class.rb +4 -0
  34. data/lib/{methods → core}/facets/class/cattr.rb +0 -0
  35. data/lib/{methods → core}/facets/class/cattr_accessor.rb +0 -0
  36. data/lib/{methods → core}/facets/class/cattr_reader.rb +0 -0
  37. data/lib/{methods → core}/facets/class/cattr_writer.rb +0 -0
  38. data/lib/{methods → core}/facets/class/class_load.rb +0 -0
  39. data/lib/{methods → core}/facets/class/class_require.rb +0 -0
  40. data/lib/{methods → core}/facets/class/mattr.rb +0 -0
  41. data/lib/{methods → core}/facets/class/mattr_accessor.rb +0 -0
  42. data/lib/{methods → core}/facets/class/mattr_reader.rb +0 -0
  43. data/lib/{methods → core}/facets/class/mattr_writer.rb +0 -0
  44. data/lib/core/facets/class/remove_descendents.rb +19 -0
  45. data/lib/core/facets/class/remove_subclasses.rb +1 -0
  46. data/lib/{methods → core}/facets/class/subclasses.rb +0 -0
  47. data/lib/{methods → core}/facets/class/to_proc.rb +0 -0
  48. data/lib/{methods → core}/facets/comparable/at_least.rb +0 -0
  49. data/lib/{methods → core}/facets/comparable/at_most.rb +0 -0
  50. data/lib/{methods → core}/facets/comparable/cap.rb +0 -0
  51. data/lib/{methods → core}/facets/comparable/clip.rb +0 -0
  52. data/lib/core/facets/comparable/cmp.rb +1 -1
  53. data/lib/core/facets/conversion.rb +0 -10
  54. data/lib/core/facets/dir.rb +2 -0
  55. data/lib/{methods → core}/facets/dir/ancestor.rb +0 -0
  56. data/lib/{methods → core}/facets/dir/ascend.rb +0 -0
  57. data/lib/{methods → core}/facets/dir/descend.rb +0 -0
  58. data/lib/core/facets/dir/ls_r.rb +1 -0
  59. data/lib/{methods → core}/facets/dir/multiglob_r.rb +0 -0
  60. data/lib/core/facets/dir/parent.rb +12 -0
  61. data/lib/core/facets/dir/recurse.rb +28 -0
  62. data/lib/core/facets/dir/traverse.rb +1 -43
  63. data/lib/{methods → core}/facets/enumerable/cart.rb +0 -0
  64. data/lib/core/facets/enumerable/cartesian.rb +0 -45
  65. data/lib/{methods → core}/facets/enumerable/cartesian_product.rb +0 -0
  66. data/lib/{methods → core}/facets/enumerable/cluster_by.rb +0 -0
  67. data/lib/core/facets/enumerable/collate.rb +0 -0
  68. data/lib/{methods → core}/facets/enumerable/collect_if.rb +0 -0
  69. data/lib/{methods → core}/facets/enumerable/collect_with_index.rb +0 -0
  70. data/lib/{methods → core}/facets/enumerable/combinations.rb +0 -0
  71. data/lib/core/facets/enumerable/combos.rb +48 -0
  72. data/lib/{methods → core}/facets/enumerable/commonality.rb +0 -0
  73. data/lib/{methods → core}/facets/enumerable/compact_collect.rb +0 -0
  74. data/lib/{methods → core}/facets/enumerable/compact_map.rb +0 -0
  75. data/lib/{methods → core}/facets/enumerable/divide.rb +0 -0
  76. data/lib/{methods → core}/facets/enumerable/duplicates.rb +0 -0
  77. data/lib/{methods → core}/facets/enumerable/each_by.rb +0 -0
  78. data/lib/{methods → core}/facets/enumerable/each_combination.rb +0 -0
  79. data/lib/{methods → core}/facets/enumerable/each_combo.rb +0 -0
  80. data/lib/{methods → core}/facets/enumerable/each_pair.rb +0 -0
  81. data/lib/{methods → core}/facets/enumerable/each_permutation.rb +0 -0
  82. data/lib/{methods → core}/facets/enumerable/each_unique_pair.rb +0 -0
  83. data/lib/{methods → core}/facets/enumerable/eachn.rb +0 -0
  84. data/lib/{methods → core}/facets/enumerable/entropy.rb +0 -0
  85. data/lib/{methods → core}/facets/enumerable/filter_collect.rb +0 -0
  86. data/lib/{methods → core}/facets/enumerable/filter_map.rb +0 -0
  87. data/lib/{methods → core}/facets/enumerable/frequency.rb +0 -0
  88. data/lib/{methods → core}/facets/enumerable/graph.rb +0 -0
  89. data/lib/{methods → core}/facets/enumerable/group_by.rb +0 -0
  90. data/lib/{methods → core}/facets/enumerable/ideal_entropy.rb +0 -0
  91. data/lib/{methods → core}/facets/enumerable/inject.rb +0 -0
  92. data/lib/{methods → core}/facets/enumerable/injecting.rb +0 -0
  93. data/lib/{methods → core}/facets/enumerable/map_if.rb +0 -0
  94. data/lib/{methods → core}/facets/enumerable/map_send.rb +0 -0
  95. data/lib/{methods → core}/facets/enumerable/map_with_index.rb +0 -0
  96. data/lib/core/facets/enumerable/mash.rb +1 -9
  97. data/lib/{methods → core}/facets/enumerable/mode.rb +0 -0
  98. data/lib/{methods → core}/facets/enumerable/modulate.rb +0 -0
  99. data/lib/{methods → core}/facets/enumerable/none.rb +0 -0
  100. data/lib/{methods → core}/facets/enumerable/nonuniq.rb +0 -0
  101. data/lib/{methods → core}/facets/enumerable/occur.rb +0 -0
  102. data/lib/{methods → core}/facets/enumerable/one.rb +0 -0
  103. data/lib/{methods → core}/facets/enumerable/op_pow.rb +0 -0
  104. data/lib/{methods → core}/facets/enumerable/partition_by.rb +0 -0
  105. data/lib/{methods → core}/facets/enumerable/permutation_number.rb +0 -0
  106. data/lib/{methods → core}/facets/enumerable/permute.rb +0 -0
  107. data/lib/{methods → core}/facets/enumerable/sum.rb +0 -0
  108. data/lib/{methods → core}/facets/enumerable/to_h.rb +0 -0
  109. data/lib/{methods → core}/facets/enumerable/to_hash.rb +0 -0
  110. data/lib/{methods → core}/facets/enumerable/uniq_by.rb +0 -0
  111. data/lib/core/facets/file.rb +4 -1
  112. data/lib/core/facets/file/append.rb +1 -0
  113. data/lib/core/facets/file/create.rb +1 -0
  114. data/lib/core/facets/file/null.rb +20 -0
  115. data/lib/{methods → core}/facets/file/read_binary.rb +0 -0
  116. data/lib/{methods → core}/facets/file/read_list.rb +0 -0
  117. data/lib/core/facets/file/rewrite.rb +1 -0
  118. data/lib/core/facets/file/rootname.rb +22 -0
  119. data/lib/core/facets/file/sanitize.rb +14 -0
  120. data/lib/core/facets/file/split_all.rb +19 -0
  121. data/lib/core/facets/file/writelines.rb +1 -0
  122. data/lib/{methods → core}/facets/float/round_at.rb +0 -0
  123. data/lib/{methods → core}/facets/float/round_off.rb +0 -0
  124. data/lib/{methods → core}/facets/float/round_to.rb +0 -0
  125. data/lib/core/facets/hash.rb +20 -12
  126. data/lib/core/facets/hash/alias.rb +28 -0
  127. data/lib/core/facets/hash/at.rb +0 -7
  128. data/lib/core/facets/hash/{new.rb → autonew.rb} +0 -15
  129. data/lib/core/facets/hash/collate.rb +44 -0
  130. data/lib/{methods → core}/facets/hash/delete_at.rb +0 -0
  131. data/lib/{methods → core}/facets/hash/delete_unless.rb +0 -0
  132. data/lib/{methods → core}/facets/hash/delete_values.rb +0 -0
  133. data/lib/{methods → core}/facets/hash/delete_values_at.rb +0 -0
  134. data/lib/core/facets/hash/diff.rb +15 -0
  135. data/lib/core/facets/hash/each_with_key.rb +12 -0
  136. data/lib/core/facets/hash/except.rb +23 -0
  137. data/lib/{methods → core}/facets/hash/graph.rb +0 -0
  138. data/lib/{methods → core}/facets/hash/has_only_keys.rb +0 -0
  139. data/lib/core/facets/hash/join.rb +14 -0
  140. data/lib/{methods → core}/facets/hash/mash.rb +0 -0
  141. data/lib/core/facets/hash/op.rb +0 -12
  142. data/lib/{methods → core}/facets/hash/op_and.rb +0 -0
  143. data/lib/core/facets/hash/op_div.rb +10 -0
  144. data/lib/{methods → core}/facets/hash/op_lshift.rb +0 -0
  145. data/lib/{methods → core}/facets/hash/op_minus.rb +0 -0
  146. data/lib/{methods → core}/facets/hash/op_mul.rb +0 -0
  147. data/lib/{methods → core}/facets/hash/op_or.rb +0 -0
  148. data/lib/{methods → core}/facets/hash/op_plus.rb +0 -0
  149. data/lib/core/facets/hash/pairs_at.rb +15 -0
  150. data/lib/core/facets/hash/rekey.rb +33 -70
  151. data/lib/{methods → core}/facets/hash/replace_each.rb +0 -0
  152. data/lib/core/facets/hash/{merge.rb → reverse_merge.rb} +0 -0
  153. data/lib/core/facets/hash/reverse_update.rb +1 -0
  154. data/lib/core/facets/hash/slice.rb +0 -19
  155. data/lib/core/facets/hash/swap.rb +36 -0
  156. data/lib/{methods → core}/facets/hash/to_h.rb +0 -0
  157. data/lib/{methods → core}/facets/hash/to_proc.rb +0 -0
  158. data/lib/{methods → core}/facets/hash/to_proc_with_reponse.rb +0 -0
  159. data/lib/{methods → core}/facets/hash/to_struct.rb +0 -0
  160. data/lib/core/facets/hash/update.rb +16 -6
  161. data/lib/{methods → core}/facets/hash/update_each.rb +0 -0
  162. data/lib/{methods → core}/facets/hash/update_keys.rb +0 -0
  163. data/lib/{methods → core}/facets/hash/update_values.rb +0 -0
  164. data/lib/core/facets/hash/zipnew.rb +18 -0
  165. data/lib/core/facets/integer.rb +2 -2
  166. data/lib/{methods → core}/facets/integer/bit.rb +0 -0
  167. data/lib/{methods → core}/facets/integer/clear_bit.rb +0 -0
  168. data/lib/core/facets/integer/even.rb +1 -0
  169. data/lib/{methods → core}/facets/integer/fac.rb +0 -0
  170. data/lib/core/facets/integer/{multiples.rb → multiple.rb} +0 -0
  171. data/lib/core/facets/integer/odd.rb +1 -0
  172. data/lib/{methods → core}/facets/integer/times_collect.rb +0 -0
  173. data/lib/{methods → core}/facets/integer/times_map.rb +0 -0
  174. data/lib/{methods → core}/facets/kernel/Bit.rb +0 -0
  175. data/lib/{methods → core}/facets/kernel/__DIR__.rb +0 -0
  176. data/lib/{methods → core}/facets/kernel/__assign__.rb +0 -0
  177. data/lib/{methods → core}/facets/kernel/__callee__.rb +0 -0
  178. data/lib/{methods → core}/facets/kernel/__class__.rb +0 -0
  179. data/lib/{methods → core}/facets/kernel/__get__.rb +0 -0
  180. data/lib/{methods → core}/facets/kernel/__method__.rb +0 -0
  181. data/lib/{methods → core}/facets/kernel/__real__.rb +0 -0
  182. data/lib/{methods → core}/facets/kernel/__set__.rb +0 -0
  183. data/lib/{methods → core}/facets/kernel/__singleton_class__.rb +0 -0
  184. data/lib/{methods → core}/facets/kernel/as.rb +0 -0
  185. data/lib/{methods → core}/facets/kernel/assign_from.rb +0 -0
  186. data/lib/{methods → core}/facets/kernel/assign_with.rb +0 -0
  187. data/lib/{methods → core}/facets/kernel/bitmask.rb +0 -0
  188. data/lib/{methods → core}/facets/kernel/bool.rb +0 -0
  189. data/lib/{methods → core}/facets/kernel/call_stack.rb +0 -0
  190. data/lib/{methods → core}/facets/kernel/called.rb +0 -0
  191. data/lib/{methods → core}/facets/kernel/callee.rb +0 -0
  192. data/lib/{methods → core}/facets/kernel/class_def.rb +0 -0
  193. data/lib/{methods → core}/facets/kernel/complete.rb +0 -0
  194. data/lib/{methods → core}/facets/kernel/copy.rb +0 -0
  195. data/lib/{methods → core}/facets/kernel/d.rb +0 -0
  196. data/lib/{methods → core}/facets/kernel/deep_clone.rb +0 -0
  197. data/lib/{methods → core}/facets/kernel/deep_copy.rb +0 -0
  198. data/lib/{methods → core}/facets/kernel/demo.rb +0 -0
  199. data/lib/{methods → core}/facets/kernel/eigenclass.rb +0 -0
  200. data/lib/{methods → core}/facets/kernel/enable_warnings.rb +0 -0
  201. data/lib/{methods → core}/facets/kernel/false.rb +0 -0
  202. data/lib/{methods → core}/facets/kernel/fn.rb +0 -0
  203. data/lib/core/facets/kernel/here.rb +9 -0
  204. data/lib/{methods → core}/facets/kernel/in.rb +0 -0
  205. data/lib/{methods → core}/facets/kernel/instance_assign.rb +0 -0
  206. data/lib/{methods → core}/facets/kernel/instance_assume.rb +0 -0
  207. data/lib/{methods → core}/facets/kernel/instance_class.rb +0 -0
  208. data/lib/{methods → core}/facets/kernel/instance_exec.rb +0 -0
  209. data/lib/{methods → core}/facets/kernel/instance_send.rb +0 -0
  210. data/lib/{methods → core}/facets/kernel/instance_values.rb +0 -0
  211. data/lib/{methods → core}/facets/kernel/is.rb +0 -0
  212. data/lib/{methods → core}/facets/kernel/load_local.rb +0 -0
  213. data/lib/{methods → core}/facets/kernel/meta.rb +0 -0
  214. data/lib/{methods → core}/facets/kernel/meta_alias.rb +0 -0
  215. data/lib/{methods → core}/facets/kernel/meta_class.rb +0 -0
  216. data/lib/{methods → core}/facets/kernel/meta_def.rb +0 -0
  217. data/lib/{methods → core}/facets/kernel/meta_eval.rb +0 -0
  218. data/lib/{methods → core}/facets/kernel/metaclass.rb +0 -0
  219. data/lib/{methods → core}/facets/kernel/method.rb +0 -0
  220. data/lib/{methods → core}/facets/kernel/non_nil.rb +0 -0
  221. data/lib/{methods → core}/facets/kernel/not_nil.rb +0 -0
  222. data/lib/{methods → core}/facets/kernel/object_class.rb +0 -0
  223. data/lib/{methods → core}/facets/kernel/object_clone.rb +0 -0
  224. data/lib/{methods → core}/facets/kernel/object_dup.rb +0 -0
  225. data/lib/{methods → core}/facets/kernel/object_hexid.rb +0 -0
  226. data/lib/{methods → core}/facets/kernel/object_send.rb +0 -0
  227. data/lib/{methods → core}/facets/kernel/p.rb +0 -0
  228. data/lib/{methods → core}/facets/kernel/pp_call_stack.rb +0 -0
  229. data/lib/{methods → core}/facets/kernel/pp_exception.rb +0 -0
  230. data/lib/{methods → core}/facets/kernel/qua_class.rb +0 -0
  231. data/lib/{methods → core}/facets/kernel/require_all.rb +0 -0
  232. data/lib/{methods → core}/facets/kernel/require_local.rb +0 -0
  233. data/lib/{methods → core}/facets/kernel/resc.rb +0 -0
  234. data/lib/{methods → core}/facets/kernel/respond_with_value.rb +0 -0
  235. data/lib/{methods → core}/facets/kernel/send_as.rb +0 -0
  236. data/lib/{methods → core}/facets/kernel/set_from.rb +0 -0
  237. data/lib/{methods → core}/facets/kernel/set_with.rb +0 -0
  238. data/lib/{methods → core}/facets/kernel/silence_stderr.rb +0 -0
  239. data/lib/{methods → core}/facets/kernel/silence_stream.rb +0 -0
  240. data/lib/{methods → core}/facets/kernel/silence_warnings.rb +0 -0
  241. data/lib/{methods → core}/facets/kernel/singleton.rb +0 -0
  242. data/lib/{methods → core}/facets/kernel/singleton_class.rb +0 -0
  243. data/lib/{methods → core}/facets/kernel/super_at.rb +0 -0
  244. data/lib/{methods → core}/facets/kernel/super_method.rb +0 -0
  245. data/lib/{methods → core}/facets/kernel/superior.rb +0 -0
  246. data/lib/{methods → core}/facets/kernel/supermethod.rb +0 -0
  247. data/lib/{methods → core}/facets/kernel/suppress.rb +0 -0
  248. data/lib/{methods → core}/facets/kernel/this.rb +0 -0
  249. data/lib/{methods → core}/facets/kernel/to_b.rb +0 -0
  250. data/lib/{methods/facets/falseclass → core/facets/kernel}/to_bool.rb +0 -0
  251. data/lib/{methods → core}/facets/kernel/true.rb +0 -0
  252. data/lib/{methods → core}/facets/kernel/warn_with_line.rb +0 -0
  253. data/lib/{methods → core}/facets/kernel/with.rb +0 -0
  254. data/lib/{methods/facets/object → core/facets/kernel}/with_accessor.rb +0 -0
  255. data/lib/{methods/facets/object → core/facets/kernel}/with_reader.rb +0 -0
  256. data/lib/{methods/facets/object → core/facets/kernel}/with_writer.rb +0 -0
  257. data/lib/core/facets/matchdata.rb +1 -0
  258. data/lib/core/facets/matchdata/match.rb +16 -0
  259. data/lib/core/facets/matchdata/matchset.rb +0 -13
  260. data/lib/{methods → core}/facets/matchdata/matchtree.rb +0 -0
  261. data/lib/{methods → core}/facets/module/alias_accessor.rb +0 -0
  262. data/lib/{methods → core}/facets/module/alias_method_chain.rb +0 -0
  263. data/lib/{methods → core}/facets/module/alias_module_function.rb +0 -0
  264. data/lib/{methods → core}/facets/module/alias_reader.rb +0 -0
  265. data/lib/{methods → core}/facets/module/alias_setter.rb +0 -0
  266. data/lib/{methods → core}/facets/module/alias_switcher.rb +0 -0
  267. data/lib/{methods → core}/facets/module/alias_tester.rb +0 -0
  268. data/lib/{methods → core}/facets/module/alias_toggler.rb +0 -0
  269. data/lib/{methods → core}/facets/module/alias_validator.rb +0 -0
  270. data/lib/{methods → core}/facets/module/alias_writer.rb +0 -0
  271. data/lib/{methods → core}/facets/module/all_instance_methods.rb +0 -0
  272. data/lib/{methods → core}/facets/module/ancestor.rb +0 -0
  273. data/lib/{methods → core}/facets/module/attr_accessor.rb +0 -0
  274. data/lib/{methods → core}/facets/module/attr_reader.rb +0 -0
  275. data/lib/{methods → core}/facets/module/attr_setter.rb +0 -0
  276. data/lib/{methods → core}/facets/module/attr_switcher.rb +0 -0
  277. data/lib/{methods → core}/facets/module/attr_tester.rb +0 -0
  278. data/lib/{methods → core}/facets/module/attr_toggler.rb +0 -0
  279. data/lib/{methods → core}/facets/module/attr_validator.rb +0 -0
  280. data/lib/{methods → core}/facets/module/attr_writer.rb +0 -0
  281. data/lib/{methods → core}/facets/module/basename.rb +0 -0
  282. data/lib/{methods → core}/facets/module/by_name.rb +0 -0
  283. data/lib/{methods → core}/facets/module/can.rb +0 -0
  284. data/lib/{methods → core}/facets/module/class.rb +0 -0
  285. data/lib/{methods → core}/facets/module/class_def.rb +0 -0
  286. data/lib/{methods → core}/facets/module/clone_removing.rb +0 -0
  287. data/lib/{methods → core}/facets/module/clone_renaming.rb +0 -0
  288. data/lib/{methods → core}/facets/module/clone_using.rb +0 -0
  289. data/lib/{methods → core}/facets/module/conflict.rb +0 -0
  290. data/lib/{methods → core}/facets/module/dirname.rb +0 -0
  291. data/lib/{methods → core}/facets/module/include_and_extend.rb +0 -0
  292. data/lib/{methods → core}/facets/module/include_as.rb +0 -0
  293. data/lib/{methods → core}/facets/module/include_function_module.rb +0 -0
  294. data/lib/{methods → core}/facets/module/instance_method.rb +0 -0
  295. data/lib/{methods → core}/facets/module/instance_method_defined.rb +0 -0
  296. data/lib/{methods → core}/facets/module/integrate.rb +0 -0
  297. data/lib/{methods → core}/facets/module/is.rb +0 -0
  298. data/lib/{methods → core}/facets/module/modspace.rb +0 -0
  299. data/lib/{methods → core}/facets/module/module_load.rb +0 -0
  300. data/lib/{methods → core}/facets/module/module_method.rb +0 -0
  301. data/lib/{methods → core}/facets/module/module_method_defined.rb +0 -0
  302. data/lib/{methods → core}/facets/module/module_require.rb +0 -0
  303. data/lib/{methods → core}/facets/module/nesting.rb +0 -0
  304. data/lib/{methods → core}/facets/module/nodef.rb +0 -0
  305. data/lib/{methods → core}/facets/module/on_included.rb +0 -0
  306. data/lib/{methods → core}/facets/module/op_minus.rb +0 -0
  307. data/lib/{methods → core}/facets/module/op_mul.rb +0 -0
  308. data/lib/{methods → core}/facets/module/op_plus.rb +0 -0
  309. data/lib/{methods → core}/facets/module/private_conflict.rb +0 -0
  310. data/lib/{methods → core}/facets/module/protected_conflict.rb +0 -0
  311. data/lib/{methods → core}/facets/module/public_conflict.rb +0 -0
  312. data/lib/{methods → core}/facets/module/redef.rb +0 -0
  313. data/lib/{methods → core}/facets/module/redefine_method.rb +0 -0
  314. data/lib/{methods → core}/facets/module/redirect.rb +0 -0
  315. data/lib/{methods → core}/facets/module/redirect_method.rb +0 -0
  316. data/lib/{methods → core}/facets/module/remove.rb +0 -0
  317. data/lib/{methods → core}/facets/module/rename.rb +0 -0
  318. data/lib/{methods → core}/facets/module/rename_method.rb +0 -0
  319. data/lib/{methods → core}/facets/module/revisal.rb +0 -0
  320. data/lib/{methods → core}/facets/module/wrap.rb +0 -0
  321. data/lib/{methods → core}/facets/module/wrap_method.rb +0 -0
  322. data/lib/core/facets/nilclass.rb +1 -0
  323. data/lib/{methods → core}/facets/nilclass/ergo.rb +0 -0
  324. data/lib/{methods → core}/facets/nilclass/to_bool.rb +0 -0
  325. data/lib/{methods → core}/facets/nilclass/to_f.rb +0 -0
  326. data/lib/{methods → core}/facets/nilclass/to_h.rb +0 -0
  327. data/lib/core/facets/numeric.rb +1 -0
  328. data/lib/{methods → core}/facets/numeric/approx.rb +0 -0
  329. data/lib/{methods → core}/facets/numeric/distance.rb +0 -0
  330. data/lib/{methods → core}/facets/numeric/pred.rb +0 -0
  331. data/lib/{methods/facets/integer → core/facets/numeric}/round_at.rb +0 -0
  332. data/lib/{methods/facets/integer → core/facets/numeric}/round_to.rb +0 -0
  333. data/lib/{methods → core}/facets/numeric/succ.rb +0 -0
  334. data/lib/{methods → core}/facets/numeric/to_b.rb +0 -0
  335. data/lib/core/facets/proc.rb +2 -1
  336. data/lib/core/facets/proc/compose.rb +0 -6
  337. data/lib/{methods → core}/facets/proc/op_mul.rb +0 -0
  338. data/lib/{methods → core}/facets/proc/to_h.rb +0 -0
  339. data/lib/{methods → core}/facets/proc/to_method.rb +0 -0
  340. data/lib/core/facets/proc/update.rb +9 -0
  341. data/lib/{methods → core}/facets/range/to_r.rb +0 -0
  342. data/lib/{methods → core}/facets/range/to_range.rb +0 -0
  343. data/lib/{methods → core}/facets/range/umbrella.rb +0 -0
  344. data/lib/{methods → core}/facets/range/within.rb +0 -0
  345. data/lib/{methods → core}/facets/regexp/to_re.rb +0 -0
  346. data/lib/{methods → core}/facets/regexp/to_regexp.rb +0 -0
  347. data/lib/core/facets/string.rb +1 -1
  348. data/lib/{methods → core}/facets/string/_crypt.rb +0 -0
  349. data/lib/{methods → core}/facets/string/align_center.rb +0 -0
  350. data/lib/{methods → core}/facets/string/align_left.rb +0 -0
  351. data/lib/{methods → core}/facets/string/align_right.rb +0 -0
  352. data/lib/{methods → core}/facets/string/at.rb +0 -0
  353. data/lib/{methods → core}/facets/string/brief.rb +0 -0
  354. data/lib/{methods → core}/facets/string/bytes.rb +0 -0
  355. data/lib/{methods → core}/facets/string/camelcase.rb +0 -0
  356. data/lib/{methods → core}/facets/string/capitalized.rb +0 -0
  357. data/lib/{methods → core}/facets/string/chars.rb +0 -0
  358. data/lib/{methods → core}/facets/string/cleave.rb +0 -0
  359. data/lib/{methods → core}/facets/string/cmp.rb +0 -0
  360. data/lib/{methods → core}/facets/string/dequote.rb +0 -0
  361. data/lib/{methods → core}/facets/string/divide.rb +0 -0
  362. data/lib/{methods → core}/facets/string/downcase.rb +0 -0
  363. data/lib/{methods → core}/facets/string/each_char.rb +0 -0
  364. data/lib/{methods → core}/facets/string/each_character.rb +0 -0
  365. data/lib/{methods → core}/facets/string/each_word.rb +0 -0
  366. data/lib/{methods → core}/facets/string/ends_with.rb +0 -0
  367. data/lib/{methods → core}/facets/string/expand_tabs.rb +0 -0
  368. data/lib/{methods → core}/facets/string/first.rb +0 -0
  369. data/lib/{methods → core}/facets/string/fold.rb +0 -0
  370. data/lib/core/facets/string/format.rb +1 -179
  371. data/lib/{methods → core}/facets/string/indent.rb +0 -0
  372. data/lib/{methods → core}/facets/string/index_all.rb +0 -0
  373. data/lib/{methods → core}/facets/string/last.rb +0 -0
  374. data/lib/{methods → core}/facets/string/lchomp.rb +0 -0
  375. data/lib/{methods → core}/facets/string/line_wrap.rb +0 -0
  376. data/lib/{methods → core}/facets/string/lines.rb +0 -0
  377. data/lib/{methods → core}/facets/string/lowercase.rb +0 -0
  378. data/lib/{methods → core}/facets/string/margin.rb +0 -0
  379. data/lib/{methods → core}/facets/string/mscan.rb +0 -0
  380. data/lib/{methods → core}/facets/string/op_minus.rb +0 -0
  381. data/lib/{methods → core}/facets/string/outdent.rb +0 -0
  382. data/lib/{methods → core}/facets/string/peek.rb +0 -0
  383. data/lib/{methods → core}/facets/string/poke.rb +0 -0
  384. data/lib/{methods → core}/facets/string/pop.rb +0 -0
  385. data/lib/{methods → core}/facets/string/pull.rb +0 -0
  386. data/lib/{methods → core}/facets/string/push.rb +0 -0
  387. data/lib/{methods → core}/facets/string/quote.rb +0 -0
  388. data/lib/{methods → core}/facets/string/range_all.rb +0 -0
  389. data/lib/{methods → core}/facets/string/range_of_line.rb +0 -0
  390. data/lib/{methods → core}/facets/string/rewrite.rb +0 -0
  391. data/lib/{methods → core}/facets/string/shatter.rb +0 -0
  392. data/lib/{methods → core}/facets/string/shift.rb +0 -0
  393. data/lib/{methods → core}/facets/string/snakecase.rb +0 -0
  394. data/lib/{methods → core}/facets/string/sprintf.rb +0 -0
  395. data/lib/{methods → core}/facets/string/starts_with.rb +0 -0
  396. data/lib/{methods → core}/facets/string/store.rb +0 -0
  397. data/lib/{methods → core}/facets/string/succ.rb +0 -0
  398. data/lib/{methods → core}/facets/string/tab.rb +0 -0
  399. data/lib/{methods → core}/facets/string/taballto.rb +0 -0
  400. data/lib/{methods → core}/facets/string/tabto.rb +0 -0
  401. data/lib/{methods → core}/facets/string/titlecase.rb +0 -0
  402. data/lib/{methods → core}/facets/string/to_b.rb +0 -0
  403. data/lib/{methods → core}/facets/string/to_const.rb +0 -0
  404. data/lib/{methods → core}/facets/string/to_date.rb +0 -0
  405. data/lib/{methods → core}/facets/string/to_proc.rb +0 -0
  406. data/lib/{methods → core}/facets/string/to_re.rb +0 -0
  407. data/lib/{methods → core}/facets/string/to_rx.rb +0 -0
  408. data/lib/{methods → core}/facets/string/to_time.rb +0 -0
  409. data/lib/{methods → core}/facets/string/unbracket.rb +0 -0
  410. data/lib/{methods → core}/facets/string/unshift.rb +0 -0
  411. data/lib/{methods → core}/facets/string/upcase.rb +0 -0
  412. data/lib/{methods → core}/facets/string/uppercase.rb +0 -0
  413. data/lib/{methods → core}/facets/string/whitespace.rb +0 -0
  414. data/lib/{methods → core}/facets/string/word_filter.rb +0 -0
  415. data/lib/{methods → core}/facets/string/word_wrap.rb +0 -0
  416. data/lib/{methods → core}/facets/string/words.rb +0 -0
  417. data/lib/core/facets/string/wrap.rb +189 -0
  418. data/lib/core/facets/symbol.rb +3 -3
  419. data/lib/{methods → core}/facets/symbol/lchomp.rb +0 -0
  420. data/lib/{methods → core}/facets/symbol/op_tilde.rb +0 -0
  421. data/lib/{methods → core}/facets/symbol/pad.rb +0 -0
  422. data/lib/{methods → core}/facets/symbol/to_const.rb +0 -0
  423. data/lib/{methods → core}/facets/time/to_date.rb +0 -0
  424. data/lib/{methods → core}/facets/time/to_s.rb +0 -0
  425. data/lib/{methods → core}/facets/time/to_time.rb +0 -0
  426. data/lib/{core/facets/hash/keyize.rb → more/facets/hash_keyize.rb} +0 -0
  427. data/lib/more/facets/random.rb +1 -1
  428. data/meta/MANIFEST +419 -470
  429. data/meta/facets.roll +4 -0
  430. data/meta/project.yaml +0 -3
  431. data/task/stamp +33 -0
  432. data/task/test/{loadtest → load} +0 -0
  433. data/task/test/{isotest → solo} +0 -0
  434. data/task/test/{general → whole} +0 -0
  435. data/test/unit/binding/test_self.rb +1 -1
  436. data/test/unit/class/test_descendents.rb +0 -6
  437. data/test/unit/class/test_remove_descendents.rb +19 -0
  438. data/test/unit/dir/test_parent.rb +14 -0
  439. data/test/unit/dir/test_recurse.rb +32 -0
  440. data/test/unit/dir/test_traverse.rb +4 -30
  441. data/test/unit/file/test_null.rb +12 -0
  442. data/test/unit/file/{test_topath.rb → test_sanitize.rb} +3 -8
  443. data/test/unit/file/test_split_all.rb +32 -0
  444. data/test/unit/hash/test_alias.rb +18 -0
  445. data/test/unit/hash/test_autonew.rb +13 -0
  446. data/test/unit/hash/test_collate.rb +31 -0
  447. data/test/unit/hash/{test_iterate.rb → test_each_with_key.rb} +1 -8
  448. data/test/unit/hash/test_has_keys.rb +0 -2
  449. data/test/unit/hash/test_rekey.rb +0 -21
  450. data/test/unit/hash/{test_merge.rb → test_reverse_merge.rb} +1 -1
  451. data/test/unit/hash/test_swap.rb +21 -0
  452. data/test/unit/hash/{test_new.rb → test_zipnew.rb} +1 -1
  453. data/test/unit/integer/{test_multiples.rb → test_multiple.rb} +1 -1
  454. data/test/unit/matchdata/test_match.rb +14 -0
  455. data/test/unit/matchdata/test_matchset.rb +1 -6
  456. data/test/unit/string/{test_format.rb → test_wrap.rb} +1 -1
  457. data/test/unit/{hash/test_keyize.rb → test_keyize.rb} +1 -1
  458. data/test/unit/test_random.rb +3 -15
  459. metadata +439 -481
  460. data/lib/core/facets/file/topath.rb +0 -65
  461. data/lib/core/facets/hash/iterate.rb +0 -28
  462. data/lib/methods/facets/binding/__DIR__.rb +0 -1
  463. data/lib/methods/facets/binding/__FILE__.rb +0 -1
  464. data/lib/methods/facets/binding/__LINE__.rb +0 -1
  465. data/lib/methods/facets/binding/call_stack.rb +0 -1
  466. data/lib/methods/facets/binding/called.rb +0 -1
  467. data/lib/methods/facets/binding/caller.rb +0 -1
  468. data/lib/methods/facets/binding/defined.rb +0 -1
  469. data/lib/methods/facets/binding/methodname.rb +0 -1
  470. data/lib/methods/facets/binding/self.rb +0 -1
  471. data/lib/methods/facets/class/remove_descendents.rb +0 -1
  472. data/lib/methods/facets/class/remove_subclasses.rb +0 -1
  473. data/lib/methods/facets/dir/ls_r.rb +0 -1
  474. data/lib/methods/facets/dir/multiglob_with_default.rb +0 -1
  475. data/lib/methods/facets/dir/parent.rb +0 -1
  476. data/lib/methods/facets/dir/recurse.rb +0 -1
  477. data/lib/methods/facets/enumerable/collate.rb +0 -1
  478. data/lib/methods/facets/enumerable/combos.rb +0 -1
  479. data/lib/methods/facets/facets/require_core.rb +0 -1
  480. data/lib/methods/facets/file/append.rb +0 -1
  481. data/lib/methods/facets/file/create.rb +0 -1
  482. data/lib/methods/facets/file/null.rb +0 -1
  483. data/lib/methods/facets/file/rewrite.rb +0 -1
  484. data/lib/methods/facets/file/rootname.rb +0 -1
  485. data/lib/methods/facets/file/sanitize.rb +0 -1
  486. data/lib/methods/facets/file/split_all.rb +0 -1
  487. data/lib/methods/facets/file/writelines.rb +0 -1
  488. data/lib/methods/facets/filetest/root.rb +0 -1
  489. data/lib/methods/facets/hash/alias.rb +0 -1
  490. data/lib/methods/facets/hash/autonew.rb +0 -1
  491. data/lib/methods/facets/hash/collate.rb +0 -1
  492. data/lib/methods/facets/hash/diff.rb +0 -1
  493. data/lib/methods/facets/hash/each_with_index.rb +0 -1
  494. data/lib/methods/facets/hash/each_with_key.rb +0 -1
  495. data/lib/methods/facets/hash/except.rb +0 -1
  496. data/lib/methods/facets/hash/join.rb +0 -1
  497. data/lib/methods/facets/hash/keys_to_s.rb +0 -1
  498. data/lib/methods/facets/hash/keys_to_sym.rb +0 -1
  499. data/lib/methods/facets/hash/normalize_keys.rb +0 -1
  500. data/lib/methods/facets/hash/op_div.rb +0 -1
  501. data/lib/methods/facets/hash/pairs_at.rb +0 -1
  502. data/lib/methods/facets/hash/reverse_merge.rb +0 -1
  503. data/lib/methods/facets/hash/reverse_update.rb +0 -1
  504. data/lib/methods/facets/hash/stringify_keys.rb +0 -1
  505. data/lib/methods/facets/hash/swap.rb +0 -1
  506. data/lib/methods/facets/hash/swapkey.rb +0 -1
  507. data/lib/methods/facets/hash/symbolize_keys.rb +0 -1
  508. data/lib/methods/facets/hash/variablize_keys.rb +0 -1
  509. data/lib/methods/facets/hash/zipnew.rb +0 -1
  510. data/lib/methods/facets/integer/bit_set.rb +0 -1
  511. data/lib/methods/facets/integer/clear_bitmask.rb +0 -1
  512. data/lib/methods/facets/integer/even.rb +0 -1
  513. data/lib/methods/facets/integer/fact.rb +0 -1
  514. data/lib/methods/facets/integer/multiple.rb +0 -1
  515. data/lib/methods/facets/integer/odd.rb +0 -1
  516. data/lib/methods/facets/integer/set_bit.rb +0 -1
  517. data/lib/methods/facets/integer/set_bitmask.rb +0 -1
  518. data/lib/methods/facets/integer/test_bit.rb +0 -1
  519. data/lib/methods/facets/integer/test_bitmask.rb +0 -1
  520. data/lib/methods/facets/io/writelines.rb +0 -1
  521. data/lib/methods/facets/kernel/here.rb +0 -1
  522. data/lib/methods/facets/kernel/returning.rb +0 -1
  523. data/lib/methods/facets/matchdata/match.rb +0 -1
  524. data/lib/methods/facets/numeric/round_at.rb +0 -1
  525. data/lib/methods/facets/numeric/round_to.rb +0 -1
  526. data/lib/methods/facets/object/to_bool.rb +0 -1
  527. data/lib/methods/facets/proc/update.rb +0 -1
  528. data/lib/methods/facets/string/format.rb +0 -1
  529. data/lib/methods/facets/symbol/to_proc.rb +0 -1
  530. data/lib/methods/facets/time/stamp.rb +0 -1
  531. data/lib/methods/facets/trueclass/to_bool.rb +0 -1
  532. data/meta/ROLLRC +0 -5
  533. data/task/groups +0 -24
  534. data/task/methods +0 -129
@@ -0,0 +1,14 @@
1
+ # Test for lib/facets/matchdata/matchset
2
+
3
+ require 'facets/matchdata/match.rb'
4
+
5
+ require 'test/unit'
6
+
7
+ class Test_MatchData_Match < Test::Unit::TestCase
8
+
9
+ def test_match
10
+ md = /X(a)(b)(c)X/.match("YXabcXY")
11
+ assert_equal( "XabcX", md.match )
12
+ end
13
+
14
+ end
@@ -4,12 +4,7 @@ require 'facets/matchdata/matchset.rb'
4
4
 
5
5
  require 'test/unit'
6
6
 
7
- class TestMatchData < Test::Unit::TestCase
8
-
9
- def test_match
10
- md = /X(a)(b)(c)X/.match("YXabcXY")
11
- assert_equal( "XabcX", md.match )
12
- end
7
+ class Test_MatchData_Matchset < Test::Unit::TestCase
13
8
 
14
9
  def test_matchtree_01
15
10
  md = /(bb)(cc(dd))(ee)/.match "XXaabbccddeeffXX"
@@ -1,6 +1,6 @@
1
1
  # Test for facets/string/format
2
2
 
3
- require 'facets/string/format.rb'
3
+ require 'facets/string/wrap.rb'
4
4
 
5
5
  require 'test/unit'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Test for facets/hash/keyize
2
2
 
3
- require 'facets/hash/keyize.rb'
3
+ require 'facets/hash_keyize.rb'
4
4
 
5
5
  require 'test/unit'
6
6
 
@@ -1,20 +1,8 @@
1
- # _____ _
2
- # |_ _|__ ___| |_
3
- # | |/ _ \/ __| __|
4
- # | | __/\__ \ |
5
- # |_|\___||___/\__|
6
- #
7
- # for lib/facets/random.rb
8
- #
9
- # Extracted Mon Sep 03 16:23:08 -0700 2007
10
- # w/ Test Extraction Ratchet
11
- #
1
+ # Test for lib/facets/random.rb
12
2
 
13
- require 'facets/random.rb'
3
+ require 'facets/random.rb'
14
4
 
15
-
16
-
17
- require 'test/unit'
5
+ require 'test/unit'
18
6
 
19
7
  class TestKernelRandom < Test::Unit::TestCase
20
8
 
metadata CHANGED
@@ -3,11 +3,10 @@ rubygems_version: 0.9.4.6
3
3
  specification_version: 2
4
4
  name: facets
5
5
  version: !ruby/object:Gem::Version
6
- version: 2.2.0
7
- date: 2007-12-13 00:00:00 -05:00
6
+ version: 2.2.1
7
+ date: 2007-12-22 00:00:00 -05:00
8
8
  summary: Premium Core Extensions and Standard Additions
9
9
  require_paths:
10
- - lib/methods
11
10
  - lib/more
12
11
  - lib/core
13
12
  email: facets-universal@rubyforge.org
@@ -42,21 +41,21 @@ files:
42
41
  - log
43
42
  - log/changelog.txt
44
43
  - task
44
+ - task/TRASH
45
45
  - task/changes
46
46
  - task/install
47
47
  - task/clean
48
48
  - task/test
49
- - task/test/isotest
50
- - task/test/loadtest
51
- - task/test/general
49
+ - task/test/whole
50
+ - task/test/load
52
51
  - task/test/pairs
53
52
  - task/test/each
54
53
  - task/test/cross
55
54
  - task/test/syntax
56
- - task/groups
55
+ - task/test/solo
56
+ - task/stamp
57
57
  - task/stats
58
58
  - task/publish
59
- - task/methods
60
59
  - task/log
61
60
  - task/prepare
62
61
  - task/release
@@ -80,7 +79,7 @@ files:
80
79
  - meta/icli.yaml
81
80
  - meta/project.yaml
82
81
  - meta/google_ad.html
83
- - meta/ROLLRC
82
+ - meta/facets.roll
84
83
  - meta/MANIFEST
85
84
  - lib
86
85
  - lib/more
@@ -192,6 +191,7 @@ files:
192
191
  - lib/more/facets/curry.rb
193
192
  - lib/more/facets/continuation.rb
194
193
  - lib/more/facets/thread.rb
194
+ - lib/more/facets/hash_keyize.rb
195
195
  - lib/core/facets
196
196
  - lib/core/facets/array
197
197
  - lib/core/facets/array/only.rb
@@ -202,47 +202,155 @@ files:
202
202
  - lib/core/facets/array/splice.rb
203
203
  - lib/core/facets/array/delete.rb
204
204
  - lib/core/facets/array/pad.rb
205
+ - lib/core/facets/array/first.rb
205
206
  - lib/core/facets/array/stackable.rb
206
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
207
221
  - lib/core/facets/binding
208
222
  - lib/core/facets/binding/defined.rb
209
223
  - lib/core/facets/binding/eval.rb
210
- - lib/core/facets/binding/cflow.rb
211
224
  - lib/core/facets/binding/vars.rb
212
225
  - lib/core/facets/binding/here.rb
213
226
  - lib/core/facets/binding/self.rb
227
+ - lib/core/facets/binding/called.rb
228
+ - 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
232
+ - lib/core/facets/binding/included.rb
233
+ - lib/core/facets/binding/__LINE__.rb
234
+ - lib/core/facets/binding/local_variables.rb
235
+ - lib/core/facets/binding/methodname.rb
236
+ - lib/core/facets/binding/op_fetch.rb
237
+ - lib/core/facets/binding/__callee__.rb
238
+ - lib/core/facets/binding/__method__.rb
214
239
  - lib/core/facets/class
240
+ - lib/core/facets/class/remove_subclasses.rb
215
241
  - lib/core/facets/class/descendents.rb
216
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
217
256
  - lib/core/facets/comparable
257
+ - lib/core/facets/comparable/at_least.rb
218
258
  - lib/core/facets/comparable/cmp.rb
219
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
220
263
  - lib/core/facets/dir
264
+ - lib/core/facets/dir/multiglob_r.rb
221
265
  - lib/core/facets/dir/multiglob.rb
222
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
223
273
  - lib/core/facets/enumerable
224
274
  - lib/core/facets/enumerable/each.rb
225
275
  - lib/core/facets/enumerable/split.rb
226
276
  - lib/core/facets/enumerable/mash.rb
227
277
  - lib/core/facets/enumerable/cartesian.rb
228
278
  - lib/core/facets/enumerable/combination.rb
279
+ - lib/core/facets/enumerable/cart.rb
229
280
  - lib/core/facets/enumerable/collect.rb
230
281
  - lib/core/facets/enumerable/permutation.rb
231
282
  - lib/core/facets/enumerable/count.rb
283
+ - lib/core/facets/enumerable/combos.rb
232
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
233
329
  - lib/core/facets/file
234
- - lib/core/facets/file/topath.rb
330
+ - lib/core/facets/file/read_binary.rb
331
+ - lib/core/facets/file/split_all.rb
235
332
  - lib/core/facets/file/read.rb
236
333
  - lib/core/facets/file/write.rb
334
+ - lib/core/facets/file/read_list.rb
335
+ - lib/core/facets/file/null.rb
336
+ - lib/core/facets/file/rootname.rb
337
+ - 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
341
+ - lib/core/facets/file/create.rb
237
342
  - lib/core/facets/filetest
238
343
  - lib/core/facets/filetest/root.rb
239
344
  - lib/core/facets/float
345
+ - lib/core/facets/float/round_at.rb
240
346
  - lib/core/facets/float/round.rb
347
+ - lib/core/facets/float/round_off.rb
348
+ - lib/core/facets/float/round_to.rb
241
349
  - lib/core/facets/hash
242
350
  - lib/core/facets/hash/slice.rb
243
- - lib/core/facets/hash/iterate.rb
244
- - lib/core/facets/hash/merge.rb
245
- - lib/core/facets/hash/keyize.rb
351
+ - lib/core/facets/hash/pairs_at.rb
352
+ - lib/core/facets/hash/swap.rb
353
+ - lib/core/facets/hash/alias.rb
246
354
  - lib/core/facets/hash/op.rb
247
355
  - lib/core/facets/hash/rekey.rb
248
356
  - lib/core/facets/hash/delete.rb
@@ -251,18 +359,56 @@ files:
251
359
  - lib/core/facets/hash/insert.rb
252
360
  - lib/core/facets/hash/has_keys.rb
253
361
  - lib/core/facets/hash/weave.rb
254
- - lib/core/facets/hash/new.rb
362
+ - lib/core/facets/hash/op_or.rb
255
363
  - lib/core/facets/hash/inverse.rb
256
364
  - lib/core/facets/hash/traverse.rb
257
365
  - lib/core/facets/hash/select.rb
366
+ - lib/core/facets/hash/reverse_merge.rb
367
+ - lib/core/facets/hash/reverse_update.rb
368
+ - lib/core/facets/hash/op_div.rb
369
+ - lib/core/facets/hash/delete_at.rb
370
+ - 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
+ - lib/core/facets/hash/op_and.rb
382
+ - lib/core/facets/hash/op_lshift.rb
383
+ - lib/core/facets/hash/op_minus.rb
384
+ - 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
393
+ - lib/core/facets/hash/to_proc.rb
394
+ - lib/core/facets/hash/to_proc_with_reponse.rb
395
+ - lib/core/facets/hash/to_struct.rb
258
396
  - lib/core/facets/integer
259
- - lib/core/facets/integer/multiples.rb
397
+ - lib/core/facets/integer/fac.rb
398
+ - lib/core/facets/integer/bit.rb
260
399
  - lib/core/facets/integer/factorial.rb
261
400
  - lib/core/facets/integer/of.rb
262
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
263
408
  - lib/core/facets/kernel
264
409
  - lib/core/facets/kernel/ergo.rb
265
410
  - lib/core/facets/kernel/returning.rb
411
+ - lib/core/facets/kernel/as.rb
266
412
  - lib/core/facets/kernel/callstack.rb
267
413
  - lib/core/facets/kernel/super.rb
268
414
  - lib/core/facets/kernel/val.rb
@@ -281,9 +427,94 @@ files:
281
427
  - lib/core/facets/kernel/respond.rb
282
428
  - lib/core/facets/kernel/silence.rb
283
429
  - 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
445
+ - lib/core/facets/kernel/__class__.rb
446
+ - lib/core/facets/kernel/complete.rb
447
+ - lib/core/facets/kernel/copy.rb
448
+ - lib/core/facets/kernel/deep_clone.rb
449
+ - lib/core/facets/kernel/deep_copy.rb
450
+ - 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
464
+ - lib/core/facets/kernel/instance_send.rb
465
+ - 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
478
+ - lib/core/facets/kernel/object_class.rb
479
+ - lib/core/facets/kernel/object_clone.rb
480
+ - lib/core/facets/kernel/object_dup.rb
481
+ - lib/core/facets/kernel/object_hexid.rb
482
+ - 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
488
+ - lib/core/facets/kernel/require_all.rb
489
+ - lib/core/facets/kernel/require_local.rb
490
+ - 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
494
+ - lib/core/facets/kernel/__set__.rb
495
+ - lib/core/facets/kernel/set_with.rb
496
+ - lib/core/facets/kernel/silence_stderr.rb
497
+ - lib/core/facets/kernel/silence_stream.rb
498
+ - lib/core/facets/kernel/silence_warnings.rb
499
+ - 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
505
+ - 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
509
+ - lib/core/facets/kernel/true.rb
510
+ - lib/core/facets/kernel/warn_with_line.rb
511
+ - lib/core/facets/kernel/with.rb
284
512
  - lib/core/facets/matchdata
513
+ - lib/core/facets/matchdata/match.rb
285
514
  - lib/core/facets/matchdata/matchset.rb
515
+ - lib/core/facets/matchdata/matchtree.rb
286
516
  - lib/core/facets/module
517
+ - lib/core/facets/module/alias_reader.rb
287
518
  - lib/core/facets/module/abstract.rb
288
519
  - lib/core/facets/module/include.rb
289
520
  - lib/core/facets/module/cattr.rb
@@ -295,19 +526,100 @@ files:
295
526
  - lib/core/facets/module/attr.rb
296
527
  - lib/core/facets/module/require.rb
297
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
298
589
  - lib/core/facets/nilclass
590
+ - lib/core/facets/nilclass/ergo.rb
299
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
300
595
  - lib/core/facets/numeric
596
+ - lib/core/facets/numeric/round_at.rb
301
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
302
604
  - lib/core/facets/proc
605
+ - lib/core/facets/proc/update.rb
303
606
  - lib/core/facets/proc/compose.rb
304
607
  - lib/core/facets/proc/bind.rb
305
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
306
612
  - lib/core/facets/range
613
+ - lib/core/facets/range/umbrella.rb
307
614
  - lib/core/facets/range/overlap.rb
308
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
309
619
  - lib/core/facets/regexp
620
+ - lib/core/facets/regexp/to_regexp.rb
310
621
  - lib/core/facets/regexp/arity.rb
622
+ - lib/core/facets/regexp/to_re.rb
311
623
  - lib/core/facets/string
312
624
  - lib/core/facets/string/splice.rb
313
625
  - lib/core/facets/string/nchar.rb
@@ -315,7 +627,7 @@ files:
315
627
  - lib/core/facets/string/interpolate.rb
316
628
  - lib/core/facets/string/scan.rb
317
629
  - lib/core/facets/string/filter.rb
318
- - lib/core/facets/string/format.rb
630
+ - lib/core/facets/string/at.rb
319
631
  - lib/core/facets/string/blank.rb
320
632
  - lib/core/facets/string/partitions.rb
321
633
  - lib/core/facets/string/stackable.rb
@@ -328,6 +640,75 @@ files:
328
640
  - lib/core/facets/string/bracket.rb
329
641
  - lib/core/facets/string/case.rb
330
642
  - lib/core/facets/string/natcmp.rb
643
+ - lib/core/facets/string/wrap.rb
644
+ - 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
+ - lib/core/facets/string/_crypt.rb
655
+ - lib/core/facets/string/dequote.rb
656
+ - lib/core/facets/string/divide.rb
657
+ - lib/core/facets/string/downcase.rb
658
+ - 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
665
+ - lib/core/facets/string/format.rb
666
+ - lib/core/facets/string/indent.rb
667
+ - lib/core/facets/string/index_all.rb
668
+ - lib/core/facets/string/last.rb
669
+ - lib/core/facets/string/lchomp.rb
670
+ - lib/core/facets/string/lines.rb
671
+ - lib/core/facets/string/line_wrap.rb
672
+ - 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
677
+ - lib/core/facets/string/peek.rb
678
+ - 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
685
+ - 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
704
+ - lib/core/facets/string/unbracket.rb
705
+ - 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
331
712
  - lib/core/facets/symbol
332
713
  - lib/core/facets/symbol/to_proc.rb
333
714
  - lib/core/facets/symbol/shadow.rb
@@ -335,10 +716,17 @@ files:
335
716
  - lib/core/facets/symbol/not.rb
336
717
  - lib/core/facets/symbol/generate.rb
337
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
338
723
  - lib/core/facets/time
724
+ - lib/core/facets/time/to_date.rb
339
725
  - lib/core/facets/time/change.rb
340
726
  - lib/core/facets/time/elapse.rb
341
727
  - lib/core/facets/time/stamp.rb
728
+ - lib/core/facets/time/to_s.rb
729
+ - lib/core/facets/time/to_time.rb
342
730
  - lib/core/facets/unboundmethod
343
731
  - lib/core/facets/unboundmethod/arguments.rb
344
732
  - lib/core/facets/unboundmethod/name.rb
@@ -376,456 +764,6 @@ files:
376
764
  - lib/core/facets/exception/detail.rb
377
765
  - lib/core/facets/exception.rb
378
766
  - lib/core/facets.rb
379
- - lib/methods
380
- - lib/methods/facets
381
- - lib/methods/facets/array
382
- - lib/methods/facets/array/join_sentence.rb
383
- - lib/methods/facets/array/store.rb
384
- - lib/methods/facets/array/delete_unless.rb
385
- - lib/methods/facets/array/delete_values_at.rb
386
- - lib/methods/facets/array/delete_values.rb
387
- - lib/methods/facets/array/pull.rb
388
- - lib/methods/facets/array/poke.rb
389
- - lib/methods/facets/array/first.rb
390
- - lib/methods/facets/array/last.rb
391
- - lib/methods/facets/array/to_b.rb
392
- - lib/methods/facets/array/to_h.rb
393
- - lib/methods/facets/array/to_path.rb
394
- - lib/methods/facets/array/contains.rb
395
- - lib/methods/facets/array/each_iteration.rb
396
- - lib/methods/facets/kernel
397
- - lib/methods/facets/kernel/here.rb
398
- - lib/methods/facets/kernel/bitmask.rb
399
- - lib/methods/facets/kernel/call_stack.rb
400
- - lib/methods/facets/kernel/__callee__.rb
401
- - lib/methods/facets/kernel/pp_call_stack.rb
402
- - lib/methods/facets/kernel/__method__.rb
403
- - lib/methods/facets/kernel/callee.rb
404
- - lib/methods/facets/kernel/called.rb
405
- - lib/methods/facets/kernel/superior.rb
406
- - lib/methods/facets/kernel/__real__.rb
407
- - lib/methods/facets/kernel/super_at.rb
408
- - lib/methods/facets/kernel/supermethod.rb
409
- - lib/methods/facets/kernel/send_as.rb
410
- - lib/methods/facets/kernel/as.rb
411
- - lib/methods/facets/kernel/super_method.rb
412
- - lib/methods/facets/kernel/in.rb
413
- - lib/methods/facets/kernel/eigenclass.rb
414
- - lib/methods/facets/kernel/meta_eval.rb
415
- - lib/methods/facets/kernel/meta.rb
416
- - lib/methods/facets/kernel/qua_class.rb
417
- - lib/methods/facets/kernel/metaclass.rb
418
- - lib/methods/facets/kernel/meta_class.rb
419
- - lib/methods/facets/kernel/singleton.rb
420
- - lib/methods/facets/kernel/__singleton_class__.rb
421
- - lib/methods/facets/kernel/class_def.rb
422
- - lib/methods/facets/kernel/meta_alias.rb
423
- - lib/methods/facets/kernel/singleton_class.rb
424
- - lib/methods/facets/kernel/meta_def.rb
425
- - lib/methods/facets/kernel/__assign__.rb
426
- - lib/methods/facets/kernel/instance_assume.rb
427
- - lib/methods/facets/kernel/instance_send.rb
428
- - lib/methods/facets/kernel/assign_from.rb
429
- - lib/methods/facets/kernel/instance_exec.rb
430
- - lib/methods/facets/kernel/__set__.rb
431
- - lib/methods/facets/kernel/instance_assign.rb
432
- - lib/methods/facets/kernel/instance_values.rb
433
- - lib/methods/facets/kernel/__get__.rb
434
- - lib/methods/facets/kernel/instance_class.rb
435
- - lib/methods/facets/kernel/assign_with.rb
436
- - lib/methods/facets/kernel/complete.rb
437
- - lib/methods/facets/kernel/with.rb
438
- - lib/methods/facets/kernel/returning.rb
439
- - lib/methods/facets/kernel/object_hexid.rb
440
- - lib/methods/facets/kernel/object_clone.rb
441
- - lib/methods/facets/kernel/__class__.rb
442
- - lib/methods/facets/kernel/object_dup.rb
443
- - lib/methods/facets/kernel/object_send.rb
444
- - lib/methods/facets/kernel/object_class.rb
445
- - lib/methods/facets/kernel/deep_clone.rb
446
- - lib/methods/facets/kernel/copy.rb
447
- - lib/methods/facets/kernel/deep_copy.rb
448
- - lib/methods/facets/kernel/set_from.rb
449
- - lib/methods/facets/kernel/set_with.rb
450
- - lib/methods/facets/kernel/__DIR__.rb
451
- - lib/methods/facets/kernel/load_local.rb
452
- - lib/methods/facets/kernel/require_all.rb
453
- - lib/methods/facets/kernel/require_local.rb
454
- - lib/methods/facets/kernel/silence_stream.rb
455
- - lib/methods/facets/kernel/suppress.rb
456
- - lib/methods/facets/kernel/silence_stderr.rb
457
- - lib/methods/facets/kernel/enable_warnings.rb
458
- - lib/methods/facets/kernel/silence_warnings.rb
459
- - lib/methods/facets/kernel/p.rb
460
- - lib/methods/facets/kernel/demo.rb
461
- - lib/methods/facets/kernel/pp_exception.rb
462
- - lib/methods/facets/kernel/warn_with_line.rb
463
- - lib/methods/facets/kernel/d.rb
464
- - lib/methods/facets/kernel/is.rb
465
- - lib/methods/facets/kernel/fn.rb
466
- - lib/methods/facets/kernel/resc.rb
467
- - lib/methods/facets/kernel/method.rb
468
- - lib/methods/facets/kernel/this.rb
469
- - lib/methods/facets/kernel/bool.rb
470
- - lib/methods/facets/kernel/to_b.rb
471
- - lib/methods/facets/kernel/false.rb
472
- - lib/methods/facets/kernel/true.rb
473
- - lib/methods/facets/kernel/not_nil.rb
474
- - lib/methods/facets/kernel/Bit.rb
475
- - lib/methods/facets/kernel/non_nil.rb
476
- - lib/methods/facets/kernel/respond_with_value.rb
477
- - lib/methods/facets/binding
478
- - lib/methods/facets/binding/self.rb
479
- - lib/methods/facets/binding/defined.rb
480
- - lib/methods/facets/binding/call_stack.rb
481
- - lib/methods/facets/binding/caller.rb
482
- - lib/methods/facets/binding/__DIR__.rb
483
- - lib/methods/facets/binding/methodname.rb
484
- - lib/methods/facets/binding/__FILE__.rb
485
- - lib/methods/facets/binding/called.rb
486
- - lib/methods/facets/binding/__LINE__.rb
487
- - lib/methods/facets/binding/included.rb
488
- - lib/methods/facets/binding/op_fetch.rb
489
- - lib/methods/facets/binding/local_variables.rb
490
- - lib/methods/facets/class
491
- - lib/methods/facets/class/subclasses.rb
492
- - lib/methods/facets/class/remove_subclasses.rb
493
- - lib/methods/facets/class/remove_descendents.rb
494
- - lib/methods/facets/class/cattr.rb
495
- - lib/methods/facets/class/mattr_accessor.rb
496
- - lib/methods/facets/class/mattr.rb
497
- - lib/methods/facets/class/cattr_accessor.rb
498
- - lib/methods/facets/class/cattr_reader.rb
499
- - lib/methods/facets/class/mattr_writer.rb
500
- - lib/methods/facets/class/cattr_writer.rb
501
- - lib/methods/facets/class/mattr_reader.rb
502
- - lib/methods/facets/class/class_require.rb
503
- - lib/methods/facets/class/class_load.rb
504
- - lib/methods/facets/class/to_proc.rb
505
- - lib/methods/facets/numeric
506
- - lib/methods/facets/numeric/distance.rb
507
- - lib/methods/facets/numeric/succ.rb
508
- - lib/methods/facets/numeric/pred.rb
509
- - lib/methods/facets/numeric/round_to.rb
510
- - lib/methods/facets/numeric/round_at.rb
511
- - lib/methods/facets/numeric/approx.rb
512
- - lib/methods/facets/numeric/to_b.rb
513
- - lib/methods/facets/string
514
- - lib/methods/facets/string/succ.rb
515
- - lib/methods/facets/string/cmp.rb
516
- - lib/methods/facets/string/store.rb
517
- - lib/methods/facets/string/lchomp.rb
518
- - lib/methods/facets/string/ends_with.rb
519
- - lib/methods/facets/string/starts_with.rb
520
- - lib/methods/facets/string/format.rb
521
- - lib/methods/facets/string/sprintf.rb
522
- - lib/methods/facets/string/mscan.rb
523
- - lib/methods/facets/string/divide.rb
524
- - lib/methods/facets/string/shatter.rb
525
- - lib/methods/facets/string/word_filter.rb
526
- - lib/methods/facets/string/rewrite.rb
527
- - lib/methods/facets/string/cleave.rb
528
- - lib/methods/facets/string/word_wrap.rb
529
- - lib/methods/facets/string/brief.rb
530
- - lib/methods/facets/string/fold.rb
531
- - lib/methods/facets/string/line_wrap.rb
532
- - lib/methods/facets/string/whitespace.rb
533
- - lib/methods/facets/string/each_character.rb
534
- - lib/methods/facets/string/bytes.rb
535
- - lib/methods/facets/string/words.rb
536
- - lib/methods/facets/string/each_word.rb
537
- - lib/methods/facets/string/lines.rb
538
- - lib/methods/facets/string/each_char.rb
539
- - lib/methods/facets/string/chars.rb
540
- - lib/methods/facets/string/push.rb
541
- - lib/methods/facets/string/peek.rb
542
- - lib/methods/facets/string/unshift.rb
543
- - lib/methods/facets/string/pull.rb
544
- - lib/methods/facets/string/shift.rb
545
- - lib/methods/facets/string/poke.rb
546
- - lib/methods/facets/string/pop.rb
547
- - lib/methods/facets/string/tabto.rb
548
- - lib/methods/facets/string/tab.rb
549
- - lib/methods/facets/string/margin.rb
550
- - lib/methods/facets/string/indent.rb
551
- - lib/methods/facets/string/align_right.rb
552
- - lib/methods/facets/string/align_center.rb
553
- - lib/methods/facets/string/align_left.rb
554
- - lib/methods/facets/string/first.rb
555
- - lib/methods/facets/string/at.rb
556
- - lib/methods/facets/string/last.rb
557
- - lib/methods/facets/string/index_all.rb
558
- - lib/methods/facets/string/range_of_line.rb
559
- - lib/methods/facets/string/range_all.rb
560
- - lib/methods/facets/string/_crypt.rb
561
- - lib/methods/facets/string/unbracket.rb
562
- - lib/methods/facets/string/dequote.rb
563
- - lib/methods/facets/string/quote.rb
564
- - lib/methods/facets/string/upcase.rb
565
- - lib/methods/facets/string/downcase.rb
566
- - lib/methods/facets/string/uppercase.rb
567
- - lib/methods/facets/string/capitalized.rb
568
- - lib/methods/facets/string/lowercase.rb
569
- - lib/methods/facets/string/to_b.rb
570
- - lib/methods/facets/string/to_rx.rb
571
- - lib/methods/facets/string/to_time.rb
572
- - lib/methods/facets/string/to_date.rb
573
- - lib/methods/facets/string/to_re.rb
574
- - lib/methods/facets/string/to_const.rb
575
- - lib/methods/facets/string/to_proc.rb
576
- - lib/methods/facets/string/expand_tabs.rb
577
- - lib/methods/facets/string/outdent.rb
578
- - lib/methods/facets/string/taballto.rb
579
- - lib/methods/facets/string/titlecase.rb
580
- - lib/methods/facets/string/camelcase.rb
581
- - lib/methods/facets/string/snakecase.rb
582
- - lib/methods/facets/string/op_minus.rb
583
- - lib/methods/facets/comparable
584
- - lib/methods/facets/comparable/cap.rb
585
- - lib/methods/facets/comparable/clip.rb
586
- - lib/methods/facets/comparable/at_most.rb
587
- - lib/methods/facets/comparable/at_least.rb
588
- - lib/methods/facets/dir
589
- - lib/methods/facets/dir/multiglob_with_default.rb
590
- - lib/methods/facets/dir/multiglob_r.rb
591
- - lib/methods/facets/dir/ascend.rb
592
- - lib/methods/facets/dir/ancestor.rb
593
- - lib/methods/facets/dir/descend.rb
594
- - lib/methods/facets/dir/parent.rb
595
- - lib/methods/facets/dir/ls_r.rb
596
- - lib/methods/facets/dir/recurse.rb
597
- - lib/methods/facets/enumerable
598
- - lib/methods/facets/enumerable/cartesian_product.rb
599
- - lib/methods/facets/enumerable/op_pow.rb
600
- - lib/methods/facets/enumerable/cart.rb
601
- - lib/methods/facets/enumerable/combos.rb
602
- - lib/methods/facets/enumerable/each_combo.rb
603
- - lib/methods/facets/enumerable/each_combination.rb
604
- - lib/methods/facets/enumerable/each_unique_pair.rb
605
- - lib/methods/facets/enumerable/combinations.rb
606
- - lib/methods/facets/enumerable/graph.rb
607
- - lib/methods/facets/enumerable/partition_by.rb
608
- - lib/methods/facets/enumerable/compact_collect.rb
609
- - lib/methods/facets/enumerable/eachn.rb
610
- - lib/methods/facets/enumerable/map_with_index.rb
611
- - lib/methods/facets/enumerable/each_pair.rb
612
- - lib/methods/facets/enumerable/group_by.rb
613
- - lib/methods/facets/enumerable/filter_map.rb
614
- - lib/methods/facets/enumerable/collect_with_index.rb
615
- - lib/methods/facets/enumerable/divide.rb
616
- - lib/methods/facets/enumerable/injecting.rb
617
- - lib/methods/facets/enumerable/map_if.rb
618
- - lib/methods/facets/enumerable/cluster_by.rb
619
- - lib/methods/facets/enumerable/compact_map.rb
620
- - lib/methods/facets/enumerable/collect_if.rb
621
- - lib/methods/facets/enumerable/filter_collect.rb
622
- - lib/methods/facets/enumerable/each_by.rb
623
- - lib/methods/facets/enumerable/each_permutation.rb
624
- - lib/methods/facets/enumerable/permute.rb
625
- - lib/methods/facets/enumerable/permutation_number.rb
626
- - lib/methods/facets/enumerable/nonuniq.rb
627
- - lib/methods/facets/enumerable/duplicates.rb
628
- - lib/methods/facets/enumerable/none.rb
629
- - lib/methods/facets/enumerable/occur.rb
630
- - lib/methods/facets/enumerable/sum.rb
631
- - lib/methods/facets/enumerable/one.rb
632
- - lib/methods/facets/enumerable/uniq_by.rb
633
- - lib/methods/facets/enumerable/ideal_entropy.rb
634
- - lib/methods/facets/enumerable/commonality.rb
635
- - lib/methods/facets/enumerable/frequency.rb
636
- - lib/methods/facets/enumerable/entropy.rb
637
- - lib/methods/facets/enumerable/mode.rb
638
- - lib/methods/facets/enumerable/to_h.rb
639
- - lib/methods/facets/enumerable/to_hash.rb
640
- - lib/methods/facets/enumerable/modulate.rb
641
- - lib/methods/facets/enumerable/collate.rb
642
- - lib/methods/facets/enumerable/map_send.rb
643
- - lib/methods/facets/enumerable/inject.rb
644
- - lib/methods/facets/hash
645
- - lib/methods/facets/hash/graph.rb
646
- - lib/methods/facets/hash/collate.rb
647
- - lib/methods/facets/hash/pairs_at.rb
648
- - lib/methods/facets/hash/each_with_key.rb
649
- - lib/methods/facets/hash/each_with_index.rb
650
- - lib/methods/facets/hash/reverse_merge.rb
651
- - lib/methods/facets/hash/reverse_update.rb
652
- - lib/methods/facets/hash/normalize_keys.rb
653
- - lib/methods/facets/hash/keys_to_sym.rb
654
- - lib/methods/facets/hash/keys_to_s.rb
655
- - lib/methods/facets/hash/variablize_keys.rb
656
- - lib/methods/facets/hash/symbolize_keys.rb
657
- - lib/methods/facets/hash/stringify_keys.rb
658
- - lib/methods/facets/hash/op_minus.rb
659
- - lib/methods/facets/hash/op_or.rb
660
- - lib/methods/facets/hash/op_lshift.rb
661
- - lib/methods/facets/hash/op_and.rb
662
- - lib/methods/facets/hash/op_mul.rb
663
- - lib/methods/facets/hash/diff.rb
664
- - lib/methods/facets/hash/op_plus.rb
665
- - lib/methods/facets/hash/alias.rb
666
- - lib/methods/facets/hash/swap.rb
667
- - lib/methods/facets/hash/swapkey.rb
668
- - lib/methods/facets/hash/delete_unless.rb
669
- - lib/methods/facets/hash/delete_values_at.rb
670
- - lib/methods/facets/hash/delete_values.rb
671
- - lib/methods/facets/hash/delete_at.rb
672
- - lib/methods/facets/hash/update_keys.rb
673
- - lib/methods/facets/hash/update_each.rb
674
- - lib/methods/facets/hash/replace_each.rb
675
- - lib/methods/facets/hash/update_values.rb
676
- - lib/methods/facets/hash/op_div.rb
677
- - lib/methods/facets/hash/has_only_keys.rb
678
- - lib/methods/facets/hash/zipnew.rb
679
- - lib/methods/facets/hash/autonew.rb
680
- - lib/methods/facets/hash/join.rb
681
- - lib/methods/facets/hash/to_h.rb
682
- - lib/methods/facets/hash/to_struct.rb
683
- - lib/methods/facets/hash/to_proc_with_reponse.rb
684
- - lib/methods/facets/hash/to_proc.rb
685
- - lib/methods/facets/hash/mash.rb
686
- - lib/methods/facets/hash/except.rb
687
- - lib/methods/facets/file
688
- - lib/methods/facets/file/sanitize.rb
689
- - lib/methods/facets/file/split_all.rb
690
- - lib/methods/facets/file/rootname.rb
691
- - lib/methods/facets/file/null.rb
692
- - lib/methods/facets/file/read_binary.rb
693
- - lib/methods/facets/file/read_list.rb
694
- - lib/methods/facets/file/create.rb
695
- - lib/methods/facets/file/rewrite.rb
696
- - lib/methods/facets/file/append.rb
697
- - lib/methods/facets/file/writelines.rb
698
- - lib/methods/facets/filetest
699
- - lib/methods/facets/filetest/root.rb
700
- - lib/methods/facets/integer
701
- - lib/methods/facets/integer/odd.rb
702
- - lib/methods/facets/integer/multiple.rb
703
- - lib/methods/facets/integer/even.rb
704
- - lib/methods/facets/integer/fact.rb
705
- - lib/methods/facets/integer/fac.rb
706
- - lib/methods/facets/integer/times_map.rb
707
- - lib/methods/facets/integer/times_collect.rb
708
- - lib/methods/facets/integer/test_bit.rb
709
- - lib/methods/facets/integer/bit_set.rb
710
- - lib/methods/facets/integer/test_bitmask.rb
711
- - lib/methods/facets/integer/clear_bit.rb
712
- - lib/methods/facets/integer/clear_bitmask.rb
713
- - lib/methods/facets/integer/set_bit.rb
714
- - lib/methods/facets/integer/bit.rb
715
- - lib/methods/facets/integer/set_bitmask.rb
716
- - lib/methods/facets/integer/round_to.rb
717
- - lib/methods/facets/integer/round_at.rb
718
- - lib/methods/facets/object
719
- - lib/methods/facets/object/with_writer.rb
720
- - lib/methods/facets/object/with_reader.rb
721
- - lib/methods/facets/object/with_accessor.rb
722
- - lib/methods/facets/object/to_bool.rb
723
- - lib/methods/facets/matchdata
724
- - lib/methods/facets/matchdata/match.rb
725
- - lib/methods/facets/matchdata/matchtree.rb
726
- - lib/methods/facets/module
727
- - lib/methods/facets/module/include_as.rb
728
- - lib/methods/facets/module/ancestor.rb
729
- - lib/methods/facets/module/include_function_module.rb
730
- - lib/methods/facets/module/can.rb
731
- - lib/methods/facets/module/class.rb
732
- - lib/methods/facets/module/on_included.rb
733
- - lib/methods/facets/module/include_and_extend.rb
734
- - lib/methods/facets/module/is.rb
735
- - lib/methods/facets/module/clone_removing.rb
736
- - lib/methods/facets/module/clone_using.rb
737
- - lib/methods/facets/module/clone_renaming.rb
738
- - lib/methods/facets/module/basename.rb
739
- - lib/methods/facets/module/modspace.rb
740
- - lib/methods/facets/module/dirname.rb
741
- - lib/methods/facets/module/by_name.rb
742
- - lib/methods/facets/module/nesting.rb
743
- - lib/methods/facets/module/op_minus.rb
744
- - lib/methods/facets/module/op_mul.rb
745
- - lib/methods/facets/module/op_plus.rb
746
- - lib/methods/facets/module/nodef.rb
747
- - lib/methods/facets/module/redirect.rb
748
- - lib/methods/facets/module/revisal.rb
749
- - lib/methods/facets/module/wrap.rb
750
- - lib/methods/facets/module/redef.rb
751
- - lib/methods/facets/module/integrate.rb
752
- - lib/methods/facets/module/wrap_method.rb
753
- - lib/methods/facets/module/remove.rb
754
- - lib/methods/facets/module/rename.rb
755
- - lib/methods/facets/module/rename_method.rb
756
- - lib/methods/facets/module/redefine_method.rb
757
- - lib/methods/facets/module/redirect_method.rb
758
- - lib/methods/facets/module/alias_accessor.rb
759
- - lib/methods/facets/module/alias_method_chain.rb
760
- - lib/methods/facets/module/module_method.rb
761
- - lib/methods/facets/module/alias_module_function.rb
762
- - lib/methods/facets/module/attr_setter.rb
763
- - lib/methods/facets/module/attr_validator.rb
764
- - lib/methods/facets/module/attr_toggler.rb
765
- - lib/methods/facets/module/attr_tester.rb
766
- - lib/methods/facets/module/module_load.rb
767
- - lib/methods/facets/module/module_require.rb
768
- - lib/methods/facets/module/all_instance_methods.rb
769
- - lib/methods/facets/module/instance_method.rb
770
- - lib/methods/facets/module/public_conflict.rb
771
- - lib/methods/facets/module/protected_conflict.rb
772
- - lib/methods/facets/module/conflict.rb
773
- - lib/methods/facets/module/private_conflict.rb
774
- - lib/methods/facets/module/instance_method_defined.rb
775
- - lib/methods/facets/module/module_method_defined.rb
776
- - lib/methods/facets/module/alias_validator.rb
777
- - lib/methods/facets/module/attr_writer.rb
778
- - lib/methods/facets/module/alias_writer.rb
779
- - lib/methods/facets/module/alias_setter.rb
780
- - lib/methods/facets/module/attr_reader.rb
781
- - lib/methods/facets/module/attr_accessor.rb
782
- - lib/methods/facets/module/alias_reader.rb
783
- - lib/methods/facets/module/alias_toggler.rb
784
- - lib/methods/facets/module/attr_switcher.rb
785
- - lib/methods/facets/module/alias_tester.rb
786
- - lib/methods/facets/module/alias_switcher.rb
787
- - lib/methods/facets/module/class_def.rb
788
- - lib/methods/facets/float
789
- - lib/methods/facets/float/round_off.rb
790
- - lib/methods/facets/float/round_to.rb
791
- - lib/methods/facets/float/round_at.rb
792
- - lib/methods/facets/proc
793
- - lib/methods/facets/proc/update.rb
794
- - lib/methods/facets/proc/op_mul.rb
795
- - lib/methods/facets/proc/to_method.rb
796
- - lib/methods/facets/proc/to_h.rb
797
- - lib/methods/facets/range
798
- - lib/methods/facets/range/umbrella.rb
799
- - lib/methods/facets/range/within.rb
800
- - lib/methods/facets/range/to_r.rb
801
- - lib/methods/facets/range/to_range.rb
802
- - lib/methods/facets/symbol
803
- - lib/methods/facets/symbol/pad.rb
804
- - lib/methods/facets/symbol/op_tilde.rb
805
- - lib/methods/facets/symbol/lchomp.rb
806
- - lib/methods/facets/symbol/to_const.rb
807
- - lib/methods/facets/symbol/to_proc.rb
808
- - lib/methods/facets/nilclass
809
- - lib/methods/facets/nilclass/to_bool.rb
810
- - lib/methods/facets/nilclass/to_f.rb
811
- - lib/methods/facets/nilclass/to_h.rb
812
- - lib/methods/facets/nilclass/ergo.rb
813
- - lib/methods/facets/falseclass
814
- - lib/methods/facets/falseclass/to_bool.rb
815
- - lib/methods/facets/trueclass
816
- - lib/methods/facets/trueclass/to_bool.rb
817
- - lib/methods/facets/time
818
- - lib/methods/facets/time/to_s.rb
819
- - lib/methods/facets/time/to_time.rb
820
- - lib/methods/facets/time/to_date.rb
821
- - lib/methods/facets/time/stamp.rb
822
- - lib/methods/facets/regexp
823
- - lib/methods/facets/regexp/to_regexp.rb
824
- - lib/methods/facets/regexp/to_re.rb
825
- - lib/methods/facets/facets
826
- - lib/methods/facets/facets/require_core.rb
827
- - lib/methods/facets/io
828
- - lib/methods/facets/io/writelines.rb
829
767
  - test
830
768
  - test/unit
831
769
  - test/unit/array
@@ -839,6 +777,8 @@ files:
839
777
  - test/unit/array/test_only.rb
840
778
  - test/unit/dir
841
779
  - test/unit/dir/test_traverse.rb
780
+ - test/unit/dir/test_parent.rb
781
+ - test/unit/dir/test_recurse.rb
842
782
  - test/unit/filetest
843
783
  - test/unit/filetest/test_root.rb
844
784
  - test/unit/binding
@@ -853,9 +793,11 @@ files:
853
793
  - test/unit/exception/test_detail.rb
854
794
  - test/unit/test_advice.rb
855
795
  - test/unit/file
856
- - test/unit/file/test_topath.rb
796
+ - test/unit/file/test_sanitize.rb
857
797
  - test/unit/file/test_write.rb
858
798
  - test/unit/file/test_read.rb
799
+ - test/unit/file/test_null.rb
800
+ - test/unit/file/test_split_all.rb
859
801
  - test/unit/test_1stclassmethod.rb
860
802
  - test/unit/test_aop.rb
861
803
  - test/unit/test_ansicode.rb
@@ -863,6 +805,7 @@ files:
863
805
  - test/unit/class
864
806
  - test/unit/class/test_descendents.rb
865
807
  - test/unit/class/test_initializer.rb
808
+ - test/unit/class/test_remove_descendents.rb
866
809
  - test/unit/comparable
867
810
  - test/unit/comparable/test_cmp.rb
868
811
  - test/unit/comparable/test_bound.rb
@@ -878,26 +821,29 @@ files:
878
821
  - test/unit/enumerable/test_split.rb
879
822
  - test/unit/enumerable/test_mash.rb
880
823
  - test/unit/hash
881
- - test/unit/hash/test_merge.rb
882
- - test/unit/hash/test_iterate.rb
824
+ - test/unit/hash/test_autonew.rb
825
+ - test/unit/hash/test_zipnew.rb
883
826
  - test/unit/hash/test_op.rb
884
827
  - test/unit/hash/test_rekey.rb
885
- - test/unit/hash/test_keyize.rb
828
+ - test/unit/hash/test_collate.rb
886
829
  - test/unit/hash/test_delete.rb
887
830
  - test/unit/hash/test_update.rb
888
831
  - test/unit/hash/test_at.rb
889
832
  - test/unit/hash/test_insert.rb
890
833
  - test/unit/hash/test_has_keys.rb
891
834
  - test/unit/hash/test_weave.rb
892
- - test/unit/hash/test_new.rb
835
+ - test/unit/hash/test_swap.rb
893
836
  - test/unit/hash/test_inverse.rb
894
837
  - test/unit/hash/test_traverse.rb
895
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
896
842
  - test/unit/integer
897
- - test/unit/integer/test_multiples.rb
898
843
  - test/unit/integer/test_factorial.rb
899
844
  - test/unit/integer/test_of.rb
900
845
  - test/unit/integer/test_bitmask.rb
846
+ - test/unit/integer/test_multiple.rb
901
847
  - test/unit/kernel
902
848
  - test/unit/kernel/test_returning.rb
903
849
  - test/unit/kernel/test_callstack.rb
@@ -915,6 +861,7 @@ files:
915
861
  - test/unit/kernel/test_report.rb
916
862
  - test/unit/matchdata
917
863
  - test/unit/matchdata/test_matchset.rb
864
+ - test/unit/matchdata/test_match.rb
918
865
  - test/unit/module
919
866
  - test/unit/module/test_abstract.rb
920
867
  - test/unit/module/test_include.rb
@@ -938,7 +885,6 @@ files:
938
885
  - test/unit/string/test_interpolate.rb
939
886
  - test/unit/string/test_scan.rb
940
887
  - test/unit/string/test_filter.rb
941
- - test/unit/string/test_format.rb
942
888
  - test/unit/string/test_blank.rb
943
889
  - test/unit/string/test_partitions.rb
944
890
  - test/unit/string/test_stackable.rb
@@ -953,6 +899,7 @@ files:
953
899
  - test/unit/string/test_case.rb
954
900
  - test/unit/string/test_natcmp.rb
955
901
  - test/unit/string/test_nchar.rb
902
+ - test/unit/string/test_wrap.rb
956
903
  - test/unit/symbol
957
904
  - test/unit/symbol/test_shadow.rb
958
905
  - test/unit/symbol/test_succ.rb
@@ -994,6 +941,7 @@ files:
994
941
  - test/unit/test_let.rb
995
942
  - test/unit/test_linkedlist.rb
996
943
  - test/unit/test_lrucache.rb
944
+ - test/unit/test_keyize.rb
997
945
  - test/unit/test_memoize.rb
998
946
  - test/unit/test_multipliers.rb
999
947
  - test/unit/test_namespace.rb
@@ -1038,6 +986,8 @@ test_files:
1038
986
  - test/unit/array/test_only.rb
1039
987
  - test/unit/dir
1040
988
  - test/unit/dir/test_traverse.rb
989
+ - test/unit/dir/test_parent.rb
990
+ - test/unit/dir/test_recurse.rb
1041
991
  - test/unit/filetest
1042
992
  - test/unit/filetest/test_root.rb
1043
993
  - test/unit/binding
@@ -1052,9 +1002,11 @@ test_files:
1052
1002
  - test/unit/exception/test_detail.rb
1053
1003
  - test/unit/test_advice.rb
1054
1004
  - test/unit/file
1055
- - test/unit/file/test_topath.rb
1005
+ - test/unit/file/test_sanitize.rb
1056
1006
  - test/unit/file/test_write.rb
1057
1007
  - test/unit/file/test_read.rb
1008
+ - test/unit/file/test_null.rb
1009
+ - test/unit/file/test_split_all.rb
1058
1010
  - test/unit/test_1stclassmethod.rb
1059
1011
  - test/unit/test_aop.rb
1060
1012
  - test/unit/test_ansicode.rb
@@ -1062,6 +1014,7 @@ test_files:
1062
1014
  - test/unit/class
1063
1015
  - test/unit/class/test_descendents.rb
1064
1016
  - test/unit/class/test_initializer.rb
1017
+ - test/unit/class/test_remove_descendents.rb
1065
1018
  - test/unit/comparable
1066
1019
  - test/unit/comparable/test_cmp.rb
1067
1020
  - test/unit/comparable/test_bound.rb
@@ -1077,26 +1030,29 @@ test_files:
1077
1030
  - test/unit/enumerable/test_split.rb
1078
1031
  - test/unit/enumerable/test_mash.rb
1079
1032
  - test/unit/hash
1080
- - test/unit/hash/test_merge.rb
1081
- - test/unit/hash/test_iterate.rb
1033
+ - test/unit/hash/test_autonew.rb
1034
+ - test/unit/hash/test_zipnew.rb
1082
1035
  - test/unit/hash/test_op.rb
1083
1036
  - test/unit/hash/test_rekey.rb
1084
- - test/unit/hash/test_keyize.rb
1037
+ - test/unit/hash/test_collate.rb
1085
1038
  - test/unit/hash/test_delete.rb
1086
1039
  - test/unit/hash/test_update.rb
1087
1040
  - test/unit/hash/test_at.rb
1088
1041
  - test/unit/hash/test_insert.rb
1089
1042
  - test/unit/hash/test_has_keys.rb
1090
1043
  - test/unit/hash/test_weave.rb
1091
- - test/unit/hash/test_new.rb
1044
+ - test/unit/hash/test_swap.rb
1092
1045
  - test/unit/hash/test_inverse.rb
1093
1046
  - test/unit/hash/test_traverse.rb
1094
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
1095
1051
  - test/unit/integer
1096
- - test/unit/integer/test_multiples.rb
1097
1052
  - test/unit/integer/test_factorial.rb
1098
1053
  - test/unit/integer/test_of.rb
1099
1054
  - test/unit/integer/test_bitmask.rb
1055
+ - test/unit/integer/test_multiple.rb
1100
1056
  - test/unit/kernel
1101
1057
  - test/unit/kernel/test_returning.rb
1102
1058
  - test/unit/kernel/test_callstack.rb
@@ -1114,6 +1070,7 @@ test_files:
1114
1070
  - test/unit/kernel/test_report.rb
1115
1071
  - test/unit/matchdata
1116
1072
  - test/unit/matchdata/test_matchset.rb
1073
+ - test/unit/matchdata/test_match.rb
1117
1074
  - test/unit/module
1118
1075
  - test/unit/module/test_abstract.rb
1119
1076
  - test/unit/module/test_include.rb
@@ -1137,7 +1094,6 @@ test_files:
1137
1094
  - test/unit/string/test_interpolate.rb
1138
1095
  - test/unit/string/test_scan.rb
1139
1096
  - test/unit/string/test_filter.rb
1140
- - test/unit/string/test_format.rb
1141
1097
  - test/unit/string/test_blank.rb
1142
1098
  - test/unit/string/test_partitions.rb
1143
1099
  - test/unit/string/test_stackable.rb
@@ -1152,6 +1108,7 @@ test_files:
1152
1108
  - test/unit/string/test_case.rb
1153
1109
  - test/unit/string/test_natcmp.rb
1154
1110
  - test/unit/string/test_nchar.rb
1111
+ - test/unit/string/test_wrap.rb
1155
1112
  - test/unit/symbol
1156
1113
  - test/unit/symbol/test_shadow.rb
1157
1114
  - test/unit/symbol/test_succ.rb
@@ -1193,6 +1150,7 @@ test_files:
1193
1150
  - test/unit/test_let.rb
1194
1151
  - test/unit/test_linkedlist.rb
1195
1152
  - test/unit/test_lrucache.rb
1153
+ - test/unit/test_keyize.rb
1196
1154
  - test/unit/test_memoize.rb
1197
1155
  - test/unit/test_multipliers.rb
1198
1156
  - test/unit/test_namespace.rb