facets 2.4.5 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (763) hide show
  1. data/AUTHORS +6 -2
  2. data/CHANGES +46 -52
  3. data/MANIFEST +680 -642
  4. data/README +3 -10
  5. data/RELEASE +82 -36
  6. data/VERSION +1 -1
  7. data/doc/archive/{changelog-0.rdoc → CHANGELOG-0.10.30} +0 -0
  8. data/doc/archive/{changelog-1.rdoc → CHANGELOG-1.8.54} +0 -0
  9. data/doc/archive/CHANGELOG-2.4.5 +1654 -0
  10. data/doc/{news → archive}/RELEASE-2.0.5 +0 -0
  11. data/doc/{news → archive}/RELEASE-2.1.0 +0 -0
  12. data/doc/{news → archive}/RELEASE-2.1.1 +0 -0
  13. data/doc/{news → archive}/RELEASE-2.1.2 +0 -0
  14. data/doc/{news → archive}/RELEASE-2.1.3 +0 -0
  15. data/doc/{news → archive}/RELEASE-2.2.0 +0 -0
  16. data/doc/{news → archive}/RELEASE-2.2.1 +0 -0
  17. data/doc/{news → archive}/RELEASE-2.3.0 +0 -0
  18. data/doc/{news → archive}/RELEASE-2.4.0 +0 -0
  19. data/doc/{news → archive}/RELEASE-2.4.1 +0 -0
  20. data/doc/{news → archive}/RELEASE-2.4.2 +0 -0
  21. data/doc/{news → archive}/RELEASE-2.4.3 +0 -0
  22. data/doc/{news → archive}/RELEASE-2.4.4 +0 -0
  23. data/doc/archive/RELEASE-2.4.5 +37 -0
  24. data/doc/{book/history.rdoc → guide/notes.rd} +62 -4
  25. data/doc/log/basic_stats/index.html +39 -0
  26. data/doc/log/bstats/stats.html +39 -0
  27. data/doc/log/changelog.html +141 -0
  28. data/doc/log/changelog.txt +1609 -0
  29. data/doc/log/stats.html +25 -0
  30. data/doc/log/testlog.txt +278 -0
  31. data/doc/rdoc/core/classes/Array.html +158 -147
  32. data/doc/rdoc/core/classes/Binding.html +54 -54
  33. data/doc/rdoc/core/classes/Class.html +59 -57
  34. data/doc/rdoc/core/classes/Comparable.html +67 -76
  35. data/doc/rdoc/core/classes/Dir.html +47 -47
  36. data/doc/rdoc/core/classes/Enumerable.html +232 -192
  37. data/doc/rdoc/core/classes/Exception.html +15 -16
  38. data/doc/rdoc/core/classes/File.html +128 -85
  39. data/doc/rdoc/core/classes/FileTest.html +7 -7
  40. data/doc/rdoc/core/classes/Float.html +16 -14
  41. data/doc/rdoc/core/classes/Functor.html +12 -12
  42. data/doc/rdoc/core/classes/Hash.html +490 -319
  43. data/doc/rdoc/core/classes/Indexable.html +110 -110
  44. data/doc/rdoc/core/classes/InstanceVariables.html +44 -44
  45. data/doc/rdoc/core/classes/Integer.html +122 -116
  46. data/doc/rdoc/core/classes/Kernel.html +415 -401
  47. data/doc/rdoc/core/classes/Lazy/Promise.html +1 -1
  48. data/doc/rdoc/core/classes/MatchData.html +24 -21
  49. data/doc/rdoc/core/classes/Module.html +230 -229
  50. data/doc/rdoc/core/classes/NilClass.html +28 -26
  51. data/doc/rdoc/core/classes/Numeric.html +30 -30
  52. data/doc/rdoc/core/classes/Object.html +8 -8
  53. data/doc/rdoc/core/classes/{Friend.html → ObjectSpace.html} +25 -48
  54. data/doc/rdoc/core/classes/Proc.html +29 -27
  55. data/doc/rdoc/core/classes/Range.html +17 -15
  56. data/doc/rdoc/core/classes/Regexp.html +17 -17
  57. data/doc/rdoc/core/classes/Stackable.html +31 -31
  58. data/doc/rdoc/core/classes/String.html +445 -401
  59. data/doc/rdoc/{more/classes/CLI/NoOptionError.html → core/classes/Struct.html} +24 -21
  60. data/doc/rdoc/core/classes/Symbol.html +73 -65
  61. data/doc/rdoc/core/classes/Time.html +87 -86
  62. data/doc/rdoc/core/classes/TrueClass.html +8 -8
  63. data/doc/rdoc/core/classes/UnboundMethod.html +17 -16
  64. data/doc/rdoc/core/created.rid +1 -1
  65. data/doc/rdoc/core/files/README.html +10 -16
  66. data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +1 -1
  67. data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +1 -1
  68. data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +10 -1
  69. data/doc/rdoc/core/files/lib/core/facets/array/delete_unless_rb.html +92 -0
  70. data/doc/rdoc/core/files/lib/core/facets/array/delete_values_rb.html +92 -0
  71. data/doc/rdoc/core/files/lib/core/facets/array/index_rb.html +1 -1
  72. data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +1 -1
  73. data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +1 -1
  74. data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +1 -1
  75. data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +1 -1
  76. data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +1 -1
  77. data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +1 -1
  78. data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +1 -1
  79. data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +1 -1
  80. data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +1 -1
  81. data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +1 -1
  82. data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +2 -2
  83. data/doc/rdoc/core/files/lib/core/facets/binding/callstack_rb.html +96 -0
  84. data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +1 -1
  85. data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +1 -1
  86. data/doc/rdoc/core/files/lib/core/facets/class/cattr_rb.html +1 -1
  87. data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +1 -1
  88. data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +1 -1
  89. data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +1 -1
  90. data/doc/rdoc/core/files/lib/core/facets/comparable/at_least_rb.html +96 -0
  91. data/doc/rdoc/core/files/lib/core/facets/comparable/at_most_rb.html +96 -0
  92. data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +5 -1
  93. data/doc/rdoc/core/files/lib/core/facets/comparable/cap_rb.html +92 -0
  94. data/doc/rdoc/core/files/lib/core/facets/comparable/clip_rb.html +92 -0
  95. data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +1 -1
  96. data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +1 -1
  97. data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +1 -1
  98. data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +1 -1
  99. data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +1 -1
  100. data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +1 -1
  101. data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +1 -1
  102. data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +1 -1
  103. data/doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html +1 -1
  104. data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +1 -1
  105. data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +1 -1
  106. data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +1 -1
  107. data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +1 -1
  108. data/doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html +1 -1
  109. data/doc/rdoc/core/files/lib/core/facets/enumerable/frequency_rb.html +1 -1
  110. data/doc/rdoc/core/files/lib/core/facets/enumerable/graph_rb.html +96 -0
  111. data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +1 -1
  112. data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +1 -1
  113. data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +1 -1
  114. data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +1 -1
  115. data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +1 -1
  116. data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +1 -1
  117. data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +1 -1
  118. data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +1 -1
  119. data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +1 -1
  120. data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +1 -1
  121. data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +1 -1
  122. data/doc/rdoc/core/files/lib/core/facets/enumerable/take_rb.html +92 -0
  123. data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +1 -1
  124. data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +1 -1
  125. data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +1 -1
  126. data/doc/rdoc/core/files/lib/core/facets/file/append_rb.html +1 -1
  127. data/doc/rdoc/core/files/lib/core/facets/file/create_rb.html +1 -1
  128. data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +1 -1
  129. data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +1 -1
  130. data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +1 -1
  131. data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +1 -1
  132. data/doc/rdoc/core/files/lib/core/facets/file/split_all_rb.html +92 -0
  133. data/doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html +1 -1
  134. data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +1 -1
  135. data/doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html +1 -1
  136. data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +1 -1
  137. data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +1 -1
  138. data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +1 -1
  139. data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +1 -1
  140. data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +1 -1
  141. data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +1 -1
  142. data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +1 -1
  143. data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +1 -1
  144. data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +1 -1
  145. data/doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html +1 -1
  146. data/doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html +1 -1
  147. data/doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html +1 -1
  148. data/doc/rdoc/core/files/lib/core/facets/hash/op_or_rb.html +1 -1
  149. data/doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html +1 -1
  150. data/doc/rdoc/core/files/lib/core/facets/hash/op_sub_rb.html +1 -1
  151. data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +1 -1
  152. data/doc/rdoc/core/files/lib/core/facets/hash/replace_each_rb.html +92 -0
  153. data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +1 -1
  154. data/doc/rdoc/{more/files/lib/more → core/files/lib/core}/facets/hash/stringify_keys_rb.html +1 -1
  155. data/doc/rdoc/{more/files/lib/more → core/files/lib/core}/facets/hash/symbolize_keys_rb.html +2 -2
  156. data/doc/rdoc/core/files/lib/core/facets/hash/to_options_rb.html +96 -0
  157. data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +1 -1
  158. data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +1 -1
  159. data/doc/rdoc/core/files/lib/core/facets/hash/update_each_rb.html +92 -0
  160. data/doc/rdoc/core/files/lib/core/facets/hash/update_keys_rb.html +92 -0
  161. data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +8 -1
  162. data/doc/rdoc/core/files/lib/core/facets/hash/update_values_rb.html +92 -0
  163. data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +1 -1
  164. data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +1 -5
  165. data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +1 -1
  166. data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +1 -1
  167. data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +1 -1
  168. data/doc/rdoc/core/files/lib/core/facets/kernel/__here___rb.html +92 -0
  169. data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +1 -1
  170. data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +1 -1
  171. data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +1 -1
  172. data/doc/rdoc/core/files/lib/core/facets/kernel/callstack_rb.html +92 -0
  173. data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +1 -1
  174. data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +1 -1
  175. data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +1 -1
  176. data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +1 -1
  177. data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +1 -1
  178. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +1 -1
  179. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +1 -1
  180. data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +1 -1
  181. data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +1 -1
  182. data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +1 -1
  183. data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +1 -1
  184. data/doc/rdoc/core/files/lib/core/facets/kernel/qua_class_rb.html +1 -1
  185. data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +1 -1
  186. data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +1 -1
  187. data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +1 -1
  188. data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +1 -1
  189. data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +1 -1
  190. data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +1 -1
  191. data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +1 -1
  192. data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +1 -1
  193. data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +1 -1
  194. data/doc/rdoc/core/files/lib/core/facets/module/alias_accessor_rb.html +1 -1
  195. data/doc/rdoc/core/files/lib/core/facets/module/alias_method_chain_rb.html +1 -1
  196. data/doc/rdoc/core/files/lib/core/facets/module/alias_module_function_rb.html +1 -1
  197. data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +1 -1
  198. data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +1 -1
  199. data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +1 -1
  200. data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +1 -1
  201. data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +1 -1
  202. data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +1 -1
  203. data/doc/rdoc/core/files/lib/core/facets/module/methodize_rb.html +1 -1
  204. data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +1 -1
  205. data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +1 -1
  206. data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +1 -1
  207. data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +1 -1
  208. data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +1 -1
  209. data/doc/rdoc/core/files/lib/core/facets/module/redefine_method_rb.html +1 -1
  210. data/doc/rdoc/core/files/lib/core/facets/module/rename_method_rb.html +1 -1
  211. data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +1 -1
  212. data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +1 -1
  213. data/doc/rdoc/core/files/lib/core/facets/module/wrap_method_rb.html +1 -1
  214. data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +1 -1
  215. data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +1 -1
  216. data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +1 -1
  217. data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +1 -1
  218. data/doc/rdoc/core/files/lib/core/facets/objectspace/classes_rb.html +92 -0
  219. data/doc/rdoc/{more/files/lib/more/facets/dictionarymatcher_rb.html → core/files/lib/core/facets/objectspace_rb.html} +4 -4
  220. data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +1 -1
  221. data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +1 -1
  222. data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +1 -1
  223. data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +1 -1
  224. data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +1 -1
  225. data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +1 -1
  226. data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +1 -1
  227. data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +1 -1
  228. data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +1 -1
  229. data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +1 -1
  230. data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +1 -1
  231. data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +1 -1
  232. data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +1 -1
  233. data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +1 -1
  234. data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +1 -1
  235. data/doc/rdoc/core/files/lib/core/facets/string/compress_lines_rb.html +92 -0
  236. data/doc/rdoc/core/files/lib/core/facets/string/contains_rb.html +92 -0
  237. data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +1 -1
  238. data/doc/rdoc/core/files/lib/core/facets/string/expand_tab_rb.html +92 -0
  239. data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +1 -1
  240. data/doc/rdoc/core/files/lib/core/facets/string/indent_rb.html +92 -0
  241. data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +1 -1
  242. data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +1 -1
  243. data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +1 -1
  244. data/doc/rdoc/core/files/lib/core/facets/string/margin_rb.html +92 -0
  245. data/doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html +1 -1
  246. data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +1 -1
  247. data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +1 -1
  248. data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +1 -1
  249. data/doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html +1 -1
  250. data/doc/rdoc/core/files/lib/core/facets/string/outdent_rb.html +96 -0
  251. data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +1 -1
  252. data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +1 -1
  253. data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +1 -1
  254. data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +1 -1
  255. data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +1 -1
  256. data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +1 -1
  257. data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +8 -1
  258. data/doc/rdoc/core/files/lib/core/facets/string/tabto_rb.html +96 -0
  259. data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +1 -1
  260. data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +1 -1
  261. data/doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html +1 -1
  262. data/doc/rdoc/core/files/lib/core/facets/struct/attributes_rb.html +92 -0
  263. data/doc/rdoc/{more/files/lib/more/facets/bytes_rb.html → core/files/lib/core/facets/struct_rb.html} +4 -4
  264. data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +1 -1
  265. data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +1 -1
  266. data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +1 -1
  267. data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +1 -1
  268. data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +1 -1
  269. data/doc/rdoc/core/files/lib/core/facets/time/advance_rb.html +1 -1
  270. data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +1 -1
  271. data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +1 -1
  272. data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +1 -1
  273. data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +1 -1
  274. data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +1 -1
  275. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +1 -1
  276. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +1 -1
  277. data/doc/rdoc/core/fr_class_index.html +2 -1
  278. data/doc/rdoc/core/fr_file_index.html +30 -1
  279. data/doc/rdoc/core/fr_method_index.html +430 -423
  280. data/doc/rdoc/lore/classes/Date.html +6 -5
  281. data/doc/rdoc/{more/classes/CLI/Command/UniversalOptions.html → lore/classes/Enumerable.html} +7 -9
  282. data/doc/rdoc/lore/classes/Enumerable/Enumerator.html +147 -0
  283. data/doc/rdoc/lore/classes/OpenStruct.html +13 -15
  284. data/doc/rdoc/lore/created.rid +1 -1
  285. data/doc/rdoc/lore/files/README.html +10 -16
  286. data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +1 -1
  287. data/doc/rdoc/lore/files/lib/lore/facets/enumerator_rb.html +111 -0
  288. data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +1 -1
  289. data/doc/rdoc/lore/fr_class_index.html +2 -0
  290. data/doc/rdoc/lore/fr_file_index.html +1 -0
  291. data/doc/rdoc/lore/fr_method_index.html +13 -12
  292. data/doc/rdoc/more/classes/ANSICode.html +66 -66
  293. data/doc/rdoc/more/classes/Advisable.html +37 -37
  294. data/doc/rdoc/more/classes/Advisable/Method.html +20 -20
  295. data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +27 -27
  296. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +28 -28
  297. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +19 -19
  298. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +31 -31
  299. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +33 -33
  300. data/doc/rdoc/more/classes/Argvector.html +76 -76
  301. data/doc/rdoc/more/classes/Association.html +28 -28
  302. data/doc/rdoc/more/classes/Association/Kernel.html +8 -8
  303. data/doc/rdoc/more/classes/Autoarray.html +12 -12
  304. data/doc/rdoc/more/classes/BBCode.html +34 -34
  305. data/doc/rdoc/more/classes/BaseX.html +16 -16
  306. data/doc/rdoc/more/classes/BiCrypt.html +67 -67
  307. data/doc/rdoc/more/classes/BinReadable.html +85 -85
  308. data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +25 -25
  309. data/doc/rdoc/more/classes/Binding.html +8 -8
  310. data/doc/rdoc/more/classes/BlankSlate.html +5 -5
  311. data/doc/rdoc/more/classes/Buildable.html +4 -4
  312. data/doc/rdoc/more/classes/BuildingBlock.html +32 -32
  313. data/doc/rdoc/more/classes/Capsule.html +41 -41
  314. data/doc/rdoc/more/classes/Cloneable.html +4 -4
  315. data/doc/rdoc/more/classes/ConsoleUtils.html +22 -22
  316. data/doc/rdoc/more/classes/Coroutine.html +28 -28
  317. data/doc/rdoc/more/classes/Crypt.html +16 -16
  318. data/doc/rdoc/more/classes/CssFilter.html +45 -45
  319. data/doc/rdoc/more/classes/CssTree.html +8 -8
  320. data/doc/rdoc/more/classes/Dictionary.html +228 -228
  321. data/doc/rdoc/more/classes/Downloader.html +56 -56
  322. data/doc/rdoc/more/classes/Duration.html +369 -445
  323. data/doc/rdoc/more/classes/Duration/Numeric.html +389 -0
  324. data/doc/rdoc/more/classes/{CLI/NoCommandError.html → Duration/Time.html} +30 -17
  325. data/doc/rdoc/more/classes/Enumerable.html +114 -51
  326. data/doc/rdoc/more/classes/Enumerable/Elementor.html +16 -16
  327. data/doc/rdoc/more/classes/Enumerable/Enumerator.html +4 -4
  328. data/doc/rdoc/more/classes/Enumerable/Filterable.html +246 -0
  329. data/doc/rdoc/more/classes/EnumerablePass.html +17 -17
  330. data/doc/rdoc/more/classes/{RecursiveDependency.html → Enumerator.html} +7 -4
  331. data/doc/rdoc/more/classes/{CLI.html → Enumerator/Filter.html} +22 -26
  332. data/doc/rdoc/more/classes/Equatable.html +16 -16
  333. data/doc/rdoc/more/classes/Expirable.html +17 -17
  334. data/doc/rdoc/more/classes/FileList.html +125 -125
  335. data/doc/rdoc/more/classes/Fileable.html +14 -14
  336. data/doc/rdoc/more/classes/Fileable/DSL.html +41 -41
  337. data/doc/rdoc/more/classes/Hash.html +16 -162
  338. data/doc/rdoc/more/classes/Hash2Xml.html +4 -4
  339. data/doc/rdoc/more/classes/HtmlFilter.html +9 -9
  340. data/doc/rdoc/more/classes/IORedirect.html +19 -19
  341. data/doc/rdoc/more/classes/InfinityClass.html +36 -36
  342. data/doc/rdoc/more/classes/InfinityClass/Numeric.html +23 -23
  343. data/doc/rdoc/more/classes/Ini.html +37 -37
  344. data/doc/rdoc/more/classes/Instantiable.html +9 -9
  345. data/doc/rdoc/more/classes/Instantize.html +8 -8
  346. data/doc/rdoc/more/classes/Interval.html +187 -187
  347. data/doc/rdoc/more/classes/It.html +12 -12
  348. data/doc/rdoc/more/classes/LRUCache.html +38 -38
  349. data/doc/rdoc/more/classes/LinkedList.html +68 -68
  350. data/doc/rdoc/more/classes/LinkedList/Node.html +4 -4
  351. data/doc/rdoc/more/classes/{DictionaryMatcher.html → Matcher.html} +66 -68
  352. data/doc/rdoc/more/classes/{DictionaryMatcher → Matcher}/MatchData.html +8 -8
  353. data/doc/rdoc/more/classes/{CacheDecorator.html → Memoizer.html} +64 -46
  354. data/doc/rdoc/more/classes/Module.html +182 -361
  355. data/doc/rdoc/more/classes/Multiton.html +12 -12
  356. data/doc/rdoc/more/classes/Multiton/MetaMethods.html +28 -28
  357. data/doc/rdoc/more/classes/Net/SMTP.html +8 -8
  358. data/doc/rdoc/more/classes/NullClass.html +24 -24
  359. data/doc/rdoc/more/classes/Numeric/Multipliers.html +456 -0
  360. data/doc/rdoc/more/classes/ObjectReflection.html +12 -12
  361. data/doc/rdoc/more/classes/OpEsc.html +8 -7
  362. data/doc/rdoc/more/classes/OpenCascade.html +4 -4
  363. data/doc/rdoc/more/classes/OpenCollection.html +8 -8
  364. data/doc/rdoc/more/classes/OpenHash.html +9 -9
  365. data/doc/rdoc/more/classes/{EventHook.html → OpenModule.html} +24 -63
  366. data/doc/rdoc/more/classes/OpenObject.html +95 -95
  367. data/doc/rdoc/more/classes/OpenStructable.html +326 -0
  368. data/doc/rdoc/more/classes/PQueue.html +84 -84
  369. data/doc/rdoc/more/classes/Paramix.html +11 -11
  370. data/doc/rdoc/more/classes/Paramix/Delegator.html +16 -16
  371. data/doc/rdoc/more/classes/PathList.html +8 -8
  372. data/doc/rdoc/more/classes/PathList/Finder.html +8 -8
  373. data/doc/rdoc/more/classes/Platform.html +46 -46
  374. data/doc/rdoc/more/classes/Pool.html +18 -18
  375. data/doc/rdoc/more/classes/Proc.html +9 -9
  376. data/doc/rdoc/more/classes/ProgressBar.html +52 -52
  377. data/doc/rdoc/more/classes/Prototype.html +28 -28
  378. data/doc/rdoc/more/classes/RWDelegator.html +16 -16
  379. data/doc/rdoc/more/classes/Random.html +5 -5
  380. data/doc/rdoc/more/classes/Random/Array.html +37 -37
  381. data/doc/rdoc/more/classes/Random/Hash.html +52 -52
  382. data/doc/rdoc/more/classes/Random/Object.html +4 -4
  383. data/doc/rdoc/more/classes/Random/String.html +34 -34
  384. data/doc/rdoc/more/classes/Random/String/Self.html +9 -9
  385. data/doc/rdoc/more/classes/Recorder.html +16 -16
  386. data/doc/rdoc/more/classes/Reference.html +19 -19
  387. data/doc/rdoc/more/classes/Registerable.html +13 -13
  388. data/doc/rdoc/more/classes/Semaphore.html +36 -36
  389. data/doc/rdoc/more/classes/Settings.html +28 -28
  390. data/doc/rdoc/more/classes/Settings/Setting.html +13 -13
  391. data/doc/rdoc/more/classes/Settings/SettingCollection.html +4 -4
  392. data/doc/rdoc/more/classes/SimpleStringIO.html +8 -8
  393. data/doc/rdoc/more/classes/Snapshot.html +16 -16
  394. data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +12 -12
  395. data/doc/rdoc/more/classes/SparseArray.html +1397 -0
  396. data/doc/rdoc/more/classes/Stash.html +232 -0
  397. data/doc/rdoc/more/classes/String/Mask.html +72 -72
  398. data/doc/rdoc/more/classes/String/Words.html +49 -49
  399. data/doc/rdoc/more/classes/Struct.html +8 -8
  400. data/doc/rdoc/more/classes/SyncArray.html +4 -4
  401. data/doc/rdoc/more/classes/SyncHash.html +4 -4
  402. data/doc/rdoc/more/classes/SyncHash/Delegator.html +28 -28
  403. data/doc/rdoc/more/classes/SyncHash/Inheritor.html +28 -28
  404. data/doc/rdoc/more/classes/System.html +253 -253
  405. data/doc/rdoc/more/classes/Timer.html +48 -48
  406. data/doc/rdoc/more/classes/Timer/Dummy.html +9 -9
  407. data/doc/rdoc/more/classes/TracePoint.html +58 -58
  408. data/doc/rdoc/more/classes/Tuple.html +170 -170
  409. data/doc/rdoc/more/classes/TypeCast/Class.html +4 -4
  410. data/doc/rdoc/more/classes/TypeCast/Object.html +4 -4
  411. data/doc/rdoc/more/classes/Uninheritable.html +6 -6
  412. data/doc/rdoc/more/classes/VersionNumber.html +57 -57
  413. data/doc/rdoc/more/classes/XOXO.html +9 -9
  414. data/doc/rdoc/more/classes/ZipUtils.html +251 -118
  415. data/doc/rdoc/more/classes/ZipUtils/DryRun.html +203 -35
  416. data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +203 -35
  417. data/doc/rdoc/more/classes/ZipUtils/Verbose.html +173 -35
  418. data/doc/rdoc/more/created.rid +1 -1
  419. data/doc/rdoc/more/files/README.html +10 -16
  420. data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +1 -1
  421. data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +1 -1
  422. data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +1 -18
  423. data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +1 -1
  424. data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +1 -41
  425. data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +2 -1
  426. data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +2 -1
  427. data/doc/rdoc/more/files/lib/more/facets/{fileshell_rb.html → filter_rb.html} +6 -5
  428. data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +3 -28
  429. data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +1 -1
  430. data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +1 -1
  431. data/doc/rdoc/more/files/lib/more/facets/matcher_rb.html +97 -0
  432. data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +7 -4
  433. data/doc/rdoc/more/files/lib/more/facets/{cachedecorator_rb.html → memoizer_rb.html} +23 -49
  434. data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +2 -18
  435. data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +1 -1
  436. data/doc/rdoc/{core/files/lib/core/facets/callstack_rb.html → more/files/lib/more/facets/openmodule_rb.html} +4 -4
  437. data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +1 -1
  438. data/doc/rdoc/more/files/lib/more/facets/ostructable_rb.html +92 -0
  439. data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +1 -1
  440. data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +2 -2
  441. data/doc/rdoc/more/files/lib/more/facets/sparse_array_rb.html +92 -0
  442. data/doc/rdoc/more/files/lib/more/facets/stash_rb.html +166 -0
  443. data/doc/rdoc/more/files/lib/more/facets/string/words_rb.html +1 -1
  444. data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +1 -1
  445. data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +1 -1
  446. data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +6 -34
  447. data/doc/rdoc/more/fr_class_index.html +13 -17
  448. data/doc/rdoc/more/fr_file_index.html +7 -15
  449. data/doc/rdoc/more/fr_method_index.html +1079 -1003
  450. data/doc/rdoc/more/index.html +1 -1
  451. data/lib/core/facets/array/conjoin.rb +1 -1
  452. data/lib/core/facets/array/delete.rb +3 -60
  453. data/lib/core/facets/array/delete_unless.rb +15 -0
  454. data/lib/core/facets/array/delete_values.rb +50 -0
  455. data/lib/core/facets/array/index.rb +0 -26
  456. data/lib/core/facets/array/indexable.rb +2 -2
  457. data/lib/core/facets/array/merge.rb +1 -1
  458. data/lib/core/facets/array/only.rb +1 -2
  459. data/lib/core/facets/array/pad.rb +2 -2
  460. data/lib/core/facets/array/permutation.rb +1 -1
  461. data/lib/core/facets/array/product.rb +2 -2
  462. data/lib/core/facets/array/rotate.rb +2 -4
  463. data/lib/core/facets/array/select.rb +1 -1
  464. data/lib/core/facets/array/splice.rb +1 -1
  465. data/lib/core/facets/array/stackable.rb +2 -2
  466. data/lib/core/facets/binding/caller.rb +2 -7
  467. data/lib/core/facets/binding/callstack.rb +1 -0
  468. data/lib/core/facets/binding/defined.rb +0 -1
  469. data/lib/core/facets/bitmask.rb +6 -9
  470. data/lib/core/facets/class/cattr.rb +6 -9
  471. data/lib/core/facets/class/descendents.rb +0 -2
  472. data/lib/core/facets/class/prepend.rb +3 -4
  473. data/lib/core/facets/class/to_proc.rb +0 -20
  474. data/lib/core/facets/comparable/at_least.rb +1 -0
  475. data/lib/core/facets/comparable/at_most.rb +1 -0
  476. data/lib/core/facets/comparable/bound.rb +1 -65
  477. data/lib/core/facets/comparable/cap.rb +34 -0
  478. data/lib/core/facets/comparable/clip.rb +38 -0
  479. data/lib/core/facets/comparable/cmp.rb +3 -3
  480. data/lib/core/facets/comparable/comparable.rb +1 -1
  481. data/lib/core/facets/dir/ascend.rb +2 -5
  482. data/lib/core/facets/dir/multiglob.rb +0 -2
  483. data/lib/core/facets/dir/recurse.rb +1 -2
  484. data/lib/core/facets/enumerable/accumulate.rb +2 -0
  485. data/lib/core/facets/enumerable/cluster_by.rb +1 -1
  486. data/lib/core/facets/enumerable/collect.rb +2 -2
  487. data/lib/core/facets/enumerable/commonality.rb +1 -1
  488. data/lib/core/facets/enumerable/count.rb +1 -1
  489. data/lib/core/facets/enumerable/divide.rb +1 -1
  490. data/lib/core/facets/enumerable/duplicates.rb +2 -2
  491. data/lib/core/facets/enumerable/each_by.rb +1 -1
  492. data/lib/core/facets/enumerable/entropy.rb +2 -2
  493. data/lib/core/facets/enumerable/frequency.rb +1 -1
  494. data/lib/core/facets/enumerable/graph.rb +1 -0
  495. data/lib/core/facets/enumerable/group_by.rb +1 -1
  496. data/lib/core/facets/enumerable/inject.rb +2 -3
  497. data/lib/core/facets/enumerable/map_send.rb +15 -3
  498. data/lib/core/facets/enumerable/mash.rb +4 -5
  499. data/lib/core/facets/enumerable/mode.rb +1 -1
  500. data/lib/core/facets/enumerable/modulate.rb +2 -2
  501. data/lib/core/facets/enumerable/none.rb +1 -1
  502. data/lib/core/facets/enumerable/occur.rb +0 -2
  503. data/lib/core/facets/enumerable/one.rb +1 -1
  504. data/lib/core/facets/enumerable/probability.rb +1 -1
  505. data/lib/core/facets/enumerable/sum.rb +1 -1
  506. data/lib/core/facets/enumerable/take.rb +20 -0
  507. data/lib/core/facets/enumerable/uniq_by.rb +0 -2
  508. data/lib/core/facets/exception/detail.rb +1 -1
  509. data/lib/core/facets/exception/suppress.rb +1 -2
  510. data/lib/core/facets/file/append.rb +1 -1
  511. data/lib/core/facets/file/create.rb +1 -1
  512. data/lib/core/facets/file/null.rb +1 -1
  513. data/lib/core/facets/file/read.rb +3 -3
  514. data/lib/core/facets/file/rewrite.rb +1 -1
  515. data/lib/core/facets/file/rootname.rb +1 -1
  516. data/lib/core/facets/file/split_all.rb +19 -0
  517. data/lib/core/facets/file/split_root.rb +3 -0
  518. data/lib/core/facets/file/write.rb +1 -1
  519. data/lib/core/facets/file/writelines.rb +1 -2
  520. data/lib/core/facets/filetest/root.rb +1 -1
  521. data/lib/core/facets/hash/alias.rb +1 -1
  522. data/lib/core/facets/hash/autonew.rb +1 -17
  523. data/lib/core/facets/hash/collate.rb +1 -1
  524. data/lib/core/facets/hash/delete.rb +3 -3
  525. data/lib/core/facets/hash/insert.rb +1 -1
  526. data/lib/core/facets/hash/inverse.rb +1 -1
  527. data/lib/core/facets/hash/join.rb +1 -1
  528. data/lib/core/facets/hash/keys.rb +3 -3
  529. data/lib/core/facets/hash/op_add.rb +1 -1
  530. data/lib/core/facets/hash/op_and.rb +1 -1
  531. data/lib/core/facets/hash/op_mul.rb +1 -1
  532. data/lib/core/facets/hash/op_or.rb +1 -1
  533. data/lib/core/facets/hash/op_push.rb +1 -1
  534. data/lib/core/facets/hash/op_sub.rb +1 -1
  535. data/lib/core/facets/hash/rekey.rb +11 -7
  536. data/lib/core/facets/hash/replace_each.rb +16 -0
  537. data/lib/core/facets/hash/select.rb +1 -2
  538. data/lib/{more → core}/facets/hash/stringify_keys.rb +0 -0
  539. data/lib/core/facets/hash/symbolize_keys.rb +94 -0
  540. data/lib/core/facets/hash/to_options.rb +1 -0
  541. data/lib/core/facets/hash/to_struct.rb +1 -1
  542. data/lib/core/facets/hash/traverse.rb +2 -2
  543. data/lib/core/facets/hash/update.rb +5 -80
  544. data/lib/core/facets/hash/update_each.rb +18 -0
  545. data/lib/core/facets/hash/update_keys.rb +20 -0
  546. data/lib/core/facets/hash/update_values.rb +20 -0
  547. data/lib/core/facets/hash/weave.rb +1 -1
  548. data/lib/core/facets/hash/zipnew.rb +17 -1
  549. data/lib/core/facets/integer/factorial.rb +1 -1
  550. data/lib/core/facets/integer/multiple.rb +1 -1
  551. data/lib/core/facets/integer/odd.rb +2 -2
  552. data/lib/core/facets/kernel/__here__.rb +8 -0
  553. data/lib/core/facets/kernel/as.rb +2 -2
  554. data/lib/core/facets/kernel/attr_singleton.rb +5 -5
  555. data/lib/core/facets/{callstack.rb → kernel/callstack.rb} +1 -1
  556. data/lib/core/facets/kernel/complete.rb +1 -1
  557. data/lib/core/facets/kernel/constant.rb +1 -1
  558. data/lib/core/facets/kernel/d.rb +1 -5
  559. data/lib/core/facets/kernel/demo.rb +2 -2
  560. data/lib/core/facets/kernel/ergo.rb +2 -2
  561. data/lib/core/facets/kernel/instance_class.rb +1 -1
  562. data/lib/core/facets/kernel/instance_variables.rb +2 -4
  563. data/lib/core/facets/kernel/not_nil.rb +1 -1
  564. data/lib/core/facets/kernel/object_send.rb +1 -1
  565. data/lib/core/facets/kernel/p.rb +1 -1
  566. data/lib/core/facets/kernel/populate.rb +2 -2
  567. data/lib/core/facets/kernel/qua_class.rb +2 -2
  568. data/lib/core/facets/kernel/resc.rb +1 -1
  569. data/lib/core/facets/kernel/respond.rb +1 -1
  570. data/lib/core/facets/kernel/returning.rb +1 -1
  571. data/lib/core/facets/kernel/silence.rb +4 -4
  572. data/lib/core/facets/kernel/try.rb +5 -3
  573. data/lib/core/facets/matchdata/match.rb +1 -1
  574. data/lib/core/facets/matchdata/matchset.rb +2 -2
  575. data/lib/core/facets/metaid.rb +5 -5
  576. data/lib/core/facets/module/abstract.rb +1 -1
  577. data/lib/core/facets/module/alias_accessor.rb +3 -3
  578. data/lib/core/facets/module/alias_method_chain.rb +1 -2
  579. data/lib/core/facets/module/alias_module_function.rb +1 -1
  580. data/lib/core/facets/module/ancestor.rb +1 -1
  581. data/lib/core/facets/module/basename.rb +1 -1
  582. data/lib/core/facets/module/conflict.rb +1 -2
  583. data/lib/core/facets/module/include_function_module.rb +1 -1
  584. data/lib/core/facets/module/instance_methods.rb +4 -6
  585. data/lib/core/facets/module/is.rb +2 -2
  586. data/lib/core/facets/module/modspace.rb +1 -1
  587. data/lib/core/facets/module/module_load.rb +2 -2
  588. data/lib/core/facets/module/nesting.rb +1 -1
  589. data/lib/core/facets/module/op.rb +3 -6
  590. data/lib/core/facets/module/prepend.rb +1 -1
  591. data/lib/core/facets/module/redefine_method.rb +1 -1
  592. data/lib/core/facets/module/rename_method.rb +1 -1
  593. data/lib/core/facets/module/revise.rb +2 -2
  594. data/lib/core/facets/module/spacename.rb +1 -1
  595. data/lib/core/facets/module/wrap_method.rb +1 -1
  596. data/lib/core/facets/nilclass/to_f.rb +1 -1
  597. data/lib/core/facets/numeric/approx.rb +1 -1
  598. data/lib/core/facets/numeric/distance.rb +1 -1
  599. data/lib/core/facets/numeric/round.rb +3 -6
  600. data/lib/core/facets/objectspace.rb +6 -0
  601. data/lib/core/facets/objectspace/classes.rb +11 -0
  602. data/lib/core/facets/proc/bind.rb +1 -1
  603. data/lib/core/facets/proc/compose.rb +2 -2
  604. data/lib/core/facets/proc/to_method.rb +1 -1
  605. data/lib/core/facets/proc/update.rb +1 -1
  606. data/lib/core/facets/range/combine.rb +2 -2
  607. data/lib/core/facets/range/overlap.rb +1 -2
  608. data/lib/core/facets/range/within.rb +2 -4
  609. data/lib/core/facets/regexp/arity.rb +1 -1
  610. data/lib/core/facets/string/align.rb +3 -3
  611. data/lib/core/facets/string/bracket.rb +6 -6
  612. data/lib/core/facets/string/camelcase.rb +1 -1
  613. data/lib/core/facets/string/capitalized.rb +3 -3
  614. data/lib/core/facets/string/chars.rb +1 -1
  615. data/lib/core/facets/string/chomp.rb +2 -2
  616. data/lib/core/facets/string/cleave.rb +1 -1
  617. data/lib/core/facets/string/compress_lines.rb +17 -0
  618. data/lib/core/facets/string/contains.rb +7 -0
  619. data/lib/core/facets/string/divide.rb +1 -1
  620. data/lib/core/facets/string/expand_tab.rb +35 -0
  621. data/lib/core/facets/string/fold.rb +1 -1
  622. data/lib/core/facets/string/indent.rb +25 -0
  623. data/lib/core/facets/string/interpolate.rb +1 -1
  624. data/lib/core/facets/string/line_wrap.rb +1 -1
  625. data/lib/core/facets/string/lines.rb +1 -2
  626. data/lib/core/facets/string/margin.rb +30 -0
  627. data/lib/core/facets/string/methodize.rb +1 -1
  628. data/lib/core/facets/string/mscan.rb +1 -1
  629. data/lib/core/facets/string/natcmp.rb +1 -2
  630. data/lib/core/facets/string/nchar.rb +0 -2
  631. data/lib/core/facets/string/op_sub.rb +1 -1
  632. data/lib/core/facets/string/outdent.rb +1 -0
  633. data/lib/core/facets/string/range.rb +4 -5
  634. data/lib/core/facets/string/rewrite.rb +1 -1
  635. data/lib/core/facets/string/shatter.rb +1 -1
  636. data/lib/core/facets/string/snakecase.rb +1 -1
  637. data/lib/core/facets/string/splice.rb +2 -2
  638. data/lib/core/facets/string/start_with.rb +2 -4
  639. data/lib/core/facets/string/tab.rb +9 -92
  640. data/lib/core/facets/string/tabto.rb +19 -0
  641. data/lib/core/facets/string/titlecase.rb +1 -1
  642. data/lib/core/facets/string/to_re.rb +2 -2
  643. data/lib/core/facets/string/word_wrap.rb +2 -4
  644. data/lib/core/facets/struct.rb +6 -0
  645. data/lib/core/facets/struct/attributes.rb +11 -0
  646. data/lib/core/facets/symbol/chomp.rb +2 -2
  647. data/lib/core/facets/symbol/generate.rb +1 -1
  648. data/lib/core/facets/symbol/not.rb +2 -2
  649. data/lib/core/facets/symbol/succ.rb +1 -1
  650. data/lib/core/facets/symbol/to_proc.rb +2 -3
  651. data/lib/core/facets/time/advance.rb +2 -1
  652. data/lib/core/facets/time/elapse.rb +1 -1
  653. data/lib/core/facets/time/hence.rb +16 -13
  654. data/lib/core/facets/time/stamp.rb +2 -2
  655. data/lib/core/facets/to_hash.rb +1 -1
  656. data/lib/core/facets/unboundmethod/arguments.rb +1 -1
  657. data/lib/core/facets/unboundmethod/name.rb +1 -1
  658. data/lib/lore/facets/date.rb +2 -2
  659. data/lib/lore/facets/enumerator.rb +67 -0
  660. data/lib/lore/facets/ostruct.rb +3 -7
  661. data/lib/more/facets/attr.rb +10 -9
  662. data/lib/more/facets/consoleutils.rb +1 -15
  663. data/lib/more/facets/dependency.rb +1 -1
  664. data/lib/more/facets/duration.rb +271 -525
  665. data/lib/more/facets/filter.rb +121 -0
  666. data/lib/more/facets/inheritor.rb +37 -58
  667. data/lib/more/facets/iteration.rb +1 -1
  668. data/lib/more/facets/kernel/meta.rb +1 -1
  669. data/lib/more/facets/{dictionarymatcher.rb → matcher.rb} +15 -11
  670. data/lib/more/facets/memoize.rb +9 -12
  671. data/lib/more/facets/memoizer.rb +74 -0
  672. data/lib/more/facets/multipliers.rb +54 -66
  673. data/lib/more/facets/nilstatus.rb +3 -2
  674. data/lib/more/facets/openmodule.rb +15 -0
  675. data/lib/more/facets/opesc.rb +1 -1
  676. data/lib/more/facets/ostructable.rb +212 -0
  677. data/lib/more/facets/pathlist.rb +1 -0
  678. data/lib/more/facets/sparse_array.rb +809 -0
  679. data/lib/more/facets/stash.rb +66 -0
  680. data/lib/more/facets/string/words.rb +8 -11
  681. data/lib/more/facets/succ.rb +3 -3
  682. data/lib/more/facets/thread.rb +2 -2
  683. data/lib/more/facets/ziputils.rb +238 -97
  684. data/test/core/array/test_index.rb +17 -0
  685. data/test/core/class/test_cattr.rb +1 -1
  686. data/test/core/class/test_to_proc.rb +13 -0
  687. data/test/core/comparable/test_cap.rb +25 -0
  688. data/test/core/comparable/{test_bound.rb → test_clip.rb} +1 -20
  689. data/test/core/file/test_split_all.rb +32 -0
  690. data/test/core/hash/test_op_mul.rb +1 -1
  691. data/test/core/hash/test_op_push.rb +7 -0
  692. data/test/core/hash/test_replace_each.rb +14 -0
  693. data/test/core/hash/test_update_each.rb +13 -0
  694. data/test/core/hash/test_update_keys.rb +18 -0
  695. data/test/core/hash/test_update_values.rb +12 -0
  696. data/test/core/kernel/test_callstack.rb +1 -1
  697. data/test/core/string/test_indent.rb +13 -0
  698. data/test/core/string/test_margin.rb +100 -0
  699. data/test/core/string/test_outdent.rb +65 -0
  700. data/test/core/string/test_tab.rb +1 -162
  701. data/test/core/string/test_tabto.rb +13 -0
  702. data/test/{more → core}/test_metaid.rb +8 -8
  703. data/test/core/time/test_hence.rb +118 -4
  704. data/test/core/unboundmethod/test_name.rb +1 -1
  705. data/test/more/{test_arguments.rb → test_argvector.rb} +8 -12
  706. data/test/more/test_filter.rb +87 -0
  707. data/test/more/test_memoize.rb +11 -9
  708. data/test/more/test_sparsearray.rb +279 -0
  709. metadata +741 -725
  710. data/demo/bench/bench_load.rb +0 -56
  711. data/demo/bench/enumerable/bench_collect.rb +0 -84
  712. data/demo/bench/enumerable/bench_count.rb +0 -58
  713. data/demo/bench/general/bench_calls.rb +0 -74
  714. data/demo/bench/general/bench_includes.rb +0 -25
  715. data/demo/bench/general/bench_methods.rb +0 -17
  716. data/demo/bench/general/bench_pathname.rb +0 -24
  717. data/demo/bench/general/bench_range.rb +0 -64
  718. data/demo/bench/general/bench_return.rb +0 -56
  719. data/demo/bench/general/bench_yeild.rb +0 -75
  720. data/demo/bench/general/comment_loading/bench.rb +0 -46
  721. data/demo/bench/general/comment_loading/comments_begin.rb +0 -109
  722. data/demo/bench/general/comment_loading/comments_end.rb +0 -127
  723. data/demo/bench/general/comment_loading/comments_none.rb +0 -1
  724. data/demo/bench/general/comment_loading/comments_sharp.rb +0 -125
  725. data/demo/bench/integer/bench_factorial.rb +0 -31
  726. data/demo/sample/annotations/annotations1.rb +0 -22
  727. data/demo/sample/ansicolor/cdiff.rb +0 -20
  728. data/demo/sample/ansicolor/example.rb +0 -82
  729. data/doc/book/notes.rdoc +0 -9
  730. data/doc/rdoc/more/classes/BigDuration.html +0 -323
  731. data/doc/rdoc/more/classes/CLI/Arguments.html +0 -488
  732. data/doc/rdoc/more/classes/CLI/Command.html +0 -316
  733. data/doc/rdoc/more/classes/Chain.html +0 -206
  734. data/doc/rdoc/more/classes/FileShell.html +0 -743
  735. data/doc/rdoc/more/classes/TagIterator.html +0 -581
  736. data/doc/rdoc/more/classes/UploadUtils.html +0 -497
  737. data/doc/rdoc/more/classes/Weekdays.html +0 -218
  738. data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +0 -180
  739. data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +0 -142
  740. data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +0 -125
  741. data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +0 -114
  742. data/doc/rdoc/more/files/lib/more/facets/command_rb.html +0 -170
  743. data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +0 -141
  744. data/doc/rdoc/more/files/lib/more/facets/tagiterator_rb.html +0 -111
  745. data/doc/rdoc/more/files/lib/more/facets/times_rb.html +0 -163
  746. data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +0 -176
  747. data/lib/more/facets/annotations.rb +0 -302
  748. data/lib/more/facets/arguments.rb +0 -365
  749. data/lib/more/facets/bytes.rb +0 -175
  750. data/lib/more/facets/cachedecorator.rb +0 -117
  751. data/lib/more/facets/chain.rb +0 -58
  752. data/lib/more/facets/command.rb +0 -439
  753. data/lib/more/facets/eventhook.rb +0 -132
  754. data/lib/more/facets/fileshell.rb +0 -202
  755. data/lib/more/facets/hash/symbolize_keys.rb +0 -94
  756. data/lib/more/facets/tagiter.rb +0 -366
  757. data/lib/more/facets/times.rb +0 -431
  758. data/lib/more/facets/uploadutils.rb +0 -464
  759. data/test/core/hash/test_update.rb +0 -46
  760. data/test/more/test_annotations.rb +0 -120
  761. data/test/more/test_bytes.rb +0 -71
  762. data/test/more/test_command.rb +0 -69
  763. data/test/more/test_times.rb +0 -89
data/AUTHORS CHANGED
@@ -9,11 +9,14 @@
9
9
  The following developers have recently contributed to the development of Facets.
10
10
  They are held in the highest regard for their efforts.
11
11
 
12
+ * Tyler Rick Fixed bug in Time#hence and #ago.
13
+ * Brian Candler Provided Enumerator::Filter.
14
+ * Jeena Paradies Provided INI implementation.
12
15
  * Robert Klemme Fix for Enumerable#mode.
13
16
  * Daniel Schierbeck Speed imporvements to odd? and even?
14
17
  * Ken Bloom For DictionaryMatcher class (class might be renamed in future).
15
- * Matthew Harris Incorporated very useful Duration class.
16
- * Noah Gibbs Completed port from Extensions project.
18
+ * Matthew Harris Incorporated very useful Duration class.
19
+ * Noah Gibbs Completed port from Extensions project.
17
20
 
18
21
  == Recent Bug Reports
19
22
 
@@ -34,6 +37,7 @@ All of their hard work is greatly appreciated.
34
37
 
35
38
  * Thibaut Barrère
36
39
  * Daniel J. Berger
40
+ * Rich Bradley
37
41
  * Paul Brannan
38
42
  * Mikael Brockman
39
43
  * Jamis Buck
data/CHANGES CHANGED
@@ -1,56 +1,50 @@
1
- == 2.4.5 / 2008-10-03
2
-
3
- * 6 Major Enhancements
4
-
5
- * Re-added date.rb to lore library, and removed from core. (#r1014)
6
- * Much improved date.rb extension now in Lore library. (#r1027)
7
- * Deprecated kernel/suppress. Use Exception.suppress from now on. (#r1040)
8
- * Deprecates string/style.rb. Use English project instead. (#r1074)
9
- * Console namespace is no longer supported (for Ansicode). (#r1077)
10
- * enumerable/mode.rb, Enumerable#mode now returns array since there can be more than one. (#r1079)
11
-
12
- * 11 Minor Enhancements
13
-
14
- * Moved variablize methods out of metaid.rb and into separate files (string/ and symbol/). (#r1042)
15
- * Added Time#advance. (#r1046)
16
- * OpenCascade automatically creates nodes, use foo? to query. (#r1056)
17
- * Speed up of Integer odd/even methods. (#r1057)
18
- * Array#index now takes a block (this is a core override). (#r1059)
19
- * Spilt file/write.rb into separate method files (append, create, writelines). (#r1073)
20
- * Modified Enumerable#split to behave like String#split. (#r1076)
21
- * integer/odd.rb, fixed Ruby 1.9 condition. (#r1080)
22
- * hash/op.rb, split into separate method files. (#r1081)
23
- * Added string/modulize. string/methodize handles path names now too. (#r1085)
24
- * Class#cattr is now part of core. (#r1089)
25
-
26
- * 2 Bug Fixes
27
-
28
- * OpenStruct#to_h dups internal table. (#r1015)
29
- * Fixed require of string/xor in bicrypt.rb. (#r1039)
30
-
31
-
32
- == 2.4.4 / 2008-09-01
1
+ == 2.5.0 / 2008-11-23
33
2
 
34
3
  * 4 Major Enhancements
35
4
 
36
- * Added string/mask providing powerful string manipulation. (#r997)
37
- * BasicObject is now just a synonm for BlankSlate unless Ruby 1.9. (#r1000)
38
- * Added Symbol#plain?, Symbol#query? and Symbol#setter? (#r1011)
39
- * Removed Time#to_date.
40
- * Due to clobberd RI Docs (!) this should have been in Lore lib date.rb
41
- * Moved to Lore date.rb. (#r1012)
42
-
43
- * 6 Minor Enhancements
44
-
45
- * Moved style.rb to string/stylize.rb (#r998)
46
- * Renamed string/subtract to string/op_sub.
47
- Old name will remain for time being for compatability. (#r1002)
48
- * Module#instance_method_define? now only applies to public methods. (#r1003)
49
- * Array#index accepts a block (one of the few core overrides). (#r1004)
50
- * Moved Hash#<< from hash/update.rb to hash/op_push.rb (#r1005)
51
- * Add facets class files (eg. facets/string) have been made dynamic. (#r1013)
52
-
53
- * 1 Bug Fixes
54
-
55
- * Hash#<< now return self (#r1001)
5
+ * memoize.rb, bug had cache working at class-level, fixed to work at instance-level (#f5c3b659591b85ff55d0a82ec65316126b01e210)
6
+ * finalized deprecation of buildable.rb, bytes.rb and times.rb (#e290ea855cceefd0033bb3b7fe2ff23fb6beb29a)
7
+ * Added Brian Candler's Enumerator::Filter (#1f69ed9924af80b71328eec3509f7ccc280435c6)
8
+ * deprecated uploadutils.rb & renamed cachedelegator to memoizer (#fce69653d3b40ad16738bbe366494a587b53cb28)
9
+
10
+ * 34 Other Enhancements
11
+
12
+ * switched to git as of 2.4.4 (#9677fbda269f205ff5ab07eabca70fe419b7b485)
13
+ * aliased Comparable#cap to at_most and separated bound methods into files (#576e36a3e709c1512477084ceab962cde10aafba)
14
+ * fixed outdent test and demo in instance_variables.rb (#d207eadbd9bc43936e63730a9d0a93e6c9c3c45b)
15
+ * deactivated reap test services temporarily (#0495409de664c53293b64d50316b8a1ad59b803c)
16
+ * updated AUTHORS and README (#d793ab0df2fbbe5b3947dadf2ab612a5f0b54253)
17
+ * add string/outdent.rb file (#a4c7cf513d4a37f8230392917f57eb48c4560c45)
18
+ * added lazyenum.rb to work/consider (#26ed9bd74574df80752f243610e77d5b2e19e278)
19
+ * deprecated annotations.rb --use Anise project instead (#ffd083e355ac069aacb7bd6a18d9ab3609f0aec8)
20
+ * updated all CREDIT: comments elminating any indent (#26e439aa7cd825443470071ad28fe3ae00d7041d)
21
+ * binding/caller.rb, fixed require for callstack.rb (#3c8c51271854a308be35118e69f97c85767fade7)
22
+ * fixed some credits (#46a2e5e0cd235b40b6c8dd7ac6f0c1a5d28b3bb3)
23
+ * minor touch up to a few tests (#c15d569c5ff44770291490a06ec280765f0b23ae)
24
+ * moved Hash#symolize_keys to core and removed tagiter.rb (#99a43a648411bb27a5473e2feb049476d2fe8158)
25
+ * renamed DictionaryMatcher to just Matcher (#7170ecfdfd650d7477974c28ed3e7aeeafbe37e8)
26
+ * improved docs for Hash#rekey (#6f8eb8ac265613ca25d1f91f17bb87eeeaa30f17)
27
+ * removed tests of deprecated libraries (#c40eb89ac84eb6968bf3ca5b63255361e401dc3d)
28
+ * removed more/chain.rb; it was expiremental (#21ee88ae808daf4e94c0f918776068f6b93ca00c)
29
+ * fixed missing require in string/tabto and minor doc adjustments (#033bee47b8e77180018fffc9cf937e05f0ef15b0)
30
+ * consoleutils.rb and ziputils.rb, added deprecation warning (#3393df26d085e43e5f23707e9a44744ad12c9a34)
31
+ * removed some old work material (#fe44485a97e582f9d7fb269ed5215358f16bc870)
32
+ * uploadutils.rb, added deprecation warning (#85b8796a2391ab1b3f4b7c24abea51f1d75407f0)
33
+ * added test for filter.rb (#d1b683f891f9b6a536fdf8ee39ff28a1867d1171)
34
+ * Fixed some bugs with Time#ago/Time#hence not changing years correctly when you changed months.
35
+ (For example, Time.utc(2008, 1, 1).ago(12, :months) incorrectly returned 2009-01-01 instead of 2007-01-01.)
36
+ Added a bunch of tests for Time#ago/Time#hence.
37
+ Changed Time#ago/Time#hence to still work if passed negative number. (#6713f9ed3ac045ce7ab26f336b375167f09fbed1)
38
+ * update authors (#805a1e7dd8be36063a7ad580279fd12525a48ae2)
39
+ * Merge: 805a1e7... 6713f9e...
40
+ Merge branch 'master' of gitosis@rubyforge.org:facets (#b6bd3fbeb09aa7c84d503b529ffaf14a2a57188f)
41
+ * adjusted docs for eventhook.rb (#cddd022ba77c910aa6c8c3f4f258f6fbb429f67f)
42
+ * collected notes into doc/guide/notes.rd (#063c61e560c44528b7d194d1dea68a0d1a58dbc0)
43
+ * removed lingering .svn directories (#e22bb8ce1154a6a6c66ee4358a15fc29a62b6c06)
44
+ * deprecated eventhook.rb (#95cab67716ed5132409c8dae0848abbf83036e0e)
45
+ * updated reap service configs (#af975097d1da4029281b761b1d366e1df9616f5a)
46
+ * moved reap service configs (#3f76241ad016088d46fdeee181a07563a6bab2c8)
47
+ * added work/suggestions.txt (#e944f9fbeea538f6fd5492b89c8aadc6ed35cbd2)
48
+ * added sparse_array.rb (was old harray.rb) (#52e277a14a4cf377e2c20a26597ffe62bd35e39d)
49
+ * pathlist, minor spacing adjusment (#f033d39210ccb32bc00d7f321f5d7a9fa2b79ddd)
56
50
 
data/MANIFEST CHANGED
@@ -1,14 +1,36 @@
1
- Rakefile
2
1
  doc
2
+ lib
3
+ task
4
+ test
5
+ Rakefile
6
+ CHANGES
7
+ RELEASE
8
+ README
9
+ AUTHORS
10
+ VERSION
11
+ COPYING
12
+ doc/guide
3
13
  doc/rdoc
14
+ doc/README.lore
15
+ doc/README.core
16
+ doc/archive
17
+ doc/log
18
+ doc/README.more
19
+ doc/guide/notes.rd
4
20
  doc/rdoc/lore
21
+ doc/rdoc/core
22
+ doc/rdoc/more
5
23
  doc/rdoc/lore/fr_file_index.html
6
24
  doc/rdoc/lore/classes
25
+ doc/rdoc/lore/rdoc-style.css
26
+ doc/rdoc/lore/files
27
+ doc/rdoc/lore/fr_class_index.html
28
+ doc/rdoc/lore/index.html
29
+ doc/rdoc/lore/created.rid
30
+ doc/rdoc/lore/fr_method_index.html
7
31
  doc/rdoc/lore/classes/DateTime.html
8
32
  doc/rdoc/lore/classes/String.html
9
33
  doc/rdoc/lore/classes/Logger
10
- doc/rdoc/lore/classes/Logger/LogDevice.html
11
- doc/rdoc/lore/classes/Logger/Ansicolor.html
12
34
  doc/rdoc/lore/classes/URI.html
13
35
  doc/rdoc/lore/classes/GetoptLong.html
14
36
  doc/rdoc/lore/classes/Pathname.html
@@ -21,41 +43,38 @@ doc/rdoc/lore/classes/Config.html
21
43
  doc/rdoc/lore/classes/Kernel.html
22
44
  doc/rdoc/lore/classes/Set.html
23
45
  doc/rdoc/lore/classes/URI
24
- doc/rdoc/lore/classes/URI/Hash.html
25
- doc/rdoc/lore/classes/URI/Kernel.html
46
+ doc/rdoc/lore/classes/Enumerable.html
26
47
  doc/rdoc/lore/classes/GetoptLong
27
- doc/rdoc/lore/classes/GetoptLong/DSL.html
28
48
  doc/rdoc/lore/classes/FileUtils.html
29
49
  doc/rdoc/lore/classes/Continuation.html
30
50
  doc/rdoc/lore/classes/Shellwords.html
51
+ doc/rdoc/lore/classes/Enumerable
31
52
  doc/rdoc/lore/classes/CGI.html
32
53
  doc/rdoc/lore/classes/Time.html
33
54
  doc/rdoc/lore/classes/OpenStruct.html
34
55
  doc/rdoc/lore/classes/File.html
35
- doc/rdoc/lore/rdoc-style.css
36
- doc/rdoc/lore/files
56
+ doc/rdoc/lore/classes/Logger/LogDevice.html
57
+ doc/rdoc/lore/classes/Logger/Ansicolor.html
58
+ doc/rdoc/lore/classes/URI/Hash.html
59
+ doc/rdoc/lore/classes/URI/Kernel.html
60
+ doc/rdoc/lore/classes/GetoptLong/DSL.html
61
+ doc/rdoc/lore/classes/Enumerable/Enumerator.html
37
62
  doc/rdoc/lore/files/doc
38
- doc/rdoc/lore/files/doc/README_lore.html
39
63
  doc/rdoc/lore/files/README.html
40
64
  doc/rdoc/lore/files/lib
65
+ doc/rdoc/lore/files/doc/README_lore.html
41
66
  doc/rdoc/lore/files/lib/lore
42
67
  doc/rdoc/lore/files/lib/lore/facets
43
68
  doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html
44
69
  doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html
45
70
  doc/rdoc/lore/files/lib/lore/facets/fileutils
46
- doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html
47
- doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html
48
- doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html
49
- doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html
50
- doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html
51
- doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html
52
- doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html
53
71
  doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html
54
72
  doc/rdoc/lore/files/lib/lore/facets/uri_rb.html
55
73
  doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html
56
74
  doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html
57
75
  doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html
58
76
  doc/rdoc/lore/files/lib/lore/facets/set_rb.html
77
+ doc/rdoc/lore/files/lib/lore/facets/enumerator_rb.html
59
78
  doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html
60
79
  doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html
61
80
  doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html
@@ -63,13 +82,21 @@ doc/rdoc/lore/files/lib/lore/facets/getoptlong_rb.html
63
82
  doc/rdoc/lore/files/lib/lore/facets/logger_rb.html
64
83
  doc/rdoc/lore/files/lib/lore/facets/date_rb.html
65
84
  doc/rdoc/lore/files/lib/lore/facets/zlib_rb.html
66
- doc/rdoc/lore/fr_class_index.html
67
- doc/rdoc/lore/index.html
68
- doc/rdoc/lore/created.rid
69
- doc/rdoc/lore/fr_method_index.html
70
- doc/rdoc/core
85
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html
86
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html
87
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html
88
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html
89
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html
90
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html
91
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html
71
92
  doc/rdoc/core/fr_file_index.html
72
93
  doc/rdoc/core/classes
94
+ doc/rdoc/core/rdoc-style.css
95
+ doc/rdoc/core/files
96
+ doc/rdoc/core/fr_class_index.html
97
+ doc/rdoc/core/index.html
98
+ doc/rdoc/core/created.rid
99
+ doc/rdoc/core/fr_method_index.html
73
100
  doc/rdoc/core/classes/Lazy.html
74
101
  doc/rdoc/core/classes/String.html
75
102
  doc/rdoc/core/classes/Dir.html
@@ -88,7 +115,6 @@ doc/rdoc/core/classes/Hash.html
88
115
  doc/rdoc/core/classes/Kernel.html
89
116
  doc/rdoc/core/classes/Proc.html
90
117
  doc/rdoc/core/classes/Functor.html
91
- doc/rdoc/core/classes/Friend.html
92
118
  doc/rdoc/core/classes/Binding.html
93
119
  doc/rdoc/core/classes/Class.html
94
120
  doc/rdoc/core/classes/Object.html
@@ -96,35 +122,93 @@ doc/rdoc/core/classes/Float.html
96
122
  doc/rdoc/core/classes/Symbol.html
97
123
  doc/rdoc/core/classes/Enumerable.html
98
124
  doc/rdoc/core/classes/UnboundMethod.html
125
+ doc/rdoc/core/classes/Struct.html
99
126
  doc/rdoc/core/classes/Lazy
100
- doc/rdoc/core/classes/Lazy/Future.html
101
- doc/rdoc/core/classes/Lazy/PromiseSafe.html
102
- doc/rdoc/core/classes/Lazy/Promise.html
103
127
  doc/rdoc/core/classes/TrueClass.html
104
128
  doc/rdoc/core/classes/Indexable.html
105
129
  doc/rdoc/core/classes/Range.html
130
+ doc/rdoc/core/classes/ObjectSpace.html
106
131
  doc/rdoc/core/classes/Regexp.html
107
132
  doc/rdoc/core/classes/Module.html
108
133
  doc/rdoc/core/classes/Time.html
109
134
  doc/rdoc/core/classes/File.html
110
- doc/rdoc/core/rdoc-style.css
111
- doc/rdoc/core/files
135
+ doc/rdoc/core/classes/Lazy/Future.html
136
+ doc/rdoc/core/classes/Lazy/PromiseSafe.html
137
+ doc/rdoc/core/classes/Lazy/Promise.html
112
138
  doc/rdoc/core/files/doc
113
- doc/rdoc/core/files/doc/README_core.html
114
139
  doc/rdoc/core/files/README.html
115
140
  doc/rdoc/core/files/lib
141
+ doc/rdoc/core/files/doc/README_core.html
116
142
  doc/rdoc/core/files/lib/core
117
143
  doc/rdoc/core/files/lib/core/facets
118
144
  doc/rdoc/core/files/lib/core/facets/integer
145
+ doc/rdoc/core/files/lib/core/facets/comparable_rb.html
146
+ doc/rdoc/core/files/lib/core/facets/string_rb.html
147
+ doc/rdoc/core/files/lib/core/facets/symbol
148
+ doc/rdoc/core/files/lib/core/facets/bitmask_rb.html
149
+ doc/rdoc/core/files/lib/core/facets/kernel_rb.html
150
+ doc/rdoc/core/files/lib/core/facets/objectspace_rb.html
151
+ doc/rdoc/core/files/lib/core/facets/objectspace
152
+ doc/rdoc/core/files/lib/core/facets/unboundmethod
153
+ doc/rdoc/core/files/lib/core/facets/to_hash_rb.html
154
+ doc/rdoc/core/files/lib/core/facets/numeric_rb.html
155
+ doc/rdoc/core/files/lib/core/facets/nilclass
156
+ doc/rdoc/core/files/lib/core/facets/proc_rb.html
157
+ doc/rdoc/core/files/lib/core/facets/boolean_rb.html
158
+ doc/rdoc/core/files/lib/core/facets/stackable_rb.html
159
+ doc/rdoc/core/files/lib/core/facets/numeric
160
+ doc/rdoc/core/files/lib/core/facets/lazy_rb.html
161
+ doc/rdoc/core/files/lib/core/facets/binding
162
+ doc/rdoc/core/files/lib/core/facets/class_rb.html
163
+ doc/rdoc/core/files/lib/core/facets/float
164
+ doc/rdoc/core/files/lib/core/facets/proc
165
+ doc/rdoc/core/files/lib/core/facets/range
166
+ doc/rdoc/core/files/lib/core/facets/module_rb.html
167
+ doc/rdoc/core/files/lib/core/facets/struct_rb.html
168
+ doc/rdoc/core/files/lib/core/facets/matchdata_rb.html
169
+ doc/rdoc/core/files/lib/core/facets/file
170
+ doc/rdoc/core/files/lib/core/facets/time_rb.html
171
+ doc/rdoc/core/files/lib/core/facets/hash
172
+ doc/rdoc/core/files/lib/core/facets/blank_rb.html
173
+ doc/rdoc/core/files/lib/core/facets/kernel
174
+ doc/rdoc/core/files/lib/core/facets/struct
175
+ doc/rdoc/core/files/lib/core/facets/comparable
176
+ doc/rdoc/core/files/lib/core/facets/exception_rb.html
177
+ doc/rdoc/core/files/lib/core/facets/functor_rb.html
178
+ doc/rdoc/core/files/lib/core/facets/cattr_rb.html
179
+ doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html
180
+ doc/rdoc/core/files/lib/core/facets/enumerable
181
+ doc/rdoc/core/files/lib/core/facets/regexp_rb.html
182
+ doc/rdoc/core/files/lib/core/facets/string
183
+ doc/rdoc/core/files/lib/core/facets/module
184
+ doc/rdoc/core/files/lib/core/facets/integer_rb.html
185
+ doc/rdoc/core/files/lib/core/facets/filetest_rb.html
186
+ doc/rdoc/core/files/lib/core/facets/range_rb.html
187
+ doc/rdoc/core/files/lib/core/facets/binding_rb.html
188
+ doc/rdoc/core/files/lib/core/facets/hash_rb.html
189
+ doc/rdoc/core/files/lib/core/facets/time
190
+ doc/rdoc/core/files/lib/core/facets/enumerable_rb.html
191
+ doc/rdoc/core/files/lib/core/facets/array_rb.html
192
+ doc/rdoc/core/files/lib/core/facets/dir
193
+ doc/rdoc/core/files/lib/core/facets/dir_rb.html
194
+ doc/rdoc/core/files/lib/core/facets/nilclass_rb.html
195
+ doc/rdoc/core/files/lib/core/facets/metaid_rb.html
196
+ doc/rdoc/core/files/lib/core/facets/symbol_rb.html
197
+ doc/rdoc/core/files/lib/core/facets/filetest
198
+ doc/rdoc/core/files/lib/core/facets/class
199
+ doc/rdoc/core/files/lib/core/facets/array
200
+ doc/rdoc/core/files/lib/core/facets/regexp
201
+ doc/rdoc/core/files/lib/core/facets/file_rb.html
202
+ doc/rdoc/core/files/lib/core/facets/matchdata
203
+ doc/rdoc/core/files/lib/core/facets/float_rb.html
204
+ doc/rdoc/core/files/lib/core/facets/exception
205
+ doc/rdoc/core/files/lib/core/facets/indexable_rb.html
119
206
  doc/rdoc/core/files/lib/core/facets/integer/even_rb.html
120
207
  doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html
121
208
  doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html
122
209
  doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html
123
210
  doc/rdoc/core/files/lib/core/facets/integer/of_rb.html
124
211
  doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html
125
- doc/rdoc/core/files/lib/core/facets/comparable_rb.html
126
- doc/rdoc/core/files/lib/core/facets/string_rb.html
127
- doc/rdoc/core/files/lib/core/facets/symbol
128
212
  doc/rdoc/core/files/lib/core/facets/symbol/query_rb.html
129
213
  doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html
130
214
  doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html
@@ -135,48 +219,31 @@ doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html
135
219
  doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html
136
220
  doc/rdoc/core/files/lib/core/facets/symbol/setter_rb.html
137
221
  doc/rdoc/core/files/lib/core/facets/symbol/plain_rb.html
138
- doc/rdoc/core/files/lib/core/facets/bitmask_rb.html
139
- doc/rdoc/core/files/lib/core/facets/kernel_rb.html
140
- doc/rdoc/core/files/lib/core/facets/unboundmethod
222
+ doc/rdoc/core/files/lib/core/facets/objectspace/classes_rb.html
141
223
  doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html
142
224
  doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html
143
- doc/rdoc/core/files/lib/core/facets/to_hash_rb.html
144
- doc/rdoc/core/files/lib/core/facets/numeric_rb.html
145
- doc/rdoc/core/files/lib/core/facets/nilclass
146
225
  doc/rdoc/core/files/lib/core/facets/nilclass/ergo_rb.html
147
226
  doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html
148
- doc/rdoc/core/files/lib/core/facets/proc_rb.html
149
- doc/rdoc/core/files/lib/core/facets/boolean_rb.html
150
- doc/rdoc/core/files/lib/core/facets/stackable_rb.html
151
- doc/rdoc/core/files/lib/core/facets/numeric
152
227
  doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html
153
228
  doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html
154
229
  doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html
155
- doc/rdoc/core/files/lib/core/facets/lazy_rb.html
156
- doc/rdoc/core/files/lib/core/facets/binding
157
230
  doc/rdoc/core/files/lib/core/facets/binding/self_rb.html
158
231
  doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html
159
232
  doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html
160
233
  doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html
161
234
  doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html
162
- doc/rdoc/core/files/lib/core/facets/class_rb.html
163
- doc/rdoc/core/files/lib/core/facets/float
235
+ doc/rdoc/core/files/lib/core/facets/binding/callstack_rb.html
164
236
  doc/rdoc/core/files/lib/core/facets/float/round_rb.html
165
- doc/rdoc/core/files/lib/core/facets/proc
166
237
  doc/rdoc/core/files/lib/core/facets/proc/update_rb.html
167
238
  doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html
168
239
  doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html
169
240
  doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html
170
241
  doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html
171
- doc/rdoc/core/files/lib/core/facets/range
172
242
  doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html
173
243
  doc/rdoc/core/files/lib/core/facets/range/within_rb.html
174
244
  doc/rdoc/core/files/lib/core/facets/range/combine_rb.html
175
245
  doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html
176
246
  doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html
177
- doc/rdoc/core/files/lib/core/facets/module_rb.html
178
- doc/rdoc/core/files/lib/core/facets/matchdata_rb.html
179
- doc/rdoc/core/files/lib/core/facets/file
180
247
  doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html
181
248
  doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html
182
249
  doc/rdoc/core/files/lib/core/facets/file/write_rb.html
@@ -184,10 +251,9 @@ doc/rdoc/core/files/lib/core/facets/file/append_rb.html
184
251
  doc/rdoc/core/files/lib/core/facets/file/read_rb.html
185
252
  doc/rdoc/core/files/lib/core/facets/file/create_rb.html
186
253
  doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html
254
+ doc/rdoc/core/files/lib/core/facets/file/split_all_rb.html
187
255
  doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html
188
256
  doc/rdoc/core/files/lib/core/facets/file/null_rb.html
189
- doc/rdoc/core/files/lib/core/facets/time_rb.html
190
- doc/rdoc/core/files/lib/core/facets/hash
191
257
  doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html
192
258
  doc/rdoc/core/files/lib/core/facets/hash/update_rb.html
193
259
  doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html
@@ -197,6 +263,8 @@ doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html
197
263
  doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html
198
264
  doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html
199
265
  doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html
266
+ doc/rdoc/core/files/lib/core/facets/hash/update_keys_rb.html
267
+ doc/rdoc/core/files/lib/core/facets/hash/update_values_rb.html
200
268
  doc/rdoc/core/files/lib/core/facets/hash/except_rb.html
201
269
  doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html
202
270
  doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html
@@ -210,20 +278,23 @@ doc/rdoc/core/files/lib/core/facets/hash/op_sub_rb.html
210
278
  doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html
211
279
  doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html
212
280
  doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html
281
+ doc/rdoc/core/files/lib/core/facets/hash/stringify_keys_rb.html
282
+ doc/rdoc/core/files/lib/core/facets/hash/update_each_rb.html
213
283
  doc/rdoc/core/files/lib/core/facets/hash/op_rb.html
214
284
  doc/rdoc/core/files/lib/core/facets/hash/join_rb.html
215
285
  doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html
216
286
  doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html
217
287
  doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html
288
+ doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html
218
289
  doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html
219
290
  doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html
291
+ doc/rdoc/core/files/lib/core/facets/hash/replace_each_rb.html
220
292
  doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html
221
293
  doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html
222
294
  doc/rdoc/core/files/lib/core/facets/hash/at_rb.html
295
+ doc/rdoc/core/files/lib/core/facets/hash/to_options_rb.html
223
296
  doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html
224
297
  doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html
225
- doc/rdoc/core/files/lib/core/facets/blank_rb.html
226
- doc/rdoc/core/files/lib/core/facets/kernel
227
298
  doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html
228
299
  doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html
229
300
  doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html
@@ -238,6 +309,7 @@ doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html
238
309
  doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html
239
310
  doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html
240
311
  doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html
312
+ doc/rdoc/core/files/lib/core/facets/kernel/__here___rb.html
241
313
  doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html
242
314
  doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html
243
315
  doc/rdoc/core/files/lib/core/facets/kernel/require_all_rb.html
@@ -263,18 +335,18 @@ doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html
263
335
  doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html
264
336
  doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html
265
337
  doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html
338
+ doc/rdoc/core/files/lib/core/facets/kernel/callstack_rb.html
266
339
  doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html
267
340
  doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html
268
341
  doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html
269
- doc/rdoc/core/files/lib/core/facets/comparable
342
+ doc/rdoc/core/files/lib/core/facets/struct/attributes_rb.html
270
343
  doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html
271
344
  doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html
345
+ doc/rdoc/core/files/lib/core/facets/comparable/at_least_rb.html
346
+ doc/rdoc/core/files/lib/core/facets/comparable/at_most_rb.html
272
347
  doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html
273
- doc/rdoc/core/files/lib/core/facets/exception_rb.html
274
- doc/rdoc/core/files/lib/core/facets/functor_rb.html
275
- doc/rdoc/core/files/lib/core/facets/cattr_rb.html
276
- doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html
277
- doc/rdoc/core/files/lib/core/facets/enumerable
348
+ doc/rdoc/core/files/lib/core/facets/comparable/cap_rb.html
349
+ doc/rdoc/core/files/lib/core/facets/comparable/clip_rb.html
278
350
  doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html
279
351
  doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html
280
352
  doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html
@@ -285,10 +357,12 @@ doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html
285
357
  doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html
286
358
  doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html
287
359
  doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html
360
+ doc/rdoc/core/files/lib/core/facets/enumerable/graph_rb.html
288
361
  doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html
289
362
  doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html
290
363
  doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html
291
364
  doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html
365
+ doc/rdoc/core/files/lib/core/facets/enumerable/take_rb.html
292
366
  doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html
293
367
  doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html
294
368
  doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html
@@ -298,8 +372,6 @@ doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html
298
372
  doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html
299
373
  doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html
300
374
  doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html
301
- doc/rdoc/core/files/lib/core/facets/regexp_rb.html
302
- doc/rdoc/core/files/lib/core/facets/string
303
375
  doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html
304
376
  doc/rdoc/core/files/lib/core/facets/string/pathize_rb.html
305
377
  doc/rdoc/core/files/lib/core/facets/string/align_rb.html
@@ -314,6 +386,7 @@ doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html
314
386
  doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html
315
387
  doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html
316
388
  doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html
389
+ doc/rdoc/core/files/lib/core/facets/string/compress_lines_rb.html
317
390
  doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html
318
391
  doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html
319
392
  doc/rdoc/core/files/lib/core/facets/string/variablize_rb.html
@@ -323,6 +396,7 @@ doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html
323
396
  doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html
324
397
  doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html
325
398
  doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html
399
+ doc/rdoc/core/files/lib/core/facets/string/expand_tab_rb.html
326
400
  doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html
327
401
  doc/rdoc/core/files/lib/core/facets/string/chars_rb.html
328
402
  doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html
@@ -331,13 +405,17 @@ doc/rdoc/core/files/lib/core/facets/string/modulize_rb.html
331
405
  doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html
332
406
  doc/rdoc/core/files/lib/core/facets/string/range_rb.html
333
407
  doc/rdoc/core/files/lib/core/facets/string/each_word_rb.html
408
+ doc/rdoc/core/files/lib/core/facets/string/tabto_rb.html
409
+ doc/rdoc/core/files/lib/core/facets/string/contains_rb.html
334
410
  doc/rdoc/core/files/lib/core/facets/string/xor_rb.html
335
411
  doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html
412
+ doc/rdoc/core/files/lib/core/facets/string/indent_rb.html
336
413
  doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html
414
+ doc/rdoc/core/files/lib/core/facets/string/outdent_rb.html
337
415
  doc/rdoc/core/files/lib/core/facets/string/words_rb.html
416
+ doc/rdoc/core/files/lib/core/facets/string/margin_rb.html
338
417
  doc/rdoc/core/files/lib/core/facets/string/splice_rb.html
339
418
  doc/rdoc/core/files/lib/core/facets/string/divide_rb.html
340
- doc/rdoc/core/files/lib/core/facets/module
341
419
  doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html
342
420
  doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html
343
421
  doc/rdoc/core/files/lib/core/facets/module/basename_rb.html
@@ -364,12 +442,6 @@ doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html
364
442
  doc/rdoc/core/files/lib/core/facets/module/revise_rb.html
365
443
  doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html
366
444
  doc/rdoc/core/files/lib/core/facets/module/integrate_rb.html
367
- doc/rdoc/core/files/lib/core/facets/integer_rb.html
368
- doc/rdoc/core/files/lib/core/facets/filetest_rb.html
369
- doc/rdoc/core/files/lib/core/facets/range_rb.html
370
- doc/rdoc/core/files/lib/core/facets/binding_rb.html
371
- doc/rdoc/core/files/lib/core/facets/hash_rb.html
372
- doc/rdoc/core/files/lib/core/facets/time
373
445
  doc/rdoc/core/files/lib/core/facets/time/change_rb.html
374
446
  doc/rdoc/core/files/lib/core/facets/time/round_rb.html
375
447
  doc/rdoc/core/files/lib/core/facets/time/hence_rb.html
@@ -380,21 +452,12 @@ doc/rdoc/core/files/lib/core/facets/time/set_rb.html
380
452
  doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html
381
453
  doc/rdoc/core/files/lib/core/facets/time/advance_rb.html
382
454
  doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html
383
- doc/rdoc/core/files/lib/core/facets/enumerable_rb.html
384
- doc/rdoc/core/files/lib/core/facets/array_rb.html
385
- doc/rdoc/core/files/lib/core/facets/dir
386
455
  doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html
387
456
  doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html
388
457
  doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html
389
458
  doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html
390
459
  doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html
391
- doc/rdoc/core/files/lib/core/facets/dir_rb.html
392
- doc/rdoc/core/files/lib/core/facets/nilclass_rb.html
393
- doc/rdoc/core/files/lib/core/facets/metaid_rb.html
394
- doc/rdoc/core/files/lib/core/facets/symbol_rb.html
395
- doc/rdoc/core/files/lib/core/facets/filetest
396
460
  doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html
397
- doc/rdoc/core/files/lib/core/facets/class
398
461
  doc/rdoc/core/files/lib/core/facets/class/pathize_rb.html
399
462
  doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html
400
463
  doc/rdoc/core/files/lib/core/facets/class/cattr_writer_rb.html
@@ -405,7 +468,6 @@ doc/rdoc/core/files/lib/core/facets/class/cattr_accessor_rb.html
405
468
  doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html
406
469
  doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html
407
470
  doc/rdoc/core/files/lib/core/facets/class/cattr_reader_rb.html
408
- doc/rdoc/core/files/lib/core/facets/array
409
471
  doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html
410
472
  doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html
411
473
  doc/rdoc/core/files/lib/core/facets/array/combination_rb.html
@@ -416,89 +478,75 @@ doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html
416
478
  doc/rdoc/core/files/lib/core/facets/array/select_rb.html
417
479
  doc/rdoc/core/files/lib/core/facets/array/delete_rb.html
418
480
  doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html
481
+ doc/rdoc/core/files/lib/core/facets/array/delete_values_rb.html
419
482
  doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html
420
483
  doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html
421
484
  doc/rdoc/core/files/lib/core/facets/array/index_rb.html
422
485
  doc/rdoc/core/files/lib/core/facets/array/pad_rb.html
486
+ doc/rdoc/core/files/lib/core/facets/array/delete_unless_rb.html
423
487
  doc/rdoc/core/files/lib/core/facets/array/only_rb.html
424
488
  doc/rdoc/core/files/lib/core/facets/array/splice_rb.html
425
489
  doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html
426
- doc/rdoc/core/files/lib/core/facets/regexp
427
490
  doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html
428
491
  doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html
429
- doc/rdoc/core/files/lib/core/facets/file_rb.html
430
- doc/rdoc/core/files/lib/core/facets/matchdata
431
492
  doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html
432
493
  doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html
433
- doc/rdoc/core/files/lib/core/facets/callstack_rb.html
434
- doc/rdoc/core/files/lib/core/facets/float_rb.html
435
- doc/rdoc/core/files/lib/core/facets/exception
436
494
  doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html
437
495
  doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html
438
- doc/rdoc/core/files/lib/core/facets/indexable_rb.html
439
- doc/rdoc/core/fr_class_index.html
440
- doc/rdoc/core/index.html
441
- doc/rdoc/core/created.rid
442
- doc/rdoc/core/fr_method_index.html
443
- doc/rdoc/more
444
496
  doc/rdoc/more/fr_file_index.html
445
497
  doc/rdoc/more/classes
498
+ doc/rdoc/more/rdoc-style.css
499
+ doc/rdoc/more/files
500
+ doc/rdoc/more/fr_class_index.html
501
+ doc/rdoc/more/index.html
502
+ doc/rdoc/more/created.rid
503
+ doc/rdoc/more/fr_method_index.html
446
504
  doc/rdoc/more/classes/PathList
447
- doc/rdoc/more/classes/PathList/Finder.html
448
505
  doc/rdoc/more/classes/TypeCast.html
506
+ doc/rdoc/more/classes/Matcher.html
449
507
  doc/rdoc/more/classes/Archive.html
450
508
  doc/rdoc/more/classes/String
451
- doc/rdoc/more/classes/String/Mask.html
452
- doc/rdoc/more/classes/String/Words.html
453
509
  doc/rdoc/more/classes/BuildingBlock.html
454
- doc/rdoc/more/classes/DictionaryMatcher
455
- doc/rdoc/more/classes/DictionaryMatcher/MatchData.html
510
+ doc/rdoc/more/classes/Memoizer.html
456
511
  doc/rdoc/more/classes/BiCrypt.html
457
- doc/rdoc/more/classes/FileShell.html
512
+ doc/rdoc/more/classes/SparseArray.html
458
513
  doc/rdoc/more/classes/Pool.html
459
- doc/rdoc/more/classes/CacheDecorator.html
460
514
  doc/rdoc/more/classes/Equatable.html
461
- doc/rdoc/more/classes/Weekdays.html
462
515
  doc/rdoc/more/classes/BinReadable
463
- doc/rdoc/more/classes/BinReadable/ByteOrder.html
464
516
  doc/rdoc/more/classes/Platform.html
465
517
  doc/rdoc/more/classes/Net
466
- doc/rdoc/more/classes/Net/SMTP.html
518
+ doc/rdoc/more/classes/Stash.html
519
+ doc/rdoc/more/classes/Numeric
467
520
  doc/rdoc/more/classes/PQueue.html
468
521
  doc/rdoc/more/classes/Instantize.html
469
522
  doc/rdoc/more/classes/Semaphore.html
470
523
  doc/rdoc/more/classes/Association.html
471
524
  doc/rdoc/more/classes/LRUCache
472
- doc/rdoc/more/classes/LRUCache/Sentinel.html
473
- doc/rdoc/more/classes/LRUCache/Item.html
474
525
  doc/rdoc/more/classes/ZipUtils
475
- doc/rdoc/more/classes/ZipUtils/NoWrite.html
476
- doc/rdoc/more/classes/ZipUtils/Verbose.html
477
- doc/rdoc/more/classes/ZipUtils/DryRun.html
478
526
  doc/rdoc/more/classes/OpenCascade.html
479
527
  doc/rdoc/more/classes/MissingArgument.html
480
528
  doc/rdoc/more/classes/Net.html
481
529
  doc/rdoc/more/classes/Hash2Xml.html
482
530
  doc/rdoc/more/classes/OpEsc.html
531
+ doc/rdoc/more/classes/Enumerator.html
483
532
  doc/rdoc/more/classes/Dictionary.html
484
- doc/rdoc/more/classes/CLI.html
485
533
  doc/rdoc/more/classes/PathList.html
486
534
  doc/rdoc/more/classes/NullClass.html
487
- doc/rdoc/more/classes/Chain.html
535
+ doc/rdoc/more/classes/Matcher
488
536
  doc/rdoc/more/classes/Reference.html
489
537
  doc/rdoc/more/classes/Paramix
490
- doc/rdoc/more/classes/Paramix/Delegator.html
491
538
  doc/rdoc/more/classes/BinReadable.html
492
539
  doc/rdoc/more/classes/Snapshot.html
493
540
  doc/rdoc/more/classes/SyncArray.html
494
541
  doc/rdoc/more/classes/InfinityClass
495
- doc/rdoc/more/classes/InfinityClass/Numeric.html
496
542
  doc/rdoc/more/classes/CssTree.html
543
+ doc/rdoc/more/classes/Enumerator
497
544
  doc/rdoc/more/classes/Ini.html
498
545
  doc/rdoc/more/classes/OpenCollection.html
499
546
  doc/rdoc/more/classes/Hash.html
500
547
  doc/rdoc/more/classes/Autoarray.html
501
548
  doc/rdoc/more/classes/Proc.html
549
+ doc/rdoc/more/classes/Duration
502
550
  doc/rdoc/more/classes/TracePoint.html
503
551
  doc/rdoc/more/classes/ProgressBar.html
504
552
  doc/rdoc/more/classes/SimpleStringIO.html
@@ -512,126 +560,128 @@ doc/rdoc/more/classes/Crypt.html
512
560
  doc/rdoc/more/classes/Binding.html
513
561
  doc/rdoc/more/classes/Downloader.html
514
562
  doc/rdoc/more/classes/LRUCache.html
515
- doc/rdoc/more/classes/CLI
516
- doc/rdoc/more/classes/CLI/Command
517
- doc/rdoc/more/classes/CLI/Command/UniversalOptions.html
518
- doc/rdoc/more/classes/CLI/NoCommandError.html
519
- doc/rdoc/more/classes/CLI/NoOptionError.html
520
- doc/rdoc/more/classes/CLI/Command.html
521
- doc/rdoc/more/classes/CLI/Arguments.html
522
563
  doc/rdoc/more/classes/Advisable
523
- doc/rdoc/more/classes/Advisable/Method.html
524
564
  doc/rdoc/more/classes/ConsoleUtils.html
525
565
  doc/rdoc/more/classes/LinkedList.html
526
566
  doc/rdoc/more/classes/BlankSlate.html
527
567
  doc/rdoc/more/classes/NackClass.html
528
568
  doc/rdoc/more/classes/Capsule.html
529
- doc/rdoc/more/classes/TagIterator.html
530
569
  doc/rdoc/more/classes/XOXO.html
531
570
  doc/rdoc/more/classes/Random
532
- doc/rdoc/more/classes/Random/String
533
- doc/rdoc/more/classes/Random/String/Self.html
534
- doc/rdoc/more/classes/Random/String.html
535
- doc/rdoc/more/classes/Random/Array.html
536
- doc/rdoc/more/classes/Random/Hash.html
537
- doc/rdoc/more/classes/Random/Object.html
538
571
  doc/rdoc/more/classes/Timer.html
539
572
  doc/rdoc/more/classes/Enumerable.html
540
573
  doc/rdoc/more/classes/Prototype.html
541
574
  doc/rdoc/more/classes/Multiton.html
542
575
  doc/rdoc/more/classes/Multiton
543
- doc/rdoc/more/classes/Multiton/Inclusive.html
544
- doc/rdoc/more/classes/Multiton/MetaMethods.html
545
576
  doc/rdoc/more/classes/TypeCastException.html
546
577
  doc/rdoc/more/classes/Recorder.html
547
578
  doc/rdoc/more/classes/Random.html
548
- doc/rdoc/more/classes/DictionaryMatcher.html
549
579
  doc/rdoc/more/classes/InfinityClass.html
550
580
  doc/rdoc/more/classes/CssFilter.html
581
+ doc/rdoc/more/classes/OpenStructable.html
551
582
  doc/rdoc/more/classes/SyncHash.html
552
583
  doc/rdoc/more/classes/BBCode.html
553
584
  doc/rdoc/more/classes/Settings
554
- doc/rdoc/more/classes/Settings/Setting.html
555
- doc/rdoc/more/classes/Settings/SettingCollection.html
556
585
  doc/rdoc/more/classes/Paramix.html
557
586
  doc/rdoc/more/classes/Advisable.html
558
587
  doc/rdoc/more/classes/Argvector.html
559
588
  doc/rdoc/more/classes/Struct.html
560
589
  doc/rdoc/more/classes/Registerable.html
561
- doc/rdoc/more/classes/UploadUtils.html
562
- doc/rdoc/more/classes/EventHook.html
563
590
  doc/rdoc/more/classes/EnumerablePass.html
564
591
  doc/rdoc/more/classes/FileList.html
565
- doc/rdoc/more/classes/RecursiveDependency.html
566
592
  doc/rdoc/more/classes/It.html
567
593
  doc/rdoc/more/classes/Timer
568
- doc/rdoc/more/classes/Timer/Dummy.html
569
594
  doc/rdoc/more/classes/VersionNumber.html
570
595
  doc/rdoc/more/classes/Coroutine.html
571
596
  doc/rdoc/more/classes/Duration.html
572
597
  doc/rdoc/more/classes/Tuple.html
573
598
  doc/rdoc/more/classes/ZipUtils.html
574
599
  doc/rdoc/more/classes/Snapshot
575
- doc/rdoc/more/classes/Snapshot/ValueHolder.html
576
600
  doc/rdoc/more/classes/OpenObject.html
577
601
  doc/rdoc/more/classes/Association
578
- doc/rdoc/more/classes/Association/Kernel.html
579
- doc/rdoc/more/classes/BigDuration.html
602
+ doc/rdoc/more/classes/OpenModule.html
580
603
  doc/rdoc/more/classes/RWDelegator.html
581
604
  doc/rdoc/more/classes/SyncHash
582
- doc/rdoc/more/classes/SyncHash/Inheritor.html
583
- doc/rdoc/more/classes/SyncHash/Delegator.html
584
605
  doc/rdoc/more/classes/Expirable.html
585
606
  doc/rdoc/more/classes/IORedirect.html
586
607
  doc/rdoc/more/classes/Enumerable
587
- doc/rdoc/more/classes/Enumerable/Elementor.html
588
- doc/rdoc/more/classes/Enumerable/Enumerator.html
589
608
  doc/rdoc/more/classes/Settings.html
590
609
  doc/rdoc/more/classes/HtmlFilter.html
591
610
  doc/rdoc/more/classes/Module.html
592
611
  doc/rdoc/more/classes/Archive
593
- doc/rdoc/more/classes/Archive/Tar
594
- doc/rdoc/more/classes/Archive/Tar/Minitar.html
595
- doc/rdoc/more/classes/Archive/Tar/Minitar
596
- doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html
597
- doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html
598
- doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html
599
- doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html
600
- doc/rdoc/more/classes/Archive/Tar.html
601
612
  doc/rdoc/more/classes/Fileable.html
602
613
  doc/rdoc/more/classes/Interval.html
603
614
  doc/rdoc/more/classes/BaseX.html
604
615
  doc/rdoc/more/classes/System.html
605
616
  doc/rdoc/more/classes/LinkedList
606
- doc/rdoc/more/classes/LinkedList/Node.html
607
617
  doc/rdoc/more/classes/Buildable.html
608
618
  doc/rdoc/more/classes/TypeCast
609
- doc/rdoc/more/classes/TypeCast/Class.html
610
- doc/rdoc/more/classes/TypeCast/Object.html
611
619
  doc/rdoc/more/classes/Fileable
612
- doc/rdoc/more/classes/Fileable/DSL.html
613
620
  doc/rdoc/more/classes/Capsule
614
- doc/rdoc/more/classes/Capsule/MissingFile.html
615
- doc/rdoc/more/rdoc-style.css
616
- doc/rdoc/more/files
617
- doc/rdoc/more/files/doc
618
- doc/rdoc/more/files/doc/README_more.html
619
- doc/rdoc/more/files/README.html
620
- doc/rdoc/more/files/lib
621
- doc/rdoc/more/files/lib/more
622
- doc/rdoc/more/files/lib/more/facets
623
- doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html
624
- doc/rdoc/more/files/lib/more/facets/settings_rb.html
625
- doc/rdoc/more/files/lib/more/facets/pathlist_rb.html
626
- doc/rdoc/more/files/lib/more/facets/multiton_rb.html
627
- doc/rdoc/more/files/lib/more/facets/dependency_rb.html
628
- doc/rdoc/more/files/lib/more/facets/annotations_rb.html
629
- doc/rdoc/more/files/lib/more/facets/fileable_rb.html
630
- doc/rdoc/more/files/lib/more/facets/pqueue_rb.html
631
- doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html
632
- doc/rdoc/more/files/lib/more/facets/buildable_rb.html
633
- doc/rdoc/more/files/lib/more/facets/tuple_rb.html
634
- doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html
621
+ doc/rdoc/more/classes/PathList/Finder.html
622
+ doc/rdoc/more/classes/String/Mask.html
623
+ doc/rdoc/more/classes/String/Words.html
624
+ doc/rdoc/more/classes/BinReadable/ByteOrder.html
625
+ doc/rdoc/more/classes/Net/SMTP.html
626
+ doc/rdoc/more/classes/Numeric/Multipliers.html
627
+ doc/rdoc/more/classes/LRUCache/Sentinel.html
628
+ doc/rdoc/more/classes/LRUCache/Item.html
629
+ doc/rdoc/more/classes/ZipUtils/NoWrite.html
630
+ doc/rdoc/more/classes/ZipUtils/Verbose.html
631
+ doc/rdoc/more/classes/ZipUtils/DryRun.html
632
+ doc/rdoc/more/classes/Matcher/MatchData.html
633
+ doc/rdoc/more/classes/Paramix/Delegator.html
634
+ doc/rdoc/more/classes/InfinityClass/Numeric.html
635
+ doc/rdoc/more/classes/Enumerator/Filter.html
636
+ doc/rdoc/more/classes/Duration/Numeric.html
637
+ doc/rdoc/more/classes/Duration/Time.html
638
+ doc/rdoc/more/classes/Advisable/Method.html
639
+ doc/rdoc/more/classes/Random/String
640
+ doc/rdoc/more/classes/Random/String.html
641
+ doc/rdoc/more/classes/Random/Array.html
642
+ doc/rdoc/more/classes/Random/Hash.html
643
+ doc/rdoc/more/classes/Random/Object.html
644
+ doc/rdoc/more/classes/Random/String/Self.html
645
+ doc/rdoc/more/classes/Multiton/Inclusive.html
646
+ doc/rdoc/more/classes/Multiton/MetaMethods.html
647
+ doc/rdoc/more/classes/Settings/Setting.html
648
+ doc/rdoc/more/classes/Settings/SettingCollection.html
649
+ doc/rdoc/more/classes/Timer/Dummy.html
650
+ doc/rdoc/more/classes/Snapshot/ValueHolder.html
651
+ doc/rdoc/more/classes/Association/Kernel.html
652
+ doc/rdoc/more/classes/SyncHash/Inheritor.html
653
+ doc/rdoc/more/classes/SyncHash/Delegator.html
654
+ doc/rdoc/more/classes/Enumerable/Elementor.html
655
+ doc/rdoc/more/classes/Enumerable/Enumerator.html
656
+ doc/rdoc/more/classes/Enumerable/Filterable.html
657
+ doc/rdoc/more/classes/Archive/Tar
658
+ doc/rdoc/more/classes/Archive/Tar.html
659
+ doc/rdoc/more/classes/Archive/Tar/Minitar.html
660
+ doc/rdoc/more/classes/Archive/Tar/Minitar
661
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html
662
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html
663
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html
664
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html
665
+ doc/rdoc/more/classes/LinkedList/Node.html
666
+ doc/rdoc/more/classes/TypeCast/Class.html
667
+ doc/rdoc/more/classes/TypeCast/Object.html
668
+ doc/rdoc/more/classes/Fileable/DSL.html
669
+ doc/rdoc/more/classes/Capsule/MissingFile.html
670
+ doc/rdoc/more/files/doc
671
+ doc/rdoc/more/files/README.html
672
+ doc/rdoc/more/files/lib
673
+ doc/rdoc/more/files/doc/README_more.html
674
+ doc/rdoc/more/files/lib/more
675
+ doc/rdoc/more/files/lib/more/facets
676
+ doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html
677
+ doc/rdoc/more/files/lib/more/facets/settings_rb.html
678
+ doc/rdoc/more/files/lib/more/facets/pathlist_rb.html
679
+ doc/rdoc/more/files/lib/more/facets/multiton_rb.html
680
+ doc/rdoc/more/files/lib/more/facets/dependency_rb.html
681
+ doc/rdoc/more/files/lib/more/facets/fileable_rb.html
682
+ doc/rdoc/more/files/lib/more/facets/pqueue_rb.html
683
+ doc/rdoc/more/files/lib/more/facets/buildable_rb.html
684
+ doc/rdoc/more/files/lib/more/facets/tuple_rb.html
635
685
  doc/rdoc/more/files/lib/more/facets/openobject_rb.html
636
686
  doc/rdoc/more/files/lib/more/facets/paramix_rb.html
637
687
  doc/rdoc/more/files/lib/more/facets/elementor_rb.html
@@ -644,34 +694,30 @@ doc/rdoc/more/files/lib/more/facets/iteration_rb.html
644
694
  doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html
645
695
  doc/rdoc/more/files/lib/more/facets/prototype_rb.html
646
696
  doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html
697
+ doc/rdoc/more/files/lib/more/facets/stash_rb.html
647
698
  doc/rdoc/more/files/lib/more/facets/dictionary_rb.html
648
699
  doc/rdoc/more/files/lib/more/facets/expirable_rb.html
649
700
  doc/rdoc/more/files/lib/more/facets/daemonize_rb.html
650
- doc/rdoc/more/files/lib/more/facets/arguments_rb.html
701
+ doc/rdoc/more/files/lib/more/facets/memoizer_rb.html
651
702
  doc/rdoc/more/files/lib/more/facets/autoarray_rb.html
652
703
  doc/rdoc/more/files/lib/more/facets/cloneable_rb.html
653
704
  doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html
654
705
  doc/rdoc/more/files/lib/more/facets/heap_rb.html
655
706
  doc/rdoc/more/files/lib/more/facets/ziputils_rb.html
656
- doc/rdoc/more/files/lib/more/facets/chain_rb.html
657
707
  doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html
658
708
  doc/rdoc/more/files/lib/more/facets/partial_rb.html
659
- doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html
660
709
  doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html
661
710
  doc/rdoc/more/files/lib/more/facets/synchash_rb.html
662
- doc/rdoc/more/files/lib/more/facets/tagiterator_rb.html
663
711
  doc/rdoc/more/files/lib/more/facets/recorder_rb.html
664
- doc/rdoc/more/files/lib/more/facets/eventhook_rb.html
665
712
  doc/rdoc/more/files/lib/more/facets/pool_rb.html
666
713
  doc/rdoc/more/files/lib/more/facets/progressbar_rb.html
667
714
  doc/rdoc/more/files/lib/more/facets/blankslate_rb.html
668
715
  doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html
669
716
  doc/rdoc/more/files/lib/more/facets/reflection_rb.html
717
+ doc/rdoc/more/files/lib/more/facets/matcher_rb.html
670
718
  doc/rdoc/more/files/lib/more/facets/binding
671
- doc/rdoc/more/files/lib/more/facets/binding/opvars_rb.html
672
719
  doc/rdoc/more/files/lib/more/facets/nullclass_rb.html
673
720
  doc/rdoc/more/files/lib/more/facets/duration_rb.html
674
- doc/rdoc/more/files/lib/more/facets/times_rb.html
675
721
  doc/rdoc/more/files/lib/more/facets/instantize_rb.html
676
722
  doc/rdoc/more/files/lib/more/facets/memoize_rb.html
677
723
  doc/rdoc/more/files/lib/more/facets/openhash_rb.html
@@ -679,19 +725,15 @@ doc/rdoc/more/files/lib/more/facets/semaphore_rb.html
679
725
  doc/rdoc/more/files/lib/more/facets/snapshot_rb.html
680
726
  doc/rdoc/more/files/lib/more/facets/random_rb.html
681
727
  doc/rdoc/more/files/lib/more/facets/net
682
- doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html
683
728
  doc/rdoc/more/files/lib/more/facets/infinity_rb.html
684
729
  doc/rdoc/more/files/lib/more/facets/classmethods_rb.html
685
730
  doc/rdoc/more/files/lib/more/facets/equatable_rb.html
686
731
  doc/rdoc/more/files/lib/more/facets/duplicable_rb.html
687
732
  doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html
733
+ doc/rdoc/more/files/lib/more/facets/openmodule_rb.html
688
734
  doc/rdoc/more/files/lib/more/facets/succ_rb.html
689
735
  doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html
690
- doc/rdoc/more/files/lib/more/facets/hash
691
- doc/rdoc/more/files/lib/more/facets/hash/stringify_keys_rb.html
692
- doc/rdoc/more/files/lib/more/facets/hash/symbolize_keys_rb.html
693
736
  doc/rdoc/more/files/lib/more/facets/kernel
694
- doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html
695
737
  doc/rdoc/more/files/lib/more/facets/nackclass_rb.html
696
738
  doc/rdoc/more/files/lib/more/facets/methodspace_rb.html
697
739
  doc/rdoc/more/files/lib/more/facets/opencollection_rb.html
@@ -699,31 +741,29 @@ doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html
699
741
  doc/rdoc/more/files/lib/more/facets/opesc_rb.html
700
742
  doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html
701
743
  doc/rdoc/more/files/lib/more/facets/timer_rb.html
702
- doc/rdoc/more/files/lib/more/facets/command_rb.html
703
- doc/rdoc/more/files/lib/more/facets/cattr_rb.html
704
744
  doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html
705
745
  doc/rdoc/more/files/lib/more/facets/multipliers_rb.html
706
746
  doc/rdoc/more/files/lib/more/facets/attr_rb.html
707
747
  doc/rdoc/more/files/lib/more/facets/version_rb.html
708
748
  doc/rdoc/more/files/lib/more/facets/downloader_rb.html
709
749
  doc/rdoc/more/files/lib/more/facets/instantiable_rb.html
710
- doc/rdoc/more/files/lib/more/facets/bytes_rb.html
711
750
  doc/rdoc/more/files/lib/more/facets/syncarray_rb.html
712
751
  doc/rdoc/more/files/lib/more/facets/autoreload_rb.html
713
752
  doc/rdoc/more/files/lib/more/facets/string
714
- doc/rdoc/more/files/lib/more/facets/string/words_rb.html
715
- doc/rdoc/more/files/lib/more/facets/string/mask_rb.html
716
753
  doc/rdoc/more/files/lib/more/facets/inheritor_rb.html
717
754
  doc/rdoc/more/files/lib/more/facets/coroutine_rb.html
718
755
  doc/rdoc/more/files/lib/more/facets/instantise_rb.html
719
756
  doc/rdoc/more/files/lib/more/facets/elementwise_rb.html
757
+ doc/rdoc/more/files/lib/more/facets/ostructable_rb.html
720
758
  doc/rdoc/more/files/lib/more/facets/class_extension_rb.html
759
+ doc/rdoc/more/files/lib/more/facets/filter_rb.html
721
760
  doc/rdoc/more/files/lib/more/facets/xoxo_rb.html
722
761
  doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html
723
762
  doc/rdoc/more/files/lib/more/facets/argvector_rb.html
724
763
  doc/rdoc/more/files/lib/more/facets/typecast_rb.html
725
764
  doc/rdoc/more/files/lib/more/facets/filelist_rb.html
726
765
  doc/rdoc/more/files/lib/more/facets/thread_rb.html
766
+ doc/rdoc/more/files/lib/more/facets/sparse_array_rb.html
727
767
  doc/rdoc/more/files/lib/more/facets/reference_rb.html
728
768
  doc/rdoc/more/files/lib/more/facets/binreadable_rb.html
729
769
  doc/rdoc/more/files/lib/more/facets/advisable_rb.html
@@ -737,370 +777,41 @@ doc/rdoc/more/files/lib/more/facets/association_rb.html
737
777
  doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html
738
778
  doc/rdoc/more/files/lib/more/facets/ini_rb.html
739
779
  doc/rdoc/more/files/lib/more/facets/registerable_rb.html
740
- doc/rdoc/more/files/lib/more/facets/fileshell_rb.html
741
780
  doc/rdoc/more/files/lib/more/facets/crypt_rb.html
742
781
  doc/rdoc/more/files/lib/more/facets/opencascade_rb.html
743
- doc/rdoc/more/fr_class_index.html
744
- doc/rdoc/more/index.html
745
- doc/rdoc/more/created.rid
746
- doc/rdoc/more/fr_method_index.html
747
- doc/book
748
- doc/book/notes.rdoc
749
- doc/book/history.rdoc
750
- doc/README.lore
751
- doc/README.core
752
- doc/archive
753
- doc/archive/changelog-0.rdoc
754
- doc/archive/changelog-1.rdoc
755
- doc/news
756
- doc/news/RELEASE-2.4.3
757
- doc/news/RELEASE-2.2.0
758
- doc/news/RELEASE-2.4.2
759
- doc/news/RELEASE-2.4.0
760
- doc/news/RELEASE-2.3.0
761
- doc/news/RELEASE-2.0.5
762
- doc/news/RELEASE-2.1.2
763
- doc/news/RELEASE-2.1.0
764
- doc/news/RELEASE-2.2.1
765
- doc/news/RELEASE-2.4.4
766
- doc/news/RELEASE-2.1.1
767
- doc/news/RELEASE-2.1.3
768
- doc/news/RELEASE-2.4.1
769
- doc/README.more
770
- test
771
- test/lore
772
- test/lore/test_basicobject.rb
773
- test/lore/test_continuation.rb
774
- test/lore/test_ostruct.rb
775
- test/lore/test_date.rb
776
- test/lore/fileutils
777
- test/core
778
- test/core/integer
779
- test/core/integer/test_of.rb
780
- test/core/integer/test_factorial.rb
781
- test/core/integer/test_even.rb
782
- test/core/integer/test_ordinal.rb
783
- test/core/integer/test_odd.rb
784
- test/core/integer/test_bitmask.rb
785
- test/core/integer/test_multiple.rb
786
- test/core/symbol
787
- test/core/symbol/test_plain.rb
788
- test/core/symbol/test_generate.rb
789
- test/core/symbol/test_setter.rb
790
- test/core/symbol/test_chomp.rb
791
- test/core/symbol/test_not.rb
792
- test/core/symbol/test_succ.rb
793
- test/core/symbol/test_query.rb
794
- test/core/symbol/test_to_proc.rb
795
- test/core/unboundmethod
796
- test/core/unboundmethod/test_name.rb
797
- test/core/unboundmethod/test_arguments.rb
798
- test/core/nilclass
799
- test/core/nilclass/test_to_f.rb
800
- test/core/numeric
801
- test/core/numeric/test_distance.rb
802
- test/core/numeric/test_round.rb
803
- test/core/numeric/test_approx.rb
804
- test/core/binding
805
- test/core/binding/test_defined.rb
806
- test/core/binding/test_self.rb
807
- test/core/binding/test_eval.rb
808
- test/core/binding/test_caller.rb
809
- test/core/binding/test_local_variables.rb
810
- test/core/binding/test_opvars.rb
811
- test/core/proc
812
- test/core/proc/test_bind.rb
813
- test/core/proc/test_to_method.rb
814
- test/core/proc/test_curry.rb
815
- test/core/proc/test_compose.rb
816
- test/core/range
817
- test/core/range/test_overlap.rb
818
- test/core/range/test_combine.rb
819
- test/core/range/test_to_r.rb
820
- test/core/range/test_within.rb
821
- test/core/file
822
- test/core/file/test_write.rb
823
- test/core/file/test_writelines.rb
824
- test/core/file/test_null.rb
825
- test/core/file/test_file.rb
826
- test/core/file/test_create.rb
827
- test/core/file/test_rewrite.rb
828
- test/core/hash
829
- test/core/hash/test_collate.rb
830
- test/core/hash/test_op_add.rb
831
- test/core/hash/test_keys.rb
832
- test/core/hash/test_inverse.rb
833
- test/core/hash/test_stringify_keys.rb
834
- test/core/hash/test_delete.rb
835
- test/core/hash/test_slice.rb
836
- test/core/hash/test_op_mul.rb
837
- test/core/hash/test_symbolize_keys.rb
838
- test/core/hash/test_weave.rb
839
- test/core/hash/test_alias.rb
840
- test/core/hash/test_update.rb
841
- test/core/hash/test_swap.rb
842
- test/core/hash/test_op_and.rb
843
- test/core/hash/test_at.rb
844
- test/core/hash/test_op.rb
845
- test/core/hash/test_select.rb
846
- test/core/hash/test_op_push.rb
847
- test/core/hash/test_op_or.rb
848
- test/core/hash/test_autonew.rb
849
- test/core/hash/test_insert.rb
850
- test/core/hash/test_traverse.rb
851
- test/core/hash/test_zipnew.rb
852
- test/core/hash/test_mash.rb
853
- test/core/hash/test_merge.rb
854
- test/core/hash/test_op_sub.rb
855
- test/core/hash/test_rekey.rb
856
- test/core/kernel
857
- test/core/kernel/test_val.rb
858
- test/core/kernel/test_not_nil.rb
859
- test/core/kernel/test_resc.rb
860
- test/core/kernel/test_attr_singleton.rb
861
- test/core/kernel/test_constant.rb
862
- test/core/kernel/test_populate.rb
863
- test/core/kernel/test_callstack.rb
864
- test/core/kernel/test_instance_class.rb
865
- test/core/kernel/test_silence.rb
866
- test/core/kernel/test_object_hexid.rb
867
- test/core/kernel/test_in.rb
868
- test/core/kernel/test_instance_assign.rb
869
- test/core/kernel/test_object_class.rb
870
- test/core/kernel/test_tap.rb
871
- test/core/kernel/test_returning.rb
872
- test/core/kernel/test_here.rb
873
- test/core/kernel/test_deepcopy.rb
874
- test/core/kernel/test_as.rb
875
- test/core/comparable
876
- test/core/comparable/test_cmp.rb
877
- test/core/comparable/test_comparable.rb
878
- test/core/comparable/test_bound.rb
879
- test/core/method
880
- test/core/enumerable
881
- test/core/enumerable/test_uniq_by.rb
882
- test/core/enumerable/test_none.rb
883
- test/core/enumerable/test_frequency.rb
884
- test/core/enumerable/test_occur.rb
885
- test/core/enumerable/test_inject.rb
886
- test/core/enumerable/test_entropy.rb
887
- test/core/enumerable/test_modulate.rb
888
- test/core/enumerable/test_probability.rb
889
- test/core/enumerable/test_cluster_by.rb
890
- test/core/enumerable/test_group_by.rb
891
- test/core/enumerable/test_commonality.rb
892
- test/core/enumerable/test_count.rb
893
- test/core/enumerable/test_each_by.rb
894
- test/core/enumerable/test_collect.rb
895
- test/core/enumerable/test_one.rb
896
- test/core/enumerable/test_mash.rb
897
- test/core/string
898
- test/core/string/test_subtract.rb
899
- test/core/string/test_natcmp.rb
900
- test/core/string/test_words.rb
901
- test/core/string/test_bytes.rb
902
- test/core/string/test_each_char.rb
903
- test/core/string/test_camelcase.rb
904
- test/core/string/test_nchar.rb
905
- test/core/string/test_cleave.rb
906
- test/core/string/test_capitalized.rb
907
- test/core/string/test_titlecase.rb
908
- test/core/string/test_fold.rb
909
- test/core/string/test_line_wrap.rb
910
- test/core/string/test_lchomp.rb
911
- test/core/string/test_to_re.rb
912
- test/core/string/test_range.rb
913
- test/core/string/test_chars.rb
914
- test/core/string/test_align.rb
915
- test/core/string/test_lines.rb
916
- test/core/string/test_word_wrap.rb
917
- test/core/string/test_methodize.rb
918
- test/core/string/test_xor.rb
919
- test/core/string/test_divide.rb
920
- test/core/string/test_snakecase.rb
921
- test/core/string/test_shatter.rb
922
- test/core/string/test_splice.rb
923
- test/core/string/test_end_with.rb
924
- test/core/string/test_interpolate.rb
925
- test/core/string/test_start_with.rb
926
- test/core/string/test_tab.rb
927
- test/core/string/test_rewrite.rb
928
- test/core/string/test_modulize.rb
929
- test/core/string/test_variablize.rb
930
- test/core/string/test_op_sub.rb
931
- test/core/string/test_pathize.rb
932
- test/core/string/test_mscan.rb
933
- test/core/string/test_each_word.rb
934
- test/core/string/test_bracket.rb
935
- test/core/module
936
- test/core/module/test_wrap_method.rb
937
- test/core/module/test_integrate.rb
938
- test/core/module/test_spacename.rb
939
- test/core/module/test_basename.rb
940
- test/core/module/test_nesting.rb
941
- test/core/module/test_class.rb
942
- test/core/module/test_alias_module_function.rb
943
- test/core/module/test_ancestor.rb
944
- test/core/module/test_modspace.rb
945
- test/core/module/test_rename_method.rb
946
- test/core/module/test_op.rb
947
- test/core/module/test_redirect_method.rb
948
- test/core/module/test_can.rb
949
- test/core/module/test_methodize.rb
950
- test/core/module/test_alias_method_chain.rb
951
- test/core/module/test_alias_accessor.rb
952
- test/core/module/test_revise.rb
953
- test/core/module/test_is.rb
954
- test/core/module/test_abstract.rb
955
- test/core/module/test_redefine_method.rb
956
- test/core/module/test_conflict.rb
957
- test/core/module/test_prepend.rb
958
- test/core/module/test_pathize.rb
959
- test/core/time
960
- test/core/time/test_to_time.rb
961
- test/core/time/test_hence.rb
962
- test/core/time/test_trunc.rb
963
- test/core/time/test_round.rb
964
- test/core/time/test_stamp.rb
965
- test/core/time/test_change.rb
966
- test/core/time/test_elapse.rb
967
- test/core/dir
968
- test/core/dir/test_descend.rb
969
- test/core/dir/test_ascend.rb
970
- test/core/dir/test_multiglob.rb
971
- test/core/dir/test_parent.rb
972
- test/core/dir/test_recurse.rb
973
- test/core/filetest
974
- test/core/filetest/test_filetest.rb
975
- test/core/class
976
- test/core/class/test_cattr_writer.rb
977
- test/core/class/test_cattr_reader.rb
978
- test/core/class/test_descendents.rb
979
- test/core/class/test_cattr_accessor.rb
980
- test/core/class/test_cattr.rb
981
- test/core/array
982
- test/core/array/test_combination.rb
983
- test/core/array/test_product.rb
984
- test/core/array/test_delete.rb
985
- test/core/array/test_stackable.rb
986
- test/core/array/test_select.rb
987
- test/core/array/test_only.rb
988
- test/core/array/test_indexable.rb
989
- test/core/array/test_permutation.rb
990
- test/core/array/test_pad.rb
991
- test/core/array/test_merge.rb
992
- test/core/array/test_rotate.rb
993
- test/core/regexp
994
- test/core/regexp/test_to_re.rb
995
- test/core/regexp/test_arity.rb
996
- test/core/matchdata
997
- test/core/matchdata/test_matchset.rb
998
- test/core/matchdata/test_match.rb
999
- test/core/exception
1000
- test/core/exception/test_exception.rb
1001
- test/more
1002
- test/more/test_syncarray.rb
1003
- test/more/test_crypt.rb
1004
- test/more/test_metaid.rb
1005
- test/more/test_bytes.rb
1006
- test/more/test_infinity.rb
1007
- test/more/test_1stclassmethod.rb
1008
- test/more/test_typecast.rb
1009
- test/more/test_buildable.rb
1010
- test/more/test_instantise.rb
1011
- test/more/test_openobject.rb
1012
- test/more/test_equatable.rb
1013
- test/more/test_uri.rb
1014
- test/more/test_opencascade.rb
1015
- test/more/test_multipliers.rb
1016
- test/more/test_autoarray.rb
1017
- test/more/test_random.rb
1018
- test/more/test_boolean.rb
1019
- test/more/test_prototype.rb
1020
- test/more/test_elementwise.rb
1021
- test/more/test_class_extension.rb
1022
- test/more/test_thread.rb
1023
- test/more/test_dependency.rb
1024
- test/more/test_times.rb
1025
- test/more/test_binreadable.rb
1026
- test/more/test_cloneable.rb
1027
- test/more/test_inheritor.rb
1028
- test/more/test_uninheritable.rb
1029
- test/more/test_timer.rb
1030
- test/more/test_annotations.rb
1031
- test/more/test_recorder.rb
1032
- test/more/test_tuple.rb
1033
- test/more/test_classmethods.rb
1034
- test/more/test_association.rb
1035
- test/more/test_blank.rb
1036
- test/more/test_command.rb
1037
- test/more/test_bbcode.rb
1038
- test/more/test_memoize.rb
1039
- test/more/test_interval.rb
1040
- test/more/test_getoptlong.rb
1041
- test/more/test_snapshot.rb
1042
- test/more/test_succ.rb
1043
- test/more/test_coroutine.rb
1044
- test/more/test_overload.rb
1045
- test/more/test_elementor.rb
1046
- test/more/test_to_hash.rb
1047
- test/more/test_enumerablepass.rb
1048
- test/more/test_ansicode.rb
1049
- test/more/test_dictionary.rb
1050
- test/more/test_lrucache.rb
1051
- test/more/test_xoxo.rb
1052
- test/more/test_instantiable.rb
1053
- test/more/test_functor.rb
1054
- test/more/test_linkedlist.rb
1055
- test/more/test_partial.rb
1056
- test/more/test_methodspace.rb
1057
- test/more/test_synchash.rb
1058
- test/more/test_arguments.rb
1059
- test/more/test_paramix.rb
1060
- test/more/test_multiton.rb
1061
- test/more/test_advisable.rb
1062
- test/test_facets.rb
1063
- CHANGES
1064
- RELEASE
1065
- README
1066
- AUTHORS
1067
- task
1068
- task/methods
1069
- task/test.rake
1070
- task/conflicts
1071
- task/rdoc.rake
1072
- task/setup.rake
1073
- task/coverage.rake
1074
- demo
1075
- demo/bench
1076
- demo/bench/integer
1077
- demo/bench/integer/bench_factorial.rb
1078
- demo/bench/bench_load.rb
1079
- demo/bench/enumerable
1080
- demo/bench/enumerable/bench_count.rb
1081
- demo/bench/enumerable/bench_collect.rb
1082
- demo/bench/general
1083
- demo/bench/general/bench_calls.rb
1084
- demo/bench/general/bench_range.rb
1085
- demo/bench/general/comment_loading
1086
- demo/bench/general/comment_loading/comments_begin.rb
1087
- demo/bench/general/comment_loading/bench.rb
1088
- demo/bench/general/comment_loading/comments_end.rb
1089
- demo/bench/general/comment_loading/comments_sharp.rb
1090
- demo/bench/general/comment_loading/comments_none.rb
1091
- demo/bench/general/bench_pathname.rb
1092
- demo/bench/general/bench_includes.rb
1093
- demo/bench/general/bench_return.rb
1094
- demo/bench/general/bench_methods.rb
1095
- demo/bench/general/bench_yeild.rb
1096
- demo/sample
1097
- demo/sample/annotations
1098
- demo/sample/annotations/annotations1.rb
1099
- demo/sample/ansicolor
1100
- demo/sample/ansicolor/cdiff.rb
1101
- demo/sample/ansicolor/example.rb
1102
- lib
782
+ doc/rdoc/more/files/lib/more/facets/binding/opvars_rb.html
783
+ doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html
784
+ doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html
785
+ doc/rdoc/more/files/lib/more/facets/string/words_rb.html
786
+ doc/rdoc/more/files/lib/more/facets/string/mask_rb.html
787
+ doc/archive/RELEASE-2.4.3
788
+ doc/archive/RELEASE-2.2.0
789
+ doc/archive/RELEASE-2.4.2
790
+ doc/archive/CHANGELOG-2.4.5
791
+ doc/archive/RELEASE-2.4.0
792
+ doc/archive/RELEASE-2.3.0
793
+ doc/archive/CHANGELOG-1.8.54
794
+ doc/archive/RELEASE-2.0.5
795
+ doc/archive/RELEASE-2.1.2
796
+ doc/archive/CHANGELOG-0.10.30
797
+ doc/archive/RELEASE-2.1.0
798
+ doc/archive/RELEASE-2.2.1
799
+ doc/archive/RELEASE-2.4.4
800
+ doc/archive/RELEASE-2.1.1
801
+ doc/archive/RELEASE-2.1.3
802
+ doc/archive/RELEASE-2.4.5
803
+ doc/archive/RELEASE-2.4.1
804
+ doc/log/basic_stats
805
+ doc/log/changelog.html
806
+ doc/log/changelog.txt
807
+ doc/log/stats.html
808
+ doc/log/bstats
809
+ doc/log/testlog.txt
810
+ doc/log/basic_stats/index.html
811
+ doc/log/bstats/stats.html
1103
812
  lib/lore
813
+ lib/core
814
+ lib/more
1104
815
  lib/lore/facets
1105
816
  lib/lore/facets/pathname.rb
1106
817
  lib/lore/facets/cgi.rb
@@ -1113,6 +824,12 @@ lib/lore/facets/basicobject.rb
1113
824
  lib/lore/facets/fileutils.rb
1114
825
  lib/lore/facets/shellwords.rb
1115
826
  lib/lore/facets/fileutils
827
+ lib/lore/facets/enumerator.rb
828
+ lib/lore/facets/yaml.rb
829
+ lib/lore/facets/set.rb
830
+ lib/lore/facets/uri.rb
831
+ lib/lore/facets/ostruct.rb
832
+ lib/lore/facets/rbconfig.rb
1116
833
  lib/lore/facets/fileutils/tail.rb
1117
834
  lib/lore/facets/fileutils/which.rb
1118
835
  lib/lore/facets/fileutils/whereis.rb
@@ -1120,24 +837,78 @@ lib/lore/facets/fileutils/wc.rb
1120
837
  lib/lore/facets/fileutils/slice.rb
1121
838
  lib/lore/facets/fileutils/safe_ln.rb
1122
839
  lib/lore/facets/fileutils/head.rb
1123
- lib/lore/facets/yaml.rb
1124
- lib/lore/facets/set.rb
1125
- lib/lore/facets/uri.rb
1126
- lib/lore/facets/ostruct.rb
1127
- lib/lore/facets/rbconfig.rb
1128
- lib/core
1129
840
  lib/core/facets
841
+ lib/core/facets.rb
842
+ lib/core/facets-load.rb
843
+ lib/core/facets-live.rb
1130
844
  lib/core/facets/integer
845
+ lib/core/facets/file.rb
846
+ lib/core/facets/metaid.rb
847
+ lib/core/facets/matchdata.rb
848
+ lib/core/facets/symbol
849
+ lib/core/facets/time.rb
850
+ lib/core/facets/dir.rb
851
+ lib/core/facets/to_hash.rb
852
+ lib/core/facets/cattr.rb
853
+ lib/core/facets/objectspace
854
+ lib/core/facets/unboundmethod
855
+ lib/core/facets/objectspace.rb
856
+ lib/core/facets/nilclass
857
+ lib/core/facets/filetest.rb
858
+ lib/core/facets/lazy.rb
859
+ lib/core/facets/range.rb
860
+ lib/core/facets/numeric
861
+ lib/core/facets/indexable.rb
862
+ lib/core/facets/module.rb
863
+ lib/core/facets/binding
864
+ lib/core/facets/float
865
+ lib/core/facets/hash.rb
866
+ lib/core/facets/proc
867
+ lib/core/facets/boolean.rb
868
+ lib/core/facets/range
869
+ lib/core/facets/struct.rb
870
+ lib/core/facets/nilclass.rb
871
+ lib/core/facets/file
872
+ lib/core/facets/bitmask.rb
873
+ lib/core/facets/integer.rb
874
+ lib/core/facets/exception.rb
875
+ lib/core/facets/comparable.rb
876
+ lib/core/facets/float.rb
877
+ lib/core/facets/hash
878
+ lib/core/facets/kernel
879
+ lib/core/facets/struct
880
+ lib/core/facets/comparable
881
+ lib/core/facets/regexp.rb
882
+ lib/core/facets/enumerable
883
+ lib/core/facets/class.rb
884
+ lib/core/facets/symbol.rb
885
+ lib/core/facets/numeric.rb
886
+ lib/core/facets/string
887
+ lib/core/facets/module
888
+ lib/core/facets/proc.rb
889
+ lib/core/facets/array.rb
890
+ lib/core/facets/time
891
+ lib/core/facets/enumerable.rb
892
+ lib/core/facets/functor.rb
893
+ lib/core/facets/dir
894
+ lib/core/facets/unboundmethod.rb
895
+ lib/core/facets/filetest
896
+ lib/core/facets/class
897
+ lib/core/facets/array
898
+ lib/core/facets/stackable.rb
899
+ lib/core/facets/kernel.rb
900
+ lib/core/facets/regexp
901
+ lib/core/facets/matchdata
902
+ lib/core/facets/exception
903
+ lib/core/facets/string.rb
904
+ lib/core/facets/binding.rb
905
+ lib/core/facets/blank.rb
1131
906
  lib/core/facets/integer/multiple.rb
1132
907
  lib/core/facets/integer/ordinal.rb
1133
908
  lib/core/facets/integer/odd.rb
1134
909
  lib/core/facets/integer/even.rb
1135
910
  lib/core/facets/integer/factorial.rb
1136
911
  lib/core/facets/integer/of.rb
1137
- lib/core/facets/file.rb
1138
- lib/core/facets/metaid.rb
1139
- lib/core/facets/matchdata.rb
1140
- lib/core/facets/symbol
1141
912
  lib/core/facets/symbol/not.rb
1142
913
  lib/core/facets/symbol/setter.rb
1143
914
  lib/core/facets/symbol/re_s.rb
@@ -1148,49 +919,31 @@ lib/core/facets/symbol/to_proc.rb
1148
919
  lib/core/facets/symbol/generate.rb
1149
920
  lib/core/facets/symbol/succ.rb
1150
921
  lib/core/facets/symbol/chomp.rb
1151
- lib/core/facets/time.rb
1152
- lib/core/facets/dir.rb
1153
- lib/core/facets/to_hash.rb
1154
- lib/core/facets/cattr.rb
1155
- lib/core/facets/unboundmethod
922
+ lib/core/facets/objectspace/classes.rb
1156
923
  lib/core/facets/unboundmethod/name.rb
1157
924
  lib/core/facets/unboundmethod/arguments.rb
1158
- lib/core/facets/nilclass
1159
925
  lib/core/facets/nilclass/ergo.rb
1160
926
  lib/core/facets/nilclass/to_f.rb
1161
- lib/core/facets/filetest.rb
1162
- lib/core/facets/lazy.rb
1163
- lib/core/facets/range.rb
1164
- lib/core/facets/numeric
1165
927
  lib/core/facets/numeric/distance.rb
1166
928
  lib/core/facets/numeric/round.rb
1167
929
  lib/core/facets/numeric/approx.rb
1168
- lib/core/facets/indexable.rb
1169
- lib/core/facets/module.rb
1170
- lib/core/facets/binding
1171
930
  lib/core/facets/binding/caller.rb
1172
931
  lib/core/facets/binding/eval.rb
1173
932
  lib/core/facets/binding/self.rb
1174
933
  lib/core/facets/binding/local_variables.rb
934
+ lib/core/facets/binding/callstack.rb
1175
935
  lib/core/facets/binding/defined.rb
1176
- lib/core/facets/float
1177
936
  lib/core/facets/float/round.rb
1178
- lib/core/facets/hash.rb
1179
- lib/core/facets/proc
1180
937
  lib/core/facets/proc/update.rb
1181
938
  lib/core/facets/proc/curry.rb
1182
939
  lib/core/facets/proc/compose.rb
1183
940
  lib/core/facets/proc/to_method.rb
1184
941
  lib/core/facets/proc/bind.rb
1185
- lib/core/facets/boolean.rb
1186
- lib/core/facets/range
1187
942
  lib/core/facets/range/overlap.rb
1188
943
  lib/core/facets/range/umbrella.rb
1189
944
  lib/core/facets/range/combine.rb
1190
945
  lib/core/facets/range/to_r.rb
1191
946
  lib/core/facets/range/within.rb
1192
- lib/core/facets/nilclass.rb
1193
- lib/core/facets/file
1194
947
  lib/core/facets/file/rootname.rb
1195
948
  lib/core/facets/file/split_root.rb
1196
949
  lib/core/facets/file/null.rb
@@ -1198,15 +951,11 @@ lib/core/facets/file/create.rb
1198
951
  lib/core/facets/file/write.rb
1199
952
  lib/core/facets/file/writelines.rb
1200
953
  lib/core/facets/file/append.rb
954
+ lib/core/facets/file/split_all.rb
1201
955
  lib/core/facets/file/rewrite.rb
1202
956
  lib/core/facets/file/read.rb
1203
- lib/core/facets/bitmask.rb
1204
- lib/core/facets/integer.rb
1205
- lib/core/facets/exception.rb
1206
- lib/core/facets/comparable.rb
1207
- lib/core/facets/float.rb
1208
- lib/core/facets/hash
1209
957
  lib/core/facets/hash/zipnew.rb
958
+ lib/core/facets/hash/update_values.rb
1210
959
  lib/core/facets/hash/alias.rb
1211
960
  lib/core/facets/hash/update.rb
1212
961
  lib/core/facets/hash/autonew.rb
@@ -1214,6 +963,7 @@ lib/core/facets/hash/recursively.rb
1214
963
  lib/core/facets/hash/op_and.rb
1215
964
  lib/core/facets/hash/op_sub.rb
1216
965
  lib/core/facets/hash/except.rb
966
+ lib/core/facets/hash/stringify_keys.rb
1217
967
  lib/core/facets/hash/keys.rb
1218
968
  lib/core/facets/hash/merge.rb
1219
969
  lib/core/facets/hash/traverse.rb
@@ -1226,6 +976,7 @@ lib/core/facets/hash/recursive_merge.rb
1226
976
  lib/core/facets/hash/to_proc.rb
1227
977
  lib/core/facets/hash/insert.rb
1228
978
  lib/core/facets/hash/select.rb
979
+ lib/core/facets/hash/to_options.rb
1229
980
  lib/core/facets/hash/diff.rb
1230
981
  lib/core/facets/hash/mash.rb
1231
982
  lib/core/facets/hash/collate.rb
@@ -1233,14 +984,17 @@ lib/core/facets/hash/delete.rb
1233
984
  lib/core/facets/hash/weave.rb
1234
985
  lib/core/facets/hash/swap.rb
1235
986
  lib/core/facets/hash/to_struct.rb
987
+ lib/core/facets/hash/symbolize_keys.rb
1236
988
  lib/core/facets/hash/join.rb
989
+ lib/core/facets/hash/replace_each.rb
1237
990
  lib/core/facets/hash/slice.rb
1238
991
  lib/core/facets/hash/to_h.rb
1239
992
  lib/core/facets/hash/op_add.rb
1240
993
  lib/core/facets/hash/rekey.rb
994
+ lib/core/facets/hash/update_each.rb
995
+ lib/core/facets/hash/update_keys.rb
1241
996
  lib/core/facets/hash/argumentize.rb
1242
997
  lib/core/facets/hash/at.rb
1243
- lib/core/facets/kernel
1244
998
  lib/core/facets/kernel/here.rb
1245
999
  lib/core/facets/kernel/as.rb
1246
1000
  lib/core/facets/kernel/__class__.rb
@@ -1270,12 +1024,14 @@ lib/core/facets/kernel/__set__.rb
1270
1024
  lib/core/facets/kernel/__method__.rb
1271
1025
  lib/core/facets/kernel/instance_class.rb
1272
1026
  lib/core/facets/kernel/instance_exec.rb
1027
+ lib/core/facets/kernel/__here__.rb
1273
1028
  lib/core/facets/kernel/attr_singleton.rb
1274
1029
  lib/core/facets/kernel/p.rb
1275
1030
  lib/core/facets/kernel/singleton_class.rb
1276
1031
  lib/core/facets/kernel/try.rb
1277
1032
  lib/core/facets/kernel/__dir__.rb
1278
1033
  lib/core/facets/kernel/returning.rb
1034
+ lib/core/facets/kernel/callstack.rb
1279
1035
  lib/core/facets/kernel/populate.rb
1280
1036
  lib/core/facets/kernel/val.rb
1281
1037
  lib/core/facets/kernel/constant.rb
@@ -1283,17 +1039,21 @@ lib/core/facets/kernel/require_local.rb
1283
1039
  lib/core/facets/kernel/__callee__.rb
1284
1040
  lib/core/facets/kernel/respond.rb
1285
1041
  lib/core/facets/kernel/in.rb
1286
- lib/core/facets/comparable
1042
+ lib/core/facets/struct/attributes.rb
1043
+ lib/core/facets/comparable/cap.rb
1287
1044
  lib/core/facets/comparable/bound.rb
1288
1045
  lib/core/facets/comparable/cmp.rb
1046
+ lib/core/facets/comparable/clip.rb
1289
1047
  lib/core/facets/comparable/comparable.rb
1290
- lib/core/facets/regexp.rb
1291
- lib/core/facets/enumerable
1048
+ lib/core/facets/comparable/at_least.rb
1049
+ lib/core/facets/comparable/at_most.rb
1050
+ lib/core/facets/enumerable/take.rb
1292
1051
  lib/core/facets/enumerable/one.rb
1293
1052
  lib/core/facets/enumerable/cluster_by.rb
1294
1053
  lib/core/facets/enumerable/group_by.rb
1295
1054
  lib/core/facets/enumerable/sum.rb
1296
1055
  lib/core/facets/enumerable/mode.rb
1056
+ lib/core/facets/enumerable/graph.rb
1297
1057
  lib/core/facets/enumerable/commonality.rb
1298
1058
  lib/core/facets/enumerable/occur.rb
1299
1059
  lib/core/facets/enumerable/collect.rb
@@ -1312,10 +1072,6 @@ lib/core/facets/enumerable/map_send.rb
1312
1072
  lib/core/facets/enumerable/probability.rb
1313
1073
  lib/core/facets/enumerable/count.rb
1314
1074
  lib/core/facets/enumerable/each_by.rb
1315
- lib/core/facets/class.rb
1316
- lib/core/facets/symbol.rb
1317
- lib/core/facets/numeric.rb
1318
- lib/core/facets/string
1319
1075
  lib/core/facets/string/shatter.rb
1320
1076
  lib/core/facets/string/to_re.rb
1321
1077
  lib/core/facets/string/fold.rb
@@ -1328,18 +1084,24 @@ lib/core/facets/string/align.rb
1328
1084
  lib/core/facets/string/tab.rb
1329
1085
  lib/core/facets/string/methodize.rb
1330
1086
  lib/core/facets/string/op_sub.rb
1087
+ lib/core/facets/string/compress_lines.rb
1331
1088
  lib/core/facets/string/range.rb
1332
1089
  lib/core/facets/string/snakecase.rb
1333
1090
  lib/core/facets/string/each_char.rb
1334
1091
  lib/core/facets/string/divide.rb
1092
+ lib/core/facets/string/margin.rb
1335
1093
  lib/core/facets/string/mscan.rb
1336
1094
  lib/core/facets/string/capitalized.rb
1095
+ lib/core/facets/string/expand_tab.rb
1337
1096
  lib/core/facets/string/natcmp.rb
1338
1097
  lib/core/facets/string/variablize.rb
1339
1098
  lib/core/facets/string/bytes.rb
1340
1099
  lib/core/facets/string/subtract.rb
1341
1100
  lib/core/facets/string/pathize.rb
1101
+ lib/core/facets/string/outdent.rb
1102
+ lib/core/facets/string/indent.rb
1342
1103
  lib/core/facets/string/titlecase.rb
1104
+ lib/core/facets/string/tabto.rb
1343
1105
  lib/core/facets/string/words.rb
1344
1106
  lib/core/facets/string/interpolate.rb
1345
1107
  lib/core/facets/string/cleave.rb
@@ -1353,7 +1115,7 @@ lib/core/facets/string/nchar.rb
1353
1115
  lib/core/facets/string/xor.rb
1354
1116
  lib/core/facets/string/end_with.rb
1355
1117
  lib/core/facets/string/each_word.rb
1356
- lib/core/facets/module
1118
+ lib/core/facets/string/contains.rb
1357
1119
  lib/core/facets/module/alias_accessor.rb
1358
1120
  lib/core/facets/module/prepend.rb
1359
1121
  lib/core/facets/module/ancestor.rb
@@ -1380,9 +1142,6 @@ lib/core/facets/module/revise.rb
1380
1142
  lib/core/facets/module/spacename.rb
1381
1143
  lib/core/facets/module/wrap_method.rb
1382
1144
  lib/core/facets/module/basename.rb
1383
- lib/core/facets/proc.rb
1384
- lib/core/facets/array.rb
1385
- lib/core/facets/time
1386
1145
  lib/core/facets/time/elapse.rb
1387
1146
  lib/core/facets/time/ago.rb
1388
1147
  lib/core/facets/time/trunc.rb
@@ -1393,18 +1152,12 @@ lib/core/facets/time/set.rb
1393
1152
  lib/core/facets/time/to_time.rb
1394
1153
  lib/core/facets/time/change.rb
1395
1154
  lib/core/facets/time/stamp.rb
1396
- lib/core/facets/enumerable.rb
1397
- lib/core/facets/functor.rb
1398
- lib/core/facets/dir
1399
1155
  lib/core/facets/dir/ascend.rb
1400
1156
  lib/core/facets/dir/multiglob.rb
1401
1157
  lib/core/facets/dir/recurse.rb
1402
1158
  lib/core/facets/dir/parent.rb
1403
1159
  lib/core/facets/dir/descend.rb
1404
- lib/core/facets/unboundmethod.rb
1405
- lib/core/facets/filetest
1406
1160
  lib/core/facets/filetest/root.rb
1407
- lib/core/facets/class
1408
1161
  lib/core/facets/class/prepend.rb
1409
1162
  lib/core/facets/class/cattr.rb
1410
1163
  lib/core/facets/class/methodize.rb
@@ -1415,11 +1168,10 @@ lib/core/facets/class/descendents.rb
1415
1168
  lib/core/facets/class/to_proc.rb
1416
1169
  lib/core/facets/class/cattr_accessor.rb
1417
1170
  lib/core/facets/class/cattr_writer.rb
1418
- lib/core/facets/callstack.rb
1419
- lib/core/facets/array
1420
1171
  lib/core/facets/array/product.rb
1421
1172
  lib/core/facets/array/recursively.rb
1422
1173
  lib/core/facets/array/not_empty.rb
1174
+ lib/core/facets/array/delete_unless.rb
1423
1175
  lib/core/facets/array/rotate.rb
1424
1176
  lib/core/facets/array/conjoin.rb
1425
1177
  lib/core/facets/array/indexable.rb
@@ -1431,37 +1183,25 @@ lib/core/facets/array/index.rb
1431
1183
  lib/core/facets/array/only.rb
1432
1184
  lib/core/facets/array/delete.rb
1433
1185
  lib/core/facets/array/combination.rb
1186
+ lib/core/facets/array/delete_values.rb
1434
1187
  lib/core/facets/array/splice.rb
1435
1188
  lib/core/facets/array/stackable.rb
1436
1189
  lib/core/facets/array/pad.rb
1437
- lib/core/facets/stackable.rb
1438
- lib/core/facets/kernel.rb
1439
- lib/core/facets/regexp
1440
1190
  lib/core/facets/regexp/to_re.rb
1441
1191
  lib/core/facets/regexp/arity.rb
1442
- lib/core/facets/matchdata
1443
1192
  lib/core/facets/matchdata/match.rb
1444
1193
  lib/core/facets/matchdata/matchset.rb
1445
- lib/core/facets/exception
1446
1194
  lib/core/facets/exception/suppress.rb
1447
1195
  lib/core/facets/exception/detail.rb
1448
- lib/core/facets/string.rb
1449
- lib/core/facets/binding.rb
1450
- lib/core/facets/blank.rb
1451
- lib/core/facets.rb
1452
- lib/core/facets-load.rb
1453
- lib/core/facets-live.rb
1454
- lib/more
1455
1196
  lib/more/facets
1456
1197
  lib/more/facets/synchash.rb
1457
1198
  lib/more/facets/platform.rb
1458
- lib/more/facets/annotations.rb
1459
1199
  lib/more/facets/pathlist.rb
1460
1200
  lib/more/facets/registerable.rb
1461
1201
  lib/more/facets/classmethods.rb
1462
1202
  lib/more/facets/cloneable.rb
1463
1203
  lib/more/facets/expirable.rb
1464
- lib/more/facets/times.rb
1204
+ lib/more/facets/matcher.rb
1465
1205
  lib/more/facets/duration.rb
1466
1206
  lib/more/facets/opesc.rb
1467
1207
  lib/more/facets/cssfilter.rb
@@ -1475,13 +1215,10 @@ lib/more/facets/openhash.rb
1475
1215
  lib/more/facets/memoize.rb
1476
1216
  lib/more/facets/autoarray.rb
1477
1217
  lib/more/facets/htmlfilter.rb
1478
- lib/more/facets/fileshell.rb
1479
- lib/more/facets/command.rb
1480
1218
  lib/more/facets/buildable.rb
1481
1219
  lib/more/facets/pqueue.rb
1482
1220
  lib/more/facets/syncarray.rb
1483
1221
  lib/more/facets/thread.rb
1484
- lib/more/facets/arguments.rb
1485
1222
  lib/more/facets/iteration.rb
1486
1223
  lib/more/facets/daemonize.rb
1487
1224
  lib/more/facets/rwdelegator.rb
@@ -1496,30 +1233,24 @@ lib/more/facets/multipliers.rb
1496
1233
  lib/more/facets/basex.rb
1497
1234
  lib/more/facets/typecast.rb
1498
1235
  lib/more/facets/binding
1499
- lib/more/facets/binding/opvars.rb
1500
1236
  lib/more/facets/association.rb
1501
1237
  lib/more/facets/nullclass.rb
1502
1238
  lib/more/facets/instantize.rb
1503
- lib/more/facets/cachedecorator.rb
1504
- lib/more/facets/chain.rb
1505
1239
  lib/more/facets/dictionary.rb
1506
1240
  lib/more/facets/net
1507
- lib/more/facets/net/smtp_tls.rb
1508
1241
  lib/more/facets/autoreload.rb
1509
1242
  lib/more/facets/xoxo.rb
1510
- lib/more/facets/bytes.rb
1243
+ lib/more/facets/memoizer.rb
1511
1244
  lib/more/facets/infinity.rb
1512
1245
  lib/more/facets/reference.rb
1513
1246
  lib/more/facets/attr.rb
1514
1247
  lib/more/facets/settings.rb
1515
- lib/more/facets/hash
1516
- lib/more/facets/hash/stringify_keys.rb
1517
- lib/more/facets/hash/symbolize_keys.rb
1518
1248
  lib/more/facets/kernel
1519
- lib/more/facets/kernel/meta.rb
1520
1249
  lib/more/facets/heap.rb
1521
1250
  lib/more/facets/prototype.rb
1522
1251
  lib/more/facets/partial.rb
1252
+ lib/more/facets/openmodule.rb
1253
+ lib/more/facets/sparse_array.rb
1523
1254
  lib/more/facets/filelist.rb
1524
1255
  lib/more/facets/1stclassmethod.rb
1525
1256
  lib/more/facets/overload.rb
@@ -1531,14 +1262,11 @@ lib/more/facets/ioredirect.rb
1531
1262
  lib/more/facets/duplicable.rb
1532
1263
  lib/more/facets/pool.rb
1533
1264
  lib/more/facets/blankslate.rb
1534
- lib/more/facets/dictionarymatcher.rb
1535
1265
  lib/more/facets/capsule.rb
1536
1266
  lib/more/facets/tuple.rb
1537
- lib/more/facets/uploadutils.rb
1538
1267
  lib/more/facets/string
1539
- lib/more/facets/string/words.rb
1540
- lib/more/facets/string/mask.rb
1541
1268
  lib/more/facets/instantise.rb
1269
+ lib/more/facets/filter.rb
1542
1270
  lib/more/facets/rbsystem.rb
1543
1271
  lib/more/facets/argvector.rb
1544
1272
  lib/more/facets/nilstatus.rb
@@ -1546,7 +1274,7 @@ lib/more/facets/ziputils.rb
1546
1274
  lib/more/facets/instantiable.rb
1547
1275
  lib/more/facets/xmlhash.rb
1548
1276
  lib/more/facets/opencascade.rb
1549
- lib/more/facets/eventhook.rb
1277
+ lib/more/facets/ostructable.rb
1550
1278
  lib/more/facets/elementor.rb
1551
1279
  lib/more/facets/succ.rb
1552
1280
  lib/more/facets/inheritor.rb
@@ -1561,16 +1289,326 @@ lib/more/facets/ini.rb
1561
1289
  lib/more/facets/uninheritable.rb
1562
1290
  lib/more/facets/enumerablepass.rb
1563
1291
  lib/more/facets/snapshot.rb
1564
- lib/more/facets/tagiter.rb
1565
1292
  lib/more/facets/minitar.rb
1566
1293
  lib/more/facets/paramix.rb
1567
1294
  lib/more/facets/class_extension.rb
1568
1295
  lib/more/facets/crypt.rb
1296
+ lib/more/facets/stash.rb
1569
1297
  lib/more/facets/openobject.rb
1570
1298
  lib/more/facets/random.rb
1571
1299
  lib/more/facets/opencollection.rb
1572
1300
  lib/more/facets/fileable.rb
1573
1301
  lib/more/facets/linkedlist.rb
1574
1302
  lib/more/facets/tracepoint.rb
1575
- VERSION
1576
- COPYING
1303
+ lib/more/facets/binding/opvars.rb
1304
+ lib/more/facets/net/smtp_tls.rb
1305
+ lib/more/facets/kernel/meta.rb
1306
+ lib/more/facets/string/words.rb
1307
+ lib/more/facets/string/mask.rb
1308
+ task/methods
1309
+ task/test.rake
1310
+ task/conflicts
1311
+ task/rdoc.rake
1312
+ task/setup.rake
1313
+ task/coverage.rake
1314
+ test/lore
1315
+ test/core
1316
+ test/more
1317
+ test/test_facets.rb
1318
+ test/lore/test_basicobject.rb
1319
+ test/lore/test_continuation.rb
1320
+ test/lore/test_ostruct.rb
1321
+ test/lore/test_date.rb
1322
+ test/lore/fileutils
1323
+ test/core/integer
1324
+ test/core/test_metaid.rb
1325
+ test/core/symbol
1326
+ test/core/unboundmethod
1327
+ test/core/nilclass
1328
+ test/core/numeric
1329
+ test/core/binding
1330
+ test/core/proc
1331
+ test/core/range
1332
+ test/core/file
1333
+ test/core/hash
1334
+ test/core/kernel
1335
+ test/core/comparable
1336
+ test/core/method
1337
+ test/core/enumerable
1338
+ test/core/string
1339
+ test/core/module
1340
+ test/core/time
1341
+ test/core/dir
1342
+ test/core/filetest
1343
+ test/core/class
1344
+ test/core/array
1345
+ test/core/regexp
1346
+ test/core/matchdata
1347
+ test/core/exception
1348
+ test/core/integer/test_of.rb
1349
+ test/core/integer/test_factorial.rb
1350
+ test/core/integer/test_even.rb
1351
+ test/core/integer/test_ordinal.rb
1352
+ test/core/integer/test_odd.rb
1353
+ test/core/integer/test_bitmask.rb
1354
+ test/core/integer/test_multiple.rb
1355
+ test/core/symbol/test_plain.rb
1356
+ test/core/symbol/test_generate.rb
1357
+ test/core/symbol/test_setter.rb
1358
+ test/core/symbol/test_chomp.rb
1359
+ test/core/symbol/test_not.rb
1360
+ test/core/symbol/test_succ.rb
1361
+ test/core/symbol/test_query.rb
1362
+ test/core/symbol/test_to_proc.rb
1363
+ test/core/unboundmethod/test_name.rb
1364
+ test/core/unboundmethod/test_arguments.rb
1365
+ test/core/nilclass/test_to_f.rb
1366
+ test/core/numeric/test_distance.rb
1367
+ test/core/numeric/test_round.rb
1368
+ test/core/numeric/test_approx.rb
1369
+ test/core/binding/test_defined.rb
1370
+ test/core/binding/test_self.rb
1371
+ test/core/binding/test_eval.rb
1372
+ test/core/binding/test_caller.rb
1373
+ test/core/binding/test_local_variables.rb
1374
+ test/core/binding/test_opvars.rb
1375
+ test/core/proc/test_bind.rb
1376
+ test/core/proc/test_to_method.rb
1377
+ test/core/proc/test_curry.rb
1378
+ test/core/proc/test_compose.rb
1379
+ test/core/range/test_overlap.rb
1380
+ test/core/range/test_combine.rb
1381
+ test/core/range/test_to_r.rb
1382
+ test/core/range/test_within.rb
1383
+ test/core/file/test_write.rb
1384
+ test/core/file/test_writelines.rb
1385
+ test/core/file/test_null.rb
1386
+ test/core/file/test_split_all.rb
1387
+ test/core/file/test_file.rb
1388
+ test/core/file/test_create.rb
1389
+ test/core/file/test_rewrite.rb
1390
+ test/core/hash/test_collate.rb
1391
+ test/core/hash/test_op_add.rb
1392
+ test/core/hash/test_keys.rb
1393
+ test/core/hash/test_inverse.rb
1394
+ test/core/hash/test_stringify_keys.rb
1395
+ test/core/hash/test_replace_each.rb
1396
+ test/core/hash/test_delete.rb
1397
+ test/core/hash/test_slice.rb
1398
+ test/core/hash/test_op_mul.rb
1399
+ test/core/hash/test_symbolize_keys.rb
1400
+ test/core/hash/test_weave.rb
1401
+ test/core/hash/test_update_keys.rb
1402
+ test/core/hash/test_alias.rb
1403
+ test/core/hash/test_swap.rb
1404
+ test/core/hash/test_op_and.rb
1405
+ test/core/hash/test_at.rb
1406
+ test/core/hash/test_op.rb
1407
+ test/core/hash/test_select.rb
1408
+ test/core/hash/test_op_push.rb
1409
+ test/core/hash/test_op_or.rb
1410
+ test/core/hash/test_update_each.rb
1411
+ test/core/hash/test_update_values.rb
1412
+ test/core/hash/test_autonew.rb
1413
+ test/core/hash/test_insert.rb
1414
+ test/core/hash/test_traverse.rb
1415
+ test/core/hash/test_zipnew.rb
1416
+ test/core/hash/test_mash.rb
1417
+ test/core/hash/test_merge.rb
1418
+ test/core/hash/test_op_sub.rb
1419
+ test/core/hash/test_rekey.rb
1420
+ test/core/kernel/test_val.rb
1421
+ test/core/kernel/test_not_nil.rb
1422
+ test/core/kernel/test_resc.rb
1423
+ test/core/kernel/test_attr_singleton.rb
1424
+ test/core/kernel/test_constant.rb
1425
+ test/core/kernel/test_populate.rb
1426
+ test/core/kernel/test_callstack.rb
1427
+ test/core/kernel/test_instance_class.rb
1428
+ test/core/kernel/test_silence.rb
1429
+ test/core/kernel/test_object_hexid.rb
1430
+ test/core/kernel/test_in.rb
1431
+ test/core/kernel/test_instance_assign.rb
1432
+ test/core/kernel/test_object_class.rb
1433
+ test/core/kernel/test_tap.rb
1434
+ test/core/kernel/test_returning.rb
1435
+ test/core/kernel/test_here.rb
1436
+ test/core/kernel/test_deepcopy.rb
1437
+ test/core/kernel/test_as.rb
1438
+ test/core/comparable/test_cmp.rb
1439
+ test/core/comparable/test_comparable.rb
1440
+ test/core/comparable/test_clip.rb
1441
+ test/core/comparable/test_cap.rb
1442
+ test/core/enumerable/test_uniq_by.rb
1443
+ test/core/enumerable/test_none.rb
1444
+ test/core/enumerable/test_frequency.rb
1445
+ test/core/enumerable/test_occur.rb
1446
+ test/core/enumerable/test_inject.rb
1447
+ test/core/enumerable/test_entropy.rb
1448
+ test/core/enumerable/test_modulate.rb
1449
+ test/core/enumerable/test_probability.rb
1450
+ test/core/enumerable/test_cluster_by.rb
1451
+ test/core/enumerable/test_group_by.rb
1452
+ test/core/enumerable/test_commonality.rb
1453
+ test/core/enumerable/test_count.rb
1454
+ test/core/enumerable/test_each_by.rb
1455
+ test/core/enumerable/test_collect.rb
1456
+ test/core/enumerable/test_one.rb
1457
+ test/core/enumerable/test_mash.rb
1458
+ test/core/string/test_subtract.rb
1459
+ test/core/string/test_natcmp.rb
1460
+ test/core/string/test_margin.rb
1461
+ test/core/string/test_words.rb
1462
+ test/core/string/test_bytes.rb
1463
+ test/core/string/test_each_char.rb
1464
+ test/core/string/test_tabto.rb
1465
+ test/core/string/test_outdent.rb
1466
+ test/core/string/test_camelcase.rb
1467
+ test/core/string/test_nchar.rb
1468
+ test/core/string/test_cleave.rb
1469
+ test/core/string/test_capitalized.rb
1470
+ test/core/string/test_titlecase.rb
1471
+ test/core/string/test_fold.rb
1472
+ test/core/string/test_line_wrap.rb
1473
+ test/core/string/test_lchomp.rb
1474
+ test/core/string/test_to_re.rb
1475
+ test/core/string/test_range.rb
1476
+ test/core/string/test_chars.rb
1477
+ test/core/string/test_align.rb
1478
+ test/core/string/test_lines.rb
1479
+ test/core/string/test_word_wrap.rb
1480
+ test/core/string/test_methodize.rb
1481
+ test/core/string/test_xor.rb
1482
+ test/core/string/test_divide.rb
1483
+ test/core/string/test_snakecase.rb
1484
+ test/core/string/test_shatter.rb
1485
+ test/core/string/test_splice.rb
1486
+ test/core/string/test_end_with.rb
1487
+ test/core/string/test_interpolate.rb
1488
+ test/core/string/test_start_with.rb
1489
+ test/core/string/test_tab.rb
1490
+ test/core/string/test_indent.rb
1491
+ test/core/string/test_rewrite.rb
1492
+ test/core/string/test_modulize.rb
1493
+ test/core/string/test_variablize.rb
1494
+ test/core/string/test_op_sub.rb
1495
+ test/core/string/test_pathize.rb
1496
+ test/core/string/test_mscan.rb
1497
+ test/core/string/test_each_word.rb
1498
+ test/core/string/test_bracket.rb
1499
+ test/core/module/test_wrap_method.rb
1500
+ test/core/module/test_integrate.rb
1501
+ test/core/module/test_spacename.rb
1502
+ test/core/module/test_basename.rb
1503
+ test/core/module/test_nesting.rb
1504
+ test/core/module/test_class.rb
1505
+ test/core/module/test_alias_module_function.rb
1506
+ test/core/module/test_ancestor.rb
1507
+ test/core/module/test_modspace.rb
1508
+ test/core/module/test_rename_method.rb
1509
+ test/core/module/test_op.rb
1510
+ test/core/module/test_redirect_method.rb
1511
+ test/core/module/test_can.rb
1512
+ test/core/module/test_methodize.rb
1513
+ test/core/module/test_alias_method_chain.rb
1514
+ test/core/module/test_alias_accessor.rb
1515
+ test/core/module/test_revise.rb
1516
+ test/core/module/test_is.rb
1517
+ test/core/module/test_abstract.rb
1518
+ test/core/module/test_redefine_method.rb
1519
+ test/core/module/test_conflict.rb
1520
+ test/core/module/test_prepend.rb
1521
+ test/core/module/test_pathize.rb
1522
+ test/core/time/test_to_time.rb
1523
+ test/core/time/test_hence.rb
1524
+ test/core/time/test_trunc.rb
1525
+ test/core/time/test_round.rb
1526
+ test/core/time/test_stamp.rb
1527
+ test/core/time/test_change.rb
1528
+ test/core/time/test_elapse.rb
1529
+ test/core/dir/test_descend.rb
1530
+ test/core/dir/test_ascend.rb
1531
+ test/core/dir/test_multiglob.rb
1532
+ test/core/dir/test_parent.rb
1533
+ test/core/dir/test_recurse.rb
1534
+ test/core/filetest/test_filetest.rb
1535
+ test/core/class/test_cattr_writer.rb
1536
+ test/core/class/test_cattr_reader.rb
1537
+ test/core/class/test_descendents.rb
1538
+ test/core/class/test_cattr_accessor.rb
1539
+ test/core/class/test_to_proc.rb
1540
+ test/core/class/test_cattr.rb
1541
+ test/core/array/test_combination.rb
1542
+ test/core/array/test_product.rb
1543
+ test/core/array/test_delete.rb
1544
+ test/core/array/test_stackable.rb
1545
+ test/core/array/test_select.rb
1546
+ test/core/array/test_only.rb
1547
+ test/core/array/test_indexable.rb
1548
+ test/core/array/test_index.rb
1549
+ test/core/array/test_permutation.rb
1550
+ test/core/array/test_pad.rb
1551
+ test/core/array/test_merge.rb
1552
+ test/core/array/test_rotate.rb
1553
+ test/core/regexp/test_to_re.rb
1554
+ test/core/regexp/test_arity.rb
1555
+ test/core/matchdata/test_matchset.rb
1556
+ test/core/matchdata/test_match.rb
1557
+ test/core/exception/test_exception.rb
1558
+ test/more/test_syncarray.rb
1559
+ test/more/test_crypt.rb
1560
+ test/more/test_infinity.rb
1561
+ test/more/test_1stclassmethod.rb
1562
+ test/more/test_typecast.rb
1563
+ test/more/test_buildable.rb
1564
+ test/more/test_instantise.rb
1565
+ test/more/test_openobject.rb
1566
+ test/more/test_equatable.rb
1567
+ test/more/test_uri.rb
1568
+ test/more/test_opencascade.rb
1569
+ test/more/test_multipliers.rb
1570
+ test/more/test_autoarray.rb
1571
+ test/more/test_random.rb
1572
+ test/more/test_argvector.rb
1573
+ test/more/test_filter.rb
1574
+ test/more/test_boolean.rb
1575
+ test/more/test_prototype.rb
1576
+ test/more/test_elementwise.rb
1577
+ test/more/test_class_extension.rb
1578
+ test/more/test_thread.rb
1579
+ test/more/test_dependency.rb
1580
+ test/more/test_sparsearray.rb
1581
+ test/more/test_binreadable.rb
1582
+ test/more/test_cloneable.rb
1583
+ test/more/test_inheritor.rb
1584
+ test/more/test_uninheritable.rb
1585
+ test/more/test_timer.rb
1586
+ test/more/test_recorder.rb
1587
+ test/more/test_tuple.rb
1588
+ test/more/test_classmethods.rb
1589
+ test/more/test_association.rb
1590
+ test/more/test_blank.rb
1591
+ test/more/test_bbcode.rb
1592
+ test/more/test_memoize.rb
1593
+ test/more/test_interval.rb
1594
+ test/more/test_getoptlong.rb
1595
+ test/more/test_snapshot.rb
1596
+ test/more/test_succ.rb
1597
+ test/more/test_coroutine.rb
1598
+ test/more/test_overload.rb
1599
+ test/more/test_elementor.rb
1600
+ test/more/test_to_hash.rb
1601
+ test/more/test_enumerablepass.rb
1602
+ test/more/test_ansicode.rb
1603
+ test/more/test_dictionary.rb
1604
+ test/more/test_lrucache.rb
1605
+ test/more/test_xoxo.rb
1606
+ test/more/test_instantiable.rb
1607
+ test/more/test_functor.rb
1608
+ test/more/test_linkedlist.rb
1609
+ test/more/test_partial.rb
1610
+ test/more/test_methodspace.rb
1611
+ test/more/test_synchash.rb
1612
+ test/more/test_paramix.rb
1613
+ test/more/test_multiton.rb
1614
+ test/more/test_advisable.rb