facets 2.4.1 → 2.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3413) hide show
  1. data/AUTHORS +16 -5
  2. data/CHANGES +9 -1
  3. data/MANIFEST +3093 -1289
  4. data/METADATA +28 -0
  5. data/NEWS +52 -0
  6. data/README +7 -65
  7. data/README.core +102 -0
  8. data/README.lore +51 -0
  9. data/README.more +43 -0
  10. data/doc/{history.rdoc → notes/history.rdoc} +0 -0
  11. data/doc/{notes.rdoc → notes/notes.rdoc} +0 -0
  12. data/doc/rdoc/core/classes/Array.html +1704 -0
  13. data/doc/rdoc/core/classes/Binding.html +718 -0
  14. data/doc/rdoc/core/classes/Class.html +518 -0
  15. data/doc/rdoc/core/classes/Comparable.html +430 -0
  16. data/doc/rdoc/core/classes/Dir.html +697 -0
  17. data/doc/rdoc/core/classes/Enumerable.html +2126 -0
  18. data/doc/rdoc/core/classes/Exception.html +234 -0
  19. data/doc/rdoc/core/classes/FalseClass.html +133 -0
  20. data/doc/rdoc/core/classes/File.html +929 -0
  21. data/doc/rdoc/core/classes/FileTest.html +147 -0
  22. data/doc/rdoc/core/classes/Float.html +297 -0
  23. data/doc/rdoc/core/classes/Friend.html +178 -0
  24. data/doc/rdoc/core/classes/Functor.html +173 -0
  25. data/doc/rdoc/core/classes/Hash.html +3864 -0
  26. data/doc/rdoc/core/classes/InstanceVariables.html +515 -0
  27. data/doc/rdoc/core/classes/Integer.html +852 -0
  28. data/doc/rdoc/core/classes/Kernel.html +3952 -0
  29. data/doc/rdoc/core/classes/Lazy.html +96 -0
  30. data/doc/rdoc/core/classes/Lazy/Future.html +100 -0
  31. data/doc/rdoc/core/classes/Lazy/Promise.html +114 -0
  32. data/doc/rdoc/core/classes/Lazy/PromiseSafe.html +99 -0
  33. data/doc/rdoc/core/classes/MatchData.html +309 -0
  34. data/doc/rdoc/core/classes/MissingArgument.html +98 -0
  35. data/doc/rdoc/core/classes/Module.html +2219 -0
  36. data/doc/rdoc/core/classes/Module/CloneExtensions.html +287 -0
  37. data/doc/rdoc/core/classes/NilClass.html +274 -0
  38. data/doc/rdoc/core/classes/Numeric.html +362 -0
  39. data/doc/rdoc/core/classes/Object.html +115 -0
  40. data/doc/rdoc/core/classes/Proc.html +595 -0
  41. data/doc/rdoc/core/classes/Range.html +622 -0
  42. data/doc/rdoc/core/classes/Regexp.html +289 -0
  43. data/doc/rdoc/core/classes/String.html +3913 -0
  44. data/doc/rdoc/core/classes/String/Words.html +571 -0
  45. data/doc/rdoc/core/classes/Symbol.html +584 -0
  46. data/doc/rdoc/core/classes/Time.html +824 -0
  47. data/doc/rdoc/core/classes/TrueClass.html +133 -0
  48. data/doc/rdoc/core/classes/UnboundMethod.html +295 -0
  49. data/doc/rdoc/core/created.rid +1 -0
  50. data/doc/rdoc/core/files/README.html +300 -0
  51. data/doc/rdoc/core/files/README_core.html +229 -0
  52. data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +96 -0
  53. data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +92 -0
  54. data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +92 -0
  55. data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +97 -0
  56. data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +92 -0
  57. data/doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html +92 -0
  58. data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +92 -0
  59. data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +92 -0
  60. data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +92 -0
  61. data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +92 -0
  62. data/doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html +92 -0
  63. data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +92 -0
  64. data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +92 -0
  65. data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +92 -0
  66. data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +97 -0
  67. data/doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html +92 -0
  68. data/doc/rdoc/core/files/lib/core/facets/array_rb.html +125 -0
  69. data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +97 -0
  70. data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +96 -0
  71. data/doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html +92 -0
  72. data/doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html +96 -0
  73. data/doc/rdoc/core/files/lib/core/facets/binding/opvars_rb.html +96 -0
  74. data/doc/rdoc/core/files/lib/core/facets/binding/self_rb.html +96 -0
  75. data/doc/rdoc/core/files/lib/core/facets/binding_rb.html +100 -0
  76. data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +92 -0
  77. data/doc/rdoc/core/files/lib/core/facets/blank_rb.html +97 -0
  78. data/doc/rdoc/core/files/lib/core/facets/boolean_rb.html +126 -0
  79. data/doc/rdoc/core/files/lib/core/facets/callstack_rb.html +92 -0
  80. data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +92 -0
  81. data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +92 -0
  82. data/doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html +96 -0
  83. data/doc/rdoc/core/files/lib/core/facets/class/to_methodname_rb.html +92 -0
  84. data/doc/rdoc/core/files/lib/core/facets/class/to_pathname_rb.html +92 -0
  85. data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +92 -0
  86. data/doc/rdoc/core/files/lib/core/facets/class_rb.html +97 -0
  87. data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +92 -0
  88. data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +92 -0
  89. data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +109 -0
  90. data/doc/rdoc/core/files/lib/core/facets/comparable_rb.html +98 -0
  91. data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +92 -0
  92. data/doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html +96 -0
  93. data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +92 -0
  94. data/doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html +92 -0
  95. data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +92 -0
  96. data/doc/rdoc/core/files/lib/core/facets/dir_rb.html +102 -0
  97. data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +96 -0
  98. data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +96 -0
  99. data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +92 -0
  100. data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +92 -0
  101. data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +92 -0
  102. data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +92 -0
  103. data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +96 -0
  104. data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +92 -0
  105. data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +92 -0
  106. data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +92 -0
  107. data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +92 -0
  108. data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +92 -0
  109. data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +92 -0
  110. data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +92 -0
  111. data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +92 -0
  112. data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +92 -0
  113. data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +92 -0
  114. data/doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html +92 -0
  115. data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +92 -0
  116. data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +92 -0
  117. data/doc/rdoc/core/files/lib/core/facets/enumerable_rb.html +114 -0
  118. data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +92 -0
  119. data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +92 -0
  120. data/doc/rdoc/core/files/lib/core/facets/exception_rb.html +97 -0
  121. data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +92 -0
  122. data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +92 -0
  123. data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +92 -0
  124. data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +92 -0
  125. data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +92 -0
  126. data/doc/rdoc/core/files/lib/core/facets/file_rb.html +99 -0
  127. data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +92 -0
  128. data/doc/rdoc/core/files/lib/core/facets/filetest_rb.html +96 -0
  129. data/doc/rdoc/core/files/lib/core/facets/float/round_rb.html +96 -0
  130. data/doc/rdoc/core/files/lib/core/facets/float_rb.html +96 -0
  131. data/doc/rdoc/core/files/lib/core/facets/functor_rb.html +151 -0
  132. data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +92 -0
  133. data/doc/rdoc/core/files/lib/core/facets/hash/argumentize_rb.html +92 -0
  134. data/doc/rdoc/core/files/lib/core/facets/hash/at_rb.html +92 -0
  135. data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +92 -0
  136. data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +92 -0
  137. data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +92 -0
  138. data/doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html +92 -0
  139. data/doc/rdoc/core/files/lib/core/facets/hash/except_rb.html +92 -0
  140. data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +92 -0
  141. data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +92 -0
  142. data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +92 -0
  143. data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +92 -0
  144. data/doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html +96 -0
  145. data/doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html +92 -0
  146. data/doc/rdoc/core/files/lib/core/facets/hash/op_rb.html +92 -0
  147. data/doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html +92 -0
  148. data/doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html +92 -0
  149. data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +96 -0
  150. data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +92 -0
  151. data/doc/rdoc/core/files/lib/core/facets/hash/slice_rb.html +96 -0
  152. data/doc/rdoc/core/files/lib/core/facets/hash/stringify_keys_rb.html +96 -0
  153. data/doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html +92 -0
  154. data/doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html +96 -0
  155. data/doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html +96 -0
  156. data/doc/rdoc/core/files/lib/core/facets/hash/to_proc_rb.html +92 -0
  157. data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +92 -0
  158. data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +92 -0
  159. data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +92 -0
  160. data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +92 -0
  161. data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +96 -0
  162. data/doc/rdoc/core/files/lib/core/facets/hash_rb.html +117 -0
  163. data/doc/rdoc/core/files/lib/core/facets/integer/even_rb.html +96 -0
  164. data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +92 -0
  165. data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +92 -0
  166. data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +92 -0
  167. data/doc/rdoc/core/files/lib/core/facets/integer/of_rb.html +92 -0
  168. data/doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html +92 -0
  169. data/doc/rdoc/core/files/lib/core/facets/integer_rb.html +101 -0
  170. data/doc/rdoc/core/files/lib/core/facets/kernel/__callee___rb.html +96 -0
  171. data/doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html +92 -0
  172. data/doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html +92 -0
  173. data/doc/rdoc/core/files/lib/core/facets/kernel/__get___rb.html +92 -0
  174. data/doc/rdoc/core/files/lib/core/facets/kernel/__method___rb.html +92 -0
  175. data/doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html +96 -0
  176. data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +96 -0
  177. data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +92 -0
  178. data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +92 -0
  179. data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +92 -0
  180. data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +92 -0
  181. data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +92 -0
  182. data/doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html +92 -0
  183. data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +92 -0
  184. data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +96 -0
  185. data/doc/rdoc/core/files/lib/core/facets/kernel/here_rb.html +92 -0
  186. data/doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html +92 -0
  187. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_assign_rb.html +92 -0
  188. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +92 -0
  189. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_exec_rb.html +96 -0
  190. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_rb.html +96 -0
  191. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html +92 -0
  192. data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +92 -0
  193. data/doc/rdoc/core/files/lib/core/facets/kernel/load_rb.html +92 -0
  194. data/doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html +92 -0
  195. data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +92 -0
  196. data/doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html +92 -0
  197. data/doc/rdoc/core/files/lib/core/facets/kernel/object_hexid_rb.html +92 -0
  198. data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +92 -0
  199. data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +92 -0
  200. data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +92 -0
  201. data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +92 -0
  202. data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +92 -0
  203. data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +92 -0
  204. data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +92 -0
  205. data/doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html +92 -0
  206. data/doc/rdoc/core/files/lib/core/facets/kernel/suppress_rb.html +92 -0
  207. data/doc/rdoc/core/files/lib/core/facets/kernel/tap_rb.html +92 -0
  208. data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +92 -0
  209. data/doc/rdoc/core/files/lib/core/facets/kernel/val_rb.html +92 -0
  210. data/doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html +92 -0
  211. data/doc/rdoc/core/files/lib/core/facets/kernel_rb.html +124 -0
  212. data/doc/rdoc/core/files/lib/core/facets/lazy_rb.html +120 -0
  213. data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +92 -0
  214. data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +92 -0
  215. data/doc/rdoc/core/files/lib/core/facets/matchdata_rb.html +97 -0
  216. data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +92 -0
  217. data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +92 -0
  218. data/doc/rdoc/core/files/lib/core/facets/module/alias_rb.html +92 -0
  219. data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +92 -0
  220. data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +92 -0
  221. data/doc/rdoc/core/files/lib/core/facets/module/can_rb.html +92 -0
  222. data/doc/rdoc/core/files/lib/core/facets/module/class_rb.html +92 -0
  223. data/doc/rdoc/core/files/lib/core/facets/module/clone_rb.html +92 -0
  224. data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +92 -0
  225. data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +92 -0
  226. data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +92 -0
  227. data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +92 -0
  228. data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +92 -0
  229. data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +92 -0
  230. data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +92 -0
  231. data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +92 -0
  232. data/doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html +92 -0
  233. data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +92 -0
  234. data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +92 -0
  235. data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +92 -0
  236. data/doc/rdoc/core/files/lib/core/facets/module_rb.html +115 -0
  237. data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +92 -0
  238. data/doc/rdoc/core/files/lib/core/facets/nilclass_rb.html +96 -0
  239. data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +92 -0
  240. data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +92 -0
  241. data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +92 -0
  242. data/doc/rdoc/core/files/lib/core/facets/numeric_rb.html +97 -0
  243. data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +92 -0
  244. data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +92 -0
  245. data/doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html +92 -0
  246. data/doc/rdoc/core/files/lib/core/facets/proc/partial_rb.html +125 -0
  247. data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +96 -0
  248. data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +92 -0
  249. data/doc/rdoc/core/files/lib/core/facets/proc_rb.html +102 -0
  250. data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +92 -0
  251. data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +92 -0
  252. data/doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html +92 -0
  253. data/doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html +96 -0
  254. data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +92 -0
  255. data/doc/rdoc/core/files/lib/core/facets/range_rb.html +100 -0
  256. data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +92 -0
  257. data/doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html +92 -0
  258. data/doc/rdoc/core/files/lib/core/facets/regexp_rb.html +97 -0
  259. data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +92 -0
  260. data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +92 -0
  261. data/doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html +92 -0
  262. data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +92 -0
  263. data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +92 -0
  264. data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +92 -0
  265. data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +92 -0
  266. data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +92 -0
  267. data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +92 -0
  268. data/doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html +92 -0
  269. data/doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html +96 -0
  270. data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +92 -0
  271. data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +92 -0
  272. data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +92 -0
  273. data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +92 -0
  274. data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +92 -0
  275. data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +92 -0
  276. data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +92 -0
  277. data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +92 -0
  278. data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +92 -0
  279. data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +92 -0
  280. data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +92 -0
  281. data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +92 -0
  282. data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +92 -0
  283. data/doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html +92 -0
  284. data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +92 -0
  285. data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +92 -0
  286. data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +92 -0
  287. data/doc/rdoc/core/files/lib/core/facets/string/to_time_rb.html +96 -0
  288. data/doc/rdoc/core/files/lib/core/facets/string/words_rb.html +96 -0
  289. data/doc/rdoc/core/files/lib/core/facets/string/xor_rb.html +92 -0
  290. data/doc/rdoc/core/files/lib/core/facets/string_rb.html +124 -0
  291. data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +92 -0
  292. data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +92 -0
  293. data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +92 -0
  294. data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +92 -0
  295. data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +92 -0
  296. data/doc/rdoc/core/files/lib/core/facets/symbol_rb.html +99 -0
  297. data/doc/rdoc/core/files/lib/core/facets/time/ago_rb.html +96 -0
  298. data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +92 -0
  299. data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +92 -0
  300. data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +96 -0
  301. data/doc/rdoc/core/files/lib/core/facets/time/round_rb.html +96 -0
  302. data/doc/rdoc/core/files/lib/core/facets/time/set_rb.html +96 -0
  303. data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +92 -0
  304. data/doc/rdoc/core/files/lib/core/facets/time/to_date_rb.html +92 -0
  305. data/doc/rdoc/core/files/lib/core/facets/time/to_time_rb.html +92 -0
  306. data/doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html +92 -0
  307. data/doc/rdoc/core/files/lib/core/facets/time_rb.html +106 -0
  308. data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +92 -0
  309. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +92 -0
  310. data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +92 -0
  311. data/doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html +97 -0
  312. data/doc/rdoc/core/fr_class_index.html +83 -0
  313. data/doc/rdoc/core/fr_file_index.html +536 -0
  314. data/doc/rdoc/core/fr_method_index.html +838 -0
  315. data/doc/rdoc/core/index.html +26 -0
  316. data/doc/{html/api → rdoc}/core/rdoc-style.css +0 -0
  317. data/doc/rdoc/lore/classes/Array.html +178 -0
  318. data/doc/rdoc/lore/classes/BasicObject.html +259 -0
  319. data/doc/rdoc/lore/classes/CGI.html +187 -0
  320. data/doc/rdoc/lore/classes/Config.html +137 -0
  321. data/doc/rdoc/lore/classes/Continuation.html +115 -0
  322. data/doc/rdoc/lore/classes/Date.html +254 -0
  323. data/doc/rdoc/lore/classes/File.html +130 -0
  324. data/doc/rdoc/lore/classes/FileUtils.html +780 -0
  325. data/doc/rdoc/lore/classes/GetoptLong.html +120 -0
  326. data/doc/rdoc/lore/classes/GetoptLong/DSL.html +210 -0
  327. data/doc/rdoc/lore/classes/Logger.html +231 -0
  328. data/doc/rdoc/lore/classes/Logger/Ansicolor.html +279 -0
  329. data/doc/rdoc/lore/classes/Logger/LogDevice.html +123 -0
  330. data/doc/rdoc/lore/classes/NilClass.html +121 -0
  331. data/doc/rdoc/lore/classes/OpenStruct.html +413 -0
  332. data/doc/rdoc/lore/classes/Pathname.html +269 -0
  333. data/doc/rdoc/lore/classes/Set.html +119 -0
  334. data/doc/rdoc/lore/classes/Shellwords.html +113 -0
  335. data/doc/rdoc/lore/classes/String.html +121 -0
  336. data/doc/rdoc/lore/classes/URI.html +456 -0
  337. data/doc/rdoc/lore/classes/URI/Hash.html +107 -0
  338. data/doc/rdoc/lore/classes/URI/Kernel.html +124 -0
  339. data/doc/rdoc/lore/created.rid +1 -0
  340. data/doc/rdoc/lore/files/README.html +299 -0
  341. data/doc/rdoc/lore/files/README_lore.html +155 -0
  342. data/doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html +190 -0
  343. data/doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html +111 -0
  344. data/doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html +147 -0
  345. data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +122 -0
  346. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html +96 -0
  347. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html +96 -0
  348. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html +96 -0
  349. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html +96 -0
  350. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html +96 -0
  351. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html +96 -0
  352. data/doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html +96 -0
  353. data/doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html +131 -0
  354. data/doc/rdoc/lore/files/lib/lore/facets/getoptlong_rb.html +135 -0
  355. data/doc/rdoc/lore/files/lib/lore/facets/logger_rb.html +142 -0
  356. data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +135 -0
  357. data/doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html +159 -0
  358. data/doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html +124 -0
  359. data/doc/rdoc/lore/files/lib/lore/facets/set_rb.html +96 -0
  360. data/doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html +124 -0
  361. data/doc/rdoc/lore/files/lib/lore/facets/uri_rb.html +125 -0
  362. data/doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html +145 -0
  363. data/doc/rdoc/lore/fr_class_index.html +68 -0
  364. data/doc/rdoc/lore/fr_file_index.html +76 -0
  365. data/doc/rdoc/lore/fr_method_index.html +140 -0
  366. data/doc/rdoc/lore/index.html +26 -0
  367. data/doc/{html/api/more → rdoc/lore}/rdoc-style.css +0 -0
  368. data/doc/rdoc/more/classes/ANSICode.html +495 -0
  369. data/doc/rdoc/more/classes/Advisable.html +271 -0
  370. data/doc/rdoc/more/classes/Advisable/Method.html +225 -0
  371. data/doc/rdoc/more/classes/Archive.html +89 -0
  372. data/doc/rdoc/more/classes/Archive/Tar.html +89 -0
  373. data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +471 -0
  374. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +357 -0
  375. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +218 -0
  376. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +285 -0
  377. data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +380 -0
  378. data/doc/rdoc/more/classes/Association.html +307 -0
  379. data/doc/rdoc/more/classes/Association/Kernel.html +134 -0
  380. data/doc/rdoc/more/classes/Autoarray.html +168 -0
  381. data/doc/rdoc/more/classes/BBCode.html +534 -0
  382. data/doc/rdoc/more/classes/BaseX.html +196 -0
  383. data/doc/rdoc/more/classes/BiCrypt.html +543 -0
  384. data/doc/rdoc/more/classes/BigDuration.html +325 -0
  385. data/doc/rdoc/more/classes/BinReadable.html +487 -0
  386. data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +225 -0
  387. data/doc/rdoc/more/classes/Buildable.html +154 -0
  388. data/doc/rdoc/more/classes/BuildingBlock.html +362 -0
  389. data/doc/rdoc/more/classes/CLI/Arguments.html +490 -0
  390. data/doc/rdoc/more/classes/CLI/Command.html +317 -0
  391. data/doc/rdoc/more/classes/CLI/Command/UniversalOptions.html +91 -0
  392. data/doc/rdoc/more/classes/CLI/NoCommandError.html +113 -0
  393. data/doc/rdoc/more/classes/CLI/NoOptionError.html +120 -0
  394. data/doc/rdoc/more/classes/CacheDecorator.html +224 -0
  395. data/doc/rdoc/more/classes/Capsule.html +410 -0
  396. data/doc/rdoc/more/classes/Capsule/MissingFile.html +96 -0
  397. data/doc/rdoc/more/classes/Chain.html +208 -0
  398. data/doc/rdoc/more/classes/Cloneable.html +131 -0
  399. data/doc/rdoc/more/classes/ConsoleUtils.html +240 -0
  400. data/doc/rdoc/more/classes/Coroutine.html +286 -0
  401. data/doc/rdoc/more/classes/Crypt.html +277 -0
  402. data/doc/rdoc/more/classes/CssFilter.html +473 -0
  403. data/doc/rdoc/more/classes/CssTree.html +151 -0
  404. data/doc/rdoc/more/classes/Dictionary.html +1250 -0
  405. data/doc/rdoc/more/classes/DictionaryMatcher.html +339 -0
  406. data/doc/rdoc/more/classes/DictionaryMatcher/MatchData.html +117 -0
  407. data/doc/rdoc/more/classes/Downloader.html +514 -0
  408. data/doc/rdoc/more/classes/Duration.html +769 -0
  409. data/doc/rdoc/more/classes/Enumerable.html +340 -0
  410. data/doc/rdoc/more/classes/Enumerable/Elementor.html +172 -0
  411. data/doc/rdoc/more/classes/Enumerable/Enumerator.html +118 -0
  412. data/doc/rdoc/more/classes/EnumerablePass.html +216 -0
  413. data/doc/rdoc/more/classes/Equatable.html +190 -0
  414. data/doc/rdoc/more/classes/EventHook.html +176 -0
  415. data/doc/rdoc/more/classes/Expirable.html +197 -0
  416. data/doc/rdoc/more/classes/FileList.html +957 -0
  417. data/doc/rdoc/more/classes/FileShell.html +745 -0
  418. data/doc/rdoc/more/classes/Fileable.html +180 -0
  419. data/doc/rdoc/more/classes/Fileable/DSL.html +305 -0
  420. data/doc/rdoc/more/classes/Hash.html +173 -0
  421. data/doc/rdoc/more/classes/Hash2Xml.html +107 -0
  422. data/doc/rdoc/more/classes/HtmlFilter.html +331 -0
  423. data/doc/rdoc/more/classes/IORedirect.html +222 -0
  424. data/doc/rdoc/more/classes/Indexable.html +606 -0
  425. data/doc/rdoc/more/classes/InfinityClass.html +450 -0
  426. data/doc/rdoc/more/classes/InfinityClass/Numeric.html +197 -0
  427. data/doc/rdoc/more/classes/Ini.html +449 -0
  428. data/doc/rdoc/more/classes/Instantiable.html +142 -0
  429. data/doc/rdoc/more/classes/Instantise.html +162 -0
  430. data/doc/rdoc/more/classes/Interval.html +879 -0
  431. data/doc/rdoc/more/classes/It.html +187 -0
  432. data/doc/rdoc/more/classes/Kernel.html +641 -0
  433. data/doc/rdoc/more/classes/LRUCache.html +323 -0
  434. data/doc/rdoc/more/classes/LRUCache/Item.html +114 -0
  435. data/doc/rdoc/more/classes/LRUCache/Sentinel.html +100 -0
  436. data/doc/rdoc/more/classes/LinkedList.html +434 -0
  437. data/doc/rdoc/more/classes/LinkedList/Node.html +151 -0
  438. data/doc/rdoc/more/classes/Module.html +1405 -0
  439. data/doc/rdoc/more/classes/Multiton.html +207 -0
  440. data/doc/rdoc/more/classes/Multiton/Inclusive.html +93 -0
  441. data/doc/rdoc/more/classes/Multiton/MetaMethods.html +223 -0
  442. data/doc/rdoc/more/classes/NackClass.html +98 -0
  443. data/doc/{html/api → rdoc}/more/classes/Net.html +0 -0
  444. data/doc/rdoc/more/classes/Net/SMTP.html +203 -0
  445. data/doc/rdoc/more/classes/NullClass.html +204 -0
  446. data/doc/rdoc/more/classes/ObjectReflection.html +174 -0
  447. data/doc/rdoc/more/classes/OpEsc.html +138 -0
  448. data/doc/rdoc/more/classes/OpenCascade.html +144 -0
  449. data/doc/rdoc/more/classes/OpenCollection.html +140 -0
  450. data/doc/rdoc/more/classes/OpenHash.html +159 -0
  451. data/doc/rdoc/more/classes/OpenObject.html +610 -0
  452. data/doc/rdoc/more/classes/PQueue.html +609 -0
  453. data/doc/rdoc/more/classes/Paramix.html +203 -0
  454. data/doc/rdoc/more/classes/Paramix/Delegator.html +217 -0
  455. data/doc/rdoc/more/classes/PathList.html +161 -0
  456. data/doc/rdoc/more/classes/PathList/Finder.html +137 -0
  457. data/doc/rdoc/more/classes/Platform.html +446 -0
  458. data/doc/rdoc/more/classes/Pool.html +206 -0
  459. data/doc/rdoc/more/classes/Proc.html +138 -0
  460. data/doc/rdoc/more/classes/ProgressBar.html +358 -0
  461. data/doc/rdoc/more/classes/Prototype.html +245 -0
  462. data/doc/rdoc/more/classes/RWDelegator.html +196 -0
  463. data/doc/rdoc/more/classes/Random.html +164 -0
  464. data/doc/rdoc/more/classes/Random/Array.html +341 -0
  465. data/doc/rdoc/more/classes/Random/Hash.html +380 -0
  466. data/doc/rdoc/more/classes/Random/Object.html +121 -0
  467. data/doc/rdoc/more/classes/Random/String.html +301 -0
  468. data/doc/rdoc/more/classes/Random/String/Self.html +155 -0
  469. data/doc/rdoc/more/classes/Recorder.html +205 -0
  470. data/doc/rdoc/more/classes/RecursiveDependency.html +92 -0
  471. data/doc/rdoc/more/classes/Reference.html +198 -0
  472. data/doc/rdoc/more/classes/Registerable.html +159 -0
  473. data/doc/rdoc/more/classes/Semaphore.html +262 -0
  474. data/doc/rdoc/more/classes/Settings.html +290 -0
  475. data/doc/rdoc/more/classes/Settings/Setting.html +225 -0
  476. data/doc/rdoc/more/classes/Settings/SettingCollection.html +146 -0
  477. data/doc/rdoc/more/classes/SimpleStringIO.html +137 -0
  478. data/doc/rdoc/more/classes/Snapshot.html +196 -0
  479. data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +165 -0
  480. data/doc/rdoc/more/classes/Stackable.html +264 -0
  481. data/doc/rdoc/more/classes/String/Style.html +804 -0
  482. data/doc/rdoc/more/classes/Struct.html +132 -0
  483. data/doc/rdoc/more/classes/SyncArray.html +129 -0
  484. data/doc/rdoc/more/classes/SyncHash.html +160 -0
  485. data/doc/rdoc/more/classes/SyncHash/Delegator.html +213 -0
  486. data/doc/rdoc/more/classes/SyncHash/Inheritor.html +213 -0
  487. data/doc/rdoc/more/classes/System.html +1119 -0
  488. data/doc/rdoc/more/classes/Timer.html +466 -0
  489. data/doc/rdoc/more/classes/Timer/Dummy.html +141 -0
  490. data/doc/rdoc/more/classes/TracePoint.html +455 -0
  491. data/doc/rdoc/more/classes/Tuple.html +902 -0
  492. data/doc/rdoc/more/classes/TypeCast.html +158 -0
  493. data/doc/rdoc/more/classes/TypeCast/Class.html +129 -0
  494. data/doc/rdoc/more/classes/TypeCast/Object.html +119 -0
  495. data/doc/rdoc/more/classes/TypeCastException.html +96 -0
  496. data/doc/rdoc/more/classes/Uninheritable.html +122 -0
  497. data/doc/rdoc/more/classes/UploadUtils.html +499 -0
  498. data/doc/rdoc/more/classes/VersionNumber.html +384 -0
  499. data/doc/rdoc/more/classes/Weekdays.html +220 -0
  500. data/doc/rdoc/more/classes/XOXO.html +191 -0
  501. data/doc/rdoc/more/classes/ZipUtils.html +437 -0
  502. data/doc/rdoc/more/classes/ZipUtils/DryRun.html +225 -0
  503. data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +225 -0
  504. data/doc/rdoc/more/classes/ZipUtils/Verbose.html +225 -0
  505. data/doc/rdoc/more/created.rid +1 -0
  506. data/doc/rdoc/more/files/README.html +299 -0
  507. data/doc/rdoc/more/files/README_more.html +141 -0
  508. data/doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html +181 -0
  509. data/doc/rdoc/more/files/lib/more/facets/advisable_rb.html +124 -0
  510. data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +180 -0
  511. data/doc/rdoc/more/files/lib/more/facets/ansicode_rb.html +200 -0
  512. data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +142 -0
  513. data/doc/rdoc/more/files/lib/more/facets/association_rb.html +158 -0
  514. data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +92 -0
  515. data/doc/rdoc/more/files/lib/more/facets/autoarray_rb.html +125 -0
  516. data/doc/rdoc/more/files/lib/more/facets/autoreload_rb.html +134 -0
  517. data/doc/rdoc/more/files/lib/more/facets/basex_rb.html +92 -0
  518. data/doc/rdoc/more/files/lib/more/facets/bbcode_rb.html +138 -0
  519. data/doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html +124 -0
  520. data/doc/rdoc/more/files/lib/more/facets/binreadable_rb.html +141 -0
  521. data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +230 -0
  522. data/doc/rdoc/more/files/lib/more/facets/bytes_rb.html +169 -0
  523. data/doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html +178 -0
  524. data/doc/rdoc/more/files/lib/more/facets/capsule_rb.html +143 -0
  525. data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +125 -0
  526. data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +114 -0
  527. data/doc/rdoc/more/files/lib/more/facets/class_extension_rb.html +155 -0
  528. data/doc/rdoc/more/files/lib/more/facets/classmethods_rb.html +213 -0
  529. data/doc/rdoc/more/files/lib/more/facets/cloneable_rb.html +134 -0
  530. data/doc/rdoc/more/files/lib/more/facets/command_rb.html +170 -0
  531. data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +109 -0
  532. data/doc/rdoc/more/files/lib/more/facets/coroutine_rb.html +163 -0
  533. data/doc/rdoc/more/files/lib/more/facets/crypt_rb.html +141 -0
  534. data/doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html +121 -0
  535. data/doc/rdoc/more/files/lib/more/facets/daemonize_rb.html +118 -0
  536. data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +158 -0
  537. data/doc/rdoc/more/files/lib/more/facets/dictionary_rb.html +201 -0
  538. data/doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html +92 -0
  539. data/doc/rdoc/more/files/lib/more/facets/downloader_rb.html +137 -0
  540. data/doc/rdoc/more/files/lib/more/facets/duplicable_rb.html +100 -0
  541. data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +132 -0
  542. data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +148 -0
  543. data/doc/rdoc/more/files/lib/more/facets/elementwise_rb.html +96 -0
  544. data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +153 -0
  545. data/doc/rdoc/more/files/lib/more/facets/equatable_rb.html +146 -0
  546. data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +141 -0
  547. data/doc/rdoc/more/files/lib/more/facets/expirable_rb.html +116 -0
  548. data/doc/rdoc/more/files/lib/more/facets/fileable_rb.html +138 -0
  549. data/doc/rdoc/more/files/lib/more/facets/filelist_rb.html +165 -0
  550. data/doc/rdoc/more/files/lib/more/facets/fileshell_rb.html +124 -0
  551. data/doc/rdoc/more/files/lib/more/facets/heap_rb.html +132 -0
  552. data/doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html +153 -0
  553. data/doc/rdoc/more/files/lib/more/facets/indexable_rb.html +113 -0
  554. data/doc/rdoc/more/files/lib/more/facets/infinity_rb.html +153 -0
  555. data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +149 -0
  556. data/doc/rdoc/more/files/lib/more/facets/ini_rb.html +105 -0
  557. data/doc/rdoc/more/files/lib/more/facets/instantiable_rb.html +119 -0
  558. data/doc/rdoc/more/files/lib/more/facets/instantise_rb.html +145 -0
  559. data/doc/rdoc/more/files/lib/more/facets/interval_rb.html +163 -0
  560. data/doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html +133 -0
  561. data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +94 -0
  562. data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +96 -0
  563. data/doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html +159 -0
  564. data/doc/rdoc/more/files/lib/more/facets/lrucache_rb.html +129 -0
  565. data/doc/rdoc/more/files/lib/more/facets/main_rb.html +126 -0
  566. data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +163 -0
  567. data/doc/rdoc/more/files/lib/more/facets/methodspace_rb.html +138 -0
  568. data/doc/rdoc/more/files/lib/more/facets/minitar_rb.html +203 -0
  569. data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +148 -0
  570. data/doc/rdoc/more/files/lib/more/facets/multiton_rb.html +187 -0
  571. data/doc/rdoc/more/files/lib/more/facets/nackclass_rb.html +120 -0
  572. data/doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html +143 -0
  573. data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +92 -0
  574. data/doc/rdoc/more/files/lib/more/facets/nullclass_rb.html +122 -0
  575. data/doc/rdoc/more/files/lib/more/facets/opencascade_rb.html +156 -0
  576. data/doc/rdoc/more/files/lib/more/facets/opencollection_rb.html +123 -0
  577. data/doc/rdoc/more/files/lib/more/facets/openhash_rb.html +107 -0
  578. data/doc/rdoc/more/files/lib/more/facets/openobject_rb.html +169 -0
  579. data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +94 -0
  580. data/doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html +143 -0
  581. data/doc/rdoc/more/files/lib/more/facets/overload_rb.html +119 -0
  582. data/doc/rdoc/more/files/lib/more/facets/paramix_rb.html +135 -0
  583. data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +133 -0
  584. data/doc/rdoc/more/files/lib/more/facets/platform_rb.html +103 -0
  585. data/doc/rdoc/more/files/lib/more/facets/pool_rb.html +131 -0
  586. data/doc/rdoc/more/files/lib/more/facets/pqueue_rb.html +128 -0
  587. data/doc/rdoc/more/files/lib/more/facets/progressbar_rb.html +126 -0
  588. data/doc/rdoc/more/files/lib/more/facets/prototype_rb.html +102 -0
  589. data/doc/rdoc/more/files/lib/more/facets/random_rb.html +149 -0
  590. data/doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html +144 -0
  591. data/doc/rdoc/more/files/lib/more/facets/recorder_rb.html +154 -0
  592. data/doc/rdoc/more/files/lib/more/facets/reference_rb.html +130 -0
  593. data/doc/rdoc/more/files/lib/more/facets/reflection_rb.html +135 -0
  594. data/doc/rdoc/more/files/lib/more/facets/registerable_rb.html +98 -0
  595. data/doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html +122 -0
  596. data/doc/rdoc/more/files/lib/more/facets/semaphore_rb.html +120 -0
  597. data/doc/rdoc/more/files/lib/more/facets/settings_rb.html +141 -0
  598. data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +177 -0
  599. data/doc/rdoc/more/files/lib/more/facets/stackable_rb.html +121 -0
  600. data/doc/rdoc/more/files/lib/more/facets/style_rb.html +96 -0
  601. data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +92 -0
  602. data/doc/rdoc/more/files/lib/more/facets/syncarray_rb.html +125 -0
  603. data/doc/rdoc/more/files/lib/more/facets/synchash_rb.html +138 -0
  604. data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +132 -0
  605. data/doc/rdoc/more/files/lib/more/facets/timer_rb.html +174 -0
  606. data/doc/rdoc/more/files/lib/more/facets/times_rb.html +163 -0
  607. data/doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html +167 -0
  608. data/doc/rdoc/more/files/lib/more/facets/tuple_rb.html +160 -0
  609. data/doc/rdoc/more/files/lib/more/facets/typecast_rb.html +214 -0
  610. data/doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html +129 -0
  611. data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +176 -0
  612. data/doc/rdoc/more/files/lib/more/facets/version_rb.html +133 -0
  613. data/doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html +97 -0
  614. data/doc/rdoc/more/files/lib/more/facets/xoxo_rb.html +136 -0
  615. data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +133 -0
  616. data/doc/rdoc/more/fr_class_index.html +183 -0
  617. data/doc/rdoc/more/fr_file_index.html +158 -0
  618. data/doc/rdoc/more/fr_method_index.html +1057 -0
  619. data/doc/rdoc/more/index.html +26 -0
  620. data/doc/rdoc/more/rdoc-style.css +175 -0
  621. data/doc/ri/ANSICode/cdesc-ANSICode.yaml +60 -0
  622. data/doc/ri/ANSICode/clear_line-i.yaml +13 -0
  623. data/doc/ri/ANSICode/clear_screen-i.yaml +13 -0
  624. data/doc/ri/ANSICode/clr-i.yaml +12 -0
  625. data/doc/ri/ANSICode/cls-i.yaml +12 -0
  626. data/doc/ri/ANSICode/colors-i.yaml +10 -0
  627. data/doc/ri/ANSICode/define_ansicolor_method-c.yaml +12 -0
  628. data/doc/ri/ANSICode/display-i.yaml +12 -0
  629. data/doc/ri/ANSICode/down-i.yaml +12 -0
  630. data/doc/ri/ANSICode/left-i.yaml +12 -0
  631. data/doc/ri/ANSICode/move-i.yaml +12 -0
  632. data/doc/ri/ANSICode/restore-i.yaml +12 -0
  633. data/doc/ri/ANSICode/right-i.yaml +12 -0
  634. data/doc/ri/ANSICode/save-i.yaml +12 -0
  635. data/doc/ri/ANSICode/uncolored-i.yaml +10 -0
  636. data/doc/ri/ANSICode/up-i.yaml +12 -0
  637. data/doc/ri/Advisable/Method/advice_after%3d-i.yaml +10 -0
  638. data/doc/ri/Advisable/Method/advice_around%3d-i.yaml +10 -0
  639. data/doc/ri/Advisable/Method/advice_before%3d-i.yaml +10 -0
  640. data/doc/ri/Advisable/Method/advised%3f-i.yaml +10 -0
  641. data/doc/ri/Advisable/Method/call_with_advice-i.yaml +12 -0
  642. data/doc/ri/Advisable/Method/cdesc-Method.yaml +43 -0
  643. data/doc/ri/Advisable/Method/lambda_target-i.yaml +12 -0
  644. data/doc/ri/Advisable/advice_after-i.yaml +10 -0
  645. data/doc/ri/Advisable/advice_around-i.yaml +10 -0
  646. data/doc/ri/Advisable/advice_before-i.yaml +10 -0
  647. data/doc/ri/Advisable/advise-i.yaml +12 -0
  648. data/doc/ri/Advisable/after-i.yaml +10 -0
  649. data/doc/ri/Advisable/around-i.yaml +10 -0
  650. data/doc/ri/Advisable/before-i.yaml +10 -0
  651. data/doc/ri/Advisable/cdesc-Advisable.yaml +35 -0
  652. data/doc/ri/Advisable/method_added-i.yaml +16 -0
  653. data/doc/ri/Archive/Tar/Minitar/BlockRequired/cdesc-BlockRequired.yaml +17 -0
  654. data/doc/ri/Archive/Tar/Minitar/ClosedStream/cdesc-ClosedStream.yaml +17 -0
  655. data/doc/ri/Archive/Tar/Minitar/FileNameTooLong/cdesc-FileNameTooLong.yaml +17 -0
  656. data/doc/ri/Archive/Tar/Minitar/Input/cdesc-Input.yaml +30 -0
  657. data/doc/ri/Archive/Tar/Minitar/Input/close-i.yaml +12 -0
  658. data/doc/ri/Archive/Tar/Minitar/Input/each-i.yaml +12 -0
  659. data/doc/ri/Archive/Tar/Minitar/Input/extract_entry-i.yaml +43 -0
  660. data/doc/ri/Archive/Tar/Minitar/Input/fsync_dir-i.yaml +10 -0
  661. data/doc/ri/Archive/Tar/Minitar/Input/new-c.yaml +12 -0
  662. data/doc/ri/Archive/Tar/Minitar/Input/open-c.yaml +12 -0
  663. data/doc/ri/Archive/Tar/Minitar/Input/tar-i.yaml +12 -0
  664. data/doc/ri/Archive/Tar/Minitar/NonSeekableStream/cdesc-NonSeekableStream.yaml +17 -0
  665. data/doc/ri/Archive/Tar/Minitar/Output/cdesc-Output.yaml +23 -0
  666. data/doc/ri/Archive/Tar/Minitar/Output/close-i.yaml +12 -0
  667. data/doc/ri/Archive/Tar/Minitar/Output/new-c.yaml +12 -0
  668. data/doc/ri/Archive/Tar/Minitar/Output/open-c.yaml +12 -0
  669. data/doc/ri/Archive/Tar/Minitar/Output/tar-i.yaml +12 -0
  670. data/doc/ri/Archive/Tar/Minitar/Reader/EntryStream/cdesc-EntryStream.yaml +17 -0
  671. data/doc/ri/Archive/Tar/Minitar/Reader/InvalidEntryStream/cdesc-InvalidEntryStream.yaml +17 -0
  672. data/doc/ri/Archive/Tar/Minitar/Reader/cdesc-Reader.yaml +27 -0
  673. data/doc/ri/Archive/Tar/Minitar/Reader/close-i.yaml +10 -0
  674. data/doc/ri/Archive/Tar/Minitar/Reader/each-i.yaml +12 -0
  675. data/doc/ri/Archive/Tar/Minitar/Reader/each_entry-i.yaml +12 -0
  676. data/doc/ri/Archive/Tar/Minitar/Reader/new-c.yaml +12 -0
  677. data/doc/ri/Archive/Tar/Minitar/Reader/open-c.yaml +12 -0
  678. data/doc/ri/Archive/Tar/Minitar/Reader/rewind-i.yaml +12 -0
  679. data/doc/ri/Archive/Tar/Minitar/UnexpectedEOF/cdesc-UnexpectedEOF.yaml +17 -0
  680. data/doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/FileOverflow/cdesc-FileOverflow.yaml +17 -0
  681. data/doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/cdesc-BoundedStream.yaml +17 -0
  682. data/doc/ri/Archive/Tar/Minitar/Writer/RestrictedStream/cdesc-RestrictedStream.yaml +17 -0
  683. data/doc/ri/Archive/Tar/Minitar/Writer/add_file-i.yaml +34 -0
  684. data/doc/ri/Archive/Tar/Minitar/Writer/add_file_simple-i.yaml +33 -0
  685. data/doc/ri/Archive/Tar/Minitar/Writer/cdesc-Writer.yaml +31 -0
  686. data/doc/ri/Archive/Tar/Minitar/Writer/close-i.yaml +12 -0
  687. data/doc/ri/Archive/Tar/Minitar/Writer/flush-i.yaml +12 -0
  688. data/doc/ri/Archive/Tar/Minitar/Writer/mkdir-i.yaml +12 -0
  689. data/doc/ri/Archive/Tar/Minitar/Writer/new-c.yaml +12 -0
  690. data/doc/ri/Archive/Tar/Minitar/Writer/open-c.yaml +12 -0
  691. data/doc/ri/Archive/Tar/Minitar/Writer/split_name-i.yaml +10 -0
  692. data/doc/ri/Archive/Tar/Minitar/cdesc-Minitar.yaml +68 -0
  693. data/doc/ri/Archive/Tar/Minitar/dir%3f-c.yaml +12 -0
  694. data/doc/ri/Archive/Tar/Minitar/open-c.yaml +12 -0
  695. data/doc/ri/Archive/Tar/Minitar/pack-c.yaml +14 -0
  696. data/doc/ri/Archive/Tar/Minitar/pack_file-c.yaml +75 -0
  697. data/doc/ri/Archive/Tar/Minitar/unpack-c.yaml +12 -0
  698. data/doc/ri/Archive/Tar/PosixHeader/cdesc-PosixHeader.yaml +53 -0
  699. data/doc/ri/Archive/Tar/cdesc-Tar.yaml +15 -0
  700. data/doc/ri/Archive/cdesc-Archive.yaml +16 -0
  701. data/doc/ri/Array/cdesc-Array.yaml +17 -0
  702. data/doc/ri/As/cdesc-As.yaml +19 -0
  703. data/doc/ri/Association/%3c%3d%3e-i.yaml +10 -0
  704. data/doc/ri/Association/%5b%5d-c.yaml +10 -0
  705. data/doc/ri/Association/Kernel/%3e%3e-i.yaml +12 -0
  706. data/doc/ri/Association/Kernel/associations-i.yaml +10 -0
  707. data/doc/ri/Association/Kernel/cdesc-Kernel.yaml +20 -0
  708. data/doc/ri/Association/cdesc-Association.yaml +67 -0
  709. data/doc/ri/Association/inspect-i.yaml +10 -0
  710. data/doc/ri/Association/invert%21-i.yaml +10 -0
  711. data/doc/ri/Association/new-c.yaml +10 -0
  712. data/doc/ri/Association/to_ary-i.yaml +10 -0
  713. data/doc/ri/Association/to_s-i.yaml +10 -0
  714. data/doc/ri/Autoarray/%5b%5d%3d-i.yaml +10 -0
  715. data/doc/ri/Autoarray/%5b%5d-i.yaml +10 -0
  716. data/doc/ri/Autoarray/cdesc-Autoarray.yaml +26 -0
  717. data/doc/ri/Autoarray/new-c.yaml +10 -0
  718. data/doc/ri/BBCode/ansi-c.yaml +12 -0
  719. data/doc/ri/BBCode/ansi_to_bbcode-c.yaml +12 -0
  720. data/doc/ri/BBCode/ansi_to_html-c.yaml +12 -0
  721. data/doc/ri/BBCode/bbcode_to_ansi-c.yaml +12 -0
  722. data/doc/ri/BBCode/bbcode_to_html-c.yaml +12 -0
  723. data/doc/ri/BBCode/cdesc-BBCode.yaml +59 -0
  724. data/doc/ri/BBCode/html_to_ansi-c.yaml +12 -0
  725. data/doc/ri/BBCode/html_to_bbcode-c.yaml +12 -0
  726. data/doc/ri/BBCode/strip_bbcode-c.yaml +12 -0
  727. data/doc/ri/BaseX/cdesc-BaseX.yaml +27 -0
  728. data/doc/ri/BaseX/convert_base-i.yaml +10 -0
  729. data/doc/ri/BaseX/decode-i.yaml +10 -0
  730. data/doc/ri/BaseX/encode-i.yaml +10 -0
  731. data/doc/ri/BaseX/new-c.yaml +10 -0
  732. data/doc/ri/BasicObject/__self__-i.yaml +12 -0
  733. data/doc/ri/BasicObject/cdesc-BasicObject.yaml +53 -0
  734. data/doc/ri/BasicObject/hide-c.yaml +12 -0
  735. data/doc/ri/BasicObject/object_self-i.yaml +13 -0
  736. data/doc/ri/BiCrypt/block_size-i.yaml +10 -0
  737. data/doc/ri/BiCrypt/carefully_open_file-i.yaml +10 -0
  738. data/doc/ri/BiCrypt/cdesc-BiCrypt.yaml +53 -0
  739. data/doc/ri/BiCrypt/decrypt_block-i.yaml +10 -0
  740. data/doc/ri/BiCrypt/decrypt_file-i.yaml +10 -0
  741. data/doc/ri/BiCrypt/decrypt_pair-i.yaml +10 -0
  742. data/doc/ri/BiCrypt/decrypt_stream-i.yaml +10 -0
  743. data/doc/ri/BiCrypt/decrypt_string-i.yaml +10 -0
  744. data/doc/ri/BiCrypt/encrypt_block-i.yaml +10 -0
  745. data/doc/ri/BiCrypt/encrypt_file-i.yaml +10 -0
  746. data/doc/ri/BiCrypt/encrypt_pair-i.yaml +10 -0
  747. data/doc/ri/BiCrypt/encrypt_stream-i.yaml +10 -0
  748. data/doc/ri/BiCrypt/encrypt_string-i.yaml +10 -0
  749. data/doc/ri/BiCrypt/f-i.yaml +10 -0
  750. data/doc/ri/BiCrypt/generate_initialization_vector-i.yaml +12 -0
  751. data/doc/ri/BiCrypt/new-c.yaml +10 -0
  752. data/doc/ri/BiCrypt/precalculate_S_table-i.yaml +10 -0
  753. data/doc/ri/BigDuration/cdesc-BigDuration.yaml +41 -0
  754. data/doc/ri/BigDuration/each-i.yaml +12 -0
  755. data/doc/ri/BigDuration/months%3d-i.yaml +12 -0
  756. data/doc/ri/BigDuration/new-c.yaml +12 -0
  757. data/doc/ri/BigDuration/seconds-i.yaml +12 -0
  758. data/doc/ri/BigDuration/strftime-i.yaml +16 -0
  759. data/doc/ri/BigDuration/years%3d-i.yaml +12 -0
  760. data/doc/ri/BinReadable/ByteOrder/big%3f-i.yaml +12 -0
  761. data/doc/ri/BinReadable/ByteOrder/big_endian%3f-i.yaml +13 -0
  762. data/doc/ri/BinReadable/ByteOrder/byte_order-i.yaml +13 -0
  763. data/doc/ri/BinReadable/ByteOrder/byteorder-i.yaml +12 -0
  764. data/doc/ri/BinReadable/ByteOrder/cdesc-ByteOrder.yaml +39 -0
  765. data/doc/ri/BinReadable/ByteOrder/little%3f-i.yaml +12 -0
  766. data/doc/ri/BinReadable/ByteOrder/little_endian%3f-i.yaml +11 -0
  767. data/doc/ri/BinReadable/ByteOrder/network%3f-i.yaml +12 -0
  768. data/doc/ri/BinReadable/byte_order%3d-i.yaml +11 -0
  769. data/doc/ri/BinReadable/byte_order-i.yaml +13 -0
  770. data/doc/ri/BinReadable/byteorder%3d-i.yaml +12 -0
  771. data/doc/ri/BinReadable/byteorder-i.yaml +12 -0
  772. data/doc/ri/BinReadable/cdesc-BinReadable.yaml +65 -0
  773. data/doc/ri/BinReadable/read_cstring-i.yaml +10 -0
  774. data/doc/ri/BinReadable/read_int16_big-i.yaml +10 -0
  775. data/doc/ri/BinReadable/read_int16_little-i.yaml +10 -0
  776. data/doc/ri/BinReadable/read_int16_native-i.yaml +13 -0
  777. data/doc/ri/BinReadable/read_int32_big-i.yaml +10 -0
  778. data/doc/ri/BinReadable/read_int32_little-i.yaml +10 -0
  779. data/doc/ri/BinReadable/read_int32_native-i.yaml +13 -0
  780. data/doc/ri/BinReadable/read_int8-i.yaml +10 -0
  781. data/doc/ri/BinReadable/read_uint8-i.yaml +12 -0
  782. data/doc/ri/BinReadable/read_word16_big-i.yaml +10 -0
  783. data/doc/ri/BinReadable/read_word16_little-i.yaml +10 -0
  784. data/doc/ri/BinReadable/read_word16_native-i.yaml +13 -0
  785. data/doc/ri/BinReadable/read_word32_big-i.yaml +10 -0
  786. data/doc/ri/BinReadable/read_word32_little-i.yaml +10 -0
  787. data/doc/ri/BinReadable/read_word32_native-i.yaml +13 -0
  788. data/doc/ri/BinReadable/read_word8-i.yaml +13 -0
  789. data/doc/ri/BinReadable/readn-i.yaml +12 -0
  790. data/doc/ri/BinReadable/ru-i.yaml +12 -0
  791. data/doc/ri/BinReadable/ru_swap-i.yaml +12 -0
  792. data/doc/ri/Binding/%5b%5d%3d-i.yaml +14 -0
  793. data/doc/ri/Binding/%5b%5d-i.yaml +14 -0
  794. data/doc/ri/Binding/__DIR__-i.yaml +12 -0
  795. data/doc/ri/Binding/__FILE__-i.yaml +12 -0
  796. data/doc/ri/Binding/__LINE__-i.yaml +12 -0
  797. data/doc/ri/Binding/__callee__-i.yaml +14 -0
  798. data/doc/ri/Binding/__method__-i.yaml +14 -0
  799. data/doc/ri/Binding/caller-i.yaml +12 -0
  800. data/doc/ri/Binding/callstack-i.yaml +12 -0
  801. data/doc/ri/Binding/cdesc-Binding.yaml +40 -0
  802. data/doc/ri/Binding/defined%3f-i.yaml +12 -0
  803. data/doc/ri/Binding/eval-i.yaml +12 -0
  804. data/doc/ri/Binding/local_variables-i.yaml +14 -0
  805. data/doc/ri/Binding/self-i.yaml +12 -0
  806. data/doc/ri/Buildable/cdesc-Buildable.yaml +29 -0
  807. data/doc/ri/Buildable/included-c.yaml +10 -0
  808. data/doc/ri/BuildingBlock/%3c%3c-i.yaml +12 -0
  809. data/doc/ri/BuildingBlock/build%21-i.yaml +11 -0
  810. data/doc/ri/BuildingBlock/cdesc-BuildingBlock.yaml +57 -0
  811. data/doc/ri/BuildingBlock/inspect-i.yaml +12 -0
  812. data/doc/ri/BuildingBlock/method_missing-i.yaml +11 -0
  813. data/doc/ri/BuildingBlock/new-c.yaml +11 -0
  814. data/doc/ri/BuildingBlock/to_buffer-i.yaml +12 -0
  815. data/doc/ri/BuildingBlock/to_s-i.yaml +12 -0
  816. data/doc/ri/BuildingBlock/to_str-i.yaml +10 -0
  817. data/doc/ri/CGI/cdesc-CGI.yaml +25 -0
  818. data/doc/ri/CGI/esc-i.yaml +12 -0
  819. data/doc/ri/CGI/escformat-i.yaml +12 -0
  820. data/doc/ri/CGI/marshal_from_cgi-i.yaml +12 -0
  821. data/doc/ri/CGI/marshal_to_cgi-i.yaml +12 -0
  822. data/doc/ri/CLI/Arguments/arguments-i.yaml +12 -0
  823. data/doc/ri/CLI/Arguments/assoc_options-i.yaml +14 -0
  824. data/doc/ri/CLI/Arguments/cdesc-Arguments.yaml +77 -0
  825. data/doc/ri/CLI/Arguments/flags-i.yaml +12 -0
  826. data/doc/ri/CLI/Arguments/format_options-i.yaml +12 -0
  827. data/doc/ri/CLI/Arguments/multi_flag-i.yaml +12 -0
  828. data/doc/ri/CLI/Arguments/new-c.yaml +12 -0
  829. data/doc/ri/CLI/Arguments/operands-i.yaml +13 -0
  830. data/doc/ri/CLI/Arguments/options-i.yaml +12 -0
  831. data/doc/ri/CLI/Arguments/parameters-c.yaml +10 -0
  832. data/doc/ri/CLI/Arguments/parameters-i.yaml +12 -0
  833. data/doc/ri/CLI/Arguments/parameters_without_duplicates-i.yaml +12 -0
  834. data/doc/ri/CLI/Arguments/parse-i.yaml +14 -0
  835. data/doc/ri/CLI/Arguments/parse_arity-i.yaml +12 -0
  836. data/doc/ri/CLI/Arguments/parse_line-i.yaml +12 -0
  837. data/doc/ri/CLI/Arguments/parse_preoptions-i.yaml +12 -0
  838. data/doc/ri/CLI/Arguments/preflags-i.yaml +12 -0
  839. data/doc/ri/CLI/Arguments/preoptions-i.yaml +14 -0
  840. data/doc/ri/CLI/Arguments/subcommand-i.yaml +12 -0
  841. data/doc/ri/CLI/Arguments/subcommand_with_arguments-i.yaml +14 -0
  842. data/doc/ri/CLI/Arguments/subcommand_with_parameters-i.yaml +13 -0
  843. data/doc/ri/CLI/Arguments/subcommand_with_preoptions-i.yaml +11 -0
  844. data/doc/ri/CLI/Command/UniversalOptions/cdesc-UniversalOptions.yaml +17 -0
  845. data/doc/ri/CLI/Command/call-i.yaml +12 -0
  846. data/doc/ri/CLI/Command/cdesc-Command.yaml +50 -0
  847. data/doc/ri/CLI/Command/command_missing-i.yaml +11 -0
  848. data/doc/ri/CLI/Command/commands-i.yaml +11 -0
  849. data/doc/ri/CLI/Command/default-i.yaml +12 -0
  850. data/doc/ri/CLI/Command/initialize_arguments-i.yaml +11 -0
  851. data/doc/ri/CLI/Command/initialize_options-i.yaml +11 -0
  852. data/doc/ri/CLI/Command/new-c.yaml +11 -0
  853. data/doc/ri/CLI/Command/option_arity-c.yaml +11 -0
  854. data/doc/ri/CLI/Command/option_missing-i.yaml +11 -0
  855. data/doc/ri/CLI/Command/start-c.yaml +11 -0
  856. data/doc/ri/CLI/Command/subcommand-c.yaml +12 -0
  857. data/doc/ri/CLI/NoCommandError/cdesc-NoCommandError.yaml +16 -0
  858. data/doc/ri/CLI/NoCommandError/new-c.yaml +10 -0
  859. data/doc/ri/CLI/NoOptionError/cdesc-NoOptionError.yaml +18 -0
  860. data/doc/ri/CLI/NoOptionError/new-c.yaml +10 -0
  861. data/doc/ri/CLI/cdesc-CLI.yaml +15 -0
  862. data/doc/ri/CacheDecorator/cache-c.yaml +10 -0
  863. data/doc/ri/CacheDecorator/cdesc-CacheDecorator.yaml +45 -0
  864. data/doc/ri/CacheDecorator/method_missing-i.yaml +10 -0
  865. data/doc/ri/CacheDecorator/new-c.yaml +10 -0
  866. data/doc/ri/CacheDecorator/self-i.yaml +10 -0
  867. data/doc/ri/CacheDecorator/uncache-c.yaml +10 -0
  868. data/doc/ri/Capsule/MissingFile/cdesc-MissingFile.yaml +17 -0
  869. data/doc/ri/Capsule/cdesc-Capsule.yaml +55 -0
  870. data/doc/ri/Capsule/include-i.yaml +11 -0
  871. data/doc/ri/Capsule/include_script-i.yaml +10 -0
  872. data/doc/ri/Capsule/load-c.yaml +12 -0
  873. data/doc/ri/Capsule/load-i.yaml +16 -0
  874. data/doc/ri/Capsule/load_in_module-i.yaml +12 -0
  875. data/doc/ri/Capsule/load_path_lookup-i.yaml +12 -0
  876. data/doc/ri/Capsule/new-c.yaml +12 -0
  877. data/doc/ri/Capsule/require-i.yaml +14 -0
  878. data/doc/ri/Chain/%7e-i.yaml +10 -0
  879. data/doc/ri/Chain/cdesc-Chain.yaml +36 -0
  880. data/doc/ri/Chain/end-i.yaml +16 -0
  881. data/doc/ri/Chain/method_missing-i.yaml +10 -0
  882. data/doc/ri/Chain/new-c.yaml +10 -0
  883. data/doc/ri/Class/cdesc-Class.yaml +17 -0
  884. data/doc/ri/Cloneable/cdesc-Cloneable.yaml +21 -0
  885. data/doc/ri/Cloneable/initialize_copy-i.yaml +10 -0
  886. data/doc/ri/Comparable/at_least-i.yaml +14 -0
  887. data/doc/ri/Comparable/at_most-i.yaml +14 -0
  888. data/doc/ri/Comparable/bound-i.yaml +15 -0
  889. data/doc/ri/Comparable/cap-i.yaml +14 -0
  890. data/doc/ri/Comparable/cdesc-Comparable.yaml +26 -0
  891. data/doc/ri/Comparable/clip-i.yaml +12 -0
  892. data/doc/ri/Comparable/cmp-i.yaml +18 -0
  893. data/doc/ri/Config/cdesc-Config.yaml +18 -0
  894. data/doc/ri/Config/datadir-c.yaml +16 -0
  895. data/doc/ri/Config/inspect-c.yaml +10 -0
  896. data/doc/ri/Console/cdesc-Console.yaml +17 -0
  897. data/doc/ri/ConsoleUtils/ask-i.yaml +12 -0
  898. data/doc/ri/ConsoleUtils/cdesc-ConsoleUtils.yaml +27 -0
  899. data/doc/ri/ConsoleUtils/password-i.yaml +12 -0
  900. data/doc/ri/ConsoleUtils/print_justified-i.yaml +14 -0
  901. data/doc/ri/ConsoleUtils/screen_width-i.yaml +14 -0
  902. data/doc/ri/Continuation/cdesc-Continuation.yaml +16 -0
  903. data/doc/ri/Continuation/create-c.yaml +10 -0
  904. data/doc/ri/Coroutine/%5b%5d%3d-i.yaml +10 -0
  905. data/doc/ri/Coroutine/%5b%5d-i.yaml +10 -0
  906. data/doc/ri/Coroutine/cdesc-Coroutine.yaml +42 -0
  907. data/doc/ri/Coroutine/continue-i.yaml +10 -0
  908. data/doc/ri/Coroutine/new-c.yaml +10 -0
  909. data/doc/ri/Coroutine/resume-i.yaml +10 -0
  910. data/doc/ri/Coroutine/run-i.yaml +10 -0
  911. data/doc/ri/Coroutine/stop-i.yaml +10 -0
  912. data/doc/ri/Crypt/cdesc-Crypt.yaml +28 -0
  913. data/doc/ri/Crypt/check-c.yaml +12 -0
  914. data/doc/ri/Crypt/crypt-c.yaml +20 -0
  915. data/doc/ri/Crypt/generate_salt-c.yaml +12 -0
  916. data/doc/ri/CssFilter/accept_host-i.yaml +11 -0
  917. data/doc/ri/CssFilter/cdesc-CssFilter.yaml +98 -0
  918. data/doc/ri/CssFilter/clean_properties-i.yaml +14 -0
  919. data/doc/ri/CssFilter/clean_value-i.yaml +11 -0
  920. data/doc/ri/CssFilter/filter-i.yaml +11 -0
  921. data/doc/ri/CssFilter/new-c.yaml +11 -0
  922. data/doc/ri/CssFilter/parse-i.yaml +14 -0
  923. data/doc/ri/CssFilter/remove_blanklines-i.yaml +11 -0
  924. data/doc/ri/CssFilter/remove_comments-i.yaml +11 -0
  925. data/doc/ri/CssFilter/remove_nullvalues-i.yaml +11 -0
  926. data/doc/ri/CssFilter/remove_urls-i.yaml +12 -0
  927. data/doc/ri/CssFilter/remove_whitespace-i.yaml +11 -0
  928. data/doc/ri/CssTree/cdesc-CssTree.yaml +19 -0
  929. data/doc/ri/CssTree/new-c.yaml +10 -0
  930. data/doc/ri/CssTree/to_css-i.yaml +12 -0
  931. data/doc/ri/Date/cdesc-Date.yaml +28 -0
  932. data/doc/ri/Date/days_in_month-i.yaml +14 -0
  933. data/doc/ri/Date/days_of_month-i.yaml +10 -0
  934. data/doc/ri/Date/month_name-i.yaml +14 -0
  935. data/doc/ri/Date/stamp-i.yaml +13 -0
  936. data/doc/ri/Date/to_date-i.yaml +12 -0
  937. data/doc/ri/Date/to_s-i.yaml +12 -0
  938. data/doc/ri/Date/to_time-i.yaml +12 -0
  939. data/doc/ri/Dictionary/%3c%3c-i.yaml +10 -0
  940. data/doc/ri/Dictionary/%3d%3d-i.yaml +16 -0
  941. data/doc/ri/Dictionary/%5b%5d%3d-i.yaml +18 -0
  942. data/doc/ri/Dictionary/%5b%5d-c.yaml +10 -0
  943. data/doc/ri/Dictionary/%5b%5d-i.yaml +10 -0
  944. data/doc/ri/Dictionary/alpha-c.yaml +18 -0
  945. data/doc/ri/Dictionary/auto-c.yaml +14 -0
  946. data/doc/ri/Dictionary/cdesc-Dictionary.yaml +150 -0
  947. data/doc/ri/Dictionary/clear-i.yaml +10 -0
  948. data/doc/ri/Dictionary/delete-i.yaml +10 -0
  949. data/doc/ri/Dictionary/delete_if-i.yaml +10 -0
  950. data/doc/ri/Dictionary/dup-i.yaml +10 -0
  951. data/doc/ri/Dictionary/each-i.yaml +11 -0
  952. data/doc/ri/Dictionary/each_key-i.yaml +10 -0
  953. data/doc/ri/Dictionary/each_pair-i.yaml +12 -0
  954. data/doc/ri/Dictionary/each_value-i.yaml +10 -0
  955. data/doc/ri/Dictionary/empty%3f-i.yaml +10 -0
  956. data/doc/ri/Dictionary/fetch-i.yaml +10 -0
  957. data/doc/ri/Dictionary/first-i.yaml +11 -0
  958. data/doc/ri/Dictionary/has_key%3f-i.yaml +10 -0
  959. data/doc/ri/Dictionary/insert-i.yaml +10 -0
  960. data/doc/ri/Dictionary/inspect-i.yaml +10 -0
  961. data/doc/ri/Dictionary/invert-i.yaml +10 -0
  962. data/doc/ri/Dictionary/key%3f-i.yaml +10 -0
  963. data/doc/ri/Dictionary/keys-i.yaml +10 -0
  964. data/doc/ri/Dictionary/last-i.yaml +11 -0
  965. data/doc/ri/Dictionary/length-i.yaml +11 -0
  966. data/doc/ri/Dictionary/merge%21-i.yaml +12 -0
  967. data/doc/ri/Dictionary/merge-i.yaml +10 -0
  968. data/doc/ri/Dictionary/new-c.yaml +12 -0
  969. data/doc/ri/Dictionary/new_by-c.yaml +12 -0
  970. data/doc/ri/Dictionary/order-i.yaml +10 -0
  971. data/doc/ri/Dictionary/order_by-i.yaml +12 -0
  972. data/doc/ri/Dictionary/order_by_key-i.yaml +20 -0
  973. data/doc/ri/Dictionary/order_by_value-i.yaml +18 -0
  974. data/doc/ri/Dictionary/pop-i.yaml +10 -0
  975. data/doc/ri/Dictionary/push-i.yaml +10 -0
  976. data/doc/ri/Dictionary/reject%21-i.yaml +10 -0
  977. data/doc/ri/Dictionary/reject-i.yaml +10 -0
  978. data/doc/ri/Dictionary/reorder-i.yaml +11 -0
  979. data/doc/ri/Dictionary/replace-i.yaml +10 -0
  980. data/doc/ri/Dictionary/reverse%21-i.yaml +10 -0
  981. data/doc/ri/Dictionary/reverse-i.yaml +10 -0
  982. data/doc/ri/Dictionary/select-i.yaml +10 -0
  983. data/doc/ri/Dictionary/shift-i.yaml +10 -0
  984. data/doc/ri/Dictionary/size-i.yaml +12 -0
  985. data/doc/ri/Dictionary/store-i.yaml +10 -0
  986. data/doc/ri/Dictionary/to_a-i.yaml +10 -0
  987. data/doc/ri/Dictionary/to_h-i.yaml +10 -0
  988. data/doc/ri/Dictionary/to_hash-i.yaml +10 -0
  989. data/doc/ri/Dictionary/to_s-i.yaml +10 -0
  990. data/doc/ri/Dictionary/unshift-i.yaml +10 -0
  991. data/doc/ri/Dictionary/update-i.yaml +11 -0
  992. data/doc/ri/Dictionary/values-i.yaml +10 -0
  993. data/doc/ri/DictionaryMatcher/%3c%3c-i.yaml +12 -0
  994. data/doc/ri/DictionaryMatcher/%3d%3d%3d-i.yaml +12 -0
  995. data/doc/ri/DictionaryMatcher/%3d%7e-i.yaml +13 -0
  996. data/doc/ri/DictionaryMatcher/MatchData/cdesc-MatchData.yaml +18 -0
  997. data/doc/ri/DictionaryMatcher/MatchData/inspect-i.yaml +10 -0
  998. data/doc/ri/DictionaryMatcher/add-i.yaml +13 -0
  999. data/doc/ri/DictionaryMatcher/cdesc-DictionaryMatcher.yaml +38 -0
  1000. data/doc/ri/DictionaryMatcher/compute_failure_function-i.yaml +10 -0
  1001. data/doc/ri/DictionaryMatcher/include%3f-i.yaml +12 -0
  1002. data/doc/ri/DictionaryMatcher/inspect-i.yaml +10 -0
  1003. data/doc/ri/DictionaryMatcher/internal_match-i.yaml +10 -0
  1004. data/doc/ri/DictionaryMatcher/match-i.yaml +12 -0
  1005. data/doc/ri/DictionaryMatcher/new-c.yaml +12 -0
  1006. data/doc/ri/DictionaryMatcher/scan-i.yaml +12 -0
  1007. data/doc/ri/Dir/ascend-c.yaml +18 -0
  1008. data/doc/ri/Dir/cdesc-Dir.yaml +28 -0
  1009. data/doc/ri/Dir/descend-c.yaml +18 -0
  1010. data/doc/ri/Dir/ls_r-c.yaml +12 -0
  1011. data/doc/ri/Dir/multiglob-c.yaml +30 -0
  1012. data/doc/ri/Dir/multiglob_r-c.yaml +22 -0
  1013. data/doc/ri/Dir/parent%3f-c.yaml +14 -0
  1014. data/doc/ri/Dir/recurse-c.yaml +14 -0
  1015. data/doc/ri/Downloader/Checksum/cdesc-Checksum.yaml +17 -0
  1016. data/doc/ri/Downloader/Mirror/cdesc-Mirror.yaml +15 -0
  1017. data/doc/ri/Downloader/add_mirror-i.yaml +10 -0
  1018. data/doc/ri/Downloader/add_mirrors-i.yaml +10 -0
  1019. data/doc/ri/Downloader/cdesc-Downloader.yaml +49 -0
  1020. data/doc/ri/Downloader/compute_checksum-i.yaml +12 -0
  1021. data/doc/ri/Downloader/download-i.yaml +14 -0
  1022. data/doc/ri/Downloader/extract-i.yaml +12 -0
  1023. data/doc/ri/Downloader/fetch-i.yaml +12 -0
  1024. data/doc/ri/Downloader/interface%3d-i.yaml +10 -0
  1025. data/doc/ri/Downloader/interface-i.yaml +12 -0
  1026. data/doc/ri/Downloader/mirrors-i.yaml +10 -0
  1027. data/doc/ri/Downloader/monitored_download-i.yaml +12 -0
  1028. data/doc/ri/Downloader/new-c.yaml +10 -0
  1029. data/doc/ri/Downloader/prioritize_urls-i.yaml +12 -0
  1030. data/doc/ri/Duration/%2a-i.yaml +16 -0
  1031. data/doc/ri/Duration/%2b-i.yaml +16 -0
  1032. data/doc/ri/Duration/%2d-i.yaml +16 -0
  1033. data/doc/ri/Duration/%2f-i.yaml +16 -0
  1034. data/doc/ri/Duration/%3c%3d%3e-i.yaml +16 -0
  1035. data/doc/ri/Duration/cdesc-Duration.yaml +93 -0
  1036. data/doc/ri/Duration/days%3d-i.yaml +16 -0
  1037. data/doc/ri/Duration/each-i.yaml +20 -0
  1038. data/doc/ri/Duration/hours%3d-i.yaml +16 -0
  1039. data/doc/ri/Duration/inspect-i.yaml +16 -0
  1040. data/doc/ri/Duration/minutes%3d-i.yaml +16 -0
  1041. data/doc/ri/Duration/new-c.yaml +16 -0
  1042. data/doc/ri/Duration/seconds%3d-i.yaml +16 -0
  1043. data/doc/ri/Duration/seconds-i.yaml +16 -0
  1044. data/doc/ri/Duration/strftime-i.yaml +20 -0
  1045. data/doc/ri/Duration/to_s-i.yaml +16 -0
  1046. data/doc/ri/Duration/weeks%3d-i.yaml +16 -0
  1047. data/doc/ri/Enumerable/Elementor/cdesc-Elementor.yaml +26 -0
  1048. data/doc/ri/Enumerable/Elementor/instance_delegate-i.yaml +10 -0
  1049. data/doc/ri/Enumerable/Elementor/instance_operator-i.yaml +10 -0
  1050. data/doc/ri/Enumerable/Elementor/method_missing-i.yaml +10 -0
  1051. data/doc/ri/Enumerable/Elementor/new-c.yaml +10 -0
  1052. data/doc/ri/Enumerable/Enumerator/cdesc-Enumerator.yaml +16 -0
  1053. data/doc/ri/Enumerable/Enumerator/to_elem-i.yaml +12 -0
  1054. data/doc/ri/Enumerable/accumulate-i.yaml +18 -0
  1055. data/doc/ri/Enumerable/cdesc-Enumerable.yaml +94 -0
  1056. data/doc/ri/Enumerable/cluster_by-i.yaml +18 -0
  1057. data/doc/ri/Enumerable/collect_with_index-i.yaml +15 -0
  1058. data/doc/ri/Enumerable/commonality-i.yaml +14 -0
  1059. data/doc/ri/Enumerable/compact_collect-i.yaml +12 -0
  1060. data/doc/ri/Enumerable/compact_map-i.yaml +23 -0
  1061. data/doc/ri/Enumerable/count-i.yaml +18 -0
  1062. data/doc/ri/Enumerable/divide-i.yaml +14 -0
  1063. data/doc/ri/Enumerable/duplicates-i.yaml +12 -0
  1064. data/doc/ri/Enumerable/each_by-i.yaml +18 -0
  1065. data/doc/ri/Enumerable/elements%21-i.yaml +12 -0
  1066. data/doc/ri/Enumerable/elements-i.yaml +12 -0
  1067. data/doc/ri/Enumerable/elementwise-i.yaml +15 -0
  1068. data/doc/ri/Enumerable/entropy-i.yaml +14 -0
  1069. data/doc/ri/Enumerable/every%21-i.yaml +13 -0
  1070. data/doc/ri/Enumerable/every-i.yaml +15 -0
  1071. data/doc/ri/Enumerable/ewise-i.yaml +12 -0
  1072. data/doc/ri/Enumerable/frequency-i.yaml +14 -0
  1073. data/doc/ri/Enumerable/graph-i.yaml +12 -0
  1074. data/doc/ri/Enumerable/group_by-i.yaml +14 -0
  1075. data/doc/ri/Enumerable/ideal_entropy-i.yaml +14 -0
  1076. data/doc/ri/Enumerable/inject%21-i.yaml +20 -0
  1077. data/doc/ri/Enumerable/map_send-i.yaml +14 -0
  1078. data/doc/ri/Enumerable/map_with_index-i.yaml +12 -0
  1079. data/doc/ri/Enumerable/mash-i.yaml +19 -0
  1080. data/doc/ri/Enumerable/mode-i.yaml +14 -0
  1081. data/doc/ri/Enumerable/modulate-i.yaml +18 -0
  1082. data/doc/ri/Enumerable/none%3f-i.yaml +16 -0
  1083. data/doc/ri/Enumerable/nonuniq-i.yaml +15 -0
  1084. data/doc/ri/Enumerable/occur-i.yaml +14 -0
  1085. data/doc/ri/Enumerable/one%3f-i.yaml +16 -0
  1086. data/doc/ri/Enumerable/per-i.yaml +10 -0
  1087. data/doc/ri/Enumerable/probability-i.yaml +14 -0
  1088. data/doc/ri/Enumerable/split-i.yaml +16 -0
  1089. data/doc/ri/Enumerable/sum-i.yaml +14 -0
  1090. data/doc/ri/Enumerable/threaded_map-i.yaml +14 -0
  1091. data/doc/ri/Enumerable/threaded_map_send-i.yaml +14 -0
  1092. data/doc/ri/Enumerable/to_elem-i.yaml +12 -0
  1093. data/doc/ri/Enumerable/to_h-i.yaml +14 -0
  1094. data/doc/ri/Enumerable/uniq_by-i.yaml +18 -0
  1095. data/doc/ri/EnumerablePass/cdesc-EnumerablePass.yaml +28 -0
  1096. data/doc/ri/EnumerablePass/detect-i.yaml +12 -0
  1097. data/doc/ri/EnumerablePass/find-i.yaml +15 -0
  1098. data/doc/ri/EnumerablePass/wrap_enumerable_method-c.yaml +10 -0
  1099. data/doc/ri/Equatable/%3d%3d-i.yaml +10 -0
  1100. data/doc/ri/Equatable/cdesc-Equatable.yaml +34 -0
  1101. data/doc/ri/Equatable/eql%3f-i.yaml +10 -0
  1102. data/doc/ri/Equatable/hash-i.yaml +10 -0
  1103. data/doc/ri/Equatable/identify-c.yaml +10 -0
  1104. data/doc/ri/EventHook/call-i.yaml +10 -0
  1105. data/doc/ri/EventHook/cdesc-EventHook.yaml +31 -0
  1106. data/doc/ri/EventHook/new-c.yaml +10 -0
  1107. data/doc/ri/Exception/cdesc-Exception.yaml +17 -0
  1108. data/doc/ri/Exception/detail-i.yaml +18 -0
  1109. data/doc/ri/Exception/suppress-c.yaml +14 -0
  1110. data/doc/ri/Expirable/cdesc-Expirable.yaml +30 -0
  1111. data/doc/ri/Expirable/expired%3f-i.yaml +12 -0
  1112. data/doc/ri/Expirable/expires_after-i.yaml +12 -0
  1113. data/doc/ri/Expirable/expires_spread-i.yaml +12 -0
  1114. data/doc/ri/Expirable/touch%21-i.yaml +12 -0
  1115. data/doc/ri/FalseClass/cdesc-FalseClass.yaml +15 -0
  1116. data/doc/ri/File/append-c.yaml +14 -0
  1117. data/doc/ri/File/cdesc-File.yaml +38 -0
  1118. data/doc/ri/File/create-c.yaml +14 -0
  1119. data/doc/ri/File/null-c.yaml +14 -0
  1120. data/doc/ri/File/read_binary-c.yaml +14 -0
  1121. data/doc/ri/File/read_list-c.yaml +14 -0
  1122. data/doc/ri/File/rewrite%21-c.yaml +14 -0
  1123. data/doc/ri/File/rewrite-c.yaml +24 -0
  1124. data/doc/ri/File/rootname-c.yaml +14 -0
  1125. data/doc/ri/File/sanitize-c.yaml +14 -0
  1126. data/doc/ri/File/write-c.yaml +16 -0
  1127. data/doc/ri/File/writelines-c.yaml +18 -0
  1128. data/doc/ri/File/yaml%3f-c.yaml +14 -0
  1129. data/doc/ri/FileList/%2a-i.yaml +12 -0
  1130. data/doc/ri/FileList/%3d%3d-i.yaml +12 -0
  1131. data/doc/ri/FileList/%5b%5d-c.yaml +14 -0
  1132. data/doc/ri/FileList/add-i.yaml +12 -0
  1133. data/doc/ri/FileList/add_matching-i.yaml +12 -0
  1134. data/doc/ri/FileList/calculate_exclude_regexp-i.yaml +10 -0
  1135. data/doc/ri/FileList/cdesc-FileList.yaml +111 -0
  1136. data/doc/ri/FileList/clear_exclude-i.yaml +12 -0
  1137. data/doc/ri/FileList/clear_ignore_patterns-c.yaml +12 -0
  1138. data/doc/ri/FileList/clone-i.yaml +13 -0
  1139. data/doc/ri/FileList/dup-i.yaml +12 -0
  1140. data/doc/ri/FileList/egrep-i.yaml +12 -0
  1141. data/doc/ri/FileList/exclude%3f-i.yaml +12 -0
  1142. data/doc/ri/FileList/exclude-i.yaml +26 -0
  1143. data/doc/ri/FileList/ext-i.yaml +18 -0
  1144. data/doc/ri/FileList/gsub%21-i.yaml +12 -0
  1145. data/doc/ri/FileList/gsub-i.yaml +16 -0
  1146. data/doc/ri/FileList/import-i.yaml +10 -0
  1147. data/doc/ri/FileList/include-i.yaml +17 -0
  1148. data/doc/ri/FileList/new-c.yaml +16 -0
  1149. data/doc/ri/FileList/resolve-i.yaml +12 -0
  1150. data/doc/ri/FileList/resolve_add-i.yaml +10 -0
  1151. data/doc/ri/FileList/resolve_exclude-i.yaml +10 -0
  1152. data/doc/ri/FileList/select_default_ignore_patterns-c.yaml +35 -0
  1153. data/doc/ri/FileList/sub%21-i.yaml +12 -0
  1154. data/doc/ri/FileList/sub-i.yaml +16 -0
  1155. data/doc/ri/FileList/to_a-i.yaml +12 -0
  1156. data/doc/ri/FileList/to_ary-i.yaml +12 -0
  1157. data/doc/ri/FileList/to_s-i.yaml +12 -0
  1158. data/doc/ri/FileShell/%5b%5d-i.yaml +12 -0
  1159. data/doc/ri/FileShell/cd-i.yaml +15 -0
  1160. data/doc/ri/FileShell/cdesc-FileShell.yaml +83 -0
  1161. data/doc/ri/FileShell/chdir-i.yaml +12 -0
  1162. data/doc/ri/FileShell/chmod-i.yaml +12 -0
  1163. data/doc/ri/FileShell/chmod_R-i.yaml +12 -0
  1164. data/doc/ri/FileShell/chown-i.yaml +12 -0
  1165. data/doc/ri/FileShell/chown_R-i.yaml +12 -0
  1166. data/doc/ri/FileShell/cp-i.yaml +12 -0
  1167. data/doc/ri/FileShell/cp_r-i.yaml +12 -0
  1168. data/doc/ri/FileShell/dryrun%3f-i.yaml +10 -0
  1169. data/doc/ri/FileShell/fu-i.yaml +11 -0
  1170. data/doc/ri/FileShell/install-i.yaml +12 -0
  1171. data/doc/ri/FileShell/ln-i.yaml +12 -0
  1172. data/doc/ri/FileShell/ln_s-i.yaml +12 -0
  1173. data/doc/ri/FileShell/ln_sf-i.yaml +12 -0
  1174. data/doc/ri/FileShell/ls-i.yaml +12 -0
  1175. data/doc/ri/FileShell/mkdir-i.yaml +12 -0
  1176. data/doc/ri/FileShell/mkdir_p-i.yaml +12 -0
  1177. data/doc/ri/FileShell/move-i.yaml +12 -0
  1178. data/doc/ri/FileShell/mv-i.yaml +13 -0
  1179. data/doc/ri/FileShell/new-c.yaml +10 -0
  1180. data/doc/ri/FileShell/pwd-i.yaml +12 -0
  1181. data/doc/ri/FileShell/quiet%3f-i.yaml +10 -0
  1182. data/doc/ri/FileShell/rm-i.yaml +12 -0
  1183. data/doc/ri/FileShell/rm_r-i.yaml +12 -0
  1184. data/doc/ri/FileShell/rm_rf-i.yaml +12 -0
  1185. data/doc/ri/FileShell/rmdir-i.yaml +12 -0
  1186. data/doc/ri/FileShell/root%3f-i.yaml +12 -0
  1187. data/doc/ri/FileShell/touch-i.yaml +12 -0
  1188. data/doc/ri/FileShell/verbose%3f-i.yaml +10 -0
  1189. data/doc/ri/FileTest/cdesc-FileTest.yaml +16 -0
  1190. data/doc/ri/FileTest/root%3f-i.yaml +14 -0
  1191. data/doc/ri/FileUtils/cdesc-FileUtils.yaml +39 -0
  1192. data/doc/ri/FileUtils/head-i.yaml +14 -0
  1193. data/doc/ri/FileUtils/safe_ln-i.yaml +14 -0
  1194. data/doc/ri/FileUtils/slice-i.yaml +16 -0
  1195. data/doc/ri/FileUtils/tail-i.yaml +16 -0
  1196. data/doc/ri/FileUtils/wc-i.yaml +18 -0
  1197. data/doc/ri/FileUtils/whereis-i.yaml +10 -0
  1198. data/doc/ri/FileUtils/which-i.yaml +16 -0
  1199. data/doc/ri/Fileable/DSL/cdesc-DSL.yaml +31 -0
  1200. data/doc/ri/Fileable/DSL/file-i.yaml +12 -0
  1201. data/doc/ri/Fileable/DSL/filename-i.yaml +12 -0
  1202. data/doc/ri/Fileable/DSL/included-i.yaml +12 -0
  1203. data/doc/ri/Fileable/DSL/load-i.yaml +12 -0
  1204. data/doc/ri/Fileable/DSL/load_cache-i.yaml +12 -0
  1205. data/doc/ri/Fileable/DSL/locate-i.yaml +12 -0
  1206. data/doc/ri/Fileable/DSL/lookup-i.yaml +12 -0
  1207. data/doc/ri/Fileable/DSL/open-i.yaml +12 -0
  1208. data/doc/ri/Fileable/cdesc-Fileable.yaml +30 -0
  1209. data/doc/ri/Fileable/included-c.yaml +12 -0
  1210. data/doc/ri/Fileable/new-c.yaml +12 -0
  1211. data/doc/ri/Fileable/read-i.yaml +12 -0
  1212. data/doc/ri/Float/cdesc-Float.yaml +17 -0
  1213. data/doc/ri/Friend/cdesc-Friend.yaml +27 -0
  1214. data/doc/ri/Friend/new-c.yaml +10 -0
  1215. data/doc/ri/Functor/cdesc-Functor.yaml +23 -0
  1216. data/doc/ri/Functor/method_missing-i.yaml +12 -0
  1217. data/doc/ri/Functor/new-c.yaml +10 -0
  1218. data/doc/ri/Functor/to_proc-i.yaml +10 -0
  1219. data/doc/ri/GetoptLong/DSL/cdesc-DSL.yaml +30 -0
  1220. data/doc/ri/GetoptLong/DSL/flag-i.yaml +10 -0
  1221. data/doc/ri/GetoptLong/DSL/new-c.yaml +10 -0
  1222. data/doc/ri/GetoptLong/DSL/optional-i.yaml +11 -0
  1223. data/doc/ri/GetoptLong/DSL/opts-i.yaml +12 -0
  1224. data/doc/ri/GetoptLong/DSL/reqs-i.yaml +12 -0
  1225. data/doc/ri/GetoptLong/DSL/required-i.yaml +11 -0
  1226. data/doc/ri/GetoptLong/cdesc-GetoptLong.yaml +16 -0
  1227. data/doc/ri/GetoptLong/new-c.yaml +10 -0
  1228. data/doc/ri/Hash/cdesc-Hash.yaml +15 -0
  1229. data/doc/ri/Hash2Xml/cdesc-Hash2Xml.yaml +21 -0
  1230. data/doc/ri/Hash2Xml/convert-i.yaml +10 -0
  1231. data/doc/ri/Hash2Xml/convert_body-i.yaml +11 -0
  1232. data/doc/ri/Hash2Xml/convert_tag-i.yaml +11 -0
  1233. data/doc/ri/HtmlFilter/balance_html-i.yaml +11 -0
  1234. data/doc/ri/HtmlFilter/cdesc-HtmlFilter.yaml +149 -0
  1235. data/doc/ri/HtmlFilter/check_entity-i.yaml +11 -0
  1236. data/doc/ri/HtmlFilter/check_tags-i.yaml +11 -0
  1237. data/doc/ri/HtmlFilter/decode_dec_entity-i.yaml +11 -0
  1238. data/doc/ri/HtmlFilter/decode_entities-i.yaml +12 -0
  1239. data/doc/ri/HtmlFilter/decode_hex_entity-i.yaml +11 -0
  1240. data/doc/ri/HtmlFilter/decode_num_entity-i.yaml +11 -0
  1241. data/doc/ri/HtmlFilter/escape_comments-i.yaml +11 -0
  1242. data/doc/ri/HtmlFilter/escape_special_chars-i.yaml +12 -0
  1243. data/doc/ri/HtmlFilter/filter-i.yaml +12 -0
  1244. data/doc/ri/HtmlFilter/fix_case-i.yaml +11 -0
  1245. data/doc/ri/HtmlFilter/fix_case_inner-i.yaml +11 -0
  1246. data/doc/ri/HtmlFilter/is_valid_entity-i.yaml +11 -0
  1247. data/doc/ri/HtmlFilter/new-c.yaml +12 -0
  1248. data/doc/ri/HtmlFilter/process_param_protocol-i.yaml +11 -0
  1249. data/doc/ri/HtmlFilter/process_remove_blanks-i.yaml +11 -0
  1250. data/doc/ri/HtmlFilter/process_tag-i.yaml +11 -0
  1251. data/doc/ri/HtmlFilter/strip_single-i.yaml +11 -0
  1252. data/doc/ri/HtmlFilter/validate_entities-i.yaml +11 -0
  1253. data/doc/ri/IORedirect/cdesc-IORedirect.yaml +28 -0
  1254. data/doc/ri/IORedirect/new-c.yaml +12 -0
  1255. data/doc/ri/IORedirect/redirect-c.yaml +12 -0
  1256. data/doc/ri/IORedirect/start-i.yaml +12 -0
  1257. data/doc/ri/IORedirect/stop-i.yaml +12 -0
  1258. data/doc/ri/Indexable/body-i.yaml +14 -0
  1259. data/doc/ri/Indexable/cdesc-Indexable.yaml +55 -0
  1260. data/doc/ri/Indexable/ends-i.yaml +16 -0
  1261. data/doc/ri/Indexable/first%21-i.yaml +14 -0
  1262. data/doc/ri/Indexable/first%3d-i.yaml +14 -0
  1263. data/doc/ri/Indexable/first-i.yaml +14 -0
  1264. data/doc/ri/Indexable/foot-i.yaml +14 -0
  1265. data/doc/ri/Indexable/head-i.yaml +14 -0
  1266. data/doc/ri/Indexable/index_of-i.yaml +16 -0
  1267. data/doc/ri/Indexable/last%21-i.yaml +14 -0
  1268. data/doc/ri/Indexable/last%3d-i.yaml +14 -0
  1269. data/doc/ri/Indexable/last-i.yaml +14 -0
  1270. data/doc/ri/Indexable/mid-i.yaml +16 -0
  1271. data/doc/ri/Indexable/middle-i.yaml +16 -0
  1272. data/doc/ri/Indexable/pos-i.yaml +14 -0
  1273. data/doc/ri/Indexable/range-i.yaml +14 -0
  1274. data/doc/ri/Indexable/tail-i.yaml +14 -0
  1275. data/doc/ri/Indexable/thru-i.yaml +14 -0
  1276. data/doc/ri/InfinityClass/%2b%40-i.yaml +12 -0
  1277. data/doc/ri/InfinityClass/%2d%40-i.yaml +12 -0
  1278. data/doc/ri/InfinityClass/%3c%3d%3e-i.yaml +12 -0
  1279. data/doc/ri/InfinityClass/%3d%3d-i.yaml +12 -0
  1280. data/doc/ri/InfinityClass/Numeric/cdesc-Numeric.yaml +27 -0
  1281. data/doc/ri/InfinityClass/Numeric/finite%3f-i.yaml +10 -0
  1282. data/doc/ri/InfinityClass/Numeric/inf%3f-i.yaml +12 -0
  1283. data/doc/ri/InfinityClass/Numeric/infinite%3f-i.yaml +11 -0
  1284. data/doc/ri/InfinityClass/Numeric/nan%3f-i.yaml +10 -0
  1285. data/doc/ri/InfinityClass/Numeric/neginf%3f-i.yaml +10 -0
  1286. data/doc/ri/InfinityClass/Numeric/posinf%3f-i.yaml +10 -0
  1287. data/doc/ri/InfinityClass/cdesc-InfinityClass.yaml +75 -0
  1288. data/doc/ri/InfinityClass/coerce-i.yaml +12 -0
  1289. data/doc/ri/InfinityClass/new-c.yaml +10 -0
  1290. data/doc/ri/InfinityClass/times-i.yaml +12 -0
  1291. data/doc/ri/InfinityClass/to_f-i.yaml +12 -0
  1292. data/doc/ri/InfinityClass/to_s-i.yaml +11 -0
  1293. data/doc/ri/Ini/%5b%5d%3d-i.yaml +12 -0
  1294. data/doc/ri/Ini/%5b%5d-i.yaml +12 -0
  1295. data/doc/ri/Ini/cdesc-Ini.yaml +51 -0
  1296. data/doc/ri/Ini/new-c.yaml +16 -0
  1297. data/doc/ri/Ini/read_comment_from_file-c.yaml +16 -0
  1298. data/doc/ri/Ini/read_from_file-c.yaml +16 -0
  1299. data/doc/ri/Ini/restore-i.yaml +12 -0
  1300. data/doc/ri/Ini/to_s-c.yaml +16 -0
  1301. data/doc/ri/Ini/update-i.yaml +12 -0
  1302. data/doc/ri/Ini/write_to_file-c.yaml +16 -0
  1303. data/doc/ri/InstanceVariables/%3c%3c-i.yaml +10 -0
  1304. data/doc/ri/InstanceVariables/%5b%5d%3d-i.yaml +10 -0
  1305. data/doc/ri/InstanceVariables/%5b%5d-i.yaml +10 -0
  1306. data/doc/ri/InstanceVariables/atize-i.yaml +10 -0
  1307. data/doc/ri/InstanceVariables/cdesc-InstanceVariables.yaml +38 -0
  1308. data/doc/ri/InstanceVariables/each-i.yaml +10 -0
  1309. data/doc/ri/InstanceVariables/instance_delegate-i.yaml +10 -0
  1310. data/doc/ri/InstanceVariables/keys-i.yaml +10 -0
  1311. data/doc/ri/InstanceVariables/names-i.yaml +10 -0
  1312. data/doc/ri/InstanceVariables/new-c.yaml +10 -0
  1313. data/doc/ri/InstanceVariables/to_hash-i.yaml +10 -0
  1314. data/doc/ri/InstanceVariables/update-i.yaml +10 -0
  1315. data/doc/ri/InstanceVariables/values-i.yaml +10 -0
  1316. data/doc/ri/Instantiable/append_features-c.yaml +10 -0
  1317. data/doc/ri/Instantiable/cdesc-Instantiable.yaml +24 -0
  1318. data/doc/ri/Instantiable/new-i.yaml +12 -0
  1319. data/doc/ri/Instantise/append_features-c.yaml +10 -0
  1320. data/doc/ri/Instantise/cdesc-Instantise.yaml +29 -0
  1321. data/doc/ri/Instantise/singleton_method_added-i.yaml +10 -0
  1322. data/doc/ri/Integer/cdesc-Integer.yaml +15 -0
  1323. data/doc/ri/Interval/%2b%40-i.yaml +12 -0
  1324. data/doc/ri/Interval/%2d%40-i.yaml +10 -0
  1325. data/doc/ri/Interval/%3d%3d%3d-i.yaml +12 -0
  1326. data/doc/ri/Interval/%5b%5d-c.yaml +10 -0
  1327. data/doc/ri/Interval/%7e-i.yaml +10 -0
  1328. data/doc/ri/Interval/begin-i.yaml +12 -0
  1329. data/doc/ri/Interval/cdesc-Interval.yaml +97 -0
  1330. data/doc/ri/Interval/closed-i.yaml +12 -0
  1331. data/doc/ri/Interval/degenerate%3f-i.yaml +12 -0
  1332. data/doc/ri/Interval/direction-i.yaml +14 -0
  1333. data/doc/ri/Interval/distance-i.yaml +15 -0
  1334. data/doc/ri/Interval/each-i.yaml +15 -0
  1335. data/doc/ri/Interval/end-i.yaml +12 -0
  1336. data/doc/ri/Interval/eql%3f-i.yaml +12 -0
  1337. data/doc/ri/Interval/exclude_begin%3f-i.yaml +12 -0
  1338. data/doc/ri/Interval/exclude_end%3f-i.yaml +12 -0
  1339. data/doc/ri/Interval/exclude_first%3f-i.yaml +12 -0
  1340. data/doc/ri/Interval/exclude_last%3f-i.yaml +11 -0
  1341. data/doc/ri/Interval/first-i.yaml +13 -0
  1342. data/doc/ri/Interval/first_closed-i.yaml +12 -0
  1343. data/doc/ri/Interval/first_opened-i.yaml +10 -0
  1344. data/doc/ri/Interval/half_closed-i.yaml +12 -0
  1345. data/doc/ri/Interval/include%3f-i.yaml +15 -0
  1346. data/doc/ri/Interval/last-i.yaml +11 -0
  1347. data/doc/ri/Interval/last_closed-i.yaml +10 -0
  1348. data/doc/ri/Interval/last_opened-i.yaml +10 -0
  1349. data/doc/ri/Interval/length-i.yaml +12 -0
  1350. data/doc/ri/Interval/max-i.yaml +12 -0
  1351. data/doc/ri/Interval/member%3f-i.yaml +12 -0
  1352. data/doc/ri/Interval/min-i.yaml +12 -0
  1353. data/doc/ri/Interval/new-c.yaml +10 -0
  1354. data/doc/ri/Interval/null%3f-i.yaml +12 -0
  1355. data/doc/ri/Interval/opened-i.yaml +12 -0
  1356. data/doc/ri/Interval/reversed-i.yaml +14 -0
  1357. data/doc/ri/Interval/sentinels-i.yaml +14 -0
  1358. data/doc/ri/Interval/size-i.yaml +12 -0
  1359. data/doc/ri/Interval/step-i.yaml +12 -0
  1360. data/doc/ri/It/cdesc-It.yaml +39 -0
  1361. data/doc/ri/It/first%3f-i.yaml +10 -0
  1362. data/doc/ri/It/last%3f-i.yaml +10 -0
  1363. data/doc/ri/It/new-c.yaml +10 -0
  1364. data/doc/ri/It/next_iteration-i.yaml +10 -0
  1365. data/doc/ri/Kernel/cdesc-Kernel.yaml +16 -0
  1366. data/doc/ri/LRUCache/%5b%5d%3d-i.yaml +12 -0
  1367. data/doc/ri/LRUCache/%5b%5d-i.yaml +12 -0
  1368. data/doc/ri/LRUCache/Item/cdesc-Item.yaml +28 -0
  1369. data/doc/ri/LRUCache/Sentinel/cdesc-Sentinel.yaml +18 -0
  1370. data/doc/ri/LRUCache/cdesc-LRUCache.yaml +65 -0
  1371. data/doc/ri/LRUCache/clear-i.yaml +12 -0
  1372. data/doc/ri/LRUCache/delete-i.yaml +12 -0
  1373. data/doc/ri/LRUCache/first-i.yaml +12 -0
  1374. data/doc/ri/LRUCache/last-i.yaml +13 -0
  1375. data/doc/ri/LRUCache/lru-i.yaml +12 -0
  1376. data/doc/ri/LRUCache/lru_append-i.yaml +12 -0
  1377. data/doc/ri/LRUCache/lru_clear-i.yaml +12 -0
  1378. data/doc/ri/LRUCache/lru_delete-i.yaml +12 -0
  1379. data/doc/ri/LRUCache/lru_insert-i.yaml +12 -0
  1380. data/doc/ri/LRUCache/lru_join-i.yaml +12 -0
  1381. data/doc/ri/LRUCache/lru_touch-i.yaml +12 -0
  1382. data/doc/ri/LRUCache/new-c.yaml +10 -0
  1383. data/doc/ri/Lazy/DivergenceError/cdesc-DivergenceError.yaml +17 -0
  1384. data/doc/ri/Lazy/Future/cdesc-Future.yaml +20 -0
  1385. data/doc/ri/Lazy/LazyException/cdesc-LazyException.yaml +19 -0
  1386. data/doc/ri/Lazy/Promise/cdesc-Promise.yaml +25 -0
  1387. data/doc/ri/Lazy/PromiseSafe/cdesc-PromiseSafe.yaml +20 -0
  1388. data/doc/ri/Lazy/cdesc-Lazy.yaml +20 -0
  1389. data/doc/ri/LinkedList/%5b%5d%3d-i.yaml +10 -0
  1390. data/doc/ri/LinkedList/%5b%5d-i.yaml +10 -0
  1391. data/doc/ri/LinkedList/Node/cdesc-Node.yaml +33 -0
  1392. data/doc/ri/LinkedList/Node/new-c.yaml +10 -0
  1393. data/doc/ri/LinkedList/cdesc-LinkedList.yaml +57 -0
  1394. data/doc/ri/LinkedList/delete-i.yaml +10 -0
  1395. data/doc/ri/LinkedList/each-i.yaml +10 -0
  1396. data/doc/ri/LinkedList/empty%3f-i.yaml +10 -0
  1397. data/doc/ri/LinkedList/first-i.yaml +10 -0
  1398. data/doc/ri/LinkedList/last-i.yaml +10 -0
  1399. data/doc/ri/LinkedList/length-i.yaml +10 -0
  1400. data/doc/ri/LinkedList/new-c.yaml +10 -0
  1401. data/doc/ri/LinkedList/node_delete-i.yaml +10 -0
  1402. data/doc/ri/LinkedList/node_join-i.yaml +10 -0
  1403. data/doc/ri/LinkedList/node_purge-i.yaml +10 -0
  1404. data/doc/ri/LinkedList/pop-i.yaml +10 -0
  1405. data/doc/ri/LinkedList/push-i.yaml +10 -0
  1406. data/doc/ri/LinkedList/queue-i.yaml +10 -0
  1407. data/doc/ri/LinkedList/shift-i.yaml +10 -0
  1408. data/doc/ri/LinkedList/to_a-i.yaml +10 -0
  1409. data/doc/ri/LinkedList/unshift-i.yaml +10 -0
  1410. data/doc/ri/Logger/Ansicolor/cdesc-Ansicolor.yaml +36 -0
  1411. data/doc/ri/Logger/Ansicolor/debug-i.yaml +10 -0
  1412. data/doc/ri/Logger/Ansicolor/debug_with_color-i.yaml +10 -0
  1413. data/doc/ri/Logger/Ansicolor/error-i.yaml +10 -0
  1414. data/doc/ri/Logger/Ansicolor/error_with_color-i.yaml +10 -0
  1415. data/doc/ri/Logger/Ansicolor/fatal-i.yaml +10 -0
  1416. data/doc/ri/Logger/Ansicolor/fatal_with_color-i.yaml +10 -0
  1417. data/doc/ri/Logger/Ansicolor/info-i.yaml +10 -0
  1418. data/doc/ri/Logger/Ansicolor/info_with_color-i.yaml +10 -0
  1419. data/doc/ri/Logger/Ansicolor/warn-i.yaml +10 -0
  1420. data/doc/ri/Logger/Ansicolor/warn_with_color-i.yaml +10 -0
  1421. data/doc/ri/Logger/LogDevice/ansicolor%3f-i.yaml +10 -0
  1422. data/doc/ri/Logger/LogDevice/cdesc-LogDevice.yaml +19 -0
  1423. data/doc/ri/Logger/ansicolor%3d-i.yaml +10 -0
  1424. data/doc/ri/Logger/cdesc-Logger.yaml +44 -0
  1425. data/doc/ri/Logger/format_procedure-i.yaml +10 -0
  1426. data/doc/ri/Logger/setup_format-i.yaml +21 -0
  1427. data/doc/ri/MatchData/cdesc-MatchData.yaml +20 -0
  1428. data/doc/ri/MatchData/match-i.yaml +14 -0
  1429. data/doc/ri/MatchData/matchset-i.yaml +14 -0
  1430. data/doc/ri/MatchData/matchtree-i.yaml +14 -0
  1431. data/doc/ri/Method/cdesc-Method.yaml +15 -0
  1432. data/doc/ri/MissingArgument/cdesc-MissingArgument.yaml +17 -0
  1433. data/doc/ri/Module/%2a-i.yaml +14 -0
  1434. data/doc/ri/Module/%2b-i.yaml +22 -0
  1435. data/doc/ri/Module/%2d-i.yaml +14 -0
  1436. data/doc/ri/Module/CloneExtensions/cdesc-CloneExtensions.yaml +20 -0
  1437. data/doc/ri/Module/CloneExtensions/clone_removing-i.yaml +14 -0
  1438. data/doc/ri/Module/CloneExtensions/clone_renaming-i.yaml +14 -0
  1439. data/doc/ri/Module/CloneExtensions/clone_using-i.yaml +14 -0
  1440. data/doc/ri/Module/Comparable-i.yaml +18 -0
  1441. data/doc/ri/Module/Equatable-i.yaml +18 -0
  1442. data/doc/ri/Module/abstract-i.yaml +14 -0
  1443. data/doc/ri/Module/alias_accessor%21-i.yaml +17 -0
  1444. data/doc/ri/Module/alias_accessor-i.yaml +14 -0
  1445. data/doc/ri/Module/alias_method_chain-i.yaml +32 -0
  1446. data/doc/ri/Module/alias_module_function-i.yaml +14 -0
  1447. data/doc/ri/Module/alias_reader%21-i.yaml +17 -0
  1448. data/doc/ri/Module/alias_reader%3f-i.yaml +12 -0
  1449. data/doc/ri/Module/alias_reader-i.yaml +12 -0
  1450. data/doc/ri/Module/alias_setter-i.yaml +14 -0
  1451. data/doc/ri/Module/alias_switcher-i.yaml +12 -0
  1452. data/doc/ri/Module/alias_tester-i.yaml +12 -0
  1453. data/doc/ri/Module/alias_toggler-i.yaml +12 -0
  1454. data/doc/ri/Module/alias_validator-i.yaml +12 -0
  1455. data/doc/ri/Module/alias_writer%21-i.yaml +14 -0
  1456. data/doc/ri/Module/alias_writer-i.yaml +12 -0
  1457. data/doc/ri/Module/all_instance_methods-i.yaml +18 -0
  1458. data/doc/ri/Module/ancestor%3f-i.yaml +14 -0
  1459. data/doc/ri/Module/ann%21-i.yaml +12 -0
  1460. data/doc/ri/Module/ann-i.yaml +12 -0
  1461. data/doc/ri/Module/annotations-i.yaml +10 -0
  1462. data/doc/ri/Module/append_features-c.yaml +10 -0
  1463. data/doc/ri/Module/append_features-i.yaml +10 -0
  1464. data/doc/ri/Module/append_features_without_class_extension-i.yaml +12 -0
  1465. data/doc/ri/Module/attr-i.yaml +10 -0
  1466. data/doc/ri/Module/attr_accessor%21-i.yaml +21 -0
  1467. data/doc/ri/Module/attr_reader%21-i.yaml +21 -0
  1468. data/doc/ri/Module/attr_reader%3f-i.yaml +12 -0
  1469. data/doc/ri/Module/attr_setter-i.yaml +18 -0
  1470. data/doc/ri/Module/attr_switcher-i.yaml +12 -0
  1471. data/doc/ri/Module/attr_tester-i.yaml +12 -0
  1472. data/doc/ri/Module/attr_toggler-i.yaml +12 -0
  1473. data/doc/ri/Module/attr_validator-i.yaml +14 -0
  1474. data/doc/ri/Module/attr_writer%21-i.yaml +18 -0
  1475. data/doc/ri/Module/basename-i.yaml +18 -0
  1476. data/doc/ri/Module/cdesc-Module.yaml +191 -0
  1477. data/doc/ri/Module/class_def-i.yaml +14 -0
  1478. data/doc/ri/Module/class_extension-i.yaml +17 -0
  1479. data/doc/ri/Module/class_inherit-i.yaml +12 -0
  1480. data/doc/ri/Module/class_load-i.yaml +12 -0
  1481. data/doc/ri/Module/class_methods-i.yaml +11 -0
  1482. data/doc/ri/Module/class_require-i.yaml +12 -0
  1483. data/doc/ri/Module/classified_attributes-i.yaml +14 -0
  1484. data/doc/ri/Module/conflict%3f-i.yaml +14 -0
  1485. data/doc/ri/Module/define_dependency-i.yaml +11 -0
  1486. data/doc/ri/Module/depend-i.yaml +11 -0
  1487. data/doc/ri/Module/dependencies-i.yaml +12 -0
  1488. data/doc/ri/Module/heritage-i.yaml +10 -0
  1489. data/doc/ri/Module/include_as-i.yaml +14 -0
  1490. data/doc/ri/Module/include_function_module-i.yaml +14 -0
  1491. data/doc/ri/Module/instance_method%21-i.yaml +16 -0
  1492. data/doc/ri/Module/instance_method_defined%3f-i.yaml +14 -0
  1493. data/doc/ri/Module/integrate-i.yaml +20 -0
  1494. data/doc/ri/Module/is%3f-i.yaml +14 -0
  1495. data/doc/ri/Module/is-i.yaml +12 -0
  1496. data/doc/ri/Module/memoize-i.yaml +14 -0
  1497. data/doc/ri/Module/method_overloads-i.yaml +10 -0
  1498. data/doc/ri/Module/method_space-i.yaml +14 -0
  1499. data/doc/ri/Module/mixin_parameters-i.yaml +17 -0
  1500. data/doc/ri/Module/mixin_params-i.yaml +12 -0
  1501. data/doc/ri/Module/modspace-i.yaml +18 -0
  1502. data/doc/ri/Module/module_load-i.yaml +15 -0
  1503. data/doc/ri/Module/module_method_defined%3f-i.yaml +12 -0
  1504. data/doc/ri/Module/module_require-i.yaml +15 -0
  1505. data/doc/ri/Module/nesting-i.yaml +14 -0
  1506. data/doc/ri/Module/overload-i.yaml +14 -0
  1507. data/doc/ri/Module/pathize-i.yaml +16 -0
  1508. data/doc/ri/Module/prepend-i.yaml +14 -0
  1509. data/doc/ri/Module/private_conflict%3f-i.yaml +12 -0
  1510. data/doc/ri/Module/protected_conflict%3f-i.yaml +12 -0
  1511. data/doc/ri/Module/public_conflict%3f-i.yaml +12 -0
  1512. data/doc/ri/Module/redef-i.yaml +12 -0
  1513. data/doc/ri/Module/redefine_method-i.yaml +17 -0
  1514. data/doc/ri/Module/redirect-i.yaml +12 -0
  1515. data/doc/ri/Module/redirect_method-i.yaml +19 -0
  1516. data/doc/ri/Module/rename-i.yaml +12 -0
  1517. data/doc/ri/Module/rename_method-i.yaml +15 -0
  1518. data/doc/ri/Module/revisal-i.yaml +12 -0
  1519. data/doc/ri/Module/revise-i.yaml +15 -0
  1520. data/doc/ri/Module/setting-i.yaml +21 -0
  1521. data/doc/ri/Module/singleton_method_defined%3f-i.yaml +15 -0
  1522. data/doc/ri/Module/spacename-i.yaml +20 -0
  1523. data/doc/ri/Module/wrap-i.yaml +12 -0
  1524. data/doc/ri/Module/wrap_method-i.yaml +19 -0
  1525. data/doc/ri/Multiton/Inclusive/cdesc-Inclusive.yaml +18 -0
  1526. data/doc/ri/Multiton/Inclusive/included-i.yaml +10 -0
  1527. data/doc/ri/Multiton/InstanceMutex/cdesc-InstanceMutex.yaml +17 -0
  1528. data/doc/ri/Multiton/MetaMethods/_load-i.yaml +10 -0
  1529. data/doc/ri/Multiton/MetaMethods/cdesc-MetaMethods.yaml +34 -0
  1530. data/doc/ri/Multiton/MetaMethods/initialized%3f-i.yaml +10 -0
  1531. data/doc/ri/Multiton/MetaMethods/instance-i.yaml +11 -0
  1532. data/doc/ri/Multiton/MetaMethods/multiton_id-i.yaml +12 -0
  1533. data/doc/ri/Multiton/MetaMethods/multiton_instance-i.yaml +10 -0
  1534. data/doc/ri/Multiton/MetaMethods/multiton_mutex-i.yaml +10 -0
  1535. data/doc/ri/Multiton/MetaMethods/new-i.yaml +12 -0
  1536. data/doc/ri/Multiton/MetaMethods/reinitialize-i.yaml +10 -0
  1537. data/doc/ri/Multiton/MetaMethods/singleton_method_added-i.yaml +10 -0
  1538. data/doc/ri/Multiton/_dump-i.yaml +12 -0
  1539. data/doc/ri/Multiton/cdesc-Multiton.yaml +40 -0
  1540. data/doc/ri/Multiton/clone-i.yaml +12 -0
  1541. data/doc/ri/Multiton/dup-i.yaml +10 -0
  1542. data/doc/ri/NackClass/cdesc-NackClass.yaml +20 -0
  1543. data/doc/ri/Net/SMTP/cdesc-SMTP.yaml +25 -0
  1544. data/doc/ri/Net/SMTP/do_helo-i.yaml +10 -0
  1545. data/doc/ri/Net/SMTP/do_tls_start-i.yaml +10 -0
  1546. data/doc/ri/Net/SMTP/quit-i.yaml +10 -0
  1547. data/doc/ri/Net/SMTP/start-c.yaml +10 -0
  1548. data/doc/ri/Net/SMTP/start-i.yaml +10 -0
  1549. data/doc/ri/Net/SMTP/starttls-i.yaml +10 -0
  1550. data/doc/ri/Net/cdesc-Net.yaml +15 -0
  1551. data/doc/ri/NilClass/cdesc-NilClass.yaml +17 -0
  1552. data/doc/ri/NullClass/%5b%5d-i.yaml +10 -0
  1553. data/doc/ri/NullClass/cdesc-NullClass.yaml +32 -0
  1554. data/doc/ri/NullClass/inspect-i.yaml +10 -0
  1555. data/doc/ri/NullClass/method_missing-i.yaml +10 -0
  1556. data/doc/ri/NullClass/new-c.yaml +10 -0
  1557. data/doc/ri/NullClass/nil%3f-i.yaml +10 -0
  1558. data/doc/ri/NullClass/null%3f-i.yaml +10 -0
  1559. data/doc/ri/Numeric/cdesc-Numeric.yaml +26 -0
  1560. data/doc/ri/Object/cdesc-Object.yaml +15 -0
  1561. data/doc/ri/ObjectReflection/_bind_method-i.yaml +10 -0
  1562. data/doc/ri/ObjectReflection/cdesc-ObjectReflection.yaml +28 -0
  1563. data/doc/ri/ObjectReflection/id-i.yaml +11 -0
  1564. data/doc/ri/ObjectReflection/method_missing-i.yaml +16 -0
  1565. data/doc/ri/ObjectReflection/new-c.yaml +11 -0
  1566. data/doc/ri/OpEsc/cdesc-OpEsc.yaml +30 -0
  1567. data/doc/ri/OpEsc/escape-c.yaml +14 -0
  1568. data/doc/ri/OpenCascade/cdesc-OpenCascade.yaml +25 -0
  1569. data/doc/ri/OpenCascade/method_missing-i.yaml +10 -0
  1570. data/doc/ri/OpenCollection/cdesc-OpenCollection.yaml +22 -0
  1571. data/doc/ri/OpenCollection/method_missing-i.yaml +10 -0
  1572. data/doc/ri/OpenCollection/new-c.yaml +10 -0
  1573. data/doc/ri/OpenHash/cdesc-OpenHash.yaml +22 -0
  1574. data/doc/ri/OpenHash/method_missing-i.yaml +12 -0
  1575. data/doc/ri/OpenHash/new-c.yaml +12 -0
  1576. data/doc/ri/OpenObject/%3d%3d-i.yaml +12 -0
  1577. data/doc/ri/OpenObject/%5b%5d%3d-i.yaml +10 -0
  1578. data/doc/ri/OpenObject/%5b%5d-c.yaml +10 -0
  1579. data/doc/ri/OpenObject/%5b%5d-i.yaml +10 -0
  1580. data/doc/ri/OpenObject/as_hash%21-i.yaml +12 -0
  1581. data/doc/ri/OpenObject/cdesc-OpenObject.yaml +77 -0
  1582. data/doc/ri/OpenObject/default%21-i.yaml +12 -0
  1583. data/doc/ri/OpenObject/define_slot-i.yaml +10 -0
  1584. data/doc/ri/OpenObject/delete-i.yaml +11 -0
  1585. data/doc/ri/OpenObject/each-i.yaml +12 -0
  1586. data/doc/ri/OpenObject/fetch-i.yaml +10 -0
  1587. data/doc/ri/OpenObject/initialize_copy-i.yaml +10 -0
  1588. data/doc/ri/OpenObject/inspect-i.yaml +12 -0
  1589. data/doc/ri/OpenObject/merge-i.yaml +12 -0
  1590. data/doc/ri/OpenObject/method_missing-i.yaml +10 -0
  1591. data/doc/ri/OpenObject/new-c.yaml +14 -0
  1592. data/doc/ri/OpenObject/protect_slot-i.yaml +10 -0
  1593. data/doc/ri/OpenObject/store-i.yaml +10 -0
  1594. data/doc/ri/OpenObject/to_a-i.yaml +12 -0
  1595. data/doc/ri/OpenObject/to_h-i.yaml +10 -0
  1596. data/doc/ri/OpenObject/to_hash-i.yaml +10 -0
  1597. data/doc/ri/OpenObject/to_openobject-i.yaml +10 -0
  1598. data/doc/ri/OpenObject/to_proc-i.yaml +10 -0
  1599. data/doc/ri/OpenObject/update-i.yaml +12 -0
  1600. data/doc/ri/OpenStruct/%5b%5d%3d-i.yaml +14 -0
  1601. data/doc/ri/OpenStruct/%5b%5d-i.yaml +14 -0
  1602. data/doc/ri/OpenStruct/__merge__-i.yaml +14 -0
  1603. data/doc/ri/OpenStruct/__update__-i.yaml +14 -0
  1604. data/doc/ri/OpenStruct/cdesc-OpenStruct.yaml +35 -0
  1605. data/doc/ri/OpenStruct/each-i.yaml +11 -0
  1606. data/doc/ri/OpenStruct/instance_delegate-i.yaml +19 -0
  1607. data/doc/ri/OpenStruct/new-c.yaml +18 -0
  1608. data/doc/ri/OpenStruct/ostruct_delegate-i.yaml +12 -0
  1609. data/doc/ri/OpenStruct/ostruct_merge-i.yaml +14 -0
  1610. data/doc/ri/OpenStruct/ostruct_update-i.yaml +14 -0
  1611. data/doc/ri/OpenStruct/to_h-i.yaml +11 -0
  1612. data/doc/ri/PQueue/%3c%3c-i.yaml +12 -0
  1613. data/doc/ri/PQueue/%3d%3d-i.yaml +12 -0
  1614. data/doc/ri/PQueue/cdesc-PQueue.yaml +77 -0
  1615. data/doc/ri/PQueue/clear-i.yaml +12 -0
  1616. data/doc/ri/PQueue/downheap-i.yaml +14 -0
  1617. data/doc/ri/PQueue/each_pop-i.yaml +12 -0
  1618. data/doc/ri/PQueue/empty%3f-i.yaml +12 -0
  1619. data/doc/ri/PQueue/heapify-i.yaml +12 -0
  1620. data/doc/ri/PQueue/include%3f-i.yaml +12 -0
  1621. data/doc/ri/PQueue/initialize_copy-i.yaml +10 -0
  1622. data/doc/ri/PQueue/inspect-i.yaml +12 -0
  1623. data/doc/ri/PQueue/merge-i.yaml +12 -0
  1624. data/doc/ri/PQueue/new-c.yaml +18 -0
  1625. data/doc/ri/PQueue/pop-i.yaml +18 -0
  1626. data/doc/ri/PQueue/pop_array-i.yaml +12 -0
  1627. data/doc/ri/PQueue/push-i.yaml +15 -0
  1628. data/doc/ri/PQueue/push_all-i.yaml +15 -0
  1629. data/doc/ri/PQueue/replace-i.yaml +14 -0
  1630. data/doc/ri/PQueue/replace_top-i.yaml +14 -0
  1631. data/doc/ri/PQueue/sort-i.yaml +12 -0
  1632. data/doc/ri/PQueue/to_a-i.yaml +13 -0
  1633. data/doc/ri/PQueue/top-i.yaml +12 -0
  1634. data/doc/ri/PQueue/upheap-i.yaml +14 -0
  1635. data/doc/ri/Paramix/Delegator/%5b%5d-i.yaml +10 -0
  1636. data/doc/ri/Paramix/Delegator/append_features-i.yaml +11 -0
  1637. data/doc/ri/Paramix/Delegator/cdesc-Delegator.yaml +33 -0
  1638. data/doc/ri/Paramix/Delegator/extend_object-i.yaml +11 -0
  1639. data/doc/ri/Paramix/Delegator/new-c.yaml +11 -0
  1640. data/doc/ri/Paramix/append_features-c.yaml +10 -0
  1641. data/doc/ri/Paramix/cdesc-Paramix.yaml +41 -0
  1642. data/doc/ri/Paramix/new-c.yaml +12 -0
  1643. data/doc/ri/PathList/Finder/cdesc-Finder.yaml +21 -0
  1644. data/doc/ri/PathList/Finder/find-i.yaml +11 -0
  1645. data/doc/ri/PathList/Finder/include%3f-i.yaml +12 -0
  1646. data/doc/ri/PathList/cdesc-PathList.yaml +28 -0
  1647. data/doc/ri/PathList/new-c.yaml +10 -0
  1648. data/doc/ri/PathList/to_s-i.yaml +10 -0
  1649. data/doc/ri/Pathname/%2f-c.yaml +14 -0
  1650. data/doc/ri/Pathname/%5b%5d-c.yaml +14 -0
  1651. data/doc/ri/Pathname/cdesc-Pathname.yaml +27 -0
  1652. data/doc/ri/Pathname/home-c.yaml +14 -0
  1653. data/doc/ri/Pathname/null-c.yaml +12 -0
  1654. data/doc/ri/Pathname/root-c.yaml +12 -0
  1655. data/doc/ri/Pathname/rootname-i.yaml +11 -0
  1656. data/doc/ri/Pathname/work-c.yaml +12 -0
  1657. data/doc/ri/Platform/%3d%3d%3d-i.yaml +10 -0
  1658. data/doc/ri/Platform/%3d%3d-i.yaml +10 -0
  1659. data/doc/ri/Platform/%3d%7e-i.yaml +10 -0
  1660. data/doc/ri/Platform/cdesc-Platform.yaml +65 -0
  1661. data/doc/ri/Platform/const_missing-c.yaml +10 -0
  1662. data/doc/ri/Platform/inspect-i.yaml +10 -0
  1663. data/doc/ri/Platform/local-c.yaml +10 -0
  1664. data/doc/ri/Platform/match-c.yaml +10 -0
  1665. data/doc/ri/Platform/new-c.yaml +10 -0
  1666. data/doc/ri/Platform/supported-c.yaml +12 -0
  1667. data/doc/ri/Platform/to_a-i.yaml +10 -0
  1668. data/doc/ri/Platform/to_s-i.yaml +10 -0
  1669. data/doc/ri/Pool/cdesc-Pool.yaml +27 -0
  1670. data/doc/ri/Pool/new-c.yaml +10 -0
  1671. data/doc/ri/Pool/obtain-i.yaml +12 -0
  1672. data/doc/ri/Pool/pop-i.yaml +12 -0
  1673. data/doc/ri/Pool/push-i.yaml +12 -0
  1674. data/doc/ri/Proc/%2a-i.yaml +14 -0
  1675. data/doc/ri/Proc/bind-i.yaml +16 -0
  1676. data/doc/ri/Proc/cdesc-Proc.yaml +28 -0
  1677. data/doc/ri/Proc/compose-i.yaml +14 -0
  1678. data/doc/ri/Proc/curry-i.yaml +14 -0
  1679. data/doc/ri/Proc/partial-i.yaml +20 -0
  1680. data/doc/ri/Proc/to_method-i.yaml +14 -0
  1681. data/doc/ri/Proc/to_openobject-i.yaml +16 -0
  1682. data/doc/ri/ProgressBar/bar-i.yaml +10 -0
  1683. data/doc/ri/ProgressBar/bar_mark%3d-i.yaml +10 -0
  1684. data/doc/ri/ProgressBar/bytes-i.yaml +10 -0
  1685. data/doc/ri/ProgressBar/cdesc-ProgressBar.yaml +76 -0
  1686. data/doc/ri/ProgressBar/convert_bytes-i.yaml +10 -0
  1687. data/doc/ri/ProgressBar/elapsed-i.yaml +10 -0
  1688. data/doc/ri/ProgressBar/eol-i.yaml +10 -0
  1689. data/doc/ri/ProgressBar/eta-i.yaml +12 -0
  1690. data/doc/ri/ProgressBar/file_transfer_mode-i.yaml +10 -0
  1691. data/doc/ri/ProgressBar/finish-i.yaml +10 -0
  1692. data/doc/ri/ProgressBar/flush-i.yaml +10 -0
  1693. data/doc/ri/ProgressBar/format%3d-i.yaml +10 -0
  1694. data/doc/ri/ProgressBar/format_arguments%3d-i.yaml +10 -0
  1695. data/doc/ri/ProgressBar/format_time-i.yaml +10 -0
  1696. data/doc/ri/ProgressBar/get_width-i.yaml +10 -0
  1697. data/doc/ri/ProgressBar/halt-i.yaml +10 -0
  1698. data/doc/ri/ProgressBar/inc-i.yaml +10 -0
  1699. data/doc/ri/ProgressBar/inspect-i.yaml +10 -0
  1700. data/doc/ri/ProgressBar/new-c.yaml +10 -0
  1701. data/doc/ri/ProgressBar/percentage-i.yaml +10 -0
  1702. data/doc/ri/ProgressBar/set-i.yaml +10 -0
  1703. data/doc/ri/ProgressBar/show-i.yaml +10 -0
  1704. data/doc/ri/ProgressBar/show_progress-i.yaml +10 -0
  1705. data/doc/ri/ProgressBar/stat-i.yaml +10 -0
  1706. data/doc/ri/ProgressBar/stat_for_file_transfer-i.yaml +10 -0
  1707. data/doc/ri/ProgressBar/title%3d-i.yaml +10 -0
  1708. data/doc/ri/ProgressBar/title-i.yaml +10 -0
  1709. data/doc/ri/ProgressBar/total_overflow%3d-i.yaml +10 -0
  1710. data/doc/ri/ProgressBar/transfer_rate-i.yaml +10 -0
  1711. data/doc/ri/Prototype/cdesc-Prototype.yaml +30 -0
  1712. data/doc/ri/Prototype/fn-i.yaml +10 -0
  1713. data/doc/ri/Prototype/meta-i.yaml +10 -0
  1714. data/doc/ri/Prototype/method_missing-i.yaml +10 -0
  1715. data/doc/ri/Prototype/new-c.yaml +12 -0
  1716. data/doc/ri/Prototype/new-i.yaml +10 -0
  1717. data/doc/ri/Prototype/trait-i.yaml +10 -0
  1718. data/doc/ri/Prototype/traits-i.yaml +10 -0
  1719. data/doc/ri/RWDelegator/%3d%3d-i.yaml +10 -0
  1720. data/doc/ri/RWDelegator/cdesc-RWDelegator.yaml +28 -0
  1721. data/doc/ri/RWDelegator/inspect-i.yaml +10 -0
  1722. data/doc/ri/RWDelegator/method_missing-i.yaml +10 -0
  1723. data/doc/ri/RWDelegator/new-c.yaml +10 -0
  1724. data/doc/ri/Random/Array/at_rand%21-i.yaml +14 -0
  1725. data/doc/ri/Random/Array/at_rand-i.yaml +14 -0
  1726. data/doc/ri/Random/Array/cdesc-Array.yaml +31 -0
  1727. data/doc/ri/Random/Array/pick%21-i.yaml +12 -0
  1728. data/doc/ri/Random/Array/pick-i.yaml +12 -0
  1729. data/doc/ri/Random/Array/rand_index-i.yaml +12 -0
  1730. data/doc/ri/Random/Array/rand_subset-i.yaml +18 -0
  1731. data/doc/ri/Random/Array/shuffle%21-i.yaml +16 -0
  1732. data/doc/ri/Random/Array/shuffle-i.yaml +14 -0
  1733. data/doc/ri/Random/Hash/at_rand%21-i.yaml +12 -0
  1734. data/doc/ri/Random/Hash/at_rand-i.yaml +12 -0
  1735. data/doc/ri/Random/Hash/cdesc-Hash.yaml +41 -0
  1736. data/doc/ri/Random/Hash/pick-i.yaml +12 -0
  1737. data/doc/ri/Random/Hash/pick_key-i.yaml +12 -0
  1738. data/doc/ri/Random/Hash/pick_pair-i.yaml +12 -0
  1739. data/doc/ri/Random/Hash/rand_key%21-i.yaml +15 -0
  1740. data/doc/ri/Random/Hash/rand_key-i.yaml +14 -0
  1741. data/doc/ri/Random/Hash/rand_pair%21-i.yaml +15 -0
  1742. data/doc/ri/Random/Hash/rand_pair-i.yaml +14 -0
  1743. data/doc/ri/Random/Hash/rand_value%21-i.yaml +17 -0
  1744. data/doc/ri/Random/Hash/rand_value-i.yaml +15 -0
  1745. data/doc/ri/Random/Hash/shuffle%21-i.yaml +14 -0
  1746. data/doc/ri/Random/Hash/shuffle-i.yaml +14 -0
  1747. data/doc/ri/Random/Object/cdesc-Object.yaml +16 -0
  1748. data/doc/ri/Random/Object/maybe-i.yaml +14 -0
  1749. data/doc/ri/Random/String/Self/cdesc-Self.yaml +20 -0
  1750. data/doc/ri/Random/String/Self/rand_letter-i.yaml +14 -0
  1751. data/doc/ri/Random/String/Self/random-i.yaml +12 -0
  1752. data/doc/ri/Random/String/at_rand%21-i.yaml +14 -0
  1753. data/doc/ri/Random/String/at_rand-i.yaml +14 -0
  1754. data/doc/ri/Random/String/cdesc-String.yaml +30 -0
  1755. data/doc/ri/Random/String/included-c.yaml +10 -0
  1756. data/doc/ri/Random/String/rand_byte%21-i.yaml +14 -0
  1757. data/doc/ri/Random/String/rand_byte-i.yaml +14 -0
  1758. data/doc/ri/Random/String/rand_index-i.yaml +14 -0
  1759. data/doc/ri/Random/String/shuffle%21-i.yaml +12 -0
  1760. data/doc/ri/Random/String/shuffle-i.yaml +14 -0
  1761. data/doc/ri/Random/append_features-c.yaml +11 -0
  1762. data/doc/ri/Random/cdesc-Random.yaml +31 -0
  1763. data/doc/ri/Random/number-c.yaml +11 -0
  1764. data/doc/ri/Range/cdesc-Range.yaml +27 -0
  1765. data/doc/ri/Range/combine-c.yaml +14 -0
  1766. data/doc/ri/Range/combine-i.yaml +14 -0
  1767. data/doc/ri/Range/overlap%3f-i.yaml +14 -0
  1768. data/doc/ri/Range/to_r-i.yaml +14 -0
  1769. data/doc/ri/Range/to_range-i.yaml +16 -0
  1770. data/doc/ri/Range/umbrella-i.yaml +20 -0
  1771. data/doc/ri/Range/within%3f-i.yaml +14 -0
  1772. data/doc/ri/Recorder/__call__-i.yaml +10 -0
  1773. data/doc/ri/Recorder/cdesc-Recorder.yaml +34 -0
  1774. data/doc/ri/Recorder/inspect-i.yaml +10 -0
  1775. data/doc/ri/Recorder/method_missing-i.yaml +10 -0
  1776. data/doc/ri/Recorder/new-c.yaml +11 -0
  1777. data/doc/ri/RecursiveDependency/cdesc-RecursiveDependency.yaml +15 -0
  1778. data/doc/ri/Reference/__value__-i.yaml +11 -0
  1779. data/doc/ri/Reference/become-i.yaml +10 -0
  1780. data/doc/ri/Reference/cdesc-Reference.yaml +30 -0
  1781. data/doc/ri/Reference/instance_delegate-i.yaml +12 -0
  1782. data/doc/ri/Reference/method_missing-i.yaml +10 -0
  1783. data/doc/ri/Reference/new-c.yaml +10 -0
  1784. data/doc/ri/Regexp/arity-i.yaml +18 -0
  1785. data/doc/ri/Regexp/cdesc-Regexp.yaml +20 -0
  1786. data/doc/ri/Regexp/to_re-i.yaml +16 -0
  1787. data/doc/ri/Regexp/to_regexp-i.yaml +16 -0
  1788. data/doc/ri/Registerable/cdesc-Registerable.yaml +23 -0
  1789. data/doc/ri/Registerable/register-i.yaml +12 -0
  1790. data/doc/ri/Registerable/registry-i.yaml +12 -0
  1791. data/doc/ri/Registerable/registry_invalid%3f-i.yaml +11 -0
  1792. data/doc/ri/Semaphore/cdesc-Semaphore.yaml +36 -0
  1793. data/doc/ri/Semaphore/down-i.yaml +12 -0
  1794. data/doc/ri/Semaphore/exclusive-i.yaml +11 -0
  1795. data/doc/ri/Semaphore/new-c.yaml +10 -0
  1796. data/doc/ri/Semaphore/p-i.yaml +12 -0
  1797. data/doc/ri/Semaphore/signal-i.yaml +13 -0
  1798. data/doc/ri/Semaphore/synchronize-i.yaml +12 -0
  1799. data/doc/ri/Semaphore/up-i.yaml +12 -0
  1800. data/doc/ri/Semaphore/v-i.yaml +12 -0
  1801. data/doc/ri/Semaphore/wait-i.yaml +13 -0
  1802. data/doc/ri/Set/cdesc-Set.yaml +16 -0
  1803. data/doc/ri/Set/power_set-i.yaml +10 -0
  1804. data/doc/ri/Settings/Setting/cdesc-Setting.yaml +42 -0
  1805. data/doc/ri/Settings/Setting/new-c.yaml +10 -0
  1806. data/doc/ri/Settings/Setting/to_s-i.yaml +12 -0
  1807. data/doc/ri/Settings/Setting/update-i.yaml +12 -0
  1808. data/doc/ri/Settings/SettingCollection/cdesc-SettingCollection.yaml +23 -0
  1809. data/doc/ri/Settings/SettingCollection/method_missing-i.yaml +12 -0
  1810. data/doc/ri/Settings/add_setting-c.yaml +17 -0
  1811. data/doc/ri/Settings/cdesc-Settings.yaml +33 -0
  1812. data/doc/ri/Settings/load-c.yaml +12 -0
  1813. data/doc/ri/Settings/method_missing-c.yaml +10 -0
  1814. data/doc/ri/Settings/parse-c.yaml +12 -0
  1815. data/doc/ri/Settings/settings-c.yaml +12 -0
  1816. data/doc/ri/Settings/setup-c.yaml +15 -0
  1817. data/doc/ri/Shellwords/cdesc-Shellwords.yaml +16 -0
  1818. data/doc/ri/Shellwords/escape-i.yaml +12 -0
  1819. data/doc/ri/SimpleStringIO/cdesc-SimpleStringIO.yaml +20 -0
  1820. data/doc/ri/SimpleStringIO/new-c.yaml +10 -0
  1821. data/doc/ri/SimpleStringIO/write-i.yaml +10 -0
  1822. data/doc/ri/Snapshot/ValueHolder/cdesc-ValueHolder.yaml +24 -0
  1823. data/doc/ri/Snapshot/ValueHolder/new-c.yaml +10 -0
  1824. data/doc/ri/Snapshot/ValueHolder/restore_snapshot-i.yaml +10 -0
  1825. data/doc/ri/Snapshot/ValueHolder/take_snapshot-i.yaml +10 -0
  1826. data/doc/ri/Snapshot/add-i.yaml +10 -0
  1827. data/doc/ri/Snapshot/cdesc-Snapshot.yaml +36 -0
  1828. data/doc/ri/Snapshot/new-c.yaml +10 -0
  1829. data/doc/ri/Snapshot/restore-i.yaml +10 -0
  1830. data/doc/ri/Stackable/cdesc-Stackable.yaml +33 -0
  1831. data/doc/ri/Stackable/peek-i.yaml +14 -0
  1832. data/doc/ri/Stackable/poke-i.yaml +15 -0
  1833. data/doc/ri/Stackable/pop-i.yaml +14 -0
  1834. data/doc/ri/Stackable/pull-i.yaml +15 -0
  1835. data/doc/ri/Stackable/push-i.yaml +14 -0
  1836. data/doc/ri/Stackable/shift-i.yaml +12 -0
  1837. data/doc/ri/Stackable/unshift-i.yaml +12 -0
  1838. data/doc/ri/String/Style/camelize-c.yaml +18 -0
  1839. data/doc/ri/String/Style/capitalize-c.yaml +12 -0
  1840. data/doc/ri/String/Style/cdesc-Style.yaml +69 -0
  1841. data/doc/ri/String/Style/classify-c.yaml +20 -0
  1842. data/doc/ri/String/Style/dasherize-c.yaml +16 -0
  1843. data/doc/ri/String/Style/demodulize-c.yaml +16 -0
  1844. data/doc/ri/String/Style/downcase-c.yaml +12 -0
  1845. data/doc/ri/String/Style/foreign_key-c.yaml +16 -0
  1846. data/doc/ri/String/Style/humanize-c.yaml +16 -0
  1847. data/doc/ri/String/Style/lowercamel-c.yaml +10 -0
  1848. data/doc/ri/String/Style/lowercase-c.yaml +12 -0
  1849. data/doc/ri/String/Style/methodize-c.yaml +18 -0
  1850. data/doc/ri/String/Style/modulize-c.yaml +18 -0
  1851. data/doc/ri/String/Style/ordinalize-c.yaml +16 -0
  1852. data/doc/ri/String/Style/pathize-c.yaml +22 -0
  1853. data/doc/ri/String/Style/snakecase-c.yaml +18 -0
  1854. data/doc/ri/String/Style/tableize-c.yaml +16 -0
  1855. data/doc/ri/String/Style/titlecase-c.yaml +14 -0
  1856. data/doc/ri/String/Style/titleize-c.yaml +18 -0
  1857. data/doc/ri/String/Style/underscore-c.yaml +18 -0
  1858. data/doc/ri/String/Style/upcase-c.yaml +12 -0
  1859. data/doc/ri/String/Style/uppercamel-c.yaml +10 -0
  1860. data/doc/ri/String/Style/uppercase-c.yaml +12 -0
  1861. data/doc/ri/String/Words/brief-i.yaml +14 -0
  1862. data/doc/ri/String/Words/cdesc-Words.yaml +28 -0
  1863. data/doc/ri/String/Words/each_word-i.yaml +14 -0
  1864. data/doc/ri/String/Words/word_filter%21-i.yaml +14 -0
  1865. data/doc/ri/String/Words/word_filter-i.yaml +14 -0
  1866. data/doc/ri/String/Words/word_wrap%21-i.yaml +14 -0
  1867. data/doc/ri/String/Words/word_wrap-i.yaml +18 -0
  1868. data/doc/ri/String/Words/words-i.yaml +14 -0
  1869. data/doc/ri/String/cdesc-String.yaml +17 -0
  1870. data/doc/ri/Struct/cdesc-Struct.yaml +18 -0
  1871. data/doc/ri/Struct/restore_snapshot-i.yaml +10 -0
  1872. data/doc/ri/Struct/take_snapshot-i.yaml +10 -0
  1873. data/doc/ri/Symbol/cdesc-Symbol.yaml +15 -0
  1874. data/doc/ri/SyncArray/cdesc-SyncArray.yaml +19 -0
  1875. data/doc/ri/SyncArray/new-c.yaml +12 -0
  1876. data/doc/ri/SyncHash/Delegator/%5b%5d%3d-i.yaml +10 -0
  1877. data/doc/ri/SyncHash/Delegator/%5b%5d-i.yaml +10 -0
  1878. data/doc/ri/SyncHash/Delegator/cdesc-Delegator.yaml +30 -0
  1879. data/doc/ri/SyncHash/Delegator/clear-i.yaml +10 -0
  1880. data/doc/ri/SyncHash/Delegator/delete-i.yaml +10 -0
  1881. data/doc/ri/SyncHash/Delegator/keys-i.yaml +10 -0
  1882. data/doc/ri/SyncHash/Delegator/size-i.yaml +10 -0
  1883. data/doc/ri/SyncHash/Delegator/values-i.yaml +10 -0
  1884. data/doc/ri/SyncHash/Inheritor/%5b%5d%3d-i.yaml +10 -0
  1885. data/doc/ri/SyncHash/Inheritor/%5b%5d-i.yaml +10 -0
  1886. data/doc/ri/SyncHash/Inheritor/cdesc-Inheritor.yaml +30 -0
  1887. data/doc/ri/SyncHash/Inheritor/clear-i.yaml +10 -0
  1888. data/doc/ri/SyncHash/Inheritor/delete-i.yaml +10 -0
  1889. data/doc/ri/SyncHash/Inheritor/keys-i.yaml +10 -0
  1890. data/doc/ri/SyncHash/Inheritor/size-i.yaml +10 -0
  1891. data/doc/ri/SyncHash/Inheritor/values-i.yaml +10 -0
  1892. data/doc/ri/SyncHash/cdesc-SyncHash.yaml +38 -0
  1893. data/doc/ri/SyncHash/new-c.yaml +10 -0
  1894. data/doc/ri/System/argf-i.yaml +12 -0
  1895. data/doc/ri/System/argv-i.yaml +11 -0
  1896. data/doc/ri/System/cdesc-System.yaml +145 -0
  1897. data/doc/ri/System/child_status-i.yaml +11 -0
  1898. data/doc/ri/System/coding%3d-i.yaml +10 -0
  1899. data/doc/ri/System/coding-i.yaml +10 -0
  1900. data/doc/ri/System/current_platform-i.yaml +12 -0
  1901. data/doc/ri/System/data-i.yaml +12 -0
  1902. data/doc/ri/System/debug-i.yaml +10 -0
  1903. data/doc/ri/System/default_input-i.yaml +13 -0
  1904. data/doc/ri/System/default_output%3d-i.yaml +11 -0
  1905. data/doc/ri/System/default_output-i.yaml +11 -0
  1906. data/doc/ri/System/defin-i.yaml +12 -0
  1907. data/doc/ri/System/defout%3d-i.yaml +12 -0
  1908. data/doc/ri/System/defout-i.yaml +12 -0
  1909. data/doc/ri/System/env-i.yaml +10 -0
  1910. data/doc/ri/System/environment-i.yaml +10 -0
  1911. data/doc/ri/System/error_info-i.yaml +10 -0
  1912. data/doc/ri/System/error_position-i.yaml +10 -0
  1913. data/doc/ri/System/exit_status-i.yaml +12 -0
  1914. data/doc/ri/System/extentions-i.yaml +10 -0
  1915. data/doc/ri/System/fs%3d-i.yaml +12 -0
  1916. data/doc/ri/System/fs-i.yaml +12 -0
  1917. data/doc/ri/System/input_field_separator%3d-i.yaml +11 -0
  1918. data/doc/ri/System/input_field_separator-i.yaml +11 -0
  1919. data/doc/ri/System/input_line_number-i.yaml +11 -0
  1920. data/doc/ri/System/input_lineno-i.yaml +12 -0
  1921. data/doc/ri/System/input_record_separator%3d-i.yaml +11 -0
  1922. data/doc/ri/System/input_record_separator-i.yaml +11 -0
  1923. data/doc/ri/System/line_end_processing-i.yaml +10 -0
  1924. data/doc/ri/System/load_path-i.yaml +12 -0
  1925. data/doc/ri/System/loaded_features-i.yaml +11 -0
  1926. data/doc/ri/System/match_platform-i.yaml +11 -0
  1927. data/doc/ri/System/ofs%3d-i.yaml +12 -0
  1928. data/doc/ri/System/ofs-i.yaml +12 -0
  1929. data/doc/ri/System/options-i.yaml +12 -0
  1930. data/doc/ri/System/ors%3d-i.yaml +12 -0
  1931. data/doc/ri/System/ors-i.yaml +12 -0
  1932. data/doc/ri/System/output_field_separator%3d-i.yaml +11 -0
  1933. data/doc/ri/System/output_field_separator-i.yaml +11 -0
  1934. data/doc/ri/System/output_record_separator%3d-i.yaml +11 -0
  1935. data/doc/ri/System/output_record_separator-i.yaml +11 -0
  1936. data/doc/ri/System/pid-i.yaml +12 -0
  1937. data/doc/ri/System/platform-i.yaml +10 -0
  1938. data/doc/ri/System/process_id-i.yaml +15 -0
  1939. data/doc/ri/System/program_loop-i.yaml +10 -0
  1940. data/doc/ri/System/program_name%3d-i.yaml +10 -0
  1941. data/doc/ri/System/program_name-i.yaml +12 -0
  1942. data/doc/ri/System/release-i.yaml +10 -0
  1943. data/doc/ri/System/required-i.yaml +12 -0
  1944. data/doc/ri/System/rs%3d-i.yaml +12 -0
  1945. data/doc/ri/System/rs-i.yaml +12 -0
  1946. data/doc/ri/System/rubylibdir-i.yaml +10 -0
  1947. data/doc/ri/System/rubypath-i.yaml +10 -0
  1948. data/doc/ri/System/safe-i.yaml +10 -0
  1949. data/doc/ri/System/stderr%3d-i.yaml +10 -0
  1950. data/doc/ri/System/stderr-i.yaml +10 -0
  1951. data/doc/ri/System/stdin%3d-i.yaml +10 -0
  1952. data/doc/ri/System/stdin-i.yaml +12 -0
  1953. data/doc/ri/System/stdout%3d-i.yaml +10 -0
  1954. data/doc/ri/System/stdout-i.yaml +10 -0
  1955. data/doc/ri/System/verbose%3d-i.yaml +10 -0
  1956. data/doc/ri/System/verbose-i.yaml +10 -0
  1957. data/doc/ri/System/version-i.yaml +10 -0
  1958. data/doc/ri/Time/cdesc-Time.yaml +17 -0
  1959. data/doc/ri/Timer/Dummy/cdesc-Dummy.yaml +20 -0
  1960. data/doc/ri/Timer/Dummy/start-i.yaml +10 -0
  1961. data/doc/ri/Timer/Dummy/stop-i.yaml +10 -0
  1962. data/doc/ri/Timer/cdesc-Timer.yaml +57 -0
  1963. data/doc/ri/Timer/defuse-i.yaml +12 -0
  1964. data/doc/ri/Timer/limit-i.yaml +12 -0
  1965. data/doc/ri/Timer/new-c.yaml +10 -0
  1966. data/doc/ri/Timer/on_timeout-i.yaml +10 -0
  1967. data/doc/ri/Timer/reset-i.yaml +12 -0
  1968. data/doc/ri/Timer/reset_limit-i.yaml +14 -0
  1969. data/doc/ri/Timer/running%3f-i.yaml +12 -0
  1970. data/doc/ri/Timer/start-i.yaml +12 -0
  1971. data/doc/ri/Timer/stop-i.yaml +12 -0
  1972. data/doc/ri/Timer/stopped%3f-i.yaml +12 -0
  1973. data/doc/ri/Timer/total_time-i.yaml +12 -0
  1974. data/doc/ri/TracePoint/%3d%3d%3d-i.yaml +12 -0
  1975. data/doc/ri/TracePoint/active%3d-c.yaml +10 -0
  1976. data/doc/ri/TracePoint/active-c.yaml +10 -0
  1977. data/doc/ri/TracePoint/back-i.yaml +12 -0
  1978. data/doc/ri/TracePoint/bind-i.yaml +12 -0
  1979. data/doc/ri/TracePoint/called-i.yaml +13 -0
  1980. data/doc/ri/TracePoint/callee-i.yaml +13 -0
  1981. data/doc/ri/TracePoint/cdesc-TracePoint.yaml +82 -0
  1982. data/doc/ri/TracePoint/event%3f-i.yaml +12 -0
  1983. data/doc/ri/TracePoint/event_map-i.yaml +10 -0
  1984. data/doc/ri/TracePoint/eventless%3f-i.yaml +10 -0
  1985. data/doc/ri/TracePoint/method_name-i.yaml +12 -0
  1986. data/doc/ri/TracePoint/new-c.yaml +12 -0
  1987. data/doc/ri/TracePoint/self-i.yaml +12 -0
  1988. data/doc/ri/TracePoint/trace-c.yaml +12 -0
  1989. data/doc/ri/TrueClass/cdesc-TrueClass.yaml +15 -0
  1990. data/doc/ri/Tuple/%3c%3c-i.yaml +12 -0
  1991. data/doc/ri/Tuple/%3c%3d%3e-i.yaml +10 -0
  1992. data/doc/ri/Tuple/%3d%7e-i.yaml +12 -0
  1993. data/doc/ri/Tuple/%5b%5d%3d-i.yaml +10 -0
  1994. data/doc/ri/Tuple/%5b%5d-c.yaml +10 -0
  1995. data/doc/ri/Tuple/%5b%5d-i.yaml +10 -0
  1996. data/doc/ri/Tuple/cast_from_array-c.yaml +11 -0
  1997. data/doc/ri/Tuple/cast_from_string-c.yaml +20 -0
  1998. data/doc/ri/Tuple/cdesc-Tuple.yaml +113 -0
  1999. data/doc/ri/Tuple/constraint_to_lambda-c.yaml +12 -0
  2000. data/doc/ri/Tuple/divider-i.yaml +10 -0
  2001. data/doc/ri/Tuple/each-i.yaml +10 -0
  2002. data/doc/ri/Tuple/each_index-i.yaml +10 -0
  2003. data/doc/ri/Tuple/empty%3f-i.yaml +10 -0
  2004. data/doc/ri/Tuple/eql%3f-i.yaml +12 -0
  2005. data/doc/ri/Tuple/first-i.yaml +10 -0
  2006. data/doc/ri/Tuple/hash-i.yaml +12 -0
  2007. data/doc/ri/Tuple/index-i.yaml +10 -0
  2008. data/doc/ri/Tuple/inspect-i.yaml +10 -0
  2009. data/doc/ri/Tuple/last-i.yaml +10 -0
  2010. data/doc/ri/Tuple/length-i.yaml +10 -0
  2011. data/doc/ri/Tuple/major-i.yaml +12 -0
  2012. data/doc/ri/Tuple/minor-i.yaml +10 -0
  2013. data/doc/ri/Tuple/multiton_id-c.yaml +10 -0
  2014. data/doc/ri/Tuple/new-c.yaml +10 -0
  2015. data/doc/ri/Tuple/parse_constraint-c.yaml +10 -0
  2016. data/doc/ri/Tuple/pop-i.yaml +10 -0
  2017. data/doc/ri/Tuple/pot-i.yaml +13 -0
  2018. data/doc/ri/Tuple/pull-i.yaml +13 -0
  2019. data/doc/ri/Tuple/push-i.yaml +10 -0
  2020. data/doc/ri/Tuple/rindex-i.yaml +10 -0
  2021. data/doc/ri/Tuple/shift-i.yaml +12 -0
  2022. data/doc/ri/Tuple/size-i.yaml +10 -0
  2023. data/doc/ri/Tuple/teeny-i.yaml +10 -0
  2024. data/doc/ri/Tuple/to_a-i.yaml +10 -0
  2025. data/doc/ri/Tuple/to_ary-i.yaml +10 -0
  2026. data/doc/ri/Tuple/to_s-i.yaml +10 -0
  2027. data/doc/ri/Tuple/to_t-i.yaml +10 -0
  2028. data/doc/ri/Tuple/to_tuple-i.yaml +10 -0
  2029. data/doc/ri/Tuple/unshift-i.yaml +12 -0
  2030. data/doc/ri/Tuple/values-i.yaml +10 -0
  2031. data/doc/ri/TypeCast/Class/cast_from-i.yaml +14 -0
  2032. data/doc/ri/TypeCast/Class/cdesc-Class.yaml +18 -0
  2033. data/doc/ri/TypeCast/Object/cast_to-i.yaml +14 -0
  2034. data/doc/ri/TypeCast/Object/cdesc-Object.yaml +18 -0
  2035. data/doc/ri/TypeCast/cdesc-TypeCast.yaml +52 -0
  2036. data/doc/ri/TypeCastException/cdesc-TypeCastException.yaml +17 -0
  2037. data/doc/ri/URI/Hash/cdesc-Hash.yaml +16 -0
  2038. data/doc/ri/URI/Hash/to_uri-i.yaml +11 -0
  2039. data/doc/ri/URI/Kernel/cdesc-Kernel.yaml +18 -0
  2040. data/doc/ri/URI/Kernel/unuri-i.yaml +11 -0
  2041. data/doc/ri/URI/Kernel/uri-i.yaml +11 -0
  2042. data/doc/ri/URI/cdesc-URI.yaml +38 -0
  2043. data/doc/ri/URI/cgi_escape-i.yaml +12 -0
  2044. data/doc/ri/URI/cgi_parse-i.yaml +11 -0
  2045. data/doc/ri/URI/cgi_unescape-i.yaml +11 -0
  2046. data/doc/ri/URI/chomp_query_string-i.yaml +16 -0
  2047. data/doc/ri/URI/decode-i.yaml +12 -0
  2048. data/doc/ri/URI/get_query_string-i.yaml +16 -0
  2049. data/doc/ri/URI/hash_to_query-i.yaml +15 -0
  2050. data/doc/ri/URI/hash_to_query_string-i.yaml +12 -0
  2051. data/doc/ri/URI/query_string_to_hash-i.yaml +12 -0
  2052. data/doc/ri/URI/query_to_hash-i.yaml +17 -0
  2053. data/doc/ri/URI/update_query_string-i.yaml +18 -0
  2054. data/doc/ri/URI/update_request_uri-i.yaml +12 -0
  2055. data/doc/ri/UnboundMethod/arguments-i.yaml +18 -0
  2056. data/doc/ri/UnboundMethod/cdesc-UnboundMethod.yaml +18 -0
  2057. data/doc/ri/UnboundMethod/name-i.yaml +14 -0
  2058. data/doc/ri/Uninheritable/cdesc-Uninheritable.yaml +21 -0
  2059. data/doc/ri/Uninheritable/inherited-i.yaml +12 -0
  2060. data/doc/ri/UploadUtils/cdesc-UploadUtils.yaml +47 -0
  2061. data/doc/ri/UploadUtils/files-i.yaml +12 -0
  2062. data/doc/ri/UploadUtils/ftp-i.yaml +12 -0
  2063. data/doc/ri/UploadUtils/rsync-i.yaml +12 -0
  2064. data/doc/ri/UploadUtils/sftp-i.yaml +12 -0
  2065. data/doc/ri/UploadUtils/stage_linkdir-i.yaml +12 -0
  2066. data/doc/ri/UploadUtils/stage_transfer-i.yaml +20 -0
  2067. data/doc/ri/UploadUtils/upload-i.yaml +12 -0
  2068. data/doc/ri/UploadUtils/upload_parameters-i.yaml +12 -0
  2069. data/doc/ri/VersionNumber/%3c%3d%3e-i.yaml +12 -0
  2070. data/doc/ri/VersionNumber/%3d%7e-i.yaml +12 -0
  2071. data/doc/ri/VersionNumber/%5b%5d-i.yaml +10 -0
  2072. data/doc/ri/VersionNumber/cdesc-VersionNumber.yaml +45 -0
  2073. data/doc/ri/VersionNumber/constraint_lambda-c.yaml +12 -0
  2074. data/doc/ri/VersionNumber/inspect-i.yaml +10 -0
  2075. data/doc/ri/VersionNumber/major-i.yaml +12 -0
  2076. data/doc/ri/VersionNumber/method_missing-i.yaml +12 -0
  2077. data/doc/ri/VersionNumber/minor-i.yaml +12 -0
  2078. data/doc/ri/VersionNumber/new-c.yaml +10 -0
  2079. data/doc/ri/VersionNumber/parse_constraint-c.yaml +10 -0
  2080. data/doc/ri/VersionNumber/teeny-i.yaml +12 -0
  2081. data/doc/ri/VersionNumber/to_s-i.yaml +10 -0
  2082. data/doc/ri/VersionNumber/to_str-i.yaml +12 -0
  2083. data/doc/ri/Weekdays/after-i.yaml +12 -0
  2084. data/doc/ri/Weekdays/ago-i.yaml +13 -0
  2085. data/doc/ri/Weekdays/before-i.yaml +12 -0
  2086. data/doc/ri/Weekdays/cdesc-Weekdays.yaml +38 -0
  2087. data/doc/ri/Weekdays/from_now-i.yaml +12 -0
  2088. data/doc/ri/Weekdays/new-c.yaml +10 -0
  2089. data/doc/ri/Weekdays/since-i.yaml +13 -0
  2090. data/doc/ri/Weekdays/step-i.yaml +10 -0
  2091. data/doc/ri/Weekdays/until-i.yaml +12 -0
  2092. data/doc/ri/XOXO/Parser/cdesc-Parser.yaml +15 -0
  2093. data/doc/ri/XOXO/cdesc-XOXO.yaml +25 -0
  2094. data/doc/ri/XOXO/dump-c.yaml +35 -0
  2095. data/doc/ri/XOXO/load-c.yaml +12 -0
  2096. data/doc/ri/XOXO/make_xoxo-c.yaml +10 -0
  2097. data/doc/ri/ZipUtils/DryRun/cdesc-DryRun.yaml +32 -0
  2098. data/doc/ri/ZipUtils/DryRun/compress-i.yaml +10 -0
  2099. data/doc/ri/ZipUtils/DryRun/tar_bzip2-i.yaml +10 -0
  2100. data/doc/ri/ZipUtils/DryRun/tar_gzip-i.yaml +10 -0
  2101. data/doc/ri/ZipUtils/DryRun/untar_bzip2-i.yaml +10 -0
  2102. data/doc/ri/ZipUtils/DryRun/untar_gzip-i.yaml +10 -0
  2103. data/doc/ri/ZipUtils/DryRun/unzip-i.yaml +10 -0
  2104. data/doc/ri/ZipUtils/DryRun/zip-i.yaml +10 -0
  2105. data/doc/ri/ZipUtils/NoWrite/cdesc-NoWrite.yaml +32 -0
  2106. data/doc/ri/ZipUtils/NoWrite/compress-i.yaml +10 -0
  2107. data/doc/ri/ZipUtils/NoWrite/tar_bzip2-i.yaml +10 -0
  2108. data/doc/ri/ZipUtils/NoWrite/tar_gzip-i.yaml +10 -0
  2109. data/doc/ri/ZipUtils/NoWrite/untar_bzip2-i.yaml +10 -0
  2110. data/doc/ri/ZipUtils/NoWrite/untar_gzip-i.yaml +10 -0
  2111. data/doc/ri/ZipUtils/NoWrite/unzip-i.yaml +10 -0
  2112. data/doc/ri/ZipUtils/NoWrite/zip-i.yaml +10 -0
  2113. data/doc/ri/ZipUtils/Verbose/cdesc-Verbose.yaml +32 -0
  2114. data/doc/ri/ZipUtils/Verbose/compress-i.yaml +10 -0
  2115. data/doc/ri/ZipUtils/Verbose/tar_bzip2-i.yaml +10 -0
  2116. data/doc/ri/ZipUtils/Verbose/tar_gzip-i.yaml +10 -0
  2117. data/doc/ri/ZipUtils/Verbose/untar_bzip2-i.yaml +10 -0
  2118. data/doc/ri/ZipUtils/Verbose/untar_gzip-i.yaml +10 -0
  2119. data/doc/ri/ZipUtils/Verbose/unzip-i.yaml +10 -0
  2120. data/doc/ri/ZipUtils/Verbose/zip-i.yaml +10 -0
  2121. data/doc/ri/ZipUtils/cdesc-ZipUtils.yaml +50 -0
  2122. data/doc/ri/ZipUtils/compress-i.yaml +27 -0
  2123. data/doc/ri/ZipUtils/tar_bzip-i.yaml +12 -0
  2124. data/doc/ri/ZipUtils/tar_bzip2-i.yaml +15 -0
  2125. data/doc/ri/ZipUtils/tar_gzip-i.yaml +13 -0
  2126. data/doc/ri/ZipUtils/tar_j-i.yaml +12 -0
  2127. data/doc/ri/ZipUtils/tar_z-i.yaml +12 -0
  2128. data/doc/ri/ZipUtils/tgz-i.yaml +11 -0
  2129. data/doc/ri/ZipUtils/untar_bzip-i.yaml +12 -0
  2130. data/doc/ri/ZipUtils/untar_bzip2-i.yaml +15 -0
  2131. data/doc/ri/ZipUtils/untar_gzip-i.yaml +13 -0
  2132. data/doc/ri/ZipUtils/untar_j-i.yaml +12 -0
  2133. data/doc/ri/ZipUtils/untar_z-i.yaml +12 -0
  2134. data/doc/ri/ZipUtils/unzip-i.yaml +12 -0
  2135. data/doc/ri/ZipUtils/zip-i.yaml +12 -0
  2136. data/doc/ri/created.rid +1 -0
  2137. data/lib/core/facets-live.rb +17 -0
  2138. data/lib/core/facets.rb +11 -0
  2139. data/lib/core/facets/array.rb +23 -0
  2140. data/lib/core/facets/array/combination.rb +60 -0
  2141. data/lib/{facets → core/facets}/array/conjoin.rb +0 -0
  2142. data/lib/{facets → core/facets}/array/delete.rb +0 -0
  2143. data/lib/{facets → core/facets}/array/indexable.rb +0 -0
  2144. data/lib/{facets → core/facets}/array/merge.rb +0 -0
  2145. data/lib/{facets → core/facets}/array/not_empty.rb +0 -0
  2146. data/lib/{facets → core/facets}/array/only.rb +0 -0
  2147. data/lib/{facets → core/facets}/array/pad.rb +0 -0
  2148. data/lib/core/facets/array/permutation.rb +30 -0
  2149. data/lib/core/facets/array/product.rb +57 -0
  2150. data/lib/core/facets/array/recursively.rb +30 -0
  2151. data/lib/{facets → core/facets}/array/rotate.rb +0 -0
  2152. data/lib/{facets → core/facets}/array/select.rb +0 -0
  2153. data/lib/{facets → core/facets}/array/splice.rb +0 -0
  2154. data/lib/{facets → core/facets}/array/stackable.rb +0 -0
  2155. data/lib/{facets → core/facets}/array/traverse.rb +0 -0
  2156. data/lib/core/facets/binding.rb +8 -0
  2157. data/lib/core/facets/binding/caller.rb +54 -0
  2158. data/lib/core/facets/binding/defined.rb +13 -0
  2159. data/lib/core/facets/binding/eval.rb +18 -0
  2160. data/lib/core/facets/binding/local_variables.rb +15 -0
  2161. data/lib/core/facets/binding/opvars.rb +24 -0
  2162. data/lib/core/facets/binding/self.rb +12 -0
  2163. data/lib/{facets → core/facets}/bitmask.rb +0 -0
  2164. data/lib/{facets → core/facets}/blank.rb +0 -0
  2165. data/lib/{facets → core/facets}/boolean.rb +0 -0
  2166. data/lib/{facets → core/facets}/callstack.rb +0 -0
  2167. data/lib/core/facets/class.rb +7 -0
  2168. data/lib/{facets → core/facets}/class/descendents.rb +0 -0
  2169. data/lib/{facets → core/facets}/class/prepend.rb +0 -0
  2170. data/lib/{facets → core/facets}/class/subclasses.rb +0 -0
  2171. data/lib/core/facets/class/to_methodname.rb +11 -0
  2172. data/lib/core/facets/class/to_pathname.rb +12 -0
  2173. data/lib/core/facets/class/to_proc.rb +42 -0
  2174. data/lib/core/facets/comparable.rb +4 -0
  2175. data/lib/{facets → core/facets}/comparable/bound.rb +0 -0
  2176. data/lib/{facets → core/facets}/comparable/cmp.rb +0 -0
  2177. data/lib/{facets → core/facets}/comparable/comparable.rb +0 -0
  2178. data/lib/core/facets/dir.rb +7 -0
  2179. data/lib/{facets → core/facets}/dir/ascend.rb +0 -0
  2180. data/lib/{facets → core/facets}/dir/descend.rb +0 -0
  2181. data/lib/{facets → core/facets}/dir/multiglob.rb +0 -0
  2182. data/lib/{facets → core/facets}/dir/parent.rb +0 -0
  2183. data/lib/{facets → core/facets}/dir/recurse.rb +0 -0
  2184. data/lib/core/facets/enumerable.rb +21 -0
  2185. data/lib/{facets → core/facets}/enumerable/accumulate.rb +0 -0
  2186. data/lib/core/facets/enumerable/cluster_by.rb +21 -0
  2187. data/lib/{facets → core/facets}/enumerable/collect.rb +0 -0
  2188. data/lib/core/facets/enumerable/count.rb +26 -0
  2189. data/lib/{facets → core/facets}/enumerable/divide.rb +0 -0
  2190. data/lib/{facets → core/facets}/enumerable/duplicates.rb +0 -0
  2191. data/lib/{facets → core/facets}/enumerable/each_by.rb +0 -0
  2192. data/lib/core/facets/enumerable/group_by.rb +27 -0
  2193. data/lib/{facets → core/facets}/enumerable/inject.rb +0 -0
  2194. data/lib/{facets → core/facets}/enumerable/map_send.rb +0 -0
  2195. data/lib/{facets → core/facets}/enumerable/mash.rb +0 -0
  2196. data/lib/{facets → core/facets}/enumerable/mode.rb +0 -0
  2197. data/lib/{facets → core/facets}/enumerable/modulate.rb +0 -0
  2198. data/lib/core/facets/enumerable/none.rb +31 -0
  2199. data/lib/{facets → core/facets}/enumerable/occur.rb +0 -0
  2200. data/lib/core/facets/enumerable/one.rb +38 -0
  2201. data/lib/{facets → core/facets}/enumerable/probability.rb +0 -0
  2202. data/lib/{facets → core/facets}/enumerable/split.rb +0 -0
  2203. data/lib/{facets → core/facets}/enumerable/sum.rb +0 -0
  2204. data/lib/{facets → core/facets}/enumerable/uniq_by.rb +0 -0
  2205. data/lib/{facets → core/facets}/exception.rb +0 -0
  2206. data/lib/{facets → core/facets}/exception/detail.rb +0 -0
  2207. data/lib/{facets → core/facets}/exception/suppress.rb +0 -0
  2208. data/lib/core/facets/file.rb +6 -0
  2209. data/lib/{facets → core/facets}/file/null.rb +0 -0
  2210. data/lib/{facets → core/facets}/file/read.rb +0 -0
  2211. data/lib/core/facets/file/rewrite.rb +88 -0
  2212. data/lib/core/facets/file/rootname.rb +33 -0
  2213. data/lib/{facets → core/facets}/file/write.rb +0 -0
  2214. data/lib/core/facets/filetest.rb +1 -0
  2215. data/lib/{facets → core/facets}/filetest/root.rb +0 -0
  2216. data/lib/core/facets/float.rb +1 -0
  2217. data/lib/{facets → core/facets}/float/round.rb +0 -0
  2218. data/lib/{facets → core/facets}/functor.rb +0 -0
  2219. data/lib/core/facets/hash.rb +23 -0
  2220. data/lib/{facets → core/facets}/hash/alias.rb +0 -0
  2221. data/lib/{facets → core/facets}/hash/argumentize.rb +0 -0
  2222. data/lib/{facets → core/facets}/hash/at.rb +0 -0
  2223. data/lib/{facets → core/facets}/hash/autonew.rb +0 -0
  2224. data/lib/{facets → core/facets}/hash/collate.rb +0 -0
  2225. data/lib/{facets → core/facets}/hash/delete.rb +0 -0
  2226. data/lib/{facets → core/facets}/hash/diff.rb +0 -0
  2227. data/lib/{facets → core/facets}/hash/except.rb +0 -0
  2228. data/lib/{facets → core/facets}/hash/insert.rb +0 -0
  2229. data/lib/{facets → core/facets}/hash/inverse.rb +0 -0
  2230. data/lib/{facets → core/facets}/hash/join.rb +0 -0
  2231. data/lib/{facets → core/facets}/hash/keys.rb +0 -0
  2232. data/lib/{facets → core/facets}/hash/mash.rb +0 -0
  2233. data/lib/core/facets/hash/merge.rb +30 -0
  2234. data/lib/{facets → core/facets}/hash/op.rb +0 -0
  2235. data/lib/core/facets/hash/recursive_merge.rb +33 -0
  2236. data/lib/core/facets/hash/recursively.rb +29 -0
  2237. data/lib/core/facets/hash/rekey.rb +59 -0
  2238. data/lib/{facets → core/facets}/hash/select.rb +0 -0
  2239. data/lib/core/facets/hash/slice.rb +25 -0
  2240. data/lib/{facets → core/facets}/hash/stringify_keys.rb +0 -0
  2241. data/lib/{facets → core/facets}/hash/swap.rb +0 -0
  2242. data/lib/{facets → core/facets}/hash/symbolize_keys.rb +0 -0
  2243. data/lib/{facets → core/facets}/hash/to_h.rb +0 -0
  2244. data/lib/{facets → core/facets}/hash/to_proc.rb +0 -0
  2245. data/lib/{facets → core/facets}/hash/to_struct.rb +0 -0
  2246. data/lib/{facets → core/facets}/hash/traverse.rb +0 -0
  2247. data/lib/core/facets/hash/update.rb +75 -0
  2248. data/lib/{facets → core/facets}/hash/weave.rb +0 -0
  2249. data/lib/{facets → core/facets}/hash/zipnew.rb +0 -0
  2250. data/lib/core/facets/integer.rb +8 -0
  2251. data/lib/core/facets/integer/even.rb +1 -0
  2252. data/lib/{facets → core/facets}/integer/factorial.rb +0 -0
  2253. data/lib/{facets → core/facets}/integer/multiple.rb +0 -0
  2254. data/lib/core/facets/integer/odd.rb +33 -0
  2255. data/lib/{facets → core/facets}/integer/of.rb +0 -0
  2256. data/lib/{facets → core/facets}/integer/ordinal.rb +0 -0
  2257. data/lib/core/facets/kernel.rb +31 -0
  2258. data/lib/core/facets/kernel/__callee__.rb +1 -0
  2259. data/lib/{facets → core/facets}/kernel/__class__.rb +0 -0
  2260. data/lib/{facets → core/facets}/kernel/__dir__.rb +0 -0
  2261. data/lib/{facets → core/facets}/kernel/__get__.rb +0 -0
  2262. data/lib/core/facets/kernel/__method__.rb +36 -0
  2263. data/lib/{facets → core/facets}/kernel/__set__.rb +0 -0
  2264. data/lib/{facets → core/facets}/kernel/as.rb +0 -0
  2265. data/lib/core/facets/kernel/ask.rb +27 -0
  2266. data/lib/{facets → core/facets}/kernel/attr_singleton.rb +0 -0
  2267. data/lib/{facets → core/facets}/kernel/complete.rb +0 -0
  2268. data/lib/{facets → core/facets}/kernel/constant.rb +0 -0
  2269. data/lib/{facets → core/facets}/kernel/d.rb +0 -0
  2270. data/lib/{facets → core/facets}/kernel/deep_copy.rb +0 -0
  2271. data/lib/{facets → core/facets}/kernel/demo.rb +0 -0
  2272. data/lib/{facets → core/facets}/kernel/ergo.rb +0 -0
  2273. data/lib/{facets → core/facets}/kernel/here.rb +0 -0
  2274. data/lib/{facets → core/facets}/kernel/in.rb +0 -0
  2275. data/lib/core/facets/kernel/instance.rb +19 -0
  2276. data/lib/{facets → core/facets}/kernel/instance_assign.rb +0 -0
  2277. data/lib/{facets → core/facets}/kernel/instance_class.rb +0 -0
  2278. data/lib/{facets → core/facets}/kernel/instance_exec.rb +0 -0
  2279. data/lib/{facets → core/facets}/kernel/instance_send.rb +0 -0
  2280. data/lib/{facets → core/facets}/kernel/instance_variables.rb +0 -0
  2281. data/lib/{facets → core/facets}/kernel/load.rb +0 -0
  2282. data/lib/{facets → core/facets}/kernel/maybe.rb +0 -0
  2283. data/lib/{facets → core/facets}/kernel/not_nil.rb +0 -0
  2284. data/lib/{facets → core/facets}/kernel/object_class.rb +0 -0
  2285. data/lib/{facets → core/facets}/kernel/object_hexid.rb +0 -0
  2286. data/lib/{facets → core/facets}/kernel/object_send.rb +0 -0
  2287. data/lib/{facets → core/facets}/kernel/p.rb +0 -0
  2288. data/lib/{facets → core/facets}/kernel/populate.rb +0 -0
  2289. data/lib/{facets → core/facets}/kernel/resc.rb +0 -0
  2290. data/lib/{facets → core/facets}/kernel/respond.rb +0 -0
  2291. data/lib/{facets → core/facets}/kernel/returning.rb +0 -0
  2292. data/lib/{facets → core/facets}/kernel/silence.rb +0 -0
  2293. data/lib/{facets → core/facets}/kernel/singleton_class.rb +0 -0
  2294. data/lib/{facets → core/facets}/kernel/suppress.rb +0 -0
  2295. data/lib/core/facets/kernel/tap.rb +32 -0
  2296. data/lib/{facets → core/facets}/kernel/try.rb +0 -0
  2297. data/lib/{facets → core/facets}/kernel/val.rb +0 -0
  2298. data/lib/{facets → core/facets}/kernel/with.rb +0 -0
  2299. data/lib/{facets → core/facets}/lazy.rb +0 -0
  2300. data/lib/core/facets/matchdata.rb +4 -0
  2301. data/lib/{facets → core/facets}/matchdata/match.rb +0 -0
  2302. data/lib/{facets → core/facets}/matchdata/matchset.rb +0 -0
  2303. data/lib/{facets → core/facets}/metaid.rb +0 -0
  2304. data/lib/core/facets/module.rb +20 -0
  2305. data/lib/{facets → core/facets}/module/abstract.rb +0 -0
  2306. data/lib/{facets → core/facets}/module/alias.rb +0 -0
  2307. data/lib/{facets → core/facets}/module/ancestor.rb +0 -0
  2308. data/lib/{facets → core/facets}/module/basename.rb +0 -0
  2309. data/lib/{facets → core/facets}/module/can.rb +0 -0
  2310. data/lib/{facets → core/facets}/module/class.rb +0 -0
  2311. data/lib/{facets → core/facets}/module/clone.rb +0 -0
  2312. data/lib/core/facets/module/conflict.rb +56 -0
  2313. data/lib/{facets → core/facets}/module/include_function_module.rb +0 -0
  2314. data/lib/{facets → core/facets}/module/instance_methods.rb +0 -0
  2315. data/lib/{facets → core/facets}/module/is.rb +0 -0
  2316. data/lib/{facets → core/facets}/module/modspace.rb +0 -0
  2317. data/lib/{facets → core/facets}/module/module_load.rb +0 -0
  2318. data/lib/{facets → core/facets}/module/nesting.rb +0 -0
  2319. data/lib/{facets → core/facets}/module/op.rb +0 -0
  2320. data/lib/{facets → core/facets}/module/pathize.rb +0 -0
  2321. data/lib/{facets → core/facets}/module/prepend.rb +0 -0
  2322. data/lib/{facets → core/facets}/module/revise.rb +0 -0
  2323. data/lib/{facets → core/facets}/module/spacename.rb +0 -0
  2324. data/lib/core/facets/nilclass.rb +3 -0
  2325. data/lib/core/facets/nilclass/to_f.rb +17 -0
  2326. data/lib/core/facets/numeric.rb +4 -0
  2327. data/lib/{facets → core/facets}/numeric/approx.rb +0 -0
  2328. data/lib/{facets → core/facets}/numeric/distance.rb +0 -0
  2329. data/lib/{facets → core/facets}/numeric/round.rb +0 -0
  2330. data/lib/core/facets/proc.rb +7 -0
  2331. data/lib/{facets → core/facets}/proc/bind.rb +0 -0
  2332. data/lib/{facets → core/facets}/proc/compose.rb +0 -0
  2333. data/lib/{facets → core/facets}/proc/curry.rb +0 -0
  2334. data/lib/{facets → core/facets}/proc/partial.rb +0 -0
  2335. data/lib/{facets → core/facets}/proc/to_method.rb +0 -0
  2336. data/lib/{facets → core/facets}/proc/update.rb +0 -0
  2337. data/lib/core/facets/range.rb +6 -0
  2338. data/lib/{facets → core/facets}/range/combine.rb +0 -0
  2339. data/lib/{facets → core/facets}/range/overlap.rb +0 -0
  2340. data/lib/{facets → core/facets}/range/to_r.rb +0 -0
  2341. data/lib/{facets → core/facets}/range/umbrella.rb +0 -0
  2342. data/lib/{facets → core/facets}/range/within.rb +0 -0
  2343. data/lib/core/facets/regexp.rb +3 -0
  2344. data/lib/{facets → core/facets}/regexp/arity.rb +0 -0
  2345. data/lib/{facets → core/facets}/regexp/to_re.rb +0 -0
  2346. data/lib/core/facets/string.rb +35 -0
  2347. data/lib/{facets → core/facets}/string/align.rb +0 -0
  2348. data/lib/{facets → core/facets}/string/bracket.rb +0 -0
  2349. data/lib/core/facets/string/bytes.rb +15 -0
  2350. data/lib/{facets → core/facets}/string/camelcase.rb +0 -0
  2351. data/lib/{facets → core/facets}/string/capitalized.rb +0 -0
  2352. data/lib/core/facets/string/chars.rb +16 -0
  2353. data/lib/{facets → core/facets}/string/chomp.rb +0 -0
  2354. data/lib/{facets → core/facets}/string/cleave.rb +0 -0
  2355. data/lib/{facets → core/facets}/string/divide.rb +0 -0
  2356. data/lib/core/facets/string/each_char.rb +20 -0
  2357. data/lib/core/facets/string/end_with.rb +1 -0
  2358. data/lib/{facets → core/facets}/string/fold.rb +0 -0
  2359. data/lib/{facets → core/facets}/string/interpolate.rb +0 -0
  2360. data/lib/{facets → core/facets}/string/line_wrap.rb +0 -0
  2361. data/lib/core/facets/string/lines.rb +16 -0
  2362. data/lib/{facets → core/facets}/string/mscan.rb +0 -0
  2363. data/lib/{facets → core/facets}/string/natcmp.rb +0 -0
  2364. data/lib/{facets → core/facets}/string/nchar.rb +0 -0
  2365. data/lib/{facets → core/facets}/string/range.rb +0 -0
  2366. data/lib/{facets → core/facets}/string/rewrite.rb +0 -0
  2367. data/lib/{facets → core/facets}/string/shatter.rb +0 -0
  2368. data/lib/{facets → core/facets}/string/snakecase.rb +0 -0
  2369. data/lib/{facets → core/facets}/string/splice.rb +0 -0
  2370. data/lib/core/facets/string/start_with.rb +32 -0
  2371. data/lib/{facets → core/facets}/string/subtract.rb +0 -0
  2372. data/lib/{facets → core/facets}/string/tab.rb +0 -0
  2373. data/lib/{facets → core/facets}/string/titlecase.rb +0 -0
  2374. data/lib/{facets → core/facets}/string/to_re.rb +0 -0
  2375. data/lib/core/facets/string/to_time.rb +15 -0
  2376. data/lib/{facets → core/facets}/string/words.rb +0 -0
  2377. data/lib/{facets → core/facets}/string/xor.rb +0 -0
  2378. data/lib/core/facets/symbol.rb +5 -0
  2379. data/lib/{facets → core/facets}/symbol/chomp.rb +0 -0
  2380. data/lib/{facets → core/facets}/symbol/generate.rb +0 -0
  2381. data/lib/{facets → core/facets}/symbol/not.rb +0 -0
  2382. data/lib/core/facets/symbol/succ.rb +19 -0
  2383. data/lib/core/facets/symbol/to_proc.rb +38 -0
  2384. data/lib/core/facets/time.rb +13 -0
  2385. data/lib/{facets → core/facets}/time/ago.rb +0 -0
  2386. data/lib/core/facets/time/change.rb +47 -0
  2387. data/lib/{facets → core/facets}/time/elapse.rb +0 -0
  2388. data/lib/core/facets/time/hence.rb +61 -0
  2389. data/lib/core/facets/time/round.rb +17 -0
  2390. data/lib/{facets → core/facets}/time/set.rb +0 -0
  2391. data/lib/{facets → core/facets}/time/stamp.rb +0 -0
  2392. data/lib/core/facets/time/to_date.rb +26 -0
  2393. data/lib/core/facets/time/to_time.rb +15 -0
  2394. data/lib/core/facets/time/trunc.rb +15 -0
  2395. data/lib/{facets → core/facets}/to_hash.rb +0 -0
  2396. data/lib/core/facets/unboundmethod.rb +3 -0
  2397. data/lib/{facets → core/facets}/unboundmethod/arguments.rb +0 -0
  2398. data/lib/core/facets/unboundmethod/name.rb +25 -0
  2399. data/lib/{facets → lore/facets}/basicobject.rb +0 -0
  2400. data/lib/{facets → lore/facets}/cgi.rb +0 -0
  2401. data/lib/{facets → lore/facets}/continuation.rb +0 -0
  2402. data/lib/{facets → lore/facets}/date.rb +0 -0
  2403. data/lib/{facets → lore/facets}/fileutils.rb +0 -0
  2404. data/lib/{facets → lore/facets}/fileutils/head.rb +0 -0
  2405. data/lib/{facets → lore/facets}/fileutils/safe_ln.rb +0 -0
  2406. data/lib/{facets → lore/facets}/fileutils/slice.rb +0 -0
  2407. data/lib/{facets → lore/facets}/fileutils/tail.rb +0 -0
  2408. data/lib/{facets → lore/facets}/fileutils/wc.rb +0 -0
  2409. data/lib/lore/facets/fileutils/whereis.rb +64 -0
  2410. data/lib/{facets → lore/facets}/fileutils/which.rb +0 -0
  2411. data/lib/{facets → lore/facets}/getoptlong.rb +0 -0
  2412. data/lib/{facets → lore/facets}/logger.rb +0 -0
  2413. data/lib/{facets → lore/facets}/ostruct.rb +0 -0
  2414. data/lib/lore/facets/pathname.rb +141 -0
  2415. data/lib/{facets → lore/facets}/rbconfig.rb +0 -0
  2416. data/lib/{facets → lore/facets}/set.rb +0 -0
  2417. data/lib/{facets → lore/facets}/shellwords.rb +0 -0
  2418. data/lib/{facets → lore/facets}/uri.rb +0 -0
  2419. data/lib/lore/facets/yaml.rb +75 -0
  2420. data/lib/{facets → more/facets}/1stclassmethod.rb +0 -0
  2421. data/lib/{facets → more/facets}/advisable.rb +0 -0
  2422. data/lib/{facets → more/facets}/annotations.rb +0 -0
  2423. data/lib/more/facets/ansicode.rb +320 -0
  2424. data/lib/more/facets/arguments.rb +363 -0
  2425. data/lib/{facets → more/facets}/association.rb +0 -0
  2426. data/lib/{facets → more/facets}/attr.rb +0 -0
  2427. data/lib/{facets → more/facets}/autoarray.rb +0 -0
  2428. data/lib/{facets → more/facets}/autoreload.rb +0 -0
  2429. data/lib/{facets → more/facets}/basex.rb +0 -0
  2430. data/lib/{facets → more/facets}/bbcode.rb +0 -0
  2431. data/lib/{facets → more/facets}/bicrypt.rb +0 -0
  2432. data/lib/{facets → more/facets}/binreadable.rb +0 -0
  2433. data/lib/{facets → more/facets}/buildable.rb +0 -0
  2434. data/lib/{facets → more/facets}/bytes.rb +0 -0
  2435. data/lib/{facets → more/facets}/cachedecorator.rb +0 -0
  2436. data/lib/{facets → more/facets}/capsule.rb +0 -0
  2437. data/lib/{facets → more/facets}/cattr.rb +0 -0
  2438. data/lib/{facets → more/facets}/chain.rb +0 -0
  2439. data/lib/{facets → more/facets}/class_extension.rb +0 -0
  2440. data/lib/{facets → more/facets}/classmethods.rb +0 -0
  2441. data/lib/{facets → more/facets}/cloneable.rb +0 -0
  2442. data/lib/more/facets/command.rb +436 -0
  2443. data/lib/{facets → more/facets}/consoleutils.rb +0 -0
  2444. data/lib/{facets → more/facets}/coroutine.rb +0 -0
  2445. data/lib/{facets → more/facets}/crypt.rb +0 -0
  2446. data/lib/{facets → more/facets}/cssfilter.rb +0 -0
  2447. data/lib/{facets → more/facets}/daemonize.rb +0 -0
  2448. data/lib/{facets → more/facets}/dependency.rb +0 -0
  2449. data/lib/more/facets/dictionary.rb +478 -0
  2450. data/lib/more/facets/dictionarymatcher.rb +136 -0
  2451. data/lib/{facets → more/facets}/downloader.rb +0 -0
  2452. data/lib/{facets → more/facets}/duplicable.rb +0 -0
  2453. data/lib/{facets → more/facets}/duration.rb +0 -0
  2454. data/lib/{facets → more/facets}/elementor.rb +0 -0
  2455. data/lib/{facets → more/facets}/elementwise.rb +0 -0
  2456. data/lib/{facets → more/facets}/enumerablepass.rb +0 -0
  2457. data/lib/{facets → more/facets}/equatable.rb +0 -0
  2458. data/lib/{facets → more/facets}/eventhook.rb +0 -0
  2459. data/lib/{facets → more/facets}/expirable.rb +0 -0
  2460. data/lib/{facets → more/facets}/fileable.rb +0 -0
  2461. data/lib/more/facets/filelist.rb +497 -0
  2462. data/lib/{facets → more/facets}/fileshell.rb +0 -0
  2463. data/lib/{facets → more/facets}/heap.rb +0 -0
  2464. data/lib/{facets → more/facets}/htmlfilter.rb +0 -0
  2465. data/lib/{facets → more/facets}/indexable.rb +0 -0
  2466. data/lib/{facets → more/facets}/infinity.rb +0 -0
  2467. data/lib/{facets → more/facets}/inheritor.rb +0 -0
  2468. data/lib/more/facets/ini.rb +264 -0
  2469. data/lib/{facets → more/facets}/instantiable.rb +0 -0
  2470. data/lib/{facets → more/facets}/instantise.rb +0 -0
  2471. data/lib/{facets → more/facets}/interval.rb +0 -0
  2472. data/lib/{facets → more/facets}/ioredirect.rb +0 -0
  2473. data/lib/{facets → more/facets}/iteration.rb +0 -0
  2474. data/lib/more/facets/kernel/meta.rb +32 -0
  2475. data/lib/{facets → more/facets}/linkedlist.rb +0 -0
  2476. data/lib/{facets → more/facets}/lrucache.rb +0 -0
  2477. data/lib/{facets → more/facets}/main.rb +0 -0
  2478. data/lib/{facets → more/facets}/memoize.rb +0 -0
  2479. data/lib/{facets → more/facets}/methodspace.rb +0 -0
  2480. data/lib/{facets → more/facets}/minitar.rb +0 -0
  2481. data/lib/{facets → more/facets}/multipliers.rb +0 -0
  2482. data/lib/{facets → more/facets}/multiton.rb +0 -0
  2483. data/lib/{facets → more/facets}/nackclass.rb +0 -0
  2484. data/lib/{facets → more/facets}/net/smtp_tls.rb +0 -0
  2485. data/lib/{facets → more/facets}/nilstatus.rb +0 -0
  2486. data/lib/{facets → more/facets}/nullclass.rb +0 -0
  2487. data/lib/{facets → more/facets}/opencascade.rb +0 -0
  2488. data/lib/{facets → more/facets}/opencollection.rb +0 -0
  2489. data/lib/{facets → more/facets}/openhash.rb +0 -0
  2490. data/lib/{facets → more/facets}/openobject.rb +0 -0
  2491. data/lib/{facets → more/facets}/opesc.rb +0 -0
  2492. data/lib/{facets → more/facets}/orderedhash.rb +0 -0
  2493. data/lib/more/facets/overload.rb +94 -0
  2494. data/lib/more/facets/paramix.rb +202 -0
  2495. data/lib/{facets → more/facets}/pathlist.rb +0 -0
  2496. data/lib/{facets → more/facets}/platform.rb +0 -0
  2497. data/lib/{facets → more/facets}/pool.rb +0 -0
  2498. data/lib/{facets → more/facets}/pqueue.rb +0 -0
  2499. data/lib/{facets → more/facets}/progressbar.rb +0 -0
  2500. data/lib/{facets → more/facets}/prototype.rb +0 -0
  2501. data/lib/{facets → more/facets}/random.rb +0 -0
  2502. data/lib/{facets → more/facets}/rbsystem.rb +0 -0
  2503. data/lib/{facets → more/facets}/recorder.rb +0 -0
  2504. data/lib/{facets → more/facets}/reference.rb +0 -0
  2505. data/lib/more/facets/reflection.rb +145 -0
  2506. data/lib/{facets → more/facets}/registerable.rb +0 -0
  2507. data/lib/{facets → more/facets}/rwdelegator.rb +0 -0
  2508. data/lib/{facets → more/facets}/semaphore.rb +0 -0
  2509. data/lib/{facets → more/facets}/settings.rb +0 -0
  2510. data/lib/{facets → more/facets}/snapshot.rb +0 -0
  2511. data/lib/{facets → more/facets}/stackable.rb +0 -0
  2512. data/lib/{facets → more/facets}/style.rb +0 -0
  2513. data/lib/{facets → more/facets}/succ.rb +0 -0
  2514. data/lib/{facets → more/facets}/syncarray.rb +0 -0
  2515. data/lib/{facets → more/facets}/synchash.rb +0 -0
  2516. data/lib/{facets → more/facets}/thread.rb +0 -0
  2517. data/lib/{facets → more/facets}/timer.rb +0 -0
  2518. data/lib/{facets → more/facets}/times.rb +0 -0
  2519. data/lib/{facets → more/facets}/tracepoint.rb +0 -0
  2520. data/lib/{facets → more/facets}/tuple.rb +0 -0
  2521. data/lib/{facets → more/facets}/typecast.rb +0 -0
  2522. data/lib/{facets → more/facets}/uninheritable.rb +0 -0
  2523. data/lib/{facets → more/facets}/uploadutils.rb +0 -0
  2524. data/lib/{facets → more/facets}/version.rb +0 -0
  2525. data/lib/{facets → more/facets}/xmlhash.rb +0 -0
  2526. data/lib/{facets → more/facets}/xoxo.rb +0 -0
  2527. data/lib/{facets → more/facets}/ziputils.rb +0 -0
  2528. data/test/core/array/test_combination.rb +29 -0
  2529. data/test/{array → core/array}/test_delete.rb +0 -0
  2530. data/test/{array → core/array}/test_indexable.rb +0 -0
  2531. data/test/{array → core/array}/test_merge.rb +0 -0
  2532. data/test/{array → core/array}/test_only.rb +0 -0
  2533. data/test/{array → core/array}/test_pad.rb +0 -0
  2534. data/test/core/array/test_permutation.rb +14 -0
  2535. data/test/core/array/test_product.rb +58 -0
  2536. data/test/{array → core/array}/test_rotate.rb +0 -0
  2537. data/test/{array → core/array}/test_select.rb +0 -0
  2538. data/test/{array → core/array}/test_stackable.rb +0 -0
  2539. data/test/{binding → core/binding}/test_caller.rb +0 -0
  2540. data/test/{binding → core/binding}/test_defined.rb +0 -0
  2541. data/test/core/binding/test_eval.rb +16 -0
  2542. data/test/{binding → core/binding}/test_local_variables.rb +0 -0
  2543. data/test/{binding → core/binding}/test_opvars.rb +0 -0
  2544. data/test/{binding → core/binding}/test_self.rb +0 -0
  2545. data/test/{class → core/class}/test_descendents.rb +0 -0
  2546. data/test/{comparable → core/comparable}/test_bound.rb +0 -0
  2547. data/test/{comparable → core/comparable}/test_cmp.rb +0 -0
  2548. data/test/{comparable → core/comparable}/test_comparable.rb +0 -0
  2549. data/test/{dir → core/dir}/test_ascend.rb +0 -0
  2550. data/test/{dir → core/dir}/test_descend.rb +0 -0
  2551. data/test/{dir → core/dir}/test_multiglob.rb +0 -0
  2552. data/test/{dir → core/dir}/test_parent.rb +0 -0
  2553. data/test/{dir → core/dir}/test_recurse.rb +0 -0
  2554. data/test/{enumerable → core/enumerable}/test_cluster_by.rb +0 -0
  2555. data/test/{enumerable → core/enumerable}/test_collect.rb +0 -0
  2556. data/test/core/enumerable/test_count.rb +22 -0
  2557. data/test/{enumerable → core/enumerable}/test_each_by.rb +0 -0
  2558. data/test/core/enumerable/test_group_by.rb +26 -0
  2559. data/test/{enumerable → core/enumerable}/test_inject.rb +0 -0
  2560. data/test/{enumerable → core/enumerable}/test_mash.rb +0 -0
  2561. data/test/core/enumerable/test_modulate.rb +14 -0
  2562. data/test/core/enumerable/test_none.rb +17 -0
  2563. data/test/{enumerable → core/enumerable}/test_occur.rb +0 -0
  2564. data/test/core/enumerable/test_one.rb +19 -0
  2565. data/test/{enumerable → core/enumerable}/test_probability.rb +0 -0
  2566. data/test/{enumerable → core/enumerable}/test_uniq_by.rb +0 -0
  2567. data/test/{exception → core/exception}/test_exception.rb +0 -0
  2568. data/test/{file → core/file}/test_file.rb +0 -0
  2569. data/test/{filetest → core/filetest}/test_filetest.rb +0 -0
  2570. data/test/{hash → core/hash}/test_alias.rb +0 -0
  2571. data/test/{hash → core/hash}/test_at.rb +0 -0
  2572. data/test/{hash → core/hash}/test_autonew.rb +0 -0
  2573. data/test/{hash → core/hash}/test_collate.rb +0 -0
  2574. data/test/{hash → core/hash}/test_delete.rb +0 -0
  2575. data/test/{hash → core/hash}/test_insert.rb +0 -0
  2576. data/test/{hash → core/hash}/test_inverse.rb +0 -0
  2577. data/test/{hash → core/hash}/test_keys.rb +0 -0
  2578. data/test/{hash → core/hash}/test_mash.rb +0 -0
  2579. data/test/{hash → core/hash}/test_merge.rb +0 -0
  2580. data/test/{hash → core/hash}/test_op.rb +0 -0
  2581. data/test/core/hash/test_rekey.rb +73 -0
  2582. data/test/{hash → core/hash}/test_select.rb +0 -0
  2583. data/test/{hash → core/hash}/test_stringify_keys.rb +0 -0
  2584. data/test/{hash → core/hash}/test_swap.rb +0 -0
  2585. data/test/{hash → core/hash}/test_symbolize_keys.rb +0 -0
  2586. data/test/{hash → core/hash}/test_traverse.rb +0 -0
  2587. data/test/core/hash/test_update.rb +46 -0
  2588. data/test/{hash → core/hash}/test_weave.rb +0 -0
  2589. data/test/{hash → core/hash}/test_zipnew.rb +0 -0
  2590. data/test/{integer → core/integer}/test_bitmask.rb +0 -0
  2591. data/test/core/integer/test_even.rb +25 -0
  2592. data/test/{integer → core/integer}/test_factorial.rb +0 -0
  2593. data/test/{integer → core/integer}/test_multiple.rb +0 -0
  2594. data/test/{integer → core/integer}/test_of.rb +0 -0
  2595. data/test/{integer → core/integer}/test_ordinal.rb +0 -0
  2596. data/test/{kernel → core/kernel}/test_as.rb +0 -0
  2597. data/test/{kernel → core/kernel}/test_attr_singleton.rb +0 -0
  2598. data/test/{kernel → core/kernel}/test_callstack.rb +0 -0
  2599. data/test/{kernel → core/kernel}/test_constant.rb +0 -0
  2600. data/test/{kernel → core/kernel}/test_deepcopy.rb +0 -0
  2601. data/test/{kernel → core/kernel}/test_here.rb +0 -0
  2602. data/test/{kernel → core/kernel}/test_in.rb +0 -0
  2603. data/test/{kernel → core/kernel}/test_instance_assign.rb +0 -0
  2604. data/test/{kernel → core/kernel}/test_instance_class.rb +0 -0
  2605. data/test/{kernel → core/kernel}/test_not_nil.rb +0 -0
  2606. data/test/{kernel → core/kernel}/test_object_class.rb +0 -0
  2607. data/test/{kernel → core/kernel}/test_object_hexid.rb +0 -0
  2608. data/test/{kernel → core/kernel}/test_populate.rb +0 -0
  2609. data/test/{kernel → core/kernel}/test_resc.rb +0 -0
  2610. data/test/{kernel → core/kernel}/test_returning.rb +0 -0
  2611. data/test/{kernel → core/kernel}/test_silence.rb +0 -0
  2612. data/test/core/kernel/test_tap.rb +19 -0
  2613. data/test/{kernel → core/kernel}/test_val.rb +0 -0
  2614. data/test/{matchdata → core/matchdata}/test_match.rb +0 -0
  2615. data/test/{matchdata → core/matchdata}/test_matchset.rb +0 -0
  2616. data/test/{module → core/module}/test_abstract.rb +0 -0
  2617. data/test/{module → core/module}/test_alias.rb +0 -0
  2618. data/test/{module → core/module}/test_ancestor.rb +0 -0
  2619. data/test/{module → core/module}/test_basename.rb +0 -0
  2620. data/test/{module → core/module}/test_clone.rb +0 -0
  2621. data/test/{module → core/module}/test_modspace.rb +0 -0
  2622. data/test/{module → core/module}/test_nesting.rb +0 -0
  2623. data/test/{module → core/module}/test_op.rb +0 -0
  2624. data/test/{module → core/module}/test_pathize.rb +0 -0
  2625. data/test/{module → core/module}/test_revise.rb +0 -0
  2626. data/test/{module → core/module}/test_spacename.rb +0 -0
  2627. data/test/core/nilclass/test_to_f.rb +11 -0
  2628. data/test/{numeric → core/numeric}/test_approx.rb +0 -0
  2629. data/test/{numeric → core/numeric}/test_distance.rb +0 -0
  2630. data/test/{numeric → core/numeric}/test_round.rb +0 -0
  2631. data/test/{proc → core/proc}/test_bind.rb +0 -0
  2632. data/test/{proc → core/proc}/test_compose.rb +0 -0
  2633. data/test/{proc → core/proc}/test_curry.rb +0 -0
  2634. data/test/{proc → core/proc}/test_partial.rb +0 -0
  2635. data/test/{proc → core/proc}/test_to_method.rb +0 -0
  2636. data/test/{range → core/range}/test_combine.rb +0 -0
  2637. data/test/{range → core/range}/test_overlap.rb +0 -0
  2638. data/test/{range → core/range}/test_to_r.rb +0 -0
  2639. data/test/{range → core/range}/test_within.rb +0 -0
  2640. data/test/{regexp → core/regexp}/test_arity.rb +0 -0
  2641. data/test/{regexp → core/regexp}/test_to_re.rb +0 -0
  2642. data/test/{string → core/string}/test_align.rb +0 -0
  2643. data/test/{string → core/string}/test_bracket.rb +0 -0
  2644. data/test/core/string/test_bytes.rb +12 -0
  2645. data/test/{string → core/string}/test_camelcase.rb +0 -0
  2646. data/test/{string → core/string}/test_capitalized.rb +0 -0
  2647. data/test/core/string/test_chars.rb +12 -0
  2648. data/test/{string → core/string}/test_cleave.rb +0 -0
  2649. data/test/{string → core/string}/test_divide.rb +0 -0
  2650. data/test/core/string/test_each_char.rb +14 -0
  2651. data/test/{string → core/string}/test_fold.rb +0 -0
  2652. data/test/{string → core/string}/test_interpolate.rb +0 -0
  2653. data/test/{string → core/string}/test_line_wrap.rb +0 -0
  2654. data/test/core/string/test_lines.rb +11 -0
  2655. data/test/{string → core/string}/test_mscan.rb +0 -0
  2656. data/test/{string → core/string}/test_natcmp.rb +0 -0
  2657. data/test/{string → core/string}/test_nchar.rb +0 -0
  2658. data/test/{string → core/string}/test_range.rb +0 -0
  2659. data/test/{string → core/string}/test_shatter.rb +0 -0
  2660. data/test/{string → core/string}/test_snakecase.rb +0 -0
  2661. data/test/{string → core/string}/test_subtract.rb +0 -0
  2662. data/test/{string → core/string}/test_tab.rb +0 -0
  2663. data/test/{string → core/string}/test_titlecase.rb +0 -0
  2664. data/test/{string → core/string}/test_to_re.rb +0 -0
  2665. data/test/core/string/test_to_time.rb +15 -0
  2666. data/test/{string → core/string}/test_words.rb +0 -0
  2667. data/test/{string → core/string}/test_xor.rb +0 -0
  2668. data/test/{symbol → core/symbol}/test_chomp.rb +0 -0
  2669. data/test/{symbol → core/symbol}/test_generate.rb +0 -0
  2670. data/test/{symbol → core/symbol}/test_not.rb +0 -0
  2671. data/test/core/symbol/test_succ.rb +13 -0
  2672. data/test/core/symbol/test_to_proc.rb +32 -0
  2673. data/test/{time → core/time}/test_change.rb +0 -0
  2674. data/test/{time → core/time}/test_elapse.rb +0 -0
  2675. data/test/core/time/test_hence.rb +13 -0
  2676. data/test/core/time/test_round.rb +31 -0
  2677. data/test/{time → core/time}/test_stamp.rb +0 -0
  2678. data/test/core/time/test_to_date.rb +12 -0
  2679. data/test/core/time/test_to_time.rb +12 -0
  2680. data/test/core/time/test_trunc.rb +31 -0
  2681. data/test/{test_basicobject.rb → lore/test_basicobject.rb} +0 -0
  2682. data/test/{test_continuation.rb → lore/test_continuation.rb} +0 -0
  2683. data/test/{test_date.rb → lore/test_date.rb} +0 -0
  2684. data/test/{test_ostruct.rb → lore/test_ostruct.rb} +0 -0
  2685. data/test/{test_1stclassmethod.rb → more/test_1stclassmethod.rb} +0 -0
  2686. data/test/{test_advisable.rb → more/test_advisable.rb} +0 -0
  2687. data/test/{test_annotations.rb → more/test_annotations.rb} +0 -0
  2688. data/test/more/test_ansicode.rb +20 -0
  2689. data/test/{test_arguments.rb → more/test_arguments.rb} +0 -0
  2690. data/test/{test_association.rb → more/test_association.rb} +0 -0
  2691. data/test/{test_autoarray.rb → more/test_autoarray.rb} +0 -0
  2692. data/test/{test_bbcode.rb → more/test_bbcode.rb} +0 -0
  2693. data/test/{test_binreadable.rb → more/test_binreadable.rb} +0 -0
  2694. data/test/{test_blank.rb → more/test_blank.rb} +0 -0
  2695. data/test/{test_boolean.rb → more/test_boolean.rb} +0 -0
  2696. data/test/{test_buildable.rb → more/test_buildable.rb} +0 -0
  2697. data/test/{test_bytes.rb → more/test_bytes.rb} +0 -0
  2698. data/test/{test_cattr.rb → more/test_cattr.rb} +0 -0
  2699. data/test/{test_class_extension.rb → more/test_class_extension.rb} +0 -0
  2700. data/test/{test_classmethods.rb → more/test_classmethods.rb} +0 -0
  2701. data/test/{test_cloneable.rb → more/test_cloneable.rb} +0 -0
  2702. data/test/{test_command.rb → more/test_command.rb} +0 -0
  2703. data/test/{test_coroutine.rb → more/test_coroutine.rb} +0 -0
  2704. data/test/{test_crypt.rb → more/test_crypt.rb} +0 -0
  2705. data/test/{test_dependency.rb → more/test_dependency.rb} +0 -0
  2706. data/test/more/test_dictionary.rb +145 -0
  2707. data/test/{test_elementor.rb → more/test_elementor.rb} +0 -0
  2708. data/test/{test_elementwise.rb → more/test_elementwise.rb} +0 -0
  2709. data/test/{test_enumerablepass.rb → more/test_enumerablepass.rb} +0 -0
  2710. data/test/{test_equatable.rb → more/test_equatable.rb} +0 -0
  2711. data/test/{test_functor.rb → more/test_functor.rb} +0 -0
  2712. data/test/{test_getoptlong.rb → more/test_getoptlong.rb} +0 -0
  2713. data/test/{test_infinity.rb → more/test_infinity.rb} +0 -0
  2714. data/test/{test_inheritor.rb → more/test_inheritor.rb} +0 -0
  2715. data/test/{test_instantiable.rb → more/test_instantiable.rb} +0 -0
  2716. data/test/{test_instantise.rb → more/test_instantise.rb} +0 -0
  2717. data/test/{test_interval.rb → more/test_interval.rb} +0 -0
  2718. data/test/{test_linkedlist.rb → more/test_linkedlist.rb} +0 -0
  2719. data/test/{test_lrucache.rb → more/test_lrucache.rb} +0 -0
  2720. data/test/{test_memoize.rb → more/test_memoize.rb} +0 -0
  2721. data/test/{test_metaid.rb → more/test_metaid.rb} +0 -0
  2722. data/test/{test_methodspace.rb → more/test_methodspace.rb} +0 -0
  2723. data/test/{test_multipliers.rb → more/test_multipliers.rb} +0 -0
  2724. data/test/{test_multiton.rb → more/test_multiton.rb} +0 -0
  2725. data/test/{test_opencascade.rb → more/test_opencascade.rb} +0 -0
  2726. data/test/{test_openobject.rb → more/test_openobject.rb} +0 -0
  2727. data/test/more/test_overload.rb +160 -0
  2728. data/test/more/test_paramix.rb +167 -0
  2729. data/test/{test_prototype.rb → more/test_prototype.rb} +0 -0
  2730. data/test/{test_random.rb → more/test_random.rb} +0 -0
  2731. data/test/{test_recorder.rb → more/test_recorder.rb} +0 -0
  2732. data/test/{test_snapshot.rb → more/test_snapshot.rb} +0 -0
  2733. data/test/{test_style.rb → more/test_style.rb} +0 -0
  2734. data/test/{test_succ.rb → more/test_succ.rb} +0 -0
  2735. data/test/{test_syncarray.rb → more/test_syncarray.rb} +0 -0
  2736. data/test/{test_synchash.rb → more/test_synchash.rb} +0 -0
  2737. data/test/{test_thread.rb → more/test_thread.rb} +0 -0
  2738. data/test/{test_timer.rb → more/test_timer.rb} +0 -0
  2739. data/test/{test_times.rb → more/test_times.rb} +0 -0
  2740. data/test/{test_to_hash.rb → more/test_to_hash.rb} +0 -0
  2741. data/test/{test_tuple.rb → more/test_tuple.rb} +0 -0
  2742. data/test/{test_typecast.rb → more/test_typecast.rb} +0 -0
  2743. data/test/{test_uninheritable.rb → more/test_uninheritable.rb} +0 -0
  2744. data/test/{test_uri.rb → more/test_uri.rb} +0 -0
  2745. data/test/{test_xoxo.rb → more/test_xoxo.rb} +0 -0
  2746. metadata +3354 -1528
  2747. data/NOTES +0 -58
  2748. data/doc/html/api.css +0 -79
  2749. data/doc/html/api/core/classes/Array.html +0 -894
  2750. data/doc/html/api/core/classes/Binding.html +0 -419
  2751. data/doc/html/api/core/classes/Class.html +0 -218
  2752. data/doc/html/api/core/classes/Comparable.html +0 -261
  2753. data/doc/html/api/core/classes/Dir.html +0 -397
  2754. data/doc/html/api/core/classes/Enumerable.html +0 -1124
  2755. data/doc/html/api/core/classes/Exception.html +0 -130
  2756. data/doc/html/api/core/classes/File.html +0 -456
  2757. data/doc/html/api/core/classes/FileTest.html +0 -118
  2758. data/doc/html/api/core/classes/Float.html +0 -133
  2759. data/doc/html/api/core/classes/Functor.html +0 -173
  2760. data/doc/html/api/core/classes/Hash.html +0 -1992
  2761. data/doc/html/api/core/classes/Indexable.html +0 -606
  2762. data/doc/html/api/core/classes/Integer.html +0 -577
  2763. data/doc/html/api/core/classes/Kernel.html +0 -2135
  2764. data/doc/html/api/core/classes/MatchData.html +0 -203
  2765. data/doc/html/api/core/classes/MissingArgument.html +0 -97
  2766. data/doc/html/api/core/classes/Module.html +0 -1605
  2767. data/doc/html/api/core/classes/Module/CloneExtensions.html +0 -188
  2768. data/doc/html/api/core/classes/Object.html +0 -147
  2769. data/doc/html/api/core/classes/Proc.html +0 -346
  2770. data/doc/html/api/core/classes/Range.html +0 -360
  2771. data/doc/html/api/core/classes/Regexp.html +0 -193
  2772. data/doc/html/api/core/classes/Stackable.html +0 -264
  2773. data/doc/html/api/core/classes/String.html +0 -2297
  2774. data/doc/html/api/core/classes/String/Words.html +0 -330
  2775. data/doc/html/api/core/classes/Time.html +0 -521
  2776. data/doc/html/api/core/classes/UnboundMethod.html +0 -196
  2777. data/doc/html/api/core/created.rid +0 -1
  2778. data/doc/html/api/core/files/AUTHORS.html +0 -256
  2779. data/doc/html/api/core/files/CHANGES.html +0 -275
  2780. data/doc/html/api/core/files/COPYING.html +0 -462
  2781. data/doc/html/api/core/files/MANIFEST.html +0 -597
  2782. data/doc/html/api/core/files/NOTES.html +0 -164
  2783. data/doc/html/api/core/files/README.html +0 -412
  2784. data/doc/html/api/core/files/lib/facets/array/conjoin_rb.html +0 -92
  2785. data/doc/html/api/core/files/lib/facets/array/delete_rb.html +0 -92
  2786. data/doc/html/api/core/files/lib/facets/array/indexable_rb.html +0 -97
  2787. data/doc/html/api/core/files/lib/facets/array/merge_rb.html +0 -92
  2788. data/doc/html/api/core/files/lib/facets/array/not_empty_rb.html +0 -92
  2789. data/doc/html/api/core/files/lib/facets/array/only_rb.html +0 -92
  2790. data/doc/html/api/core/files/lib/facets/array/pad_rb.html +0 -92
  2791. data/doc/html/api/core/files/lib/facets/array/product_rb.html +0 -96
  2792. data/doc/html/api/core/files/lib/facets/array/rotate_rb.html +0 -92
  2793. data/doc/html/api/core/files/lib/facets/array/select_rb.html +0 -92
  2794. data/doc/html/api/core/files/lib/facets/array/splice_rb.html +0 -92
  2795. data/doc/html/api/core/files/lib/facets/array/stackable_rb.html +0 -97
  2796. data/doc/html/api/core/files/lib/facets/array/traverse_rb.html +0 -92
  2797. data/doc/html/api/core/files/lib/facets/array_rb.html +0 -129
  2798. data/doc/html/api/core/files/lib/facets/binding/caller_rb.html +0 -97
  2799. data/doc/html/api/core/files/lib/facets/binding/defined_rb.html +0 -96
  2800. data/doc/html/api/core/files/lib/facets/binding/local_variables_rb.html +0 -96
  2801. data/doc/html/api/core/files/lib/facets/binding/opvars_rb.html +0 -96
  2802. data/doc/html/api/core/files/lib/facets/binding/self_rb.html +0 -96
  2803. data/doc/html/api/core/files/lib/facets/binding_rb.html +0 -99
  2804. data/doc/html/api/core/files/lib/facets/bitmask_rb.html +0 -92
  2805. data/doc/html/api/core/files/lib/facets/blank_rb.html +0 -97
  2806. data/doc/html/api/core/files/lib/facets/boolean_rb.html +0 -126
  2807. data/doc/html/api/core/files/lib/facets/callstack_rb.html +0 -92
  2808. data/doc/html/api/core/files/lib/facets/class/descendents_rb.html +0 -92
  2809. data/doc/html/api/core/files/lib/facets/class/prepend_rb.html +0 -92
  2810. data/doc/html/api/core/files/lib/facets/class/subclasses_rb.html +0 -96
  2811. data/doc/html/api/core/files/lib/facets/class_rb.html +0 -97
  2812. data/doc/html/api/core/files/lib/facets/comparable/bound_rb.html +0 -92
  2813. data/doc/html/api/core/files/lib/facets/comparable/cmp_rb.html +0 -92
  2814. data/doc/html/api/core/files/lib/facets/comparable/comparable_rb.html +0 -109
  2815. data/doc/html/api/core/files/lib/facets/comparable_rb.html +0 -99
  2816. data/doc/html/api/core/files/lib/facets/dir/ascend_rb.html +0 -92
  2817. data/doc/html/api/core/files/lib/facets/dir/descend_rb.html +0 -96
  2818. data/doc/html/api/core/files/lib/facets/dir/multiglob_rb.html +0 -92
  2819. data/doc/html/api/core/files/lib/facets/dir/parent_rb.html +0 -92
  2820. data/doc/html/api/core/files/lib/facets/dir/recurse_rb.html +0 -92
  2821. data/doc/html/api/core/files/lib/facets/dir_rb.html +0 -102
  2822. data/doc/html/api/core/files/lib/facets/duplicable_rb.html +0 -100
  2823. data/doc/html/api/core/files/lib/facets/enumerable/accumulate_rb.html +0 -96
  2824. data/doc/html/api/core/files/lib/facets/enumerable/cluster_by_rb.html +0 -96
  2825. data/doc/html/api/core/files/lib/facets/enumerable/collect_rb.html +0 -92
  2826. data/doc/html/api/core/files/lib/facets/enumerable/divide_rb.html +0 -92
  2827. data/doc/html/api/core/files/lib/facets/enumerable/duplicates_rb.html +0 -92
  2828. data/doc/html/api/core/files/lib/facets/enumerable/each_by_rb.html +0 -96
  2829. data/doc/html/api/core/files/lib/facets/enumerable/inject_rb.html +0 -92
  2830. data/doc/html/api/core/files/lib/facets/enumerable/map_send_rb.html +0 -92
  2831. data/doc/html/api/core/files/lib/facets/enumerable/mash_rb.html +0 -92
  2832. data/doc/html/api/core/files/lib/facets/enumerable/mode_rb.html +0 -92
  2833. data/doc/html/api/core/files/lib/facets/enumerable/modulate_rb.html +0 -92
  2834. data/doc/html/api/core/files/lib/facets/enumerable/occur_rb.html +0 -92
  2835. data/doc/html/api/core/files/lib/facets/enumerable/probability_rb.html +0 -92
  2836. data/doc/html/api/core/files/lib/facets/enumerable/split_rb.html +0 -92
  2837. data/doc/html/api/core/files/lib/facets/enumerable/sum_rb.html +0 -92
  2838. data/doc/html/api/core/files/lib/facets/enumerable/uniq_by_rb.html +0 -92
  2839. data/doc/html/api/core/files/lib/facets/enumerable_rb.html +0 -111
  2840. data/doc/html/api/core/files/lib/facets/exception/detail_rb.html +0 -92
  2841. data/doc/html/api/core/files/lib/facets/exception_rb.html +0 -96
  2842. data/doc/html/api/core/files/lib/facets/file/null_rb.html +0 -92
  2843. data/doc/html/api/core/files/lib/facets/file/read_rb.html +0 -92
  2844. data/doc/html/api/core/files/lib/facets/file/rewrite_rb.html +0 -92
  2845. data/doc/html/api/core/files/lib/facets/file/rootname_rb.html +0 -92
  2846. data/doc/html/api/core/files/lib/facets/file/write_rb.html +0 -92
  2847. data/doc/html/api/core/files/lib/facets/file_rb.html +0 -100
  2848. data/doc/html/api/core/files/lib/facets/filetest/root_rb.html +0 -92
  2849. data/doc/html/api/core/files/lib/facets/filetest_rb.html +0 -97
  2850. data/doc/html/api/core/files/lib/facets/functor_rb.html +0 -151
  2851. data/doc/html/api/core/files/lib/facets/hash/alias_rb.html +0 -92
  2852. data/doc/html/api/core/files/lib/facets/hash/argumentize_rb.html +0 -92
  2853. data/doc/html/api/core/files/lib/facets/hash/at_rb.html +0 -92
  2854. data/doc/html/api/core/files/lib/facets/hash/autonew_rb.html +0 -92
  2855. data/doc/html/api/core/files/lib/facets/hash/collate_rb.html +0 -92
  2856. data/doc/html/api/core/files/lib/facets/hash/delete_rb.html +0 -92
  2857. data/doc/html/api/core/files/lib/facets/hash/diff_rb.html +0 -92
  2858. data/doc/html/api/core/files/lib/facets/hash/except_rb.html +0 -92
  2859. data/doc/html/api/core/files/lib/facets/hash/insert_rb.html +0 -92
  2860. data/doc/html/api/core/files/lib/facets/hash/inverse_rb.html +0 -92
  2861. data/doc/html/api/core/files/lib/facets/hash/join_rb.html +0 -92
  2862. data/doc/html/api/core/files/lib/facets/hash/keys_rb.html +0 -92
  2863. data/doc/html/api/core/files/lib/facets/hash/mash_rb.html +0 -96
  2864. data/doc/html/api/core/files/lib/facets/hash/merge_rb.html +0 -92
  2865. data/doc/html/api/core/files/lib/facets/hash/op_rb.html +0 -92
  2866. data/doc/html/api/core/files/lib/facets/hash/rekey_rb.html +0 -96
  2867. data/doc/html/api/core/files/lib/facets/hash/select_rb.html +0 -92
  2868. data/doc/html/api/core/files/lib/facets/hash/slice_rb.html +0 -92
  2869. data/doc/html/api/core/files/lib/facets/hash/stringify_keys_rb.html +0 -96
  2870. data/doc/html/api/core/files/lib/facets/hash/swap_rb.html +0 -92
  2871. data/doc/html/api/core/files/lib/facets/hash/symbolize_keys_rb.html +0 -96
  2872. data/doc/html/api/core/files/lib/facets/hash/to_h_rb.html +0 -96
  2873. data/doc/html/api/core/files/lib/facets/hash/to_proc_rb.html +0 -92
  2874. data/doc/html/api/core/files/lib/facets/hash/to_struct_rb.html +0 -92
  2875. data/doc/html/api/core/files/lib/facets/hash/traverse_rb.html +0 -92
  2876. data/doc/html/api/core/files/lib/facets/hash/update_rb.html +0 -92
  2877. data/doc/html/api/core/files/lib/facets/hash/weave_rb.html +0 -92
  2878. data/doc/html/api/core/files/lib/facets/hash/zipnew_rb.html +0 -96
  2879. data/doc/html/api/core/files/lib/facets/hash_rb.html +0 -118
  2880. data/doc/html/api/core/files/lib/facets/indexable_rb.html +0 -113
  2881. data/doc/html/api/core/files/lib/facets/integer/factorial_rb.html +0 -92
  2882. data/doc/html/api/core/files/lib/facets/integer/multiple_rb.html +0 -92
  2883. data/doc/html/api/core/files/lib/facets/integer/of_rb.html +0 -92
  2884. data/doc/html/api/core/files/lib/facets/integer/ordinal_rb.html +0 -92
  2885. data/doc/html/api/core/files/lib/facets/integer_rb.html +0 -100
  2886. data/doc/html/api/core/files/lib/facets/kernel/__dir___rb.html +0 -92
  2887. data/doc/html/api/core/files/lib/facets/kernel/as_rb.html +0 -96
  2888. data/doc/html/api/core/files/lib/facets/kernel/ask_rb.html +0 -92
  2889. data/doc/html/api/core/files/lib/facets/kernel/attr_singleton_rb.html +0 -92
  2890. data/doc/html/api/core/files/lib/facets/kernel/complete_rb.html +0 -92
  2891. data/doc/html/api/core/files/lib/facets/kernel/constant_rb.html +0 -92
  2892. data/doc/html/api/core/files/lib/facets/kernel/d_rb.html +0 -92
  2893. data/doc/html/api/core/files/lib/facets/kernel/deep_copy_rb.html +0 -92
  2894. data/doc/html/api/core/files/lib/facets/kernel/demo_rb.html +0 -92
  2895. data/doc/html/api/core/files/lib/facets/kernel/ergo_rb.html +0 -96
  2896. data/doc/html/api/core/files/lib/facets/kernel/here_rb.html +0 -92
  2897. data/doc/html/api/core/files/lib/facets/kernel/in_rb.html +0 -92
  2898. data/doc/html/api/core/files/lib/facets/kernel/instance_exec_rb.html +0 -96
  2899. data/doc/html/api/core/files/lib/facets/kernel/instance_rb.html +0 -92
  2900. data/doc/html/api/core/files/lib/facets/kernel/load_rb.html +0 -92
  2901. data/doc/html/api/core/files/lib/facets/kernel/maybe_rb.html +0 -92
  2902. data/doc/html/api/core/files/lib/facets/kernel/not_nil_rb.html +0 -92
  2903. data/doc/html/api/core/files/lib/facets/kernel/object_rb.html +0 -92
  2904. data/doc/html/api/core/files/lib/facets/kernel/p_rb.html +0 -92
  2905. data/doc/html/api/core/files/lib/facets/kernel/populate_rb.html +0 -92
  2906. data/doc/html/api/core/files/lib/facets/kernel/resc_rb.html +0 -92
  2907. data/doc/html/api/core/files/lib/facets/kernel/respond_rb.html +0 -92
  2908. data/doc/html/api/core/files/lib/facets/kernel/returning_rb.html +0 -92
  2909. data/doc/html/api/core/files/lib/facets/kernel/silence_rb.html +0 -92
  2910. data/doc/html/api/core/files/lib/facets/kernel/singleton_class_rb.html +0 -92
  2911. data/doc/html/api/core/files/lib/facets/kernel/try_rb.html +0 -92
  2912. data/doc/html/api/core/files/lib/facets/kernel/val_rb.html +0 -92
  2913. data/doc/html/api/core/files/lib/facets/kernel/with_rb.html +0 -92
  2914. data/doc/html/api/core/files/lib/facets/kernel_rb.html +0 -115
  2915. data/doc/html/api/core/files/lib/facets/matchdata/match_rb.html +0 -92
  2916. data/doc/html/api/core/files/lib/facets/matchdata/matchset_rb.html +0 -92
  2917. data/doc/html/api/core/files/lib/facets/matchdata_rb.html +0 -98
  2918. data/doc/html/api/core/files/lib/facets/metaid_rb.html +0 -92
  2919. data/doc/html/api/core/files/lib/facets/module/abstract_rb.html +0 -92
  2920. data/doc/html/api/core/files/lib/facets/module/alias_rb.html +0 -92
  2921. data/doc/html/api/core/files/lib/facets/module/ancestor_rb.html +0 -92
  2922. data/doc/html/api/core/files/lib/facets/module/can_rb.html +0 -92
  2923. data/doc/html/api/core/files/lib/facets/module/class_rb.html +0 -92
  2924. data/doc/html/api/core/files/lib/facets/module/clone_rb.html +0 -92
  2925. data/doc/html/api/core/files/lib/facets/module/conflict_rb.html +0 -92
  2926. data/doc/html/api/core/files/lib/facets/module/include_function_module_rb.html +0 -92
  2927. data/doc/html/api/core/files/lib/facets/module/instance_methods_rb.html +0 -92
  2928. data/doc/html/api/core/files/lib/facets/module/is_rb.html +0 -92
  2929. data/doc/html/api/core/files/lib/facets/module/module_load_rb.html +0 -92
  2930. data/doc/html/api/core/files/lib/facets/module/nesting_rb.html +0 -92
  2931. data/doc/html/api/core/files/lib/facets/module/op_rb.html +0 -92
  2932. data/doc/html/api/core/files/lib/facets/module/pathize_rb.html +0 -92
  2933. data/doc/html/api/core/files/lib/facets/module/prepend_rb.html +0 -92
  2934. data/doc/html/api/core/files/lib/facets/module/revise_rb.html +0 -92
  2935. data/doc/html/api/core/files/lib/facets/module_rb.html +0 -109
  2936. data/doc/html/api/core/files/lib/facets/nilclass_rb.html +0 -96
  2937. data/doc/html/api/core/files/lib/facets/numeric/approx_rb.html +0 -92
  2938. data/doc/html/api/core/files/lib/facets/numeric/distance_rb.html +0 -92
  2939. data/doc/html/api/core/files/lib/facets/numeric/round_rb.html +0 -92
  2940. data/doc/html/api/core/files/lib/facets/numeric_rb.html +0 -98
  2941. data/doc/html/api/core/files/lib/facets/proc/bind_rb.html +0 -92
  2942. data/doc/html/api/core/files/lib/facets/proc/compose_rb.html +0 -92
  2943. data/doc/html/api/core/files/lib/facets/proc/curry_rb.html +0 -92
  2944. data/doc/html/api/core/files/lib/facets/proc/partial_rb.html +0 -125
  2945. data/doc/html/api/core/files/lib/facets/proc/to_method_rb.html +0 -96
  2946. data/doc/html/api/core/files/lib/facets/proc/update_rb.html +0 -92
  2947. data/doc/html/api/core/files/lib/facets/proc_rb.html +0 -99
  2948. data/doc/html/api/core/files/lib/facets/range/combine_rb.html +0 -92
  2949. data/doc/html/api/core/files/lib/facets/range/overlap_rb.html +0 -92
  2950. data/doc/html/api/core/files/lib/facets/range/to_r_rb.html +0 -92
  2951. data/doc/html/api/core/files/lib/facets/range/umbrella_rb.html +0 -96
  2952. data/doc/html/api/core/files/lib/facets/range/within_rb.html +0 -92
  2953. data/doc/html/api/core/files/lib/facets/range_rb.html +0 -99
  2954. data/doc/html/api/core/files/lib/facets/regexp/arity_rb.html +0 -92
  2955. data/doc/html/api/core/files/lib/facets/regexp/to_re_rb.html +0 -92
  2956. data/doc/html/api/core/files/lib/facets/regexp_rb.html +0 -98
  2957. data/doc/html/api/core/files/lib/facets/ruby_rb.html +0 -110
  2958. data/doc/html/api/core/files/lib/facets/stackable_rb.html +0 -120
  2959. data/doc/html/api/core/files/lib/facets/string/align_rb.html +0 -92
  2960. data/doc/html/api/core/files/lib/facets/string/bracket_rb.html +0 -92
  2961. data/doc/html/api/core/files/lib/facets/string/camelcase_rb.html +0 -92
  2962. data/doc/html/api/core/files/lib/facets/string/capitalized_rb.html +0 -92
  2963. data/doc/html/api/core/files/lib/facets/string/chomp_rb.html +0 -92
  2964. data/doc/html/api/core/files/lib/facets/string/cleave_rb.html +0 -92
  2965. data/doc/html/api/core/files/lib/facets/string/divide_rb.html +0 -92
  2966. data/doc/html/api/core/files/lib/facets/string/fold_rb.html +0 -92
  2967. data/doc/html/api/core/files/lib/facets/string/interpolate_rb.html +0 -92
  2968. data/doc/html/api/core/files/lib/facets/string/line_wrap_rb.html +0 -92
  2969. data/doc/html/api/core/files/lib/facets/string/mscan_rb.html +0 -92
  2970. data/doc/html/api/core/files/lib/facets/string/natcmp_rb.html +0 -92
  2971. data/doc/html/api/core/files/lib/facets/string/nchar_rb.html +0 -92
  2972. data/doc/html/api/core/files/lib/facets/string/range_rb.html +0 -92
  2973. data/doc/html/api/core/files/lib/facets/string/rewrite_rb.html +0 -92
  2974. data/doc/html/api/core/files/lib/facets/string/shatter_rb.html +0 -92
  2975. data/doc/html/api/core/files/lib/facets/string/snakecase_rb.html +0 -92
  2976. data/doc/html/api/core/files/lib/facets/string/splice_rb.html +0 -92
  2977. data/doc/html/api/core/files/lib/facets/string/stylize_rb.html +0 -92
  2978. data/doc/html/api/core/files/lib/facets/string/subtract_rb.html +0 -92
  2979. data/doc/html/api/core/files/lib/facets/string/tab_rb.html +0 -92
  2980. data/doc/html/api/core/files/lib/facets/string/titlecase_rb.html +0 -92
  2981. data/doc/html/api/core/files/lib/facets/string/to_re_rb.html +0 -92
  2982. data/doc/html/api/core/files/lib/facets/string/to_time_rb.html +0 -98
  2983. data/doc/html/api/core/files/lib/facets/string/underscore_rb.html +0 -92
  2984. data/doc/html/api/core/files/lib/facets/string/words_rb.html +0 -96
  2985. data/doc/html/api/core/files/lib/facets/string/xor_rb.html +0 -92
  2986. data/doc/html/api/core/files/lib/facets/string_rb.html +0 -109
  2987. data/doc/html/api/core/files/lib/facets/symbol/chomp_rb.html +0 -92
  2988. data/doc/html/api/core/files/lib/facets/symbol/generate_rb.html +0 -92
  2989. data/doc/html/api/core/files/lib/facets/symbol/not_rb.html +0 -92
  2990. data/doc/html/api/core/files/lib/facets/symbol_rb.html +0 -98
  2991. data/doc/html/api/core/files/lib/facets/time/ago_rb.html +0 -96
  2992. data/doc/html/api/core/files/lib/facets/time/change_rb.html +0 -92
  2993. data/doc/html/api/core/files/lib/facets/time/elapse_rb.html +0 -92
  2994. data/doc/html/api/core/files/lib/facets/time/hence_rb.html +0 -92
  2995. data/doc/html/api/core/files/lib/facets/time/set_rb.html +0 -96
  2996. data/doc/html/api/core/files/lib/facets/time/stamp_rb.html +0 -92
  2997. data/doc/html/api/core/files/lib/facets/time_rb.html +0 -99
  2998. data/doc/html/api/core/files/lib/facets/to_hash_rb.html +0 -92
  2999. data/doc/html/api/core/files/lib/facets/unboundmethod/arguments_rb.html +0 -92
  3000. data/doc/html/api/core/files/lib/facets/unboundmethod_rb.html +0 -97
  3001. data/doc/html/api/core/fr_class_index.html +0 -74
  3002. data/doc/html/api/core/fr_file_index.html +0 -269
  3003. data/doc/html/api/core/fr_method_index.html +0 -463
  3004. data/doc/html/api/core/index.html +0 -26
  3005. data/doc/html/api/more/classes/ANSICode.html +0 -495
  3006. data/doc/html/api/more/classes/Advisable.html +0 -271
  3007. data/doc/html/api/more/classes/Advisable/Method.html +0 -251
  3008. data/doc/html/api/more/classes/Archive.html +0 -89
  3009. data/doc/html/api/more/classes/Archive/Tar.html +0 -89
  3010. data/doc/html/api/more/classes/Archive/Tar/Minitar.html +0 -470
  3011. data/doc/html/api/more/classes/Archive/Tar/Minitar/Input.html +0 -380
  3012. data/doc/html/api/more/classes/Archive/Tar/Minitar/Output.html +0 -218
  3013. data/doc/html/api/more/classes/Archive/Tar/Minitar/Reader.html +0 -285
  3014. data/doc/html/api/more/classes/Archive/Tar/Minitar/Writer.html +0 -419
  3015. data/doc/html/api/more/classes/Association.html +0 -307
  3016. data/doc/html/api/more/classes/Association/Kernel.html +0 -134
  3017. data/doc/html/api/more/classes/Autoarray.html +0 -168
  3018. data/doc/html/api/more/classes/BBCode.html +0 -534
  3019. data/doc/html/api/more/classes/BasicObject.html +0 -260
  3020. data/doc/html/api/more/classes/Behavior.html +0 -145
  3021. data/doc/html/api/more/classes/BiCrypt.html +0 -543
  3022. data/doc/html/api/more/classes/BigDuration.html +0 -327
  3023. data/doc/html/api/more/classes/BinReadable.html +0 -536
  3024. data/doc/html/api/more/classes/BinReadable/ByteOrder.html +0 -225
  3025. data/doc/html/api/more/classes/Buildable.html +0 -154
  3026. data/doc/html/api/more/classes/BuildingBlock.html +0 -362
  3027. data/doc/html/api/more/classes/CGI.html +0 -187
  3028. data/doc/html/api/more/classes/CLI.html +0 -108
  3029. data/doc/html/api/more/classes/CLI/Arguments.html +0 -709
  3030. data/doc/html/api/more/classes/CLI/Command.html +0 -436
  3031. data/doc/html/api/more/classes/CLI/Command/UniversalOptions.html +0 -91
  3032. data/doc/html/api/more/classes/CLI/NoCommandError.html +0 -113
  3033. data/doc/html/api/more/classes/CLI/NoOptionError.html +0 -120
  3034. data/doc/html/api/more/classes/CacheDecorator.html +0 -224
  3035. data/doc/html/api/more/classes/Capsule.html +0 -410
  3036. data/doc/html/api/more/classes/Capsule/MissingFile.html +0 -96
  3037. data/doc/html/api/more/classes/Chain.html +0 -208
  3038. data/doc/html/api/more/classes/Cloneable.html +0 -131
  3039. data/doc/html/api/more/classes/Config.html +0 -137
  3040. data/doc/html/api/more/classes/ConsoleUtils.html +0 -240
  3041. data/doc/html/api/more/classes/Continuation.html +0 -115
  3042. data/doc/html/api/more/classes/Coroutine.html +0 -286
  3043. data/doc/html/api/more/classes/Crypt.html +0 -277
  3044. data/doc/html/api/more/classes/CssFilter.html +0 -473
  3045. data/doc/html/api/more/classes/CssTree.html +0 -149
  3046. data/doc/html/api/more/classes/Date.html +0 -252
  3047. data/doc/html/api/more/classes/Dictionary.html +0 -1247
  3048. data/doc/html/api/more/classes/Downloader.html +0 -514
  3049. data/doc/html/api/more/classes/Duration.html +0 -769
  3050. data/doc/html/api/more/classes/Enumerable.html +0 -340
  3051. data/doc/html/api/more/classes/Enumerable/Elementor.html +0 -172
  3052. data/doc/html/api/more/classes/Enumerable/Enumerator.html +0 -118
  3053. data/doc/html/api/more/classes/EnumerablePass.html +0 -216
  3054. data/doc/html/api/more/classes/Equatable.html +0 -190
  3055. data/doc/html/api/more/classes/EventHook.html +0 -176
  3056. data/doc/html/api/more/classes/Expirable.html +0 -197
  3057. data/doc/html/api/more/classes/File.html +0 -130
  3058. data/doc/html/api/more/classes/FileList.html +0 -982
  3059. data/doc/html/api/more/classes/FileShell.html +0 -774
  3060. data/doc/html/api/more/classes/FileUtils.html +0 -454
  3061. data/doc/html/api/more/classes/Fileable.html +0 -181
  3062. data/doc/html/api/more/classes/Fileable/DSL.html +0 -306
  3063. data/doc/html/api/more/classes/GetoptLong.html +0 -120
  3064. data/doc/html/api/more/classes/GetoptLong/DSL.html +0 -210
  3065. data/doc/html/api/more/classes/Hash2Xml.html +0 -177
  3066. data/doc/html/api/more/classes/HtmlFilter.html +0 -850
  3067. data/doc/html/api/more/classes/IORedirect.html +0 -222
  3068. data/doc/html/api/more/classes/InfinityClass.html +0 -452
  3069. data/doc/html/api/more/classes/InfinityClass/Numeric.html +0 -197
  3070. data/doc/html/api/more/classes/InstanceReflection.html +0 -129
  3071. data/doc/html/api/more/classes/Instantiable.html +0 -142
  3072. data/doc/html/api/more/classes/Instantise.html +0 -162
  3073. data/doc/html/api/more/classes/Interval.html +0 -879
  3074. data/doc/html/api/more/classes/It.html +0 -207
  3075. data/doc/html/api/more/classes/LRUCache.html +0 -464
  3076. data/doc/html/api/more/classes/LRUCache/Item.html +0 -114
  3077. data/doc/html/api/more/classes/LRUCache/Sentinel.html +0 -100
  3078. data/doc/html/api/more/classes/Lazy.html +0 -96
  3079. data/doc/html/api/more/classes/Lazy/Future.html +0 -100
  3080. data/doc/html/api/more/classes/Lazy/Promise.html +0 -112
  3081. data/doc/html/api/more/classes/Lazy/PromiseSafe.html +0 -99
  3082. data/doc/html/api/more/classes/LinkedList.html +0 -494
  3083. data/doc/html/api/more/classes/LinkedList/Node.html +0 -151
  3084. data/doc/html/api/more/classes/Logger.html +0 -231
  3085. data/doc/html/api/more/classes/Logger/Ansicolor.html +0 -279
  3086. data/doc/html/api/more/classes/Logger/LogDevice.html +0 -123
  3087. data/doc/html/api/more/classes/Module.html +0 -1410
  3088. data/doc/html/api/more/classes/Multiton.html +0 -207
  3089. data/doc/html/api/more/classes/Multiton/Inclusive.html +0 -128
  3090. data/doc/html/api/more/classes/Multiton/MetaMethods.html +0 -270
  3091. data/doc/html/api/more/classes/NackClass.html +0 -99
  3092. data/doc/html/api/more/classes/Net/SMTP.html +0 -259
  3093. data/doc/html/api/more/classes/NilClass.html +0 -227
  3094. data/doc/html/api/more/classes/NullClass.html +0 -204
  3095. data/doc/html/api/more/classes/Numeric.html +0 -1188
  3096. data/doc/html/api/more/classes/ObjectReflection.html +0 -145
  3097. data/doc/html/api/more/classes/OpEsc.html +0 -138
  3098. data/doc/html/api/more/classes/OpenCascade.html +0 -144
  3099. data/doc/html/api/more/classes/OpenCollection.html +0 -140
  3100. data/doc/html/api/more/classes/OpenHash.html +0 -158
  3101. data/doc/html/api/more/classes/OpenObject.html +0 -604
  3102. data/doc/html/api/more/classes/OpenStruct.html +0 -413
  3103. data/doc/html/api/more/classes/PQueue.html +0 -734
  3104. data/doc/html/api/more/classes/PathList.html +0 -161
  3105. data/doc/html/api/more/classes/PathList/Finder.html +0 -137
  3106. data/doc/html/api/more/classes/Pathname.html +0 -178
  3107. data/doc/html/api/more/classes/Pool.html +0 -206
  3108. data/doc/html/api/more/classes/Proc.html +0 -138
  3109. data/doc/html/api/more/classes/ProgressBar.html +0 -683
  3110. data/doc/html/api/more/classes/Prototype.html +0 -245
  3111. data/doc/html/api/more/classes/RWDelegator.html +0 -196
  3112. data/doc/html/api/more/classes/Random.html +0 -164
  3113. data/doc/html/api/more/classes/Random/Array.html +0 -341
  3114. data/doc/html/api/more/classes/Random/Hash.html +0 -380
  3115. data/doc/html/api/more/classes/Random/Object.html +0 -121
  3116. data/doc/html/api/more/classes/Random/String.html +0 -301
  3117. data/doc/html/api/more/classes/Random/String/Self.html +0 -155
  3118. data/doc/html/api/more/classes/Recorder.html +0 -205
  3119. data/doc/html/api/more/classes/RecursiveDependency.html +0 -92
  3120. data/doc/html/api/more/classes/Reference.html +0 -198
  3121. data/doc/html/api/more/classes/Registerable.html +0 -159
  3122. data/doc/html/api/more/classes/Semaphore.html +0 -262
  3123. data/doc/html/api/more/classes/Set.html +0 -119
  3124. data/doc/html/api/more/classes/Settings.html +0 -290
  3125. data/doc/html/api/more/classes/Settings/Setting.html +0 -225
  3126. data/doc/html/api/more/classes/Settings/SettingCollection.html +0 -144
  3127. data/doc/html/api/more/classes/Shellwords.html +0 -113
  3128. data/doc/html/api/more/classes/SimpleStringIO.html +0 -137
  3129. data/doc/html/api/more/classes/Snapshot.html +0 -196
  3130. data/doc/html/api/more/classes/Snapshot/ValueHolder.html +0 -165
  3131. data/doc/html/api/more/classes/String/Style.html +0 -695
  3132. data/doc/html/api/more/classes/Struct.html +0 -132
  3133. data/doc/html/api/more/classes/SyncArray.html +0 -129
  3134. data/doc/html/api/more/classes/SyncHash.html +0 -158
  3135. data/doc/html/api/more/classes/SyncHash/Delegator.html +0 -213
  3136. data/doc/html/api/more/classes/SyncHash/Inheritor.html +0 -213
  3137. data/doc/html/api/more/classes/System.html +0 -1119
  3138. data/doc/html/api/more/classes/Timer.html +0 -466
  3139. data/doc/html/api/more/classes/Timer/Dummy.html +0 -141
  3140. data/doc/html/api/more/classes/TracePoint.html +0 -455
  3141. data/doc/html/api/more/classes/Tuple.html +0 -902
  3142. data/doc/html/api/more/classes/TypeCast.html +0 -158
  3143. data/doc/html/api/more/classes/TypeCast/Class.html +0 -129
  3144. data/doc/html/api/more/classes/TypeCast/Object.html +0 -119
  3145. data/doc/html/api/more/classes/TypeCastException.html +0 -96
  3146. data/doc/html/api/more/classes/URI.html +0 -455
  3147. data/doc/html/api/more/classes/URI/Hash.html +0 -107
  3148. data/doc/html/api/more/classes/URI/Kernel.html +0 -124
  3149. data/doc/html/api/more/classes/Uninheritable.html +0 -122
  3150. data/doc/html/api/more/classes/UploadUtils.html +0 -499
  3151. data/doc/html/api/more/classes/VersionNumber.html +0 -384
  3152. data/doc/html/api/more/classes/Weekdays.html +0 -248
  3153. data/doc/html/api/more/classes/XOXO.html +0 -252
  3154. data/doc/html/api/more/classes/ZipUtils.html +0 -437
  3155. data/doc/html/api/more/classes/ZipUtils/DryRun.html +0 -225
  3156. data/doc/html/api/more/classes/ZipUtils/NoWrite.html +0 -225
  3157. data/doc/html/api/more/classes/ZipUtils/Verbose.html +0 -225
  3158. data/doc/html/api/more/created.rid +0 -1
  3159. data/doc/html/api/more/files/AUTHORS.html +0 -257
  3160. data/doc/html/api/more/files/CHANGES.html +0 -274
  3161. data/doc/html/api/more/files/COPYING.html +0 -462
  3162. data/doc/html/api/more/files/MANIFEST.html +0 -597
  3163. data/doc/html/api/more/files/NOTES.html +0 -166
  3164. data/doc/html/api/more/files/README.html +0 -411
  3165. data/doc/html/api/more/files/lib/facets/1stclassmethod_rb.html +0 -181
  3166. data/doc/html/api/more/files/lib/facets/advisable_rb.html +0 -124
  3167. data/doc/html/api/more/files/lib/facets/annotations_rb.html +0 -179
  3168. data/doc/html/api/more/files/lib/facets/ansicode_rb.html +0 -199
  3169. data/doc/html/api/more/files/lib/facets/arguments_rb.html +0 -142
  3170. data/doc/html/api/more/files/lib/facets/association_rb.html +0 -158
  3171. data/doc/html/api/more/files/lib/facets/attr_rb.html +0 -92
  3172. data/doc/html/api/more/files/lib/facets/autoarray_rb.html +0 -125
  3173. data/doc/html/api/more/files/lib/facets/autoreload_rb.html +0 -134
  3174. data/doc/html/api/more/files/lib/facets/basicobject_rb.html +0 -190
  3175. data/doc/html/api/more/files/lib/facets/bbcode_rb.html +0 -138
  3176. data/doc/html/api/more/files/lib/facets/behavior_rb.html +0 -125
  3177. data/doc/html/api/more/files/lib/facets/bicrypt_rb.html +0 -124
  3178. data/doc/html/api/more/files/lib/facets/binreadable_rb.html +0 -141
  3179. data/doc/html/api/more/files/lib/facets/buildable_rb.html +0 -228
  3180. data/doc/html/api/more/files/lib/facets/bytes_rb.html +0 -170
  3181. data/doc/html/api/more/files/lib/facets/cachedecorator_rb.html +0 -178
  3182. data/doc/html/api/more/files/lib/facets/capsule_rb.html +0 -143
  3183. data/doc/html/api/more/files/lib/facets/cattr_rb.html +0 -125
  3184. data/doc/html/api/more/files/lib/facets/cgi_rb.html +0 -111
  3185. data/doc/html/api/more/files/lib/facets/chain_rb.html +0 -114
  3186. data/doc/html/api/more/files/lib/facets/class_extension_rb.html +0 -155
  3187. data/doc/html/api/more/files/lib/facets/classmethods_rb.html +0 -213
  3188. data/doc/html/api/more/files/lib/facets/cloneable_rb.html +0 -134
  3189. data/doc/html/api/more/files/lib/facets/command_rb.html +0 -170
  3190. data/doc/html/api/more/files/lib/facets/consoleutils_rb.html +0 -109
  3191. data/doc/html/api/more/files/lib/facets/continuation_rb.html +0 -145
  3192. data/doc/html/api/more/files/lib/facets/core_rb.html +0 -133
  3193. data/doc/html/api/more/files/lib/facets/coroutine_rb.html +0 -163
  3194. data/doc/html/api/more/files/lib/facets/crypt_rb.html +0 -141
  3195. data/doc/html/api/more/files/lib/facets/cssfilter_rb.html +0 -120
  3196. data/doc/html/api/more/files/lib/facets/daemonize_rb.html +0 -118
  3197. data/doc/html/api/more/files/lib/facets/date_rb.html +0 -121
  3198. data/doc/html/api/more/files/lib/facets/dependency_rb.html +0 -158
  3199. data/doc/html/api/more/files/lib/facets/dictionary_rb.html +0 -198
  3200. data/doc/html/api/more/files/lib/facets/downloader_rb.html +0 -137
  3201. data/doc/html/api/more/files/lib/facets/duration_rb.html +0 -132
  3202. data/doc/html/api/more/files/lib/facets/elementor_rb.html +0 -148
  3203. data/doc/html/api/more/files/lib/facets/elementwise_rb.html +0 -96
  3204. data/doc/html/api/more/files/lib/facets/enumerablepass_rb.html +0 -153
  3205. data/doc/html/api/more/files/lib/facets/equatable_rb.html +0 -145
  3206. data/doc/html/api/more/files/lib/facets/eventhook_rb.html +0 -141
  3207. data/doc/html/api/more/files/lib/facets/expirable_rb.html +0 -116
  3208. data/doc/html/api/more/files/lib/facets/fileable_rb.html +0 -138
  3209. data/doc/html/api/more/files/lib/facets/filelist_rb.html +0 -164
  3210. data/doc/html/api/more/files/lib/facets/fileshell_rb.html +0 -124
  3211. data/doc/html/api/more/files/lib/facets/fileutils/head_rb.html +0 -96
  3212. data/doc/html/api/more/files/lib/facets/fileutils/safe_ln_rb.html +0 -96
  3213. data/doc/html/api/more/files/lib/facets/fileutils/slice_rb.html +0 -96
  3214. data/doc/html/api/more/files/lib/facets/fileutils/tail_rb.html +0 -96
  3215. data/doc/html/api/more/files/lib/facets/fileutils/wc_rb.html +0 -96
  3216. data/doc/html/api/more/files/lib/facets/fileutils/whereis_rb.html +0 -96
  3217. data/doc/html/api/more/files/lib/facets/fileutils/which_rb.html +0 -96
  3218. data/doc/html/api/more/files/lib/facets/fileutils_rb.html +0 -131
  3219. data/doc/html/api/more/files/lib/facets/float/round_rb.html +0 -96
  3220. data/doc/html/api/more/files/lib/facets/getoptlong_rb.html +0 -135
  3221. data/doc/html/api/more/files/lib/facets/heap_rb.html +0 -132
  3222. data/doc/html/api/more/files/lib/facets/htmlfilter_rb.html +0 -153
  3223. data/doc/html/api/more/files/lib/facets/infinity_rb.html +0 -153
  3224. data/doc/html/api/more/files/lib/facets/inheritor_rb.html +0 -149
  3225. data/doc/html/api/more/files/lib/facets/instantiable_rb.html +0 -119
  3226. data/doc/html/api/more/files/lib/facets/instantise_rb.html +0 -145
  3227. data/doc/html/api/more/files/lib/facets/interval_rb.html +0 -163
  3228. data/doc/html/api/more/files/lib/facets/ioredirect_rb.html +0 -133
  3229. data/doc/html/api/more/files/lib/facets/iteration_rb.html +0 -94
  3230. data/doc/html/api/more/files/lib/facets/lazy_rb.html +0 -120
  3231. data/doc/html/api/more/files/lib/facets/linkedlist_rb.html +0 -159
  3232. data/doc/html/api/more/files/lib/facets/logger_rb.html +0 -142
  3233. data/doc/html/api/more/files/lib/facets/lrucache_rb.html +0 -129
  3234. data/doc/html/api/more/files/lib/facets/main_rb.html +0 -126
  3235. data/doc/html/api/more/files/lib/facets/memoize_rb.html +0 -163
  3236. data/doc/html/api/more/files/lib/facets/meta_rb.html +0 -96
  3237. data/doc/html/api/more/files/lib/facets/methodspace_rb.html +0 -138
  3238. data/doc/html/api/more/files/lib/facets/minitar_rb.html +0 -203
  3239. data/doc/html/api/more/files/lib/facets/multipliers_rb.html +0 -149
  3240. data/doc/html/api/more/files/lib/facets/multiton_rb.html +0 -187
  3241. data/doc/html/api/more/files/lib/facets/nackclass_rb.html +0 -121
  3242. data/doc/html/api/more/files/lib/facets/net/smtp_tls_rb.html +0 -143
  3243. data/doc/html/api/more/files/lib/facets/nilstatus_rb.html +0 -92
  3244. data/doc/html/api/more/files/lib/facets/nullclass_rb.html +0 -122
  3245. data/doc/html/api/more/files/lib/facets/opencascade_rb.html +0 -156
  3246. data/doc/html/api/more/files/lib/facets/opencollection_rb.html +0 -123
  3247. data/doc/html/api/more/files/lib/facets/openhash_rb.html +0 -107
  3248. data/doc/html/api/more/files/lib/facets/openobject_rb.html +0 -167
  3249. data/doc/html/api/more/files/lib/facets/opesc_rb.html +0 -94
  3250. data/doc/html/api/more/files/lib/facets/orderedhash_rb.html +0 -142
  3251. data/doc/html/api/more/files/lib/facets/ostruct_rb.html +0 -135
  3252. data/doc/html/api/more/files/lib/facets/overload_rb.html +0 -119
  3253. data/doc/html/api/more/files/lib/facets/pathlist_rb.html +0 -133
  3254. data/doc/html/api/more/files/lib/facets/pathname_rb.html +0 -155
  3255. data/doc/html/api/more/files/lib/facets/pool_rb.html +0 -131
  3256. data/doc/html/api/more/files/lib/facets/pqueue_rb.html +0 -129
  3257. data/doc/html/api/more/files/lib/facets/progressbar_rb.html +0 -126
  3258. data/doc/html/api/more/files/lib/facets/prototype_rb.html +0 -102
  3259. data/doc/html/api/more/files/lib/facets/random_rb.html +0 -148
  3260. data/doc/html/api/more/files/lib/facets/rbconfig_rb.html +0 -124
  3261. data/doc/html/api/more/files/lib/facets/rbsystem_rb.html +0 -143
  3262. data/doc/html/api/more/files/lib/facets/recorder_rb.html +0 -154
  3263. data/doc/html/api/more/files/lib/facets/reference_rb.html +0 -130
  3264. data/doc/html/api/more/files/lib/facets/reflection_rb.html +0 -119
  3265. data/doc/html/api/more/files/lib/facets/registerable_rb.html +0 -98
  3266. data/doc/html/api/more/files/lib/facets/rwdelegator_rb.html +0 -122
  3267. data/doc/html/api/more/files/lib/facets/semaphore_rb.html +0 -120
  3268. data/doc/html/api/more/files/lib/facets/set_rb.html +0 -96
  3269. data/doc/html/api/more/files/lib/facets/settings_rb.html +0 -141
  3270. data/doc/html/api/more/files/lib/facets/shellwords_rb.html +0 -124
  3271. data/doc/html/api/more/files/lib/facets/snapshot_rb.html +0 -177
  3272. data/doc/html/api/more/files/lib/facets/style_rb.html +0 -96
  3273. data/doc/html/api/more/files/lib/facets/succ_rb.html +0 -92
  3274. data/doc/html/api/more/files/lib/facets/syncarray_rb.html +0 -125
  3275. data/doc/html/api/more/files/lib/facets/synchash_rb.html +0 -138
  3276. data/doc/html/api/more/files/lib/facets/thread_rb.html +0 -132
  3277. data/doc/html/api/more/files/lib/facets/timer_rb.html +0 -174
  3278. data/doc/html/api/more/files/lib/facets/times_rb.html +0 -163
  3279. data/doc/html/api/more/files/lib/facets/tracepoint_rb.html +0 -167
  3280. data/doc/html/api/more/files/lib/facets/tuple_rb.html +0 -160
  3281. data/doc/html/api/more/files/lib/facets/typecast_rb.html +0 -214
  3282. data/doc/html/api/more/files/lib/facets/uninheritable_rb.html +0 -129
  3283. data/doc/html/api/more/files/lib/facets/uploadutils_rb.html +0 -176
  3284. data/doc/html/api/more/files/lib/facets/uri_rb.html +0 -125
  3285. data/doc/html/api/more/files/lib/facets/version_rb.html +0 -132
  3286. data/doc/html/api/more/files/lib/facets/xmlhash_rb.html +0 -97
  3287. data/doc/html/api/more/files/lib/facets/xoxo_rb.html +0 -136
  3288. data/doc/html/api/more/files/lib/facets/yaml_rb.html +0 -145
  3289. data/doc/html/api/more/files/lib/facets/ziputils_rb.html +0 -133
  3290. data/doc/html/api/more/fr_class_index.html +0 -200
  3291. data/doc/html/api/more/fr_file_index.html +0 -177
  3292. data/doc/html/api/more/fr_method_index.html +0 -1181
  3293. data/doc/html/api/more/index.html +0 -26
  3294. data/doc/html/authors.html +0 -178
  3295. data/doc/html/changes.html +0 -193
  3296. data/doc/html/copying.html +0 -384
  3297. data/doc/html/img/APIdocs.png +0 -0
  3298. data/doc/html/img/RubyFacets.png +0 -0
  3299. data/doc/html/img/bomb.gif +0 -0
  3300. data/doc/html/img/develop.gif +0 -0
  3301. data/doc/html/img/email.gif +0 -0
  3302. data/doc/html/img/fade_blue_down.gif +0 -0
  3303. data/doc/html/img/fade_red_down.png +0 -0
  3304. data/doc/html/img/folder.gif +0 -0
  3305. data/doc/html/img/home.gif +0 -0
  3306. data/doc/html/img/menu_bkg.png +0 -0
  3307. data/doc/html/img/quill.gif +0 -0
  3308. data/doc/html/img/ruby-h.png +0 -0
  3309. data/doc/html/img/ruby.gif +0 -0
  3310. data/doc/html/img/ruby.png +0 -0
  3311. data/doc/html/img/source.gif +0 -0
  3312. data/doc/html/index.html +0 -16
  3313. data/doc/html/js/doclist.js +0 -20
  3314. data/doc/html/js/jquery.js +0 -3408
  3315. data/doc/html/list.json +0 -1
  3316. data/doc/html/manifest.html +0 -519
  3317. data/doc/html/menu.html +0 -70
  3318. data/doc/html/notes.html +0 -86
  3319. data/doc/html/rakefile.html +0 -45
  3320. data/doc/html/readme.html +0 -327
  3321. data/doc/html/style-rdoc.css +0 -208
  3322. data/lib/facets.rb +0 -2
  3323. data/lib/facets/ansicode.rb +0 -320
  3324. data/lib/facets/arguments.rb +0 -349
  3325. data/lib/facets/array.rb +0 -24
  3326. data/lib/facets/array/product.rb +0 -15
  3327. data/lib/facets/binding.rb +0 -6
  3328. data/lib/facets/binding/caller.rb +0 -54
  3329. data/lib/facets/binding/defined.rb +0 -13
  3330. data/lib/facets/binding/local_variables.rb +0 -15
  3331. data/lib/facets/binding/opvars.rb +0 -24
  3332. data/lib/facets/binding/self.rb +0 -12
  3333. data/lib/facets/class.rb +0 -4
  3334. data/lib/facets/command.rb +0 -422
  3335. data/lib/facets/comparable.rb +0 -6
  3336. data/lib/facets/core.rb +0 -50
  3337. data/lib/facets/dictionary.rb +0 -474
  3338. data/lib/facets/dir.rb +0 -9
  3339. data/lib/facets/enumerable.rb +0 -19
  3340. data/lib/facets/enumerable/cluster_by.rb +0 -21
  3341. data/lib/facets/file.rb +0 -7
  3342. data/lib/facets/file/rewrite.rb +0 -54
  3343. data/lib/facets/file/rootname.rb +0 -23
  3344. data/lib/facets/filelist.rb +0 -499
  3345. data/lib/facets/filetest.rb +0 -3
  3346. data/lib/facets/fileutils/whereis.rb +0 -63
  3347. data/lib/facets/hash.rb +0 -25
  3348. data/lib/facets/hash/merge.rb +0 -74
  3349. data/lib/facets/hash/rekey.rb +0 -59
  3350. data/lib/facets/hash/slice.rb +0 -23
  3351. data/lib/facets/hash/update.rb +0 -75
  3352. data/lib/facets/integer.rb +0 -7
  3353. data/lib/facets/kernel.rb +0 -29
  3354. data/lib/facets/kernel/ask.rb +0 -27
  3355. data/lib/facets/matchdata.rb +0 -6
  3356. data/lib/facets/meta.rb +0 -23
  3357. data/lib/facets/module.rb +0 -22
  3358. data/lib/facets/module/conflict.rb +0 -56
  3359. data/lib/facets/nilclass.rb +0 -3
  3360. data/lib/facets/numeric.rb +0 -5
  3361. data/lib/facets/overload.rb +0 -94
  3362. data/lib/facets/paramix.rb +0 -187
  3363. data/lib/facets/pathname.rb +0 -112
  3364. data/lib/facets/proc.rb +0 -6
  3365. data/lib/facets/range.rb +0 -6
  3366. data/lib/facets/reflection.rb +0 -98
  3367. data/lib/facets/regexp.rb +0 -5
  3368. data/lib/facets/ruby.rb +0 -485
  3369. data/lib/facets/string.rb +0 -28
  3370. data/lib/facets/string/to_time.rb +0 -1
  3371. data/lib/facets/symbol.rb +0 -5
  3372. data/lib/facets/time.rb +0 -11
  3373. data/lib/facets/time/change.rb +0 -99
  3374. data/lib/facets/time/hence.rb +0 -56
  3375. data/lib/facets/time/to_time.rb +0 -14
  3376. data/lib/facets/unboundmethod.rb +0 -4
  3377. data/lib/facets/yaml.rb +0 -66
  3378. data/log/changelog-0.rdoc +0 -239
  3379. data/log/changelog-1.rdoc +0 -450
  3380. data/log/changelog.rdoc +0 -1173
  3381. data/log/fixme.rdoc +0 -12
  3382. data/log/testlog.txt +0 -645
  3383. data/log/todo.rdoc +0 -237
  3384. data/meta/authors +0 -48
  3385. data/meta/contact +0 -1
  3386. data/meta/created +0 -1
  3387. data/meta/description +0 -8
  3388. data/meta/download +0 -1
  3389. data/meta/homepage +0 -1
  3390. data/meta/mailinglist +0 -1
  3391. data/meta/project.yaml +0 -31
  3392. data/meta/slogan +0 -1
  3393. data/meta/unixname +0 -1
  3394. data/meta/version +0 -1
  3395. data/script/conflicts +0 -63
  3396. data/script/document +0 -231
  3397. data/script/methods +0 -49
  3398. data/script/test +0 -37
  3399. data/setup.rb +0 -1478
  3400. data/test/array/test_product.rb +0 -25
  3401. data/test/hash/test_rekey.rb +0 -41
  3402. data/test/hash/test_rekey2.rb +0 -37
  3403. data/test/hash/test_update.rb +0 -40
  3404. data/test/test_ansicode.rb +0 -20
  3405. data/test/test_dictionary.rb +0 -122
  3406. data/test/test_overload.rb +0 -120
  3407. data/test/test_ruby.rb +0 -198
  3408. data/test/test_ruby/array/test_combination.rb +0 -29
  3409. data/test/test_ruby/array/test_permutation.rb +0 -14
  3410. data/test/test_ruby/array/test_product.rb +0 -23
  3411. data/test/test_ruby/kernel/test_tap.rb +0 -19
  3412. data/test/test_ruby/symbol/test_succ.rb +0 -13
  3413. data/test/time/test_to_time.rb +0 -16
data/AUTHORS CHANGED
@@ -6,12 +6,23 @@
6
6
 
7
7
  == Recent Contributors
8
8
 
9
- The following developers have recently contributed
10
- to the development of Facets. They are held in the
11
- highest regard for their efforts.
9
+ The following developers have recently contributed to the development of Facets.
10
+ They are held in the highest regard for their efforts.
12
11
 
13
- * Matthew Harris Incorporated very useful Duration class.
14
- * Noah Gibbs Completed port from Extensions project.
12
+ * Ken Bloom For DictionaryMatcher class (class might be renamed in future).
13
+ * Matthew Harris Incorporated very useful Duration class.
14
+ * Noah Gibbs Completed port from Extensions project.
15
+
16
+ == Recent Bug Reports
17
+
18
+ The following developers have recently reported some bugs that led to corrections.
19
+ Special thanks to them for taking the time to fiel a report.
20
+
21
+ * Nick Caruso
22
+ * Evgeniy Dolzhenko
23
+ * Andy Freeman
24
+ * Tomasz Muras
25
+ * Dave Myron
15
26
 
16
27
  == Rubyists of Distinction
17
28
 
data/CHANGES CHANGED
@@ -1,8 +1,15 @@
1
1
  = Change History
2
2
 
3
+ == 2.4.2 / 2008-
4
+
5
+ * Fixed Time#hence changed years when changing months.
6
+ * Fixed missing Class#to_proc.
7
+ * Finised new version of paramix.rb.
8
+
3
9
  == 2.4.1 / 2008-04-03
4
10
 
5
- * Compared to ActiveSupport, found 63 extensions classhes, but most are due to 1.9 and all look compatible.
11
+ * Comparing to ActiveSupport, found 63 extension clashes, but mos are due to 1.9 features and the rest should be compatible.
12
+ * A much imporoved paramix.rb has been returned to the library; but please note it's not quite finished yet.
6
13
  * Reatomized a number of Kernel and String methods. Reatomization is nearly complete.
7
14
  * Deprecated behavior.rb. It was not robust.
8
15
  * Added basex.rb, library for working in any encoding base using any character set (base62 is the default).
@@ -20,6 +27,7 @@
20
27
  * Deprecated interface.rb. Perhaps a better approach but nonetheless extraneous.
21
28
  * Deprecated paramix.rb. A better way is to use a capitialized methods. (Perhaps a lib for that?)
22
29
  * Brought back a few web related libs, htmlfilter.rb and cssfilter.rb in particular.
30
+ * camelcase and snakecase are core extensions. For specialized styles use String#style in style.rb.
23
31
  * This was a fairly large and fast-paced update, so unfortunately not all changes are listed this time.
24
32
 
25
33
  == 2.3.0 / 2008-02-01
data/MANIFEST CHANGED
@@ -1,902 +1,2675 @@
1
1
  doc
2
- doc/notes.rdoc
3
- doc/history.rdoc
4
- doc/html
5
- doc/html/manifest.html
6
- doc/html/img
7
- doc/html/img/menu_bkg.png
8
- doc/html/img/folder.gif
9
- doc/html/img/fade_red_down.png
10
- doc/html/img/ruby.png
11
- doc/html/img/source.gif
12
- doc/html/img/RubyFacets.png
13
- doc/html/img/ruby.gif
14
- doc/html/img/ruby-h.png
15
- doc/html/img/email.gif
16
- doc/html/img/fade_blue_down.gif
17
- doc/html/img/bomb.gif
18
- doc/html/img/APIdocs.png
19
- doc/html/img/quill.gif
20
- doc/html/img/home.gif
21
- doc/html/img/develop.gif
22
- doc/html/js
23
- doc/html/js/doclist.js
24
- doc/html/js/jquery.js
25
- doc/html/rakefile.html
26
- doc/html/api
27
- doc/html/api/core
28
- doc/html/api/core/fr_file_index.html
29
- doc/html/api/core/classes
30
- doc/html/api/core/classes/String
31
- doc/html/api/core/classes/String/Words.html
32
- doc/html/api/core/classes/String.html
33
- doc/html/api/core/classes/Dir.html
34
- doc/html/api/core/classes/Exception.html
35
- doc/html/api/core/classes/MatchData.html
36
- doc/html/api/core/classes/Array.html
37
- doc/html/api/core/classes/FileTest.html
38
- doc/html/api/core/classes/MissingArgument.html
39
- doc/html/api/core/classes/Comparable.html
40
- doc/html/api/core/classes/Integer.html
41
- doc/html/api/core/classes/Stackable.html
42
- doc/html/api/core/classes/Hash.html
43
- doc/html/api/core/classes/Kernel.html
44
- doc/html/api/core/classes/Proc.html
45
- doc/html/api/core/classes/Functor.html
46
- doc/html/api/core/classes/Binding.html
47
- doc/html/api/core/classes/Class.html
48
- doc/html/api/core/classes/Object.html
49
- doc/html/api/core/classes/Float.html
50
- doc/html/api/core/classes/Enumerable.html
51
- doc/html/api/core/classes/UnboundMethod.html
52
- doc/html/api/core/classes/Indexable.html
53
- doc/html/api/core/classes/Range.html
54
- doc/html/api/core/classes/Regexp.html
55
- doc/html/api/core/classes/Module.html
56
- doc/html/api/core/classes/Time.html
57
- doc/html/api/core/classes/Module
58
- doc/html/api/core/classes/Module/CloneExtensions.html
59
- doc/html/api/core/classes/File.html
60
- doc/html/api/core/rdoc-style.css
61
- doc/html/api/core/files
62
- doc/html/api/core/files/README.html
63
- doc/html/api/core/files/AUTHORS.html
64
- doc/html/api/core/files/NOTES.html
65
- doc/html/api/core/files/MANIFEST.html
66
- doc/html/api/core/files/CHANGES.html
67
- doc/html/api/core/files/lib
68
- doc/html/api/core/files/lib/facets
69
- doc/html/api/core/files/lib/facets/integer
70
- doc/html/api/core/files/lib/facets/integer/factorial_rb.html
71
- doc/html/api/core/files/lib/facets/integer/multiple_rb.html
72
- doc/html/api/core/files/lib/facets/integer/ordinal_rb.html
73
- doc/html/api/core/files/lib/facets/integer/of_rb.html
74
- doc/html/api/core/files/lib/facets/comparable_rb.html
75
- doc/html/api/core/files/lib/facets/string_rb.html
76
- doc/html/api/core/files/lib/facets/symbol
77
- doc/html/api/core/files/lib/facets/symbol/not_rb.html
78
- doc/html/api/core/files/lib/facets/symbol/chomp_rb.html
79
- doc/html/api/core/files/lib/facets/symbol/generate_rb.html
80
- doc/html/api/core/files/lib/facets/bitmask_rb.html
81
- doc/html/api/core/files/lib/facets/kernel_rb.html
82
- doc/html/api/core/files/lib/facets/unboundmethod
83
- doc/html/api/core/files/lib/facets/unboundmethod/arguments_rb.html
84
- doc/html/api/core/files/lib/facets/to_hash_rb.html
85
- doc/html/api/core/files/lib/facets/numeric_rb.html
86
- doc/html/api/core/files/lib/facets/proc_rb.html
87
- doc/html/api/core/files/lib/facets/boolean_rb.html
88
- doc/html/api/core/files/lib/facets/stackable_rb.html
89
- doc/html/api/core/files/lib/facets/numeric
90
- doc/html/api/core/files/lib/facets/numeric/round_rb.html
91
- doc/html/api/core/files/lib/facets/numeric/distance_rb.html
92
- doc/html/api/core/files/lib/facets/numeric/approx_rb.html
93
- doc/html/api/core/files/lib/facets/binding
94
- doc/html/api/core/files/lib/facets/binding/self_rb.html
95
- doc/html/api/core/files/lib/facets/binding/caller_rb.html
96
- doc/html/api/core/files/lib/facets/binding/opvars_rb.html
97
- doc/html/api/core/files/lib/facets/binding/defined_rb.html
98
- doc/html/api/core/files/lib/facets/binding/local_variables_rb.html
99
- doc/html/api/core/files/lib/facets/class_rb.html
100
- doc/html/api/core/files/lib/facets/proc
101
- doc/html/api/core/files/lib/facets/proc/update_rb.html
102
- doc/html/api/core/files/lib/facets/proc/partial_rb.html
103
- doc/html/api/core/files/lib/facets/proc/bind_rb.html
104
- doc/html/api/core/files/lib/facets/proc/curry_rb.html
105
- doc/html/api/core/files/lib/facets/proc/to_method_rb.html
106
- doc/html/api/core/files/lib/facets/proc/compose_rb.html
107
- doc/html/api/core/files/lib/facets/range
108
- doc/html/api/core/files/lib/facets/range/overlap_rb.html
109
- doc/html/api/core/files/lib/facets/range/within_rb.html
110
- doc/html/api/core/files/lib/facets/range/combine_rb.html
111
- doc/html/api/core/files/lib/facets/range/umbrella_rb.html
112
- doc/html/api/core/files/lib/facets/range/to_r_rb.html
113
- doc/html/api/core/files/lib/facets/module_rb.html
114
- doc/html/api/core/files/lib/facets/matchdata_rb.html
115
- doc/html/api/core/files/lib/facets/duplicable_rb.html
116
- doc/html/api/core/files/lib/facets/file
117
- doc/html/api/core/files/lib/facets/file/rewrite_rb.html
118
- doc/html/api/core/files/lib/facets/file/rootname_rb.html
119
- doc/html/api/core/files/lib/facets/file/write_rb.html
120
- doc/html/api/core/files/lib/facets/file/read_rb.html
121
- doc/html/api/core/files/lib/facets/file/null_rb.html
122
- doc/html/api/core/files/lib/facets/time_rb.html
123
- doc/html/api/core/files/lib/facets/hash
124
- doc/html/api/core/files/lib/facets/hash/update_rb.html
125
- doc/html/api/core/files/lib/facets/hash/collate_rb.html
126
- doc/html/api/core/files/lib/facets/hash/alias_rb.html
127
- doc/html/api/core/files/lib/facets/hash/keys_rb.html
128
- doc/html/api/core/files/lib/facets/hash/weave_rb.html
129
- doc/html/api/core/files/lib/facets/hash/mash_rb.html
130
- doc/html/api/core/files/lib/facets/hash/except_rb.html
131
- doc/html/api/core/files/lib/facets/hash/merge_rb.html
132
- doc/html/api/core/files/lib/facets/hash/rekey_rb.html
133
- doc/html/api/core/files/lib/facets/hash/to_proc_rb.html
134
- doc/html/api/core/files/lib/facets/hash/argumentize_rb.html
135
- doc/html/api/core/files/lib/facets/hash/select_rb.html
136
- doc/html/api/core/files/lib/facets/hash/delete_rb.html
137
- doc/html/api/core/files/lib/facets/hash/slice_rb.html
138
- doc/html/api/core/files/lib/facets/hash/zipnew_rb.html
139
- doc/html/api/core/files/lib/facets/hash/autonew_rb.html
140
- doc/html/api/core/files/lib/facets/hash/traverse_rb.html
141
- doc/html/api/core/files/lib/facets/hash/stringify_keys_rb.html
142
- doc/html/api/core/files/lib/facets/hash/op_rb.html
143
- doc/html/api/core/files/lib/facets/hash/join_rb.html
144
- doc/html/api/core/files/lib/facets/hash/insert_rb.html
145
- doc/html/api/core/files/lib/facets/hash/inverse_rb.html
146
- doc/html/api/core/files/lib/facets/hash/symbolize_keys_rb.html
147
- doc/html/api/core/files/lib/facets/hash/diff_rb.html
148
- doc/html/api/core/files/lib/facets/hash/to_h_rb.html
149
- doc/html/api/core/files/lib/facets/hash/at_rb.html
150
- doc/html/api/core/files/lib/facets/hash/swap_rb.html
151
- doc/html/api/core/files/lib/facets/hash/to_struct_rb.html
152
- doc/html/api/core/files/lib/facets/blank_rb.html
153
- doc/html/api/core/files/lib/facets/kernel
154
- doc/html/api/core/files/lib/facets/kernel/load_rb.html
155
- doc/html/api/core/files/lib/facets/kernel/not_nil_rb.html
156
- doc/html/api/core/files/lib/facets/kernel/respond_rb.html
157
- doc/html/api/core/files/lib/facets/kernel/instance_rb.html
158
- doc/html/api/core/files/lib/facets/kernel/ergo_rb.html
159
- doc/html/api/core/files/lib/facets/kernel/silence_rb.html
160
- doc/html/api/core/files/lib/facets/kernel/d_rb.html
161
- doc/html/api/core/files/lib/facets/kernel/as_rb.html
162
- doc/html/api/core/files/lib/facets/kernel/attr_singleton_rb.html
163
- doc/html/api/core/files/lib/facets/kernel/deep_copy_rb.html
164
- doc/html/api/core/files/lib/facets/kernel/with_rb.html
165
- doc/html/api/core/files/lib/facets/kernel/singleton_class_rb.html
166
- doc/html/api/core/files/lib/facets/kernel/object_rb.html
167
- doc/html/api/core/files/lib/facets/kernel/try_rb.html
168
- doc/html/api/core/files/lib/facets/kernel/here_rb.html
169
- doc/html/api/core/files/lib/facets/kernel/demo_rb.html
170
- doc/html/api/core/files/lib/facets/kernel/p_rb.html
171
- doc/html/api/core/files/lib/facets/kernel/instance_exec_rb.html
172
- doc/html/api/core/files/lib/facets/kernel/val_rb.html
173
- doc/html/api/core/files/lib/facets/kernel/populate_rb.html
174
- doc/html/api/core/files/lib/facets/kernel/resc_rb.html
175
- doc/html/api/core/files/lib/facets/kernel/returning_rb.html
176
- doc/html/api/core/files/lib/facets/kernel/ask_rb.html
177
- doc/html/api/core/files/lib/facets/kernel/complete_rb.html
178
- doc/html/api/core/files/lib/facets/kernel/maybe_rb.html
179
- doc/html/api/core/files/lib/facets/kernel/__dir___rb.html
180
- doc/html/api/core/files/lib/facets/kernel/constant_rb.html
181
- doc/html/api/core/files/lib/facets/kernel/in_rb.html
182
- doc/html/api/core/files/lib/facets/comparable
183
- doc/html/api/core/files/lib/facets/comparable/comparable_rb.html
184
- doc/html/api/core/files/lib/facets/comparable/cmp_rb.html
185
- doc/html/api/core/files/lib/facets/comparable/bound_rb.html
186
- doc/html/api/core/files/lib/facets/exception_rb.html
187
- doc/html/api/core/files/lib/facets/functor_rb.html
188
- doc/html/api/core/files/lib/facets/unboundmethod_rb.html
189
- doc/html/api/core/files/lib/facets/enumerable
190
- doc/html/api/core/files/lib/facets/enumerable/mode_rb.html
191
- doc/html/api/core/files/lib/facets/enumerable/mash_rb.html
192
- doc/html/api/core/files/lib/facets/enumerable/collect_rb.html
193
- doc/html/api/core/files/lib/facets/enumerable/accumulate_rb.html
194
- doc/html/api/core/files/lib/facets/enumerable/split_rb.html
195
- doc/html/api/core/files/lib/facets/enumerable/duplicates_rb.html
196
- doc/html/api/core/files/lib/facets/enumerable/inject_rb.html
197
- doc/html/api/core/files/lib/facets/enumerable/map_send_rb.html
198
- doc/html/api/core/files/lib/facets/enumerable/probability_rb.html
199
- doc/html/api/core/files/lib/facets/enumerable/sum_rb.html
200
- doc/html/api/core/files/lib/facets/enumerable/uniq_by_rb.html
201
- doc/html/api/core/files/lib/facets/enumerable/occur_rb.html
202
- doc/html/api/core/files/lib/facets/enumerable/cluster_by_rb.html
203
- doc/html/api/core/files/lib/facets/enumerable/each_by_rb.html
204
- doc/html/api/core/files/lib/facets/enumerable/modulate_rb.html
205
- doc/html/api/core/files/lib/facets/enumerable/divide_rb.html
206
- doc/html/api/core/files/lib/facets/regexp_rb.html
207
- doc/html/api/core/files/lib/facets/string
208
- doc/html/api/core/files/lib/facets/string/rewrite_rb.html
209
- doc/html/api/core/files/lib/facets/string/align_rb.html
210
- doc/html/api/core/files/lib/facets/string/chomp_rb.html
211
- doc/html/api/core/files/lib/facets/string/nchar_rb.html
212
- doc/html/api/core/files/lib/facets/string/tab_rb.html
213
- doc/html/api/core/files/lib/facets/string/natcmp_rb.html
214
- doc/html/api/core/files/lib/facets/string/fold_rb.html
215
- doc/html/api/core/files/lib/facets/string/snakecase_rb.html
216
- doc/html/api/core/files/lib/facets/string/capitalized_rb.html
217
- doc/html/api/core/files/lib/facets/string/cleave_rb.html
218
- doc/html/api/core/files/lib/facets/string/to_re_rb.html
219
- doc/html/api/core/files/lib/facets/string/shatter_rb.html
220
- doc/html/api/core/files/lib/facets/string/to_time_rb.html
221
- doc/html/api/core/files/lib/facets/string/mscan_rb.html
222
- doc/html/api/core/files/lib/facets/string/subtract_rb.html
223
- doc/html/api/core/files/lib/facets/string/titlecase_rb.html
224
- doc/html/api/core/files/lib/facets/string/line_wrap_rb.html
225
- doc/html/api/core/files/lib/facets/string/interpolate_rb.html
226
- doc/html/api/core/files/lib/facets/string/camelcase_rb.html
227
- doc/html/api/core/files/lib/facets/string/range_rb.html
228
- doc/html/api/core/files/lib/facets/string/xor_rb.html
229
- doc/html/api/core/files/lib/facets/string/bracket_rb.html
230
- doc/html/api/core/files/lib/facets/string/words_rb.html
231
- doc/html/api/core/files/lib/facets/string/splice_rb.html
232
- doc/html/api/core/files/lib/facets/string/stylize_rb.html
233
- doc/html/api/core/files/lib/facets/string/divide_rb.html
234
- doc/html/api/core/files/lib/facets/string/underscore_rb.html
235
- doc/html/api/core/files/lib/facets/module
236
- doc/html/api/core/files/lib/facets/module/pathize_rb.html
237
- doc/html/api/core/files/lib/facets/module/alias_rb.html
238
- doc/html/api/core/files/lib/facets/module/ancestor_rb.html
239
- doc/html/api/core/files/lib/facets/module/clone_rb.html
240
- doc/html/api/core/files/lib/facets/module/module_load_rb.html
241
- doc/html/api/core/files/lib/facets/module/instance_methods_rb.html
242
- doc/html/api/core/files/lib/facets/module/can_rb.html
243
- doc/html/api/core/files/lib/facets/module/class_rb.html
244
- doc/html/api/core/files/lib/facets/module/abstract_rb.html
245
- doc/html/api/core/files/lib/facets/module/is_rb.html
246
- doc/html/api/core/files/lib/facets/module/op_rb.html
247
- doc/html/api/core/files/lib/facets/module/prepend_rb.html
248
- doc/html/api/core/files/lib/facets/module/nesting_rb.html
249
- doc/html/api/core/files/lib/facets/module/include_function_module_rb.html
250
- doc/html/api/core/files/lib/facets/module/revise_rb.html
251
- doc/html/api/core/files/lib/facets/module/conflict_rb.html
252
- doc/html/api/core/files/lib/facets/integer_rb.html
253
- doc/html/api/core/files/lib/facets/filetest_rb.html
254
- doc/html/api/core/files/lib/facets/range_rb.html
255
- doc/html/api/core/files/lib/facets/binding_rb.html
256
- doc/html/api/core/files/lib/facets/hash_rb.html
257
- doc/html/api/core/files/lib/facets/time
258
- doc/html/api/core/files/lib/facets/time/change_rb.html
259
- doc/html/api/core/files/lib/facets/time/hence_rb.html
260
- doc/html/api/core/files/lib/facets/time/stamp_rb.html
261
- doc/html/api/core/files/lib/facets/time/ago_rb.html
262
- doc/html/api/core/files/lib/facets/time/set_rb.html
263
- doc/html/api/core/files/lib/facets/time/elapse_rb.html
264
- doc/html/api/core/files/lib/facets/enumerable_rb.html
265
- doc/html/api/core/files/lib/facets/array_rb.html
266
- doc/html/api/core/files/lib/facets/dir
267
- doc/html/api/core/files/lib/facets/dir/descend_rb.html
268
- doc/html/api/core/files/lib/facets/dir/recurse_rb.html
269
- doc/html/api/core/files/lib/facets/dir/parent_rb.html
270
- doc/html/api/core/files/lib/facets/dir/multiglob_rb.html
271
- doc/html/api/core/files/lib/facets/dir/ascend_rb.html
272
- doc/html/api/core/files/lib/facets/dir_rb.html
273
- doc/html/api/core/files/lib/facets/nilclass_rb.html
274
- doc/html/api/core/files/lib/facets/ruby_rb.html
275
- doc/html/api/core/files/lib/facets/metaid_rb.html
276
- doc/html/api/core/files/lib/facets/symbol_rb.html
277
- doc/html/api/core/files/lib/facets/filetest
278
- doc/html/api/core/files/lib/facets/filetest/root_rb.html
279
- doc/html/api/core/files/lib/facets/class
280
- doc/html/api/core/files/lib/facets/class/prepend_rb.html
281
- doc/html/api/core/files/lib/facets/class/subclasses_rb.html
282
- doc/html/api/core/files/lib/facets/class/descendents_rb.html
283
- doc/html/api/core/files/lib/facets/array
284
- doc/html/api/core/files/lib/facets/array/merge_rb.html
285
- doc/html/api/core/files/lib/facets/array/stackable_rb.html
286
- doc/html/api/core/files/lib/facets/array/product_rb.html
287
- doc/html/api/core/files/lib/facets/array/conjoin_rb.html
288
- doc/html/api/core/files/lib/facets/array/select_rb.html
289
- doc/html/api/core/files/lib/facets/array/delete_rb.html
290
- doc/html/api/core/files/lib/facets/array/traverse_rb.html
291
- doc/html/api/core/files/lib/facets/array/rotate_rb.html
292
- doc/html/api/core/files/lib/facets/array/not_empty_rb.html
293
- doc/html/api/core/files/lib/facets/array/pad_rb.html
294
- doc/html/api/core/files/lib/facets/array/only_rb.html
295
- doc/html/api/core/files/lib/facets/array/splice_rb.html
296
- doc/html/api/core/files/lib/facets/array/indexable_rb.html
297
- doc/html/api/core/files/lib/facets/regexp
298
- doc/html/api/core/files/lib/facets/regexp/to_re_rb.html
299
- doc/html/api/core/files/lib/facets/regexp/arity_rb.html
300
- doc/html/api/core/files/lib/facets/file_rb.html
301
- doc/html/api/core/files/lib/facets/matchdata
302
- doc/html/api/core/files/lib/facets/matchdata/matchset_rb.html
303
- doc/html/api/core/files/lib/facets/matchdata/match_rb.html
304
- doc/html/api/core/files/lib/facets/callstack_rb.html
305
- doc/html/api/core/files/lib/facets/exception
306
- doc/html/api/core/files/lib/facets/exception/detail_rb.html
307
- doc/html/api/core/files/lib/facets/indexable_rb.html
308
- doc/html/api/core/files/COPYING.html
309
- doc/html/api/core/fr_class_index.html
310
- doc/html/api/core/index.html
311
- doc/html/api/core/created.rid
312
- doc/html/api/core/fr_method_index.html
313
- doc/html/api/more
314
- doc/html/api/more/fr_file_index.html
315
- doc/html/api/more/classes
316
- doc/html/api/more/classes/Lazy.html
317
- doc/html/api/more/classes/PathList
318
- doc/html/api/more/classes/PathList/Finder.html
319
- doc/html/api/more/classes/TypeCast.html
320
- doc/html/api/more/classes/Archive.html
321
- doc/html/api/more/classes/String
322
- doc/html/api/more/classes/String/Style.html
323
- doc/html/api/more/classes/BuildingBlock.html
324
- doc/html/api/more/classes/BiCrypt.html
325
- doc/html/api/more/classes/FileShell.html
326
- doc/html/api/more/classes/Pool.html
327
- doc/html/api/more/classes/CacheDecorator.html
328
- doc/html/api/more/classes/Logger
329
- doc/html/api/more/classes/Logger/LogDevice.html
330
- doc/html/api/more/classes/Logger/Ansicolor.html
331
- doc/html/api/more/classes/URI.html
332
- doc/html/api/more/classes/GetoptLong.html
333
- doc/html/api/more/classes/Equatable.html
334
- doc/html/api/more/classes/Weekdays.html
335
- doc/html/api/more/classes/BinReadable
336
- doc/html/api/more/classes/BinReadable/ByteOrder.html
337
- doc/html/api/more/classes/Numeric.html
338
- doc/html/api/more/classes/Net
339
- doc/html/api/more/classes/Net/SMTP.html
340
- doc/html/api/more/classes/Pathname.html
341
- doc/html/api/more/classes/PQueue.html
342
- doc/html/api/more/classes/Semaphore.html
343
- doc/html/api/more/classes/Association.html
344
- doc/html/api/more/classes/LRUCache
345
- doc/html/api/more/classes/LRUCache/Sentinel.html
346
- doc/html/api/more/classes/LRUCache/Item.html
347
- doc/html/api/more/classes/ZipUtils
348
- doc/html/api/more/classes/ZipUtils/NoWrite.html
349
- doc/html/api/more/classes/ZipUtils/Verbose.html
350
- doc/html/api/more/classes/ZipUtils/DryRun.html
351
- doc/html/api/more/classes/OpenCascade.html
352
- doc/html/api/more/classes/InstanceReflection.html
353
- doc/html/api/more/classes/Net.html
354
- doc/html/api/more/classes/Hash2Xml.html
355
- doc/html/api/more/classes/OpEsc.html
356
- doc/html/api/more/classes/Dictionary.html
357
- doc/html/api/more/classes/Date.html
358
- doc/html/api/more/classes/CLI.html
359
- doc/html/api/more/classes/PathList.html
360
- doc/html/api/more/classes/NullClass.html
361
- doc/html/api/more/classes/Chain.html
362
- doc/html/api/more/classes/Reference.html
363
- doc/html/api/more/classes/BinReadable.html
364
- doc/html/api/more/classes/Snapshot.html
365
- doc/html/api/more/classes/SyncArray.html
366
- doc/html/api/more/classes/InfinityClass
367
- doc/html/api/more/classes/InfinityClass/Numeric.html
368
- doc/html/api/more/classes/CssTree.html
369
- doc/html/api/more/classes/Logger.html
370
- doc/html/api/more/classes/OpenCollection.html
371
- doc/html/api/more/classes/NilClass.html
372
- doc/html/api/more/classes/Config.html
373
- doc/html/api/more/classes/Autoarray.html
374
- doc/html/api/more/classes/Proc.html
375
- doc/html/api/more/classes/TracePoint.html
376
- doc/html/api/more/classes/ProgressBar.html
377
- doc/html/api/more/classes/SimpleStringIO.html
378
- doc/html/api/more/classes/OpenHash.html
379
- doc/html/api/more/classes/ANSICode.html
380
- doc/html/api/more/classes/Cloneable.html
381
- doc/html/api/more/classes/Set.html
382
- doc/html/api/more/classes/Uninheritable.html
383
- doc/html/api/more/classes/Instantiable.html
384
- doc/html/api/more/classes/ObjectReflection.html
385
- doc/html/api/more/classes/Crypt.html
386
- doc/html/api/more/classes/Downloader.html
387
- doc/html/api/more/classes/LRUCache.html
388
- doc/html/api/more/classes/CLI
389
- doc/html/api/more/classes/CLI/Command
390
- doc/html/api/more/classes/CLI/Command/UniversalOptions.html
391
- doc/html/api/more/classes/CLI/NoCommandError.html
392
- doc/html/api/more/classes/CLI/NoOptionError.html
393
- doc/html/api/more/classes/CLI/Command.html
394
- doc/html/api/more/classes/CLI/Arguments.html
395
- doc/html/api/more/classes/Advisable
396
- doc/html/api/more/classes/Advisable/Method.html
397
- doc/html/api/more/classes/Instantise.html
398
- doc/html/api/more/classes/ConsoleUtils.html
399
- doc/html/api/more/classes/LinkedList.html
400
- doc/html/api/more/classes/NackClass.html
401
- doc/html/api/more/classes/Capsule.html
402
- doc/html/api/more/classes/XOXO.html
403
- doc/html/api/more/classes/URI
404
- doc/html/api/more/classes/URI/Hash.html
405
- doc/html/api/more/classes/URI/Kernel.html
406
- doc/html/api/more/classes/Random
407
- doc/html/api/more/classes/Random/String
408
- doc/html/api/more/classes/Random/String/Self.html
409
- doc/html/api/more/classes/Random/String.html
410
- doc/html/api/more/classes/Random/Array.html
411
- doc/html/api/more/classes/Random/Hash.html
412
- doc/html/api/more/classes/Random/Object.html
413
- doc/html/api/more/classes/Timer.html
414
- doc/html/api/more/classes/Enumerable.html
415
- doc/html/api/more/classes/Prototype.html
416
- doc/html/api/more/classes/Multiton.html
417
- doc/html/api/more/classes/GetoptLong
418
- doc/html/api/more/classes/GetoptLong/DSL.html
419
- doc/html/api/more/classes/Multiton
420
- doc/html/api/more/classes/Multiton/Inclusive.html
421
- doc/html/api/more/classes/Multiton/MetaMethods.html
422
- doc/html/api/more/classes/TypeCastException.html
423
- doc/html/api/more/classes/Recorder.html
424
- doc/html/api/more/classes/Random.html
425
- doc/html/api/more/classes/InfinityClass.html
426
- doc/html/api/more/classes/CssFilter.html
427
- doc/html/api/more/classes/SyncHash.html
428
- doc/html/api/more/classes/BBCode.html
429
- doc/html/api/more/classes/Settings
430
- doc/html/api/more/classes/Settings/Setting.html
431
- doc/html/api/more/classes/Settings/SettingCollection.html
432
- doc/html/api/more/classes/Advisable.html
433
- doc/html/api/more/classes/Struct.html
434
- doc/html/api/more/classes/Lazy
435
- doc/html/api/more/classes/Lazy/Future.html
436
- doc/html/api/more/classes/Lazy/PromiseSafe.html
437
- doc/html/api/more/classes/Lazy/Promise.html
438
- doc/html/api/more/classes/Registerable.html
439
- doc/html/api/more/classes/UploadUtils.html
440
- doc/html/api/more/classes/FileUtils.html
441
- doc/html/api/more/classes/EventHook.html
442
- doc/html/api/more/classes/EnumerablePass.html
443
- doc/html/api/more/classes/FileList.html
444
- doc/html/api/more/classes/RecursiveDependency.html
445
- doc/html/api/more/classes/It.html
446
- doc/html/api/more/classes/Timer
447
- doc/html/api/more/classes/Timer/Dummy.html
448
- doc/html/api/more/classes/VersionNumber.html
449
- doc/html/api/more/classes/Coroutine.html
450
- doc/html/api/more/classes/Duration.html
451
- doc/html/api/more/classes/Continuation.html
452
- doc/html/api/more/classes/Tuple.html
453
- doc/html/api/more/classes/ZipUtils.html
454
- doc/html/api/more/classes/Shellwords.html
455
- doc/html/api/more/classes/Snapshot
456
- doc/html/api/more/classes/Snapshot/ValueHolder.html
457
- doc/html/api/more/classes/OpenObject.html
458
- doc/html/api/more/classes/Association
459
- doc/html/api/more/classes/Association/Kernel.html
460
- doc/html/api/more/classes/BigDuration.html
461
- doc/html/api/more/classes/RWDelegator.html
462
- doc/html/api/more/classes/SyncHash
463
- doc/html/api/more/classes/SyncHash/Inheritor.html
464
- doc/html/api/more/classes/SyncHash/Delegator.html
465
- doc/html/api/more/classes/Expirable.html
466
- doc/html/api/more/classes/IORedirect.html
467
- doc/html/api/more/classes/Enumerable
468
- doc/html/api/more/classes/Enumerable/Elementor.html
469
- doc/html/api/more/classes/Enumerable/Enumerator.html
470
- doc/html/api/more/classes/Settings.html
471
- doc/html/api/more/classes/HtmlFilter.html
472
- doc/html/api/more/classes/BasicObject.html
473
- doc/html/api/more/classes/CGI.html
474
- doc/html/api/more/classes/Module.html
475
- doc/html/api/more/classes/Behavior.html
476
- doc/html/api/more/classes/Archive
477
- doc/html/api/more/classes/Archive/Tar
478
- doc/html/api/more/classes/Archive/Tar/Minitar.html
479
- doc/html/api/more/classes/Archive/Tar/Minitar
480
- doc/html/api/more/classes/Archive/Tar/Minitar/Output.html
481
- doc/html/api/more/classes/Archive/Tar/Minitar/Input.html
482
- doc/html/api/more/classes/Archive/Tar/Minitar/Writer.html
483
- doc/html/api/more/classes/Archive/Tar/Minitar/Reader.html
484
- doc/html/api/more/classes/Archive/Tar.html
485
- doc/html/api/more/classes/Fileable.html
486
- doc/html/api/more/classes/Interval.html
487
- doc/html/api/more/classes/System.html
488
- doc/html/api/more/classes/LinkedList
489
- doc/html/api/more/classes/LinkedList/Node.html
490
- doc/html/api/more/classes/OpenStruct.html
491
- doc/html/api/more/classes/Buildable.html
492
- doc/html/api/more/classes/TypeCast
493
- doc/html/api/more/classes/TypeCast/Class.html
494
- doc/html/api/more/classes/TypeCast/Object.html
495
- doc/html/api/more/classes/File.html
496
- doc/html/api/more/classes/Fileable
497
- doc/html/api/more/classes/Fileable/DSL.html
498
- doc/html/api/more/classes/Capsule
499
- doc/html/api/more/classes/Capsule/MissingFile.html
500
- doc/html/api/more/rdoc-style.css
501
- doc/html/api/more/files
502
- doc/html/api/more/files/README.html
503
- doc/html/api/more/files/AUTHORS.html
504
- doc/html/api/more/files/NOTES.html
505
- doc/html/api/more/files/MANIFEST.html
506
- doc/html/api/more/files/CHANGES.html
507
- doc/html/api/more/files/lib
508
- doc/html/api/more/files/lib/facets
509
- doc/html/api/more/files/lib/facets/ioredirect_rb.html
510
- doc/html/api/more/files/lib/facets/settings_rb.html
511
- doc/html/api/more/files/lib/facets/pathlist_rb.html
512
- doc/html/api/more/files/lib/facets/multiton_rb.html
513
- doc/html/api/more/files/lib/facets/dependency_rb.html
514
- doc/html/api/more/files/lib/facets/annotations_rb.html
515
- doc/html/api/more/files/lib/facets/fileable_rb.html
516
- doc/html/api/more/files/lib/facets/pqueue_rb.html
517
- doc/html/api/more/files/lib/facets/uploadutils_rb.html
518
- doc/html/api/more/files/lib/facets/buildable_rb.html
519
- doc/html/api/more/files/lib/facets/tuple_rb.html
520
- doc/html/api/more/files/lib/facets/openobject_rb.html
521
- doc/html/api/more/files/lib/facets/elementor_rb.html
522
- doc/html/api/more/files/lib/facets/lrucache_rb.html
523
- doc/html/api/more/files/lib/facets/interval_rb.html
524
- doc/html/api/more/files/lib/facets/main_rb.html
525
- doc/html/api/more/files/lib/facets/iteration_rb.html
526
- doc/html/api/more/files/lib/facets/linkedlist_rb.html
527
- doc/html/api/more/files/lib/facets/prototype_rb.html
528
- doc/html/api/more/files/lib/facets/tracepoint_rb.html
529
- doc/html/api/more/files/lib/facets/dictionary_rb.html
530
- doc/html/api/more/files/lib/facets/expirable_rb.html
531
- doc/html/api/more/files/lib/facets/daemonize_rb.html
532
- doc/html/api/more/files/lib/facets/arguments_rb.html
533
- doc/html/api/more/files/lib/facets/rbconfig_rb.html
534
- doc/html/api/more/files/lib/facets/autoarray_rb.html
535
- doc/html/api/more/files/lib/facets/cloneable_rb.html
536
- doc/html/api/more/files/lib/facets/1stclassmethod_rb.html
537
- doc/html/api/more/files/lib/facets/heap_rb.html
538
- doc/html/api/more/files/lib/facets/ziputils_rb.html
539
- doc/html/api/more/files/lib/facets/chain_rb.html
540
- doc/html/api/more/files/lib/facets/xmlhash_rb.html
541
- doc/html/api/more/files/lib/facets/cachedecorator_rb.html
542
- doc/html/api/more/files/lib/facets/bicrypt_rb.html
543
- doc/html/api/more/files/lib/facets/synchash_rb.html
544
- doc/html/api/more/files/lib/facets/recorder_rb.html
545
- doc/html/api/more/files/lib/facets/eventhook_rb.html
546
- doc/html/api/more/files/lib/facets/pool_rb.html
547
- doc/html/api/more/files/lib/facets/progressbar_rb.html
548
- doc/html/api/more/files/lib/facets/htmlfilter_rb.html
549
- doc/html/api/more/files/lib/facets/reflection_rb.html
550
- doc/html/api/more/files/lib/facets/lazy_rb.html
551
- doc/html/api/more/files/lib/facets/core_rb.html
552
- doc/html/api/more/files/lib/facets/nullclass_rb.html
553
- doc/html/api/more/files/lib/facets/duration_rb.html
554
- doc/html/api/more/files/lib/facets/times_rb.html
555
- doc/html/api/more/files/lib/facets/memoize_rb.html
556
- doc/html/api/more/files/lib/facets/openhash_rb.html
557
- doc/html/api/more/files/lib/facets/semaphore_rb.html
558
- doc/html/api/more/files/lib/facets/float
559
- doc/html/api/more/files/lib/facets/float/round_rb.html
560
- doc/html/api/more/files/lib/facets/snapshot_rb.html
561
- doc/html/api/more/files/lib/facets/yaml_rb.html
562
- doc/html/api/more/files/lib/facets/fileutils
563
- doc/html/api/more/files/lib/facets/fileutils/head_rb.html
564
- doc/html/api/more/files/lib/facets/fileutils/wc_rb.html
565
- doc/html/api/more/files/lib/facets/fileutils/which_rb.html
566
- doc/html/api/more/files/lib/facets/fileutils/whereis_rb.html
567
- doc/html/api/more/files/lib/facets/fileutils/slice_rb.html
568
- doc/html/api/more/files/lib/facets/fileutils/safe_ln_rb.html
569
- doc/html/api/more/files/lib/facets/fileutils/tail_rb.html
570
- doc/html/api/more/files/lib/facets/basicobject_rb.html
571
- doc/html/api/more/files/lib/facets/random_rb.html
572
- doc/html/api/more/files/lib/facets/net
573
- doc/html/api/more/files/lib/facets/net/smtp_tls_rb.html
574
- doc/html/api/more/files/lib/facets/infinity_rb.html
575
- doc/html/api/more/files/lib/facets/classmethods_rb.html
576
- doc/html/api/more/files/lib/facets/equatable_rb.html
577
- doc/html/api/more/files/lib/facets/uri_rb.html
578
- doc/html/api/more/files/lib/facets/rwdelegator_rb.html
579
- doc/html/api/more/files/lib/facets/continuation_rb.html
580
- doc/html/api/more/files/lib/facets/succ_rb.html
581
- doc/html/api/more/files/lib/facets/shellwords_rb.html
582
- doc/html/api/more/files/lib/facets/nilstatus_rb.html
583
- doc/html/api/more/files/lib/facets/nackclass_rb.html
584
- doc/html/api/more/files/lib/facets/methodspace_rb.html
585
- doc/html/api/more/files/lib/facets/opencollection_rb.html
586
- doc/html/api/more/files/lib/facets/rbsystem_rb.html
587
- doc/html/api/more/files/lib/facets/opesc_rb.html
588
- doc/html/api/more/files/lib/facets/consoleutils_rb.html
589
- doc/html/api/more/files/lib/facets/timer_rb.html
590
- doc/html/api/more/files/lib/facets/cgi_rb.html
591
- doc/html/api/more/files/lib/facets/command_rb.html
592
- doc/html/api/more/files/lib/facets/cattr_rb.html
593
- doc/html/api/more/files/lib/facets/cssfilter_rb.html
594
- doc/html/api/more/files/lib/facets/multipliers_rb.html
595
- doc/html/api/more/files/lib/facets/attr_rb.html
596
- doc/html/api/more/files/lib/facets/version_rb.html
597
- doc/html/api/more/files/lib/facets/downloader_rb.html
598
- doc/html/api/more/files/lib/facets/instantiable_rb.html
599
- doc/html/api/more/files/lib/facets/set_rb.html
600
- doc/html/api/more/files/lib/facets/bytes_rb.html
601
- doc/html/api/more/files/lib/facets/meta_rb.html
602
- doc/html/api/more/files/lib/facets/style_rb.html
603
- doc/html/api/more/files/lib/facets/syncarray_rb.html
604
- doc/html/api/more/files/lib/facets/autoreload_rb.html
605
- doc/html/api/more/files/lib/facets/inheritor_rb.html
606
- doc/html/api/more/files/lib/facets/coroutine_rb.html
607
- doc/html/api/more/files/lib/facets/instantise_rb.html
608
- doc/html/api/more/files/lib/facets/elementwise_rb.html
609
- doc/html/api/more/files/lib/facets/ostruct_rb.html
610
- doc/html/api/more/files/lib/facets/pathname_rb.html
611
- doc/html/api/more/files/lib/facets/class_extension_rb.html
612
- doc/html/api/more/files/lib/facets/xoxo_rb.html
613
- doc/html/api/more/files/lib/facets/fileutils_rb.html
614
- doc/html/api/more/files/lib/facets/orderedhash_rb.html
615
- doc/html/api/more/files/lib/facets/getoptlong_rb.html
616
- doc/html/api/more/files/lib/facets/logger_rb.html
617
- doc/html/api/more/files/lib/facets/typecast_rb.html
618
- doc/html/api/more/files/lib/facets/filelist_rb.html
619
- doc/html/api/more/files/lib/facets/date_rb.html
620
- doc/html/api/more/files/lib/facets/thread_rb.html
621
- doc/html/api/more/files/lib/facets/reference_rb.html
622
- doc/html/api/more/files/lib/facets/binreadable_rb.html
623
- doc/html/api/more/files/lib/facets/advisable_rb.html
624
- doc/html/api/more/files/lib/facets/overload_rb.html
625
- doc/html/api/more/files/lib/facets/enumerablepass_rb.html
626
- doc/html/api/more/files/lib/facets/minitar_rb.html
627
- doc/html/api/more/files/lib/facets/capsule_rb.html
628
- doc/html/api/more/files/lib/facets/ansicode_rb.html
629
- doc/html/api/more/files/lib/facets/behavior_rb.html
630
- doc/html/api/more/files/lib/facets/bbcode_rb.html
631
- doc/html/api/more/files/lib/facets/association_rb.html
632
- doc/html/api/more/files/lib/facets/uninheritable_rb.html
633
- doc/html/api/more/files/lib/facets/registerable_rb.html
634
- doc/html/api/more/files/lib/facets/fileshell_rb.html
635
- doc/html/api/more/files/lib/facets/crypt_rb.html
636
- doc/html/api/more/files/lib/facets/opencascade_rb.html
637
- doc/html/api/more/files/COPYING.html
638
- doc/html/api/more/fr_class_index.html
639
- doc/html/api/more/index.html
640
- doc/html/api/more/created.rid
641
- doc/html/api/more/fr_method_index.html
642
- doc/html/copying.html
643
- doc/html/menu.html
644
- doc/html/notes.html
645
- doc/html/authors.html
646
- doc/html/index.html
647
- doc/html/list.json
648
- doc/html/readme.html
649
- doc/html/style-rdoc.css
650
- doc/html/changes.html
651
- doc/html/api.css
2
+ doc/notes
3
+ doc/notes/notes.rdoc
4
+ doc/notes/history.rdoc
5
+ doc/rdoc
6
+ doc/rdoc/lore
7
+ doc/rdoc/lore/fr_file_index.html
8
+ doc/rdoc/lore/classes
9
+ doc/rdoc/lore/classes/String.html
10
+ doc/rdoc/lore/classes/Logger
11
+ doc/rdoc/lore/classes/Logger/LogDevice.html
12
+ doc/rdoc/lore/classes/Logger/Ansicolor.html
13
+ doc/rdoc/lore/classes/URI.html
14
+ doc/rdoc/lore/classes/GetoptLong.html
15
+ doc/rdoc/lore/classes/Pathname.html
16
+ doc/rdoc/lore/classes/Array.html
17
+ doc/rdoc/lore/classes/Date.html
18
+ doc/rdoc/lore/classes/Logger.html
19
+ doc/rdoc/lore/classes/NilClass.html
20
+ doc/rdoc/lore/classes/Config.html
21
+ doc/rdoc/lore/classes/Set.html
22
+ doc/rdoc/lore/classes/URI
23
+ doc/rdoc/lore/classes/URI/Hash.html
24
+ doc/rdoc/lore/classes/URI/Kernel.html
25
+ doc/rdoc/lore/classes/GetoptLong
26
+ doc/rdoc/lore/classes/GetoptLong/DSL.html
27
+ doc/rdoc/lore/classes/FileUtils.html
28
+ doc/rdoc/lore/classes/Continuation.html
29
+ doc/rdoc/lore/classes/Shellwords.html
30
+ doc/rdoc/lore/classes/BasicObject.html
31
+ doc/rdoc/lore/classes/CGI.html
32
+ doc/rdoc/lore/classes/OpenStruct.html
33
+ doc/rdoc/lore/classes/File.html
34
+ doc/rdoc/lore/rdoc-style.css
35
+ doc/rdoc/lore/files
36
+ doc/rdoc/lore/files/README_lore.html
37
+ doc/rdoc/lore/files/README.html
38
+ doc/rdoc/lore/files/lib
39
+ doc/rdoc/lore/files/lib/lore
40
+ doc/rdoc/lore/files/lib/lore/facets
41
+ doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html
42
+ doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html
43
+ doc/rdoc/lore/files/lib/lore/facets/fileutils
44
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html
45
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html
46
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html
47
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html
48
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html
49
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html
50
+ doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html
51
+ doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html
52
+ doc/rdoc/lore/files/lib/lore/facets/uri_rb.html
53
+ doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html
54
+ doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html
55
+ doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html
56
+ doc/rdoc/lore/files/lib/lore/facets/set_rb.html
57
+ doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html
58
+ doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html
59
+ doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html
60
+ doc/rdoc/lore/files/lib/lore/facets/getoptlong_rb.html
61
+ doc/rdoc/lore/files/lib/lore/facets/logger_rb.html
62
+ doc/rdoc/lore/files/lib/lore/facets/date_rb.html
63
+ doc/rdoc/lore/fr_class_index.html
64
+ doc/rdoc/lore/index.html
65
+ doc/rdoc/lore/created.rid
66
+ doc/rdoc/lore/fr_method_index.html
67
+ doc/rdoc/core
68
+ doc/rdoc/core/fr_file_index.html
69
+ doc/rdoc/core/classes
70
+ doc/rdoc/core/classes/Lazy.html
71
+ doc/rdoc/core/classes/String
72
+ doc/rdoc/core/classes/String/Words.html
73
+ doc/rdoc/core/classes/String.html
74
+ doc/rdoc/core/classes/Dir.html
75
+ doc/rdoc/core/classes/Numeric.html
76
+ doc/rdoc/core/classes/Exception.html
77
+ doc/rdoc/core/classes/MatchData.html
78
+ doc/rdoc/core/classes/Array.html
79
+ doc/rdoc/core/classes/FileTest.html
80
+ doc/rdoc/core/classes/FalseClass.html
81
+ doc/rdoc/core/classes/MissingArgument.html
82
+ doc/rdoc/core/classes/InstanceVariables.html
83
+ doc/rdoc/core/classes/Comparable.html
84
+ doc/rdoc/core/classes/Integer.html
85
+ doc/rdoc/core/classes/NilClass.html
86
+ doc/rdoc/core/classes/Hash.html
87
+ doc/rdoc/core/classes/Kernel.html
88
+ doc/rdoc/core/classes/Proc.html
89
+ doc/rdoc/core/classes/Functor.html
90
+ doc/rdoc/core/classes/Friend.html
91
+ doc/rdoc/core/classes/Binding.html
92
+ doc/rdoc/core/classes/Class.html
93
+ doc/rdoc/core/classes/Object.html
94
+ doc/rdoc/core/classes/Float.html
95
+ doc/rdoc/core/classes/Symbol.html
96
+ doc/rdoc/core/classes/Enumerable.html
97
+ doc/rdoc/core/classes/UnboundMethod.html
98
+ doc/rdoc/core/classes/Lazy
99
+ doc/rdoc/core/classes/Lazy/Future.html
100
+ doc/rdoc/core/classes/Lazy/PromiseSafe.html
101
+ doc/rdoc/core/classes/Lazy/Promise.html
102
+ doc/rdoc/core/classes/TrueClass.html
103
+ doc/rdoc/core/classes/Range.html
104
+ doc/rdoc/core/classes/Regexp.html
105
+ doc/rdoc/core/classes/Module.html
106
+ doc/rdoc/core/classes/Time.html
107
+ doc/rdoc/core/classes/Module
108
+ doc/rdoc/core/classes/Module/CloneExtensions.html
109
+ doc/rdoc/core/classes/File.html
110
+ doc/rdoc/core/rdoc-style.css
111
+ doc/rdoc/core/files
112
+ doc/rdoc/core/files/README_core.html
113
+ doc/rdoc/core/files/README.html
114
+ doc/rdoc/core/files/lib
115
+ doc/rdoc/core/files/lib/core
116
+ doc/rdoc/core/files/lib/core/facets
117
+ doc/rdoc/core/files/lib/core/facets/integer
118
+ doc/rdoc/core/files/lib/core/facets/integer/even_rb.html
119
+ doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html
120
+ doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html
121
+ doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html
122
+ doc/rdoc/core/files/lib/core/facets/integer/of_rb.html
123
+ doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html
124
+ doc/rdoc/core/files/lib/core/facets/comparable_rb.html
125
+ doc/rdoc/core/files/lib/core/facets/string_rb.html
126
+ doc/rdoc/core/files/lib/core/facets/symbol
127
+ doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html
128
+ doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html
129
+ doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html
130
+ doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html
131
+ doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html
132
+ doc/rdoc/core/files/lib/core/facets/bitmask_rb.html
133
+ doc/rdoc/core/files/lib/core/facets/kernel_rb.html
134
+ doc/rdoc/core/files/lib/core/facets/unboundmethod
135
+ doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html
136
+ doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html
137
+ doc/rdoc/core/files/lib/core/facets/to_hash_rb.html
138
+ doc/rdoc/core/files/lib/core/facets/numeric_rb.html
139
+ doc/rdoc/core/files/lib/core/facets/nilclass
140
+ doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html
141
+ doc/rdoc/core/files/lib/core/facets/proc_rb.html
142
+ doc/rdoc/core/files/lib/core/facets/boolean_rb.html
143
+ doc/rdoc/core/files/lib/core/facets/numeric
144
+ doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html
145
+ doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html
146
+ doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html
147
+ doc/rdoc/core/files/lib/core/facets/lazy_rb.html
148
+ doc/rdoc/core/files/lib/core/facets/binding
149
+ doc/rdoc/core/files/lib/core/facets/binding/self_rb.html
150
+ doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html
151
+ doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html
152
+ doc/rdoc/core/files/lib/core/facets/binding/opvars_rb.html
153
+ doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html
154
+ doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html
155
+ doc/rdoc/core/files/lib/core/facets/class_rb.html
156
+ doc/rdoc/core/files/lib/core/facets/float
157
+ doc/rdoc/core/files/lib/core/facets/float/round_rb.html
158
+ doc/rdoc/core/files/lib/core/facets/proc
159
+ doc/rdoc/core/files/lib/core/facets/proc/update_rb.html
160
+ doc/rdoc/core/files/lib/core/facets/proc/partial_rb.html
161
+ doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html
162
+ doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html
163
+ doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html
164
+ doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html
165
+ doc/rdoc/core/files/lib/core/facets/range
166
+ doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html
167
+ doc/rdoc/core/files/lib/core/facets/range/within_rb.html
168
+ doc/rdoc/core/files/lib/core/facets/range/combine_rb.html
169
+ doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html
170
+ doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html
171
+ doc/rdoc/core/files/lib/core/facets/module_rb.html
172
+ doc/rdoc/core/files/lib/core/facets/matchdata_rb.html
173
+ doc/rdoc/core/files/lib/core/facets/file
174
+ doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html
175
+ doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html
176
+ doc/rdoc/core/files/lib/core/facets/file/write_rb.html
177
+ doc/rdoc/core/files/lib/core/facets/file/read_rb.html
178
+ doc/rdoc/core/files/lib/core/facets/file/null_rb.html
179
+ doc/rdoc/core/files/lib/core/facets/time_rb.html
180
+ doc/rdoc/core/files/lib/core/facets/hash
181
+ doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html
182
+ doc/rdoc/core/files/lib/core/facets/hash/update_rb.html
183
+ doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html
184
+ doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html
185
+ doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html
186
+ doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html
187
+ doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html
188
+ doc/rdoc/core/files/lib/core/facets/hash/except_rb.html
189
+ doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html
190
+ doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html
191
+ doc/rdoc/core/files/lib/core/facets/hash/to_proc_rb.html
192
+ doc/rdoc/core/files/lib/core/facets/hash/argumentize_rb.html
193
+ doc/rdoc/core/files/lib/core/facets/hash/select_rb.html
194
+ doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html
195
+ doc/rdoc/core/files/lib/core/facets/hash/slice_rb.html
196
+ doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html
197
+ doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html
198
+ doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html
199
+ doc/rdoc/core/files/lib/core/facets/hash/stringify_keys_rb.html
200
+ doc/rdoc/core/files/lib/core/facets/hash/op_rb.html
201
+ doc/rdoc/core/files/lib/core/facets/hash/join_rb.html
202
+ doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html
203
+ doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html
204
+ doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html
205
+ doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html
206
+ doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html
207
+ doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html
208
+ doc/rdoc/core/files/lib/core/facets/hash/at_rb.html
209
+ doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html
210
+ doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html
211
+ doc/rdoc/core/files/lib/core/facets/blank_rb.html
212
+ doc/rdoc/core/files/lib/core/facets/kernel
213
+ doc/rdoc/core/files/lib/core/facets/kernel/load_rb.html
214
+ doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html
215
+ doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html
216
+ doc/rdoc/core/files/lib/core/facets/kernel/suppress_rb.html
217
+ doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html
218
+ doc/rdoc/core/files/lib/core/facets/kernel/instance_rb.html
219
+ doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html
220
+ doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html
221
+ doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html
222
+ doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html
223
+ doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html
224
+ doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html
225
+ doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html
226
+ doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html
227
+ doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html
228
+ doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html
229
+ doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html
230
+ doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html
231
+ doc/rdoc/core/files/lib/core/facets/kernel/instance_assign_rb.html
232
+ doc/rdoc/core/files/lib/core/facets/kernel/__callee___rb.html
233
+ doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html
234
+ doc/rdoc/core/files/lib/core/facets/kernel/here_rb.html
235
+ doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html
236
+ doc/rdoc/core/files/lib/core/facets/kernel/__get___rb.html
237
+ doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html
238
+ doc/rdoc/core/files/lib/core/facets/kernel/instance_exec_rb.html
239
+ doc/rdoc/core/files/lib/core/facets/kernel/object_hexid_rb.html
240
+ doc/rdoc/core/files/lib/core/facets/kernel/__method___rb.html
241
+ doc/rdoc/core/files/lib/core/facets/kernel/val_rb.html
242
+ doc/rdoc/core/files/lib/core/facets/kernel/tap_rb.html
243
+ doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html
244
+ doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html
245
+ doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html
246
+ doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html
247
+ doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html
248
+ doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html
249
+ doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html
250
+ doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html
251
+ doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html
252
+ doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html
253
+ doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html
254
+ doc/rdoc/core/files/lib/core/facets/comparable
255
+ doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html
256
+ doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html
257
+ doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html
258
+ doc/rdoc/core/files/lib/core/facets/exception_rb.html
259
+ doc/rdoc/core/files/lib/core/facets/functor_rb.html
260
+ doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html
261
+ doc/rdoc/core/files/lib/core/facets/enumerable
262
+ doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html
263
+ doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html
264
+ doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html
265
+ doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html
266
+ doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html
267
+ doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html
268
+ doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html
269
+ doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html
270
+ doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html
271
+ doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html
272
+ doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html
273
+ doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html
274
+ doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html
275
+ doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html
276
+ doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html
277
+ doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html
278
+ doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html
279
+ doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html
280
+ doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html
281
+ doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html
282
+ doc/rdoc/core/files/lib/core/facets/regexp_rb.html
283
+ doc/rdoc/core/files/lib/core/facets/string
284
+ doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html
285
+ doc/rdoc/core/files/lib/core/facets/string/align_rb.html
286
+ doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html
287
+ doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html
288
+ doc/rdoc/core/files/lib/core/facets/string/tab_rb.html
289
+ doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html
290
+ doc/rdoc/core/files/lib/core/facets/string/fold_rb.html
291
+ doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html
292
+ doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html
293
+ doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html
294
+ doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html
295
+ doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html
296
+ doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html
297
+ doc/rdoc/core/files/lib/core/facets/string/to_time_rb.html
298
+ doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html
299
+ doc/rdoc/core/files/lib/core/facets/string/lines_rb.html
300
+ doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html
301
+ doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html
302
+ doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html
303
+ doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html
304
+ doc/rdoc/core/files/lib/core/facets/string/chars_rb.html
305
+ doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html
306
+ doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html
307
+ doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html
308
+ doc/rdoc/core/files/lib/core/facets/string/range_rb.html
309
+ doc/rdoc/core/files/lib/core/facets/string/xor_rb.html
310
+ doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html
311
+ doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html
312
+ doc/rdoc/core/files/lib/core/facets/string/words_rb.html
313
+ doc/rdoc/core/files/lib/core/facets/string/splice_rb.html
314
+ doc/rdoc/core/files/lib/core/facets/string/divide_rb.html
315
+ doc/rdoc/core/files/lib/core/facets/module
316
+ doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html
317
+ doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html
318
+ doc/rdoc/core/files/lib/core/facets/module/alias_rb.html
319
+ doc/rdoc/core/files/lib/core/facets/module/basename_rb.html
320
+ doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html
321
+ doc/rdoc/core/files/lib/core/facets/module/clone_rb.html
322
+ doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html
323
+ doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html
324
+ doc/rdoc/core/files/lib/core/facets/module/can_rb.html
325
+ doc/rdoc/core/files/lib/core/facets/module/class_rb.html
326
+ doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html
327
+ doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html
328
+ doc/rdoc/core/files/lib/core/facets/module/is_rb.html
329
+ doc/rdoc/core/files/lib/core/facets/module/op_rb.html
330
+ doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html
331
+ doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html
332
+ doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html
333
+ doc/rdoc/core/files/lib/core/facets/module/revise_rb.html
334
+ doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html
335
+ doc/rdoc/core/files/lib/core/facets/integer_rb.html
336
+ doc/rdoc/core/files/lib/core/facets/filetest_rb.html
337
+ doc/rdoc/core/files/lib/core/facets/range_rb.html
338
+ doc/rdoc/core/files/lib/core/facets/binding_rb.html
339
+ doc/rdoc/core/files/lib/core/facets/hash_rb.html
340
+ doc/rdoc/core/files/lib/core/facets/time
341
+ doc/rdoc/core/files/lib/core/facets/time/change_rb.html
342
+ doc/rdoc/core/files/lib/core/facets/time/round_rb.html
343
+ doc/rdoc/core/files/lib/core/facets/time/hence_rb.html
344
+ doc/rdoc/core/files/lib/core/facets/time/to_time_rb.html
345
+ doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html
346
+ doc/rdoc/core/files/lib/core/facets/time/ago_rb.html
347
+ doc/rdoc/core/files/lib/core/facets/time/set_rb.html
348
+ doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html
349
+ doc/rdoc/core/files/lib/core/facets/time/to_date_rb.html
350
+ doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html
351
+ doc/rdoc/core/files/lib/core/facets/enumerable_rb.html
352
+ doc/rdoc/core/files/lib/core/facets/array_rb.html
353
+ doc/rdoc/core/files/lib/core/facets/dir
354
+ doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html
355
+ doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html
356
+ doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html
357
+ doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html
358
+ doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html
359
+ doc/rdoc/core/files/lib/core/facets/dir_rb.html
360
+ doc/rdoc/core/files/lib/core/facets/nilclass_rb.html
361
+ doc/rdoc/core/files/lib/core/facets/metaid_rb.html
362
+ doc/rdoc/core/files/lib/core/facets/symbol_rb.html
363
+ doc/rdoc/core/files/lib/core/facets/filetest
364
+ doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html
365
+ doc/rdoc/core/files/lib/core/facets/class
366
+ doc/rdoc/core/files/lib/core/facets/class/to_methodname_rb.html
367
+ doc/rdoc/core/files/lib/core/facets/class/to_pathname_rb.html
368
+ doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html
369
+ doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html
370
+ doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html
371
+ doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html
372
+ doc/rdoc/core/files/lib/core/facets/array
373
+ doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html
374
+ doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html
375
+ doc/rdoc/core/files/lib/core/facets/array/combination_rb.html
376
+ doc/rdoc/core/files/lib/core/facets/array/merge_rb.html
377
+ doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html
378
+ doc/rdoc/core/files/lib/core/facets/array/product_rb.html
379
+ doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html
380
+ doc/rdoc/core/files/lib/core/facets/array/select_rb.html
381
+ doc/rdoc/core/files/lib/core/facets/array/delete_rb.html
382
+ doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html
383
+ doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html
384
+ doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html
385
+ doc/rdoc/core/files/lib/core/facets/array/pad_rb.html
386
+ doc/rdoc/core/files/lib/core/facets/array/only_rb.html
387
+ doc/rdoc/core/files/lib/core/facets/array/splice_rb.html
388
+ doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html
389
+ doc/rdoc/core/files/lib/core/facets/regexp
390
+ doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html
391
+ doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html
392
+ doc/rdoc/core/files/lib/core/facets/file_rb.html
393
+ doc/rdoc/core/files/lib/core/facets/matchdata
394
+ doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html
395
+ doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html
396
+ doc/rdoc/core/files/lib/core/facets/callstack_rb.html
397
+ doc/rdoc/core/files/lib/core/facets/float_rb.html
398
+ doc/rdoc/core/files/lib/core/facets/exception
399
+ doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html
400
+ doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html
401
+ doc/rdoc/core/fr_class_index.html
402
+ doc/rdoc/core/index.html
403
+ doc/rdoc/core/created.rid
404
+ doc/rdoc/core/fr_method_index.html
405
+ doc/rdoc/more
406
+ doc/rdoc/more/fr_file_index.html
407
+ doc/rdoc/more/classes
408
+ doc/rdoc/more/classes/PathList
409
+ doc/rdoc/more/classes/PathList/Finder.html
410
+ doc/rdoc/more/classes/TypeCast.html
411
+ doc/rdoc/more/classes/Archive.html
412
+ doc/rdoc/more/classes/String
413
+ doc/rdoc/more/classes/String/Style.html
414
+ doc/rdoc/more/classes/BuildingBlock.html
415
+ doc/rdoc/more/classes/DictionaryMatcher
416
+ doc/rdoc/more/classes/DictionaryMatcher/MatchData.html
417
+ doc/rdoc/more/classes/BiCrypt.html
418
+ doc/rdoc/more/classes/FileShell.html
419
+ doc/rdoc/more/classes/Pool.html
420
+ doc/rdoc/more/classes/CacheDecorator.html
421
+ doc/rdoc/more/classes/Equatable.html
422
+ doc/rdoc/more/classes/Weekdays.html
423
+ doc/rdoc/more/classes/BinReadable
424
+ doc/rdoc/more/classes/BinReadable/ByteOrder.html
425
+ doc/rdoc/more/classes/Platform.html
426
+ doc/rdoc/more/classes/Net
427
+ doc/rdoc/more/classes/Net/SMTP.html
428
+ doc/rdoc/more/classes/PQueue.html
429
+ doc/rdoc/more/classes/Semaphore.html
430
+ doc/rdoc/more/classes/Association.html
431
+ doc/rdoc/more/classes/LRUCache
432
+ doc/rdoc/more/classes/LRUCache/Sentinel.html
433
+ doc/rdoc/more/classes/LRUCache/Item.html
434
+ doc/rdoc/more/classes/ZipUtils
435
+ doc/rdoc/more/classes/ZipUtils/NoWrite.html
436
+ doc/rdoc/more/classes/ZipUtils/Verbose.html
437
+ doc/rdoc/more/classes/ZipUtils/DryRun.html
438
+ doc/rdoc/more/classes/OpenCascade.html
439
+ doc/rdoc/more/classes/Net.html
440
+ doc/rdoc/more/classes/Hash2Xml.html
441
+ doc/rdoc/more/classes/OpEsc.html
442
+ doc/rdoc/more/classes/Dictionary.html
443
+ doc/rdoc/more/classes/PathList.html
444
+ doc/rdoc/more/classes/NullClass.html
445
+ doc/rdoc/more/classes/Chain.html
446
+ doc/rdoc/more/classes/Reference.html
447
+ doc/rdoc/more/classes/Paramix
448
+ doc/rdoc/more/classes/Paramix/Delegator.html
449
+ doc/rdoc/more/classes/BinReadable.html
450
+ doc/rdoc/more/classes/Snapshot.html
451
+ doc/rdoc/more/classes/SyncArray.html
452
+ doc/rdoc/more/classes/InfinityClass
453
+ doc/rdoc/more/classes/InfinityClass/Numeric.html
454
+ doc/rdoc/more/classes/CssTree.html
455
+ doc/rdoc/more/classes/Ini.html
456
+ doc/rdoc/more/classes/OpenCollection.html
457
+ doc/rdoc/more/classes/Stackable.html
458
+ doc/rdoc/more/classes/Hash.html
459
+ doc/rdoc/more/classes/Autoarray.html
460
+ doc/rdoc/more/classes/Kernel.html
461
+ doc/rdoc/more/classes/Proc.html
462
+ doc/rdoc/more/classes/TracePoint.html
463
+ doc/rdoc/more/classes/ProgressBar.html
464
+ doc/rdoc/more/classes/SimpleStringIO.html
465
+ doc/rdoc/more/classes/OpenHash.html
466
+ doc/rdoc/more/classes/ANSICode.html
467
+ doc/rdoc/more/classes/Cloneable.html
468
+ doc/rdoc/more/classes/Uninheritable.html
469
+ doc/rdoc/more/classes/Instantiable.html
470
+ doc/rdoc/more/classes/ObjectReflection.html
471
+ doc/rdoc/more/classes/Crypt.html
472
+ doc/rdoc/more/classes/Downloader.html
473
+ doc/rdoc/more/classes/LRUCache.html
474
+ doc/rdoc/more/classes/CLI
475
+ doc/rdoc/more/classes/CLI/Command
476
+ doc/rdoc/more/classes/CLI/Command/UniversalOptions.html
477
+ doc/rdoc/more/classes/CLI/NoCommandError.html
478
+ doc/rdoc/more/classes/CLI/NoOptionError.html
479
+ doc/rdoc/more/classes/CLI/Command.html
480
+ doc/rdoc/more/classes/CLI/Arguments.html
481
+ doc/rdoc/more/classes/Advisable
482
+ doc/rdoc/more/classes/Advisable/Method.html
483
+ doc/rdoc/more/classes/Instantise.html
484
+ doc/rdoc/more/classes/ConsoleUtils.html
485
+ doc/rdoc/more/classes/LinkedList.html
486
+ doc/rdoc/more/classes/NackClass.html
487
+ doc/rdoc/more/classes/Capsule.html
488
+ doc/rdoc/more/classes/XOXO.html
489
+ doc/rdoc/more/classes/Random
490
+ doc/rdoc/more/classes/Random/String
491
+ doc/rdoc/more/classes/Random/String/Self.html
492
+ doc/rdoc/more/classes/Random/String.html
493
+ doc/rdoc/more/classes/Random/Array.html
494
+ doc/rdoc/more/classes/Random/Hash.html
495
+ doc/rdoc/more/classes/Random/Object.html
496
+ doc/rdoc/more/classes/Timer.html
497
+ doc/rdoc/more/classes/Enumerable.html
498
+ doc/rdoc/more/classes/Prototype.html
499
+ doc/rdoc/more/classes/Multiton.html
500
+ doc/rdoc/more/classes/Multiton
501
+ doc/rdoc/more/classes/Multiton/Inclusive.html
502
+ doc/rdoc/more/classes/Multiton/MetaMethods.html
503
+ doc/rdoc/more/classes/TypeCastException.html
504
+ doc/rdoc/more/classes/Recorder.html
505
+ doc/rdoc/more/classes/Random.html
506
+ doc/rdoc/more/classes/DictionaryMatcher.html
507
+ doc/rdoc/more/classes/InfinityClass.html
508
+ doc/rdoc/more/classes/CssFilter.html
509
+ doc/rdoc/more/classes/SyncHash.html
510
+ doc/rdoc/more/classes/BBCode.html
511
+ doc/rdoc/more/classes/Settings
512
+ doc/rdoc/more/classes/Settings/Setting.html
513
+ doc/rdoc/more/classes/Settings/SettingCollection.html
514
+ doc/rdoc/more/classes/Paramix.html
515
+ doc/rdoc/more/classes/Advisable.html
516
+ doc/rdoc/more/classes/Struct.html
517
+ doc/rdoc/more/classes/Registerable.html
518
+ doc/rdoc/more/classes/UploadUtils.html
519
+ doc/rdoc/more/classes/EventHook.html
520
+ doc/rdoc/more/classes/EnumerablePass.html
521
+ doc/rdoc/more/classes/FileList.html
522
+ doc/rdoc/more/classes/RecursiveDependency.html
523
+ doc/rdoc/more/classes/It.html
524
+ doc/rdoc/more/classes/Timer
525
+ doc/rdoc/more/classes/Timer/Dummy.html
526
+ doc/rdoc/more/classes/Indexable.html
527
+ doc/rdoc/more/classes/VersionNumber.html
528
+ doc/rdoc/more/classes/Coroutine.html
529
+ doc/rdoc/more/classes/Duration.html
530
+ doc/rdoc/more/classes/Tuple.html
531
+ doc/rdoc/more/classes/ZipUtils.html
532
+ doc/rdoc/more/classes/Snapshot
533
+ doc/rdoc/more/classes/Snapshot/ValueHolder.html
534
+ doc/rdoc/more/classes/OpenObject.html
535
+ doc/rdoc/more/classes/Association
536
+ doc/rdoc/more/classes/Association/Kernel.html
537
+ doc/rdoc/more/classes/BigDuration.html
538
+ doc/rdoc/more/classes/RWDelegator.html
539
+ doc/rdoc/more/classes/SyncHash
540
+ doc/rdoc/more/classes/SyncHash/Inheritor.html
541
+ doc/rdoc/more/classes/SyncHash/Delegator.html
542
+ doc/rdoc/more/classes/Expirable.html
543
+ doc/rdoc/more/classes/IORedirect.html
544
+ doc/rdoc/more/classes/Enumerable
545
+ doc/rdoc/more/classes/Enumerable/Elementor.html
546
+ doc/rdoc/more/classes/Enumerable/Enumerator.html
547
+ doc/rdoc/more/classes/Settings.html
548
+ doc/rdoc/more/classes/HtmlFilter.html
549
+ doc/rdoc/more/classes/Module.html
550
+ doc/rdoc/more/classes/Archive
551
+ doc/rdoc/more/classes/Archive/Tar
552
+ doc/rdoc/more/classes/Archive/Tar/Minitar.html
553
+ doc/rdoc/more/classes/Archive/Tar/Minitar
554
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html
555
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html
556
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html
557
+ doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html
558
+ doc/rdoc/more/classes/Archive/Tar.html
559
+ doc/rdoc/more/classes/Fileable.html
560
+ doc/rdoc/more/classes/Interval.html
561
+ doc/rdoc/more/classes/BaseX.html
562
+ doc/rdoc/more/classes/System.html
563
+ doc/rdoc/more/classes/LinkedList
564
+ doc/rdoc/more/classes/LinkedList/Node.html
565
+ doc/rdoc/more/classes/Buildable.html
566
+ doc/rdoc/more/classes/TypeCast
567
+ doc/rdoc/more/classes/TypeCast/Class.html
568
+ doc/rdoc/more/classes/TypeCast/Object.html
569
+ doc/rdoc/more/classes/Fileable
570
+ doc/rdoc/more/classes/Fileable/DSL.html
571
+ doc/rdoc/more/classes/Capsule
572
+ doc/rdoc/more/classes/Capsule/MissingFile.html
573
+ doc/rdoc/more/rdoc-style.css
574
+ doc/rdoc/more/files
575
+ doc/rdoc/more/files/README.html
576
+ doc/rdoc/more/files/README_more.html
577
+ doc/rdoc/more/files/lib
578
+ doc/rdoc/more/files/lib/more
579
+ doc/rdoc/more/files/lib/more/facets
580
+ doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html
581
+ doc/rdoc/more/files/lib/more/facets/settings_rb.html
582
+ doc/rdoc/more/files/lib/more/facets/pathlist_rb.html
583
+ doc/rdoc/more/files/lib/more/facets/multiton_rb.html
584
+ doc/rdoc/more/files/lib/more/facets/dependency_rb.html
585
+ doc/rdoc/more/files/lib/more/facets/annotations_rb.html
586
+ doc/rdoc/more/files/lib/more/facets/fileable_rb.html
587
+ doc/rdoc/more/files/lib/more/facets/pqueue_rb.html
588
+ doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html
589
+ doc/rdoc/more/files/lib/more/facets/buildable_rb.html
590
+ doc/rdoc/more/files/lib/more/facets/tuple_rb.html
591
+ doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html
592
+ doc/rdoc/more/files/lib/more/facets/openobject_rb.html
593
+ doc/rdoc/more/files/lib/more/facets/paramix_rb.html
594
+ doc/rdoc/more/files/lib/more/facets/elementor_rb.html
595
+ doc/rdoc/more/files/lib/more/facets/basex_rb.html
596
+ doc/rdoc/more/files/lib/more/facets/lrucache_rb.html
597
+ doc/rdoc/more/files/lib/more/facets/platform_rb.html
598
+ doc/rdoc/more/files/lib/more/facets/interval_rb.html
599
+ doc/rdoc/more/files/lib/more/facets/main_rb.html
600
+ doc/rdoc/more/files/lib/more/facets/iteration_rb.html
601
+ doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html
602
+ doc/rdoc/more/files/lib/more/facets/prototype_rb.html
603
+ doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html
604
+ doc/rdoc/more/files/lib/more/facets/dictionary_rb.html
605
+ doc/rdoc/more/files/lib/more/facets/expirable_rb.html
606
+ doc/rdoc/more/files/lib/more/facets/daemonize_rb.html
607
+ doc/rdoc/more/files/lib/more/facets/arguments_rb.html
608
+ doc/rdoc/more/files/lib/more/facets/autoarray_rb.html
609
+ doc/rdoc/more/files/lib/more/facets/cloneable_rb.html
610
+ doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html
611
+ doc/rdoc/more/files/lib/more/facets/heap_rb.html
612
+ doc/rdoc/more/files/lib/more/facets/ziputils_rb.html
613
+ doc/rdoc/more/files/lib/more/facets/chain_rb.html
614
+ doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html
615
+ doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html
616
+ doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html
617
+ doc/rdoc/more/files/lib/more/facets/synchash_rb.html
618
+ doc/rdoc/more/files/lib/more/facets/stackable_rb.html
619
+ doc/rdoc/more/files/lib/more/facets/recorder_rb.html
620
+ doc/rdoc/more/files/lib/more/facets/eventhook_rb.html
621
+ doc/rdoc/more/files/lib/more/facets/pool_rb.html
622
+ doc/rdoc/more/files/lib/more/facets/progressbar_rb.html
623
+ doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html
624
+ doc/rdoc/more/files/lib/more/facets/reflection_rb.html
625
+ doc/rdoc/more/files/lib/more/facets/nullclass_rb.html
626
+ doc/rdoc/more/files/lib/more/facets/duration_rb.html
627
+ doc/rdoc/more/files/lib/more/facets/times_rb.html
628
+ doc/rdoc/more/files/lib/more/facets/memoize_rb.html
629
+ doc/rdoc/more/files/lib/more/facets/openhash_rb.html
630
+ doc/rdoc/more/files/lib/more/facets/semaphore_rb.html
631
+ doc/rdoc/more/files/lib/more/facets/snapshot_rb.html
632
+ doc/rdoc/more/files/lib/more/facets/random_rb.html
633
+ doc/rdoc/more/files/lib/more/facets/net
634
+ doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html
635
+ doc/rdoc/more/files/lib/more/facets/infinity_rb.html
636
+ doc/rdoc/more/files/lib/more/facets/classmethods_rb.html
637
+ doc/rdoc/more/files/lib/more/facets/equatable_rb.html
638
+ doc/rdoc/more/files/lib/more/facets/duplicable_rb.html
639
+ doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html
640
+ doc/rdoc/more/files/lib/more/facets/succ_rb.html
641
+ doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html
642
+ doc/rdoc/more/files/lib/more/facets/kernel
643
+ doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html
644
+ doc/rdoc/more/files/lib/more/facets/nackclass_rb.html
645
+ doc/rdoc/more/files/lib/more/facets/methodspace_rb.html
646
+ doc/rdoc/more/files/lib/more/facets/opencollection_rb.html
647
+ doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html
648
+ doc/rdoc/more/files/lib/more/facets/opesc_rb.html
649
+ doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html
650
+ doc/rdoc/more/files/lib/more/facets/timer_rb.html
651
+ doc/rdoc/more/files/lib/more/facets/command_rb.html
652
+ doc/rdoc/more/files/lib/more/facets/cattr_rb.html
653
+ doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html
654
+ doc/rdoc/more/files/lib/more/facets/multipliers_rb.html
655
+ doc/rdoc/more/files/lib/more/facets/attr_rb.html
656
+ doc/rdoc/more/files/lib/more/facets/version_rb.html
657
+ doc/rdoc/more/files/lib/more/facets/downloader_rb.html
658
+ doc/rdoc/more/files/lib/more/facets/instantiable_rb.html
659
+ doc/rdoc/more/files/lib/more/facets/bytes_rb.html
660
+ doc/rdoc/more/files/lib/more/facets/style_rb.html
661
+ doc/rdoc/more/files/lib/more/facets/syncarray_rb.html
662
+ doc/rdoc/more/files/lib/more/facets/autoreload_rb.html
663
+ doc/rdoc/more/files/lib/more/facets/inheritor_rb.html
664
+ doc/rdoc/more/files/lib/more/facets/coroutine_rb.html
665
+ doc/rdoc/more/files/lib/more/facets/instantise_rb.html
666
+ doc/rdoc/more/files/lib/more/facets/elementwise_rb.html
667
+ doc/rdoc/more/files/lib/more/facets/class_extension_rb.html
668
+ doc/rdoc/more/files/lib/more/facets/xoxo_rb.html
669
+ doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html
670
+ doc/rdoc/more/files/lib/more/facets/typecast_rb.html
671
+ doc/rdoc/more/files/lib/more/facets/filelist_rb.html
672
+ doc/rdoc/more/files/lib/more/facets/thread_rb.html
673
+ doc/rdoc/more/files/lib/more/facets/reference_rb.html
674
+ doc/rdoc/more/files/lib/more/facets/binreadable_rb.html
675
+ doc/rdoc/more/files/lib/more/facets/advisable_rb.html
676
+ doc/rdoc/more/files/lib/more/facets/overload_rb.html
677
+ doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html
678
+ doc/rdoc/more/files/lib/more/facets/minitar_rb.html
679
+ doc/rdoc/more/files/lib/more/facets/capsule_rb.html
680
+ doc/rdoc/more/files/lib/more/facets/ansicode_rb.html
681
+ doc/rdoc/more/files/lib/more/facets/bbcode_rb.html
682
+ doc/rdoc/more/files/lib/more/facets/association_rb.html
683
+ doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html
684
+ doc/rdoc/more/files/lib/more/facets/ini_rb.html
685
+ doc/rdoc/more/files/lib/more/facets/registerable_rb.html
686
+ doc/rdoc/more/files/lib/more/facets/fileshell_rb.html
687
+ doc/rdoc/more/files/lib/more/facets/crypt_rb.html
688
+ doc/rdoc/more/files/lib/more/facets/opencascade_rb.html
689
+ doc/rdoc/more/files/lib/more/facets/indexable_rb.html
690
+ doc/rdoc/more/fr_class_index.html
691
+ doc/rdoc/more/index.html
692
+ doc/rdoc/more/created.rid
693
+ doc/rdoc/more/fr_method_index.html
694
+ doc/news
695
+ doc/ri
696
+ doc/ri/NackClass
697
+ doc/ri/NackClass/cdesc-NackClass.yaml
698
+ doc/ri/Buildable
699
+ doc/ri/Buildable/cdesc-Buildable.yaml
700
+ doc/ri/Buildable/included-c.yaml
701
+ doc/ri/PathList
702
+ doc/ri/PathList/Finder
703
+ doc/ri/PathList/Finder/include%3f-i.yaml
704
+ doc/ri/PathList/Finder/cdesc-Finder.yaml
705
+ doc/ri/PathList/Finder/find-i.yaml
706
+ doc/ri/PathList/cdesc-PathList.yaml
707
+ doc/ri/PathList/to_s-i.yaml
708
+ doc/ri/PathList/new-c.yaml
709
+ doc/ri/Reference
710
+ doc/ri/Reference/cdesc-Reference.yaml
711
+ doc/ri/Reference/instance_delegate-i.yaml
712
+ doc/ri/Reference/become-i.yaml
713
+ doc/ri/Reference/__value__-i.yaml
714
+ doc/ri/Reference/new-c.yaml
715
+ doc/ri/Reference/method_missing-i.yaml
716
+ doc/ri/System
717
+ doc/ri/System/ofs-i.yaml
718
+ doc/ri/System/input_record_separator-i.yaml
719
+ doc/ri/System/rs%3d-i.yaml
720
+ doc/ri/System/required-i.yaml
721
+ doc/ri/System/stdin%3d-i.yaml
722
+ doc/ri/System/options-i.yaml
723
+ doc/ri/System/default_output%3d-i.yaml
724
+ doc/ri/System/output_field_separator%3d-i.yaml
725
+ doc/ri/System/loaded_features-i.yaml
726
+ doc/ri/System/input_field_separator-i.yaml
727
+ doc/ri/System/child_status-i.yaml
728
+ doc/ri/System/program_loop-i.yaml
729
+ doc/ri/System/program_name%3d-i.yaml
730
+ doc/ri/System/output_field_separator-i.yaml
731
+ doc/ri/System/ofs%3d-i.yaml
732
+ doc/ri/System/stderr%3d-i.yaml
733
+ doc/ri/System/release-i.yaml
734
+ doc/ri/System/match_platform-i.yaml
735
+ doc/ri/System/stdout-i.yaml
736
+ doc/ri/System/rubylibdir-i.yaml
737
+ doc/ri/System/output_record_separator%3d-i.yaml
738
+ doc/ri/System/debug-i.yaml
739
+ doc/ri/System/rubypath-i.yaml
740
+ doc/ri/System/pid-i.yaml
741
+ doc/ri/System/fs%3d-i.yaml
742
+ doc/ri/System/data-i.yaml
743
+ doc/ri/System/verbose-i.yaml
744
+ doc/ri/System/default_input-i.yaml
745
+ doc/ri/System/extentions-i.yaml
746
+ doc/ri/System/coding%3d-i.yaml
747
+ doc/ri/System/input_field_separator%3d-i.yaml
748
+ doc/ri/System/output_record_separator-i.yaml
749
+ doc/ri/System/program_name-i.yaml
750
+ doc/ri/System/stderr-i.yaml
751
+ doc/ri/System/platform-i.yaml
752
+ doc/ri/System/argv-i.yaml
753
+ doc/ri/System/cdesc-System.yaml
754
+ doc/ri/System/input_lineno-i.yaml
755
+ doc/ri/System/stdin-i.yaml
756
+ doc/ri/System/coding-i.yaml
757
+ doc/ri/System/defout-i.yaml
758
+ doc/ri/System/line_end_processing-i.yaml
759
+ doc/ri/System/version-i.yaml
760
+ doc/ri/System/ors-i.yaml
761
+ doc/ri/System/defout%3d-i.yaml
762
+ doc/ri/System/process_id-i.yaml
763
+ doc/ri/System/default_output-i.yaml
764
+ doc/ri/System/error_position-i.yaml
765
+ doc/ri/System/ors%3d-i.yaml
766
+ doc/ri/System/exit_status-i.yaml
767
+ doc/ri/System/input_line_number-i.yaml
768
+ doc/ri/System/load_path-i.yaml
769
+ doc/ri/System/environment-i.yaml
770
+ doc/ri/System/error_info-i.yaml
771
+ doc/ri/System/input_record_separator%3d-i.yaml
772
+ doc/ri/System/rs-i.yaml
773
+ doc/ri/System/argf-i.yaml
774
+ doc/ri/System/env-i.yaml
775
+ doc/ri/System/current_platform-i.yaml
776
+ doc/ri/System/defin-i.yaml
777
+ doc/ri/System/fs-i.yaml
778
+ doc/ri/System/verbose%3d-i.yaml
779
+ doc/ri/System/safe-i.yaml
780
+ doc/ri/System/stdout%3d-i.yaml
781
+ doc/ri/String
782
+ doc/ri/String/cdesc-String.yaml
783
+ doc/ri/String/Words
784
+ doc/ri/String/Words/word_filter-i.yaml
785
+ doc/ri/String/Words/word_wrap-i.yaml
786
+ doc/ri/String/Words/word_wrap%21-i.yaml
787
+ doc/ri/String/Words/each_word-i.yaml
788
+ doc/ri/String/Words/word_filter%21-i.yaml
789
+ doc/ri/String/Words/cdesc-Words.yaml
790
+ doc/ri/String/Words/words-i.yaml
791
+ doc/ri/String/Words/brief-i.yaml
792
+ doc/ri/String/Style
793
+ doc/ri/String/Style/methodize-c.yaml
794
+ doc/ri/String/Style/pathize-c.yaml
795
+ doc/ri/String/Style/camelize-c.yaml
796
+ doc/ri/String/Style/titleize-c.yaml
797
+ doc/ri/String/Style/demodulize-c.yaml
798
+ doc/ri/String/Style/lowercase-c.yaml
799
+ doc/ri/String/Style/downcase-c.yaml
800
+ doc/ri/String/Style/capitalize-c.yaml
801
+ doc/ri/String/Style/modulize-c.yaml
802
+ doc/ri/String/Style/ordinalize-c.yaml
803
+ doc/ri/String/Style/humanize-c.yaml
804
+ doc/ri/String/Style/cdesc-Style.yaml
805
+ doc/ri/String/Style/underscore-c.yaml
806
+ doc/ri/String/Style/classify-c.yaml
807
+ doc/ri/String/Style/uppercase-c.yaml
808
+ doc/ri/String/Style/foreign_key-c.yaml
809
+ doc/ri/String/Style/lowercamel-c.yaml
810
+ doc/ri/String/Style/snakecase-c.yaml
811
+ doc/ri/String/Style/dasherize-c.yaml
812
+ doc/ri/String/Style/uppercamel-c.yaml
813
+ doc/ri/String/Style/titlecase-c.yaml
814
+ doc/ri/String/Style/upcase-c.yaml
815
+ doc/ri/String/Style/tableize-c.yaml
816
+ doc/ri/BiCrypt
817
+ doc/ri/BiCrypt/decrypt_string-i.yaml
818
+ doc/ri/BiCrypt/precalculate_S_table-i.yaml
819
+ doc/ri/BiCrypt/carefully_open_file-i.yaml
820
+ doc/ri/BiCrypt/generate_initialization_vector-i.yaml
821
+ doc/ri/BiCrypt/cdesc-BiCrypt.yaml
822
+ doc/ri/BiCrypt/encrypt_file-i.yaml
823
+ doc/ri/BiCrypt/encrypt_block-i.yaml
824
+ doc/ri/BiCrypt/f-i.yaml
825
+ doc/ri/BiCrypt/decrypt_block-i.yaml
826
+ doc/ri/BiCrypt/decrypt_file-i.yaml
827
+ doc/ri/BiCrypt/encrypt_string-i.yaml
828
+ doc/ri/BiCrypt/encrypt_stream-i.yaml
829
+ doc/ri/BiCrypt/decrypt_pair-i.yaml
830
+ doc/ri/BiCrypt/decrypt_stream-i.yaml
831
+ doc/ri/BiCrypt/encrypt_pair-i.yaml
832
+ doc/ri/BiCrypt/block_size-i.yaml
833
+ doc/ri/BiCrypt/new-c.yaml
834
+ doc/ri/DictionaryMatcher
835
+ doc/ri/DictionaryMatcher/scan-i.yaml
836
+ doc/ri/DictionaryMatcher/include%3f-i.yaml
837
+ doc/ri/DictionaryMatcher/compute_failure_function-i.yaml
838
+ doc/ri/DictionaryMatcher/cdesc-DictionaryMatcher.yaml
839
+ doc/ri/DictionaryMatcher/MatchData
840
+ doc/ri/DictionaryMatcher/MatchData/cdesc-MatchData.yaml
841
+ doc/ri/DictionaryMatcher/MatchData/inspect-i.yaml
842
+ doc/ri/DictionaryMatcher/%3d%3d%3d-i.yaml
843
+ doc/ri/DictionaryMatcher/add-i.yaml
844
+ doc/ri/DictionaryMatcher/inspect-i.yaml
845
+ doc/ri/DictionaryMatcher/match-i.yaml
846
+ doc/ri/DictionaryMatcher/%3c%3c-i.yaml
847
+ doc/ri/DictionaryMatcher/%3d%7e-i.yaml
848
+ doc/ri/DictionaryMatcher/internal_match-i.yaml
849
+ doc/ri/DictionaryMatcher/new-c.yaml
850
+ doc/ri/SyncArray
851
+ doc/ri/SyncArray/cdesc-SyncArray.yaml
852
+ doc/ri/SyncArray/new-c.yaml
853
+ doc/ri/Comparable
854
+ doc/ri/Comparable/clip-i.yaml
855
+ doc/ri/Comparable/cdesc-Comparable.yaml
856
+ doc/ri/Comparable/at_most-i.yaml
857
+ doc/ri/Comparable/bound-i.yaml
858
+ doc/ri/Comparable/cap-i.yaml
859
+ doc/ri/Comparable/cmp-i.yaml
860
+ doc/ri/Comparable/at_least-i.yaml
861
+ doc/ri/Binding
862
+ doc/ri/Binding/local_variables-i.yaml
863
+ doc/ri/Binding/cdesc-Binding.yaml
864
+ doc/ri/Binding/%5b%5d%3d-i.yaml
865
+ doc/ri/Binding/__FILE__-i.yaml
866
+ doc/ri/Binding/defined%3f-i.yaml
867
+ doc/ri/Binding/__method__-i.yaml
868
+ doc/ri/Binding/__LINE__-i.yaml
869
+ doc/ri/Binding/eval-i.yaml
870
+ doc/ri/Binding/self-i.yaml
871
+ doc/ri/Binding/callstack-i.yaml
872
+ doc/ri/Binding/__callee__-i.yaml
873
+ doc/ri/Binding/caller-i.yaml
874
+ doc/ri/Binding/%5b%5d-i.yaml
875
+ doc/ri/Binding/__DIR__-i.yaml
876
+ doc/ri/TrueClass
877
+ doc/ri/TrueClass/cdesc-TrueClass.yaml
878
+ doc/ri/Interval
879
+ doc/ri/Interval/%2d%40-i.yaml
880
+ doc/ri/Interval/degenerate%3f-i.yaml
881
+ doc/ri/Interval/include%3f-i.yaml
882
+ doc/ri/Interval/each-i.yaml
883
+ doc/ri/Interval/null%3f-i.yaml
884
+ doc/ri/Interval/sentinels-i.yaml
885
+ doc/ri/Interval/distance-i.yaml
886
+ doc/ri/Interval/begin-i.yaml
887
+ doc/ri/Interval/last_opened-i.yaml
888
+ doc/ri/Interval/opened-i.yaml
889
+ doc/ri/Interval/%2b%40-i.yaml
890
+ doc/ri/Interval/exclude_end%3f-i.yaml
891
+ doc/ri/Interval/reversed-i.yaml
892
+ doc/ri/Interval/end-i.yaml
893
+ doc/ri/Interval/direction-i.yaml
894
+ doc/ri/Interval/length-i.yaml
895
+ doc/ri/Interval/half_closed-i.yaml
896
+ doc/ri/Interval/exclude_last%3f-i.yaml
897
+ doc/ri/Interval/%3d%3d%3d-i.yaml
898
+ doc/ri/Interval/closed-i.yaml
899
+ doc/ri/Interval/first_opened-i.yaml
900
+ doc/ri/Interval/step-i.yaml
901
+ doc/ri/Interval/last-i.yaml
902
+ doc/ri/Interval/eql%3f-i.yaml
903
+ doc/ri/Interval/size-i.yaml
904
+ doc/ri/Interval/min-i.yaml
905
+ doc/ri/Interval/first_closed-i.yaml
906
+ doc/ri/Interval/%7e-i.yaml
907
+ doc/ri/Interval/cdesc-Interval.yaml
908
+ doc/ri/Interval/first-i.yaml
909
+ doc/ri/Interval/last_closed-i.yaml
910
+ doc/ri/Interval/exclude_begin%3f-i.yaml
911
+ doc/ri/Interval/member%3f-i.yaml
912
+ doc/ri/Interval/exclude_first%3f-i.yaml
913
+ doc/ri/Interval/max-i.yaml
914
+ doc/ri/Interval/%5b%5d-c.yaml
915
+ doc/ri/Interval/new-c.yaml
916
+ doc/ri/Console
917
+ doc/ri/Console/cdesc-Console.yaml
918
+ doc/ri/Logger
919
+ doc/ri/Logger/cdesc-Logger.yaml
920
+ doc/ri/Logger/format_procedure-i.yaml
921
+ doc/ri/Logger/setup_format-i.yaml
922
+ doc/ri/Logger/Ansicolor
923
+ doc/ri/Logger/Ansicolor/warn-i.yaml
924
+ doc/ri/Logger/Ansicolor/cdesc-Ansicolor.yaml
925
+ doc/ri/Logger/Ansicolor/fatal-i.yaml
926
+ doc/ri/Logger/Ansicolor/info_with_color-i.yaml
927
+ doc/ri/Logger/Ansicolor/debug-i.yaml
928
+ doc/ri/Logger/Ansicolor/error_with_color-i.yaml
929
+ doc/ri/Logger/Ansicolor/fatal_with_color-i.yaml
930
+ doc/ri/Logger/Ansicolor/info-i.yaml
931
+ doc/ri/Logger/Ansicolor/error-i.yaml
932
+ doc/ri/Logger/Ansicolor/warn_with_color-i.yaml
933
+ doc/ri/Logger/Ansicolor/debug_with_color-i.yaml
934
+ doc/ri/Logger/LogDevice
935
+ doc/ri/Logger/LogDevice/cdesc-LogDevice.yaml
936
+ doc/ri/Logger/LogDevice/ansicolor%3f-i.yaml
937
+ doc/ri/Logger/ansicolor%3d-i.yaml
938
+ doc/ri/Pool
939
+ doc/ri/Pool/push-i.yaml
940
+ doc/ri/Pool/obtain-i.yaml
941
+ doc/ri/Pool/cdesc-Pool.yaml
942
+ doc/ri/Pool/new-c.yaml
943
+ doc/ri/Pool/pop-i.yaml
944
+ doc/ri/HtmlFilter
945
+ doc/ri/HtmlFilter/decode_num_entity-i.yaml
946
+ doc/ri/HtmlFilter/decode_hex_entity-i.yaml
947
+ doc/ri/HtmlFilter/escape_special_chars-i.yaml
948
+ doc/ri/HtmlFilter/is_valid_entity-i.yaml
949
+ doc/ri/HtmlFilter/validate_entities-i.yaml
950
+ doc/ri/HtmlFilter/cdesc-HtmlFilter.yaml
951
+ doc/ri/HtmlFilter/check_entity-i.yaml
952
+ doc/ri/HtmlFilter/process_param_protocol-i.yaml
953
+ doc/ri/HtmlFilter/strip_single-i.yaml
954
+ doc/ri/HtmlFilter/balance_html-i.yaml
955
+ doc/ri/HtmlFilter/fix_case-i.yaml
956
+ doc/ri/HtmlFilter/process_tag-i.yaml
957
+ doc/ri/HtmlFilter/check_tags-i.yaml
958
+ doc/ri/HtmlFilter/process_remove_blanks-i.yaml
959
+ doc/ri/HtmlFilter/decode_dec_entity-i.yaml
960
+ doc/ri/HtmlFilter/filter-i.yaml
961
+ doc/ri/HtmlFilter/fix_case_inner-i.yaml
962
+ doc/ri/HtmlFilter/decode_entities-i.yaml
963
+ doc/ri/HtmlFilter/new-c.yaml
964
+ doc/ri/HtmlFilter/escape_comments-i.yaml
965
+ doc/ri/BinReadable
966
+ doc/ri/BinReadable/read_word32_big-i.yaml
967
+ doc/ri/BinReadable/read_int8-i.yaml
968
+ doc/ri/BinReadable/read_int32_native-i.yaml
969
+ doc/ri/BinReadable/readn-i.yaml
970
+ doc/ri/BinReadable/read_word16_little-i.yaml
971
+ doc/ri/BinReadable/read_word16_native-i.yaml
972
+ doc/ri/BinReadable/ByteOrder
973
+ doc/ri/BinReadable/ByteOrder/little_endian%3f-i.yaml
974
+ doc/ri/BinReadable/ByteOrder/big%3f-i.yaml
975
+ doc/ri/BinReadable/ByteOrder/byteorder-i.yaml
976
+ doc/ri/BinReadable/ByteOrder/little%3f-i.yaml
977
+ doc/ri/BinReadable/ByteOrder/network%3f-i.yaml
978
+ doc/ri/BinReadable/ByteOrder/big_endian%3f-i.yaml
979
+ doc/ri/BinReadable/ByteOrder/byte_order-i.yaml
980
+ doc/ri/BinReadable/ByteOrder/cdesc-ByteOrder.yaml
981
+ doc/ri/BinReadable/cdesc-BinReadable.yaml
982
+ doc/ri/BinReadable/ru_swap-i.yaml
983
+ doc/ri/BinReadable/byteorder-i.yaml
984
+ doc/ri/BinReadable/read_int16_native-i.yaml
985
+ doc/ri/BinReadable/byte_order%3d-i.yaml
986
+ doc/ri/BinReadable/read_cstring-i.yaml
987
+ doc/ri/BinReadable/byteorder%3d-i.yaml
988
+ doc/ri/BinReadable/read_word32_little-i.yaml
989
+ doc/ri/BinReadable/read_int16_big-i.yaml
990
+ doc/ri/BinReadable/read_word32_native-i.yaml
991
+ doc/ri/BinReadable/read_int16_little-i.yaml
992
+ doc/ri/BinReadable/read_word8-i.yaml
993
+ doc/ri/BinReadable/read_word16_big-i.yaml
994
+ doc/ri/BinReadable/ru-i.yaml
995
+ doc/ri/BinReadable/read_uint8-i.yaml
996
+ doc/ri/BinReadable/read_int32_big-i.yaml
997
+ doc/ri/BinReadable/byte_order-i.yaml
998
+ doc/ri/BinReadable/read_int32_little-i.yaml
999
+ doc/ri/Net
1000
+ doc/ri/Net/cdesc-Net.yaml
1001
+ doc/ri/Net/SMTP
1002
+ doc/ri/Net/SMTP/start-c.yaml
1003
+ doc/ri/Net/SMTP/start-i.yaml
1004
+ doc/ri/Net/SMTP/cdesc-SMTP.yaml
1005
+ doc/ri/Net/SMTP/do_helo-i.yaml
1006
+ doc/ri/Net/SMTP/quit-i.yaml
1007
+ doc/ri/Net/SMTP/starttls-i.yaml
1008
+ doc/ri/Net/SMTP/do_tls_start-i.yaml
1009
+ doc/ri/EnumerablePass
1010
+ doc/ri/EnumerablePass/detect-i.yaml
1011
+ doc/ri/EnumerablePass/cdesc-EnumerablePass.yaml
1012
+ doc/ri/EnumerablePass/find-i.yaml
1013
+ doc/ri/EnumerablePass/wrap_enumerable_method-c.yaml
1014
+ doc/ri/Prototype
1015
+ doc/ri/Prototype/new-i.yaml
1016
+ doc/ri/Prototype/meta-i.yaml
1017
+ doc/ri/Prototype/traits-i.yaml
1018
+ doc/ri/Prototype/trait-i.yaml
1019
+ doc/ri/Prototype/new-c.yaml
1020
+ doc/ri/Prototype/cdesc-Prototype.yaml
1021
+ doc/ri/Prototype/method_missing-i.yaml
1022
+ doc/ri/Prototype/fn-i.yaml
1023
+ doc/ri/Semaphore
1024
+ doc/ri/Semaphore/down-i.yaml
1025
+ doc/ri/Semaphore/wait-i.yaml
1026
+ doc/ri/Semaphore/v-i.yaml
1027
+ doc/ri/Semaphore/signal-i.yaml
1028
+ doc/ri/Semaphore/p-i.yaml
1029
+ doc/ri/Semaphore/synchronize-i.yaml
1030
+ doc/ri/Semaphore/up-i.yaml
1031
+ doc/ri/Semaphore/cdesc-Semaphore.yaml
1032
+ doc/ri/Semaphore/new-c.yaml
1033
+ doc/ri/Semaphore/exclusive-i.yaml
1034
+ doc/ri/CGI
1035
+ doc/ri/CGI/escformat-i.yaml
1036
+ doc/ri/CGI/marshal_from_cgi-i.yaml
1037
+ doc/ri/CGI/esc-i.yaml
1038
+ doc/ri/CGI/marshal_to_cgi-i.yaml
1039
+ doc/ri/CGI/cdesc-CGI.yaml
1040
+ doc/ri/RecursiveDependency
1041
+ doc/ri/RecursiveDependency/cdesc-RecursiveDependency.yaml
1042
+ doc/ri/OpenCollection
1043
+ doc/ri/OpenCollection/cdesc-OpenCollection.yaml
1044
+ doc/ri/OpenCollection/new-c.yaml
1045
+ doc/ri/OpenCollection/method_missing-i.yaml
1046
+ doc/ri/Numeric
1047
+ doc/ri/Numeric/cdesc-Numeric.yaml
1048
+ doc/ri/Date
1049
+ doc/ri/Date/days_in_month-i.yaml
1050
+ doc/ri/Date/stamp-i.yaml
1051
+ doc/ri/Date/cdesc-Date.yaml
1052
+ doc/ri/Date/to_date-i.yaml
1053
+ doc/ri/Date/month_name-i.yaml
1054
+ doc/ri/Date/to_time-i.yaml
1055
+ doc/ri/Date/to_s-i.yaml
1056
+ doc/ri/Date/days_of_month-i.yaml
1057
+ doc/ri/InstanceVariables
1058
+ doc/ri/InstanceVariables/instance_delegate-i.yaml
1059
+ doc/ri/InstanceVariables/each-i.yaml
1060
+ doc/ri/InstanceVariables/names-i.yaml
1061
+ doc/ri/InstanceVariables/%5b%5d%3d-i.yaml
1062
+ doc/ri/InstanceVariables/values-i.yaml
1063
+ doc/ri/InstanceVariables/to_hash-i.yaml
1064
+ doc/ri/InstanceVariables/keys-i.yaml
1065
+ doc/ri/InstanceVariables/atize-i.yaml
1066
+ doc/ri/InstanceVariables/update-i.yaml
1067
+ doc/ri/InstanceVariables/%3c%3c-i.yaml
1068
+ doc/ri/InstanceVariables/cdesc-InstanceVariables.yaml
1069
+ doc/ri/InstanceVariables/%5b%5d-i.yaml
1070
+ doc/ri/InstanceVariables/new-c.yaml
1071
+ doc/ri/Chain
1072
+ doc/ri/Chain/end-i.yaml
1073
+ doc/ri/Chain/%7e-i.yaml
1074
+ doc/ri/Chain/cdesc-Chain.yaml
1075
+ doc/ri/Chain/new-c.yaml
1076
+ doc/ri/Chain/method_missing-i.yaml
1077
+ doc/ri/File
1078
+ doc/ri/File/sanitize-c.yaml
1079
+ doc/ri/File/yaml%3f-c.yaml
1080
+ doc/ri/File/read_list-c.yaml
1081
+ doc/ri/File/read_binary-c.yaml
1082
+ doc/ri/File/append-c.yaml
1083
+ doc/ri/File/rootname-c.yaml
1084
+ doc/ri/File/write-c.yaml
1085
+ doc/ri/File/cdesc-File.yaml
1086
+ doc/ri/File/rewrite-c.yaml
1087
+ doc/ri/File/null-c.yaml
1088
+ doc/ri/File/writelines-c.yaml
1089
+ doc/ri/File/create-c.yaml
1090
+ doc/ri/File/rewrite%21-c.yaml
1091
+ doc/ri/LRUCache
1092
+ doc/ri/LRUCache/Item
1093
+ doc/ri/LRUCache/Item/cdesc-Item.yaml
1094
+ doc/ri/LRUCache/Sentinel
1095
+ doc/ri/LRUCache/Sentinel/cdesc-Sentinel.yaml
1096
+ doc/ri/LRUCache/cdesc-LRUCache.yaml
1097
+ doc/ri/LRUCache/%5b%5d%3d-i.yaml
1098
+ doc/ri/LRUCache/lru_touch-i.yaml
1099
+ doc/ri/LRUCache/lru-i.yaml
1100
+ doc/ri/LRUCache/clear-i.yaml
1101
+ doc/ri/LRUCache/lru_delete-i.yaml
1102
+ doc/ri/LRUCache/lru_join-i.yaml
1103
+ doc/ri/LRUCache/delete-i.yaml
1104
+ doc/ri/LRUCache/lru_append-i.yaml
1105
+ doc/ri/LRUCache/last-i.yaml
1106
+ doc/ri/LRUCache/first-i.yaml
1107
+ doc/ri/LRUCache/lru_insert-i.yaml
1108
+ doc/ri/LRUCache/lru_clear-i.yaml
1109
+ doc/ri/LRUCache/%5b%5d-i.yaml
1110
+ doc/ri/LRUCache/new-c.yaml
1111
+ doc/ri/ZipUtils
1112
+ doc/ri/ZipUtils/untar_bzip2-i.yaml
1113
+ doc/ri/ZipUtils/compress-i.yaml
1114
+ doc/ri/ZipUtils/untar_gzip-i.yaml
1115
+ doc/ri/ZipUtils/tgz-i.yaml
1116
+ doc/ri/ZipUtils/tar_bzip-i.yaml
1117
+ doc/ri/ZipUtils/zip-i.yaml
1118
+ doc/ri/ZipUtils/tar_j-i.yaml
1119
+ doc/ri/ZipUtils/NoWrite
1120
+ doc/ri/ZipUtils/NoWrite/untar_bzip2-i.yaml
1121
+ doc/ri/ZipUtils/NoWrite/compress-i.yaml
1122
+ doc/ri/ZipUtils/NoWrite/untar_gzip-i.yaml
1123
+ doc/ri/ZipUtils/NoWrite/cdesc-NoWrite.yaml
1124
+ doc/ri/ZipUtils/NoWrite/zip-i.yaml
1125
+ doc/ri/ZipUtils/NoWrite/tar_gzip-i.yaml
1126
+ doc/ri/ZipUtils/NoWrite/tar_bzip2-i.yaml
1127
+ doc/ri/ZipUtils/NoWrite/unzip-i.yaml
1128
+ doc/ri/ZipUtils/cdesc-ZipUtils.yaml
1129
+ doc/ri/ZipUtils/untar_bzip-i.yaml
1130
+ doc/ri/ZipUtils/tar_gzip-i.yaml
1131
+ doc/ri/ZipUtils/untar_j-i.yaml
1132
+ doc/ri/ZipUtils/DryRun
1133
+ doc/ri/ZipUtils/DryRun/cdesc-DryRun.yaml
1134
+ doc/ri/ZipUtils/DryRun/untar_bzip2-i.yaml
1135
+ doc/ri/ZipUtils/DryRun/compress-i.yaml
1136
+ doc/ri/ZipUtils/DryRun/untar_gzip-i.yaml
1137
+ doc/ri/ZipUtils/DryRun/zip-i.yaml
1138
+ doc/ri/ZipUtils/DryRun/tar_gzip-i.yaml
1139
+ doc/ri/ZipUtils/DryRun/tar_bzip2-i.yaml
1140
+ doc/ri/ZipUtils/DryRun/unzip-i.yaml
1141
+ doc/ri/ZipUtils/tar_z-i.yaml
1142
+ doc/ri/ZipUtils/tar_bzip2-i.yaml
1143
+ doc/ri/ZipUtils/Verbose
1144
+ doc/ri/ZipUtils/Verbose/untar_bzip2-i.yaml
1145
+ doc/ri/ZipUtils/Verbose/compress-i.yaml
1146
+ doc/ri/ZipUtils/Verbose/untar_gzip-i.yaml
1147
+ doc/ri/ZipUtils/Verbose/zip-i.yaml
1148
+ doc/ri/ZipUtils/Verbose/tar_gzip-i.yaml
1149
+ doc/ri/ZipUtils/Verbose/cdesc-Verbose.yaml
1150
+ doc/ri/ZipUtils/Verbose/tar_bzip2-i.yaml
1151
+ doc/ri/ZipUtils/Verbose/unzip-i.yaml
1152
+ doc/ri/ZipUtils/untar_z-i.yaml
1153
+ doc/ri/ZipUtils/unzip-i.yaml
1154
+ doc/ri/Crypt
1155
+ doc/ri/Crypt/crypt-c.yaml
1156
+ doc/ri/Crypt/cdesc-Crypt.yaml
1157
+ doc/ri/Crypt/check-c.yaml
1158
+ doc/ri/Crypt/generate_salt-c.yaml
1159
+ doc/ri/Platform
1160
+ doc/ri/Platform/match-c.yaml
1161
+ doc/ri/Platform/%3d%3d%3d-i.yaml
1162
+ doc/ri/Platform/local-c.yaml
1163
+ doc/ri/Platform/supported-c.yaml
1164
+ doc/ri/Platform/inspect-i.yaml
1165
+ doc/ri/Platform/%3d%3d-i.yaml
1166
+ doc/ri/Platform/%3d%7e-i.yaml
1167
+ doc/ri/Platform/to_a-i.yaml
1168
+ doc/ri/Platform/const_missing-c.yaml
1169
+ doc/ri/Platform/cdesc-Platform.yaml
1170
+ doc/ri/Platform/to_s-i.yaml
1171
+ doc/ri/Platform/new-c.yaml
1172
+ doc/ri/Weekdays
1173
+ doc/ri/Weekdays/after-i.yaml
1174
+ doc/ri/Weekdays/until-i.yaml
1175
+ doc/ri/Weekdays/step-i.yaml
1176
+ doc/ri/Weekdays/before-i.yaml
1177
+ doc/ri/Weekdays/cdesc-Weekdays.yaml
1178
+ doc/ri/Weekdays/since-i.yaml
1179
+ doc/ri/Weekdays/ago-i.yaml
1180
+ doc/ri/Weekdays/from_now-i.yaml
1181
+ doc/ri/Weekdays/new-c.yaml
1182
+ doc/ri/Recorder
1183
+ doc/ri/Recorder/__call__-i.yaml
1184
+ doc/ri/Recorder/inspect-i.yaml
1185
+ doc/ri/Recorder/cdesc-Recorder.yaml
1186
+ doc/ri/Recorder/new-c.yaml
1187
+ doc/ri/Recorder/method_missing-i.yaml
1188
+ doc/ri/BasicObject
1189
+ doc/ri/BasicObject/cdesc-BasicObject.yaml
1190
+ doc/ri/BasicObject/__self__-i.yaml
1191
+ doc/ri/BasicObject/object_self-i.yaml
1192
+ doc/ri/BasicObject/hide-c.yaml
1193
+ doc/ri/Continuation
1194
+ doc/ri/Continuation/cdesc-Continuation.yaml
1195
+ doc/ri/Continuation/create-c.yaml
1196
+ doc/ri/Indexable
1197
+ doc/ri/Indexable/last%21-i.yaml
1198
+ doc/ri/Indexable/index_of-i.yaml
1199
+ doc/ri/Indexable/first%21-i.yaml
1200
+ doc/ri/Indexable/range-i.yaml
1201
+ doc/ri/Indexable/cdesc-Indexable.yaml
1202
+ doc/ri/Indexable/ends-i.yaml
1203
+ doc/ri/Indexable/body-i.yaml
1204
+ doc/ri/Indexable/pos-i.yaml
1205
+ doc/ri/Indexable/foot-i.yaml
1206
+ doc/ri/Indexable/last-i.yaml
1207
+ doc/ri/Indexable/first-i.yaml
1208
+ doc/ri/Indexable/mid-i.yaml
1209
+ doc/ri/Indexable/head-i.yaml
1210
+ doc/ri/Indexable/middle-i.yaml
1211
+ doc/ri/Indexable/tail-i.yaml
1212
+ doc/ri/Indexable/first%3d-i.yaml
1213
+ doc/ri/Indexable/thru-i.yaml
1214
+ doc/ri/Indexable/last%3d-i.yaml
1215
+ doc/ri/Coroutine
1216
+ doc/ri/Coroutine/continue-i.yaml
1217
+ doc/ri/Coroutine/%5b%5d%3d-i.yaml
1218
+ doc/ri/Coroutine/resume-i.yaml
1219
+ doc/ri/Coroutine/cdesc-Coroutine.yaml
1220
+ doc/ri/Coroutine/run-i.yaml
1221
+ doc/ri/Coroutine/%5b%5d-i.yaml
1222
+ doc/ri/Coroutine/new-c.yaml
1223
+ doc/ri/Coroutine/stop-i.yaml
1224
+ doc/ri/UnboundMethod
1225
+ doc/ri/UnboundMethod/cdesc-UnboundMethod.yaml
1226
+ doc/ri/UnboundMethod/arguments-i.yaml
1227
+ doc/ri/UnboundMethod/name-i.yaml
1228
+ doc/ri/ObjectReflection
1229
+ doc/ri/ObjectReflection/_bind_method-i.yaml
1230
+ doc/ri/ObjectReflection/cdesc-ObjectReflection.yaml
1231
+ doc/ri/ObjectReflection/id-i.yaml
1232
+ doc/ri/ObjectReflection/new-c.yaml
1233
+ doc/ri/ObjectReflection/method_missing-i.yaml
1234
+ doc/ri/Expirable
1235
+ doc/ri/Expirable/expires_spread-i.yaml
1236
+ doc/ri/Expirable/touch%21-i.yaml
1237
+ doc/ri/Expirable/expired%3f-i.yaml
1238
+ doc/ri/Expirable/cdesc-Expirable.yaml
1239
+ doc/ri/Expirable/expires_after-i.yaml
1240
+ doc/ri/MissingArgument
1241
+ doc/ri/MissingArgument/cdesc-MissingArgument.yaml
1242
+ doc/ri/Paramix
1243
+ doc/ri/Paramix/cdesc-Paramix.yaml
1244
+ doc/ri/Paramix/Delegator
1245
+ doc/ri/Paramix/Delegator/extend_object-i.yaml
1246
+ doc/ri/Paramix/Delegator/append_features-i.yaml
1247
+ doc/ri/Paramix/Delegator/%5b%5d-i.yaml
1248
+ doc/ri/Paramix/Delegator/new-c.yaml
1249
+ doc/ri/Paramix/Delegator/cdesc-Delegator.yaml
1250
+ doc/ri/Paramix/append_features-c.yaml
1251
+ doc/ri/Paramix/new-c.yaml
1252
+ doc/ri/Integer
1253
+ doc/ri/Integer/cdesc-Integer.yaml
1254
+ doc/ri/Hash2Xml
1255
+ doc/ri/Hash2Xml/convert_body-i.yaml
1256
+ doc/ri/Hash2Xml/cdesc-Hash2Xml.yaml
1257
+ doc/ri/Hash2Xml/convert_tag-i.yaml
1258
+ doc/ri/Hash2Xml/convert-i.yaml
1259
+ doc/ri/Range
1260
+ doc/ri/Range/overlap%3f-i.yaml
1261
+ doc/ri/Range/umbrella-i.yaml
1262
+ doc/ri/Range/within%3f-i.yaml
1263
+ doc/ri/Range/combine-c.yaml
1264
+ doc/ri/Range/cdesc-Range.yaml
1265
+ doc/ri/Range/to_r-i.yaml
1266
+ doc/ri/Range/to_range-i.yaml
1267
+ doc/ri/Range/combine-i.yaml
1268
+ doc/ri/InfinityClass
1269
+ doc/ri/InfinityClass/%2d%40-i.yaml
1270
+ doc/ri/InfinityClass/to_f-i.yaml
1271
+ doc/ri/InfinityClass/Numeric
1272
+ doc/ri/InfinityClass/Numeric/nan%3f-i.yaml
1273
+ doc/ri/InfinityClass/Numeric/inf%3f-i.yaml
1274
+ doc/ri/InfinityClass/Numeric/finite%3f-i.yaml
1275
+ doc/ri/InfinityClass/Numeric/neginf%3f-i.yaml
1276
+ doc/ri/InfinityClass/Numeric/posinf%3f-i.yaml
1277
+ doc/ri/InfinityClass/Numeric/cdesc-Numeric.yaml
1278
+ doc/ri/InfinityClass/Numeric/infinite%3f-i.yaml
1279
+ doc/ri/InfinityClass/cdesc-InfinityClass.yaml
1280
+ doc/ri/InfinityClass/%2b%40-i.yaml
1281
+ doc/ri/InfinityClass/%3c%3d%3e-i.yaml
1282
+ doc/ri/InfinityClass/coerce-i.yaml
1283
+ doc/ri/InfinityClass/%3d%3d-i.yaml
1284
+ doc/ri/InfinityClass/to_s-i.yaml
1285
+ doc/ri/InfinityClass/times-i.yaml
1286
+ doc/ri/InfinityClass/new-c.yaml
1287
+ doc/ri/As
1288
+ doc/ri/As/cdesc-As.yaml
1289
+ doc/ri/OpenHash
1290
+ doc/ri/OpenHash/cdesc-OpenHash.yaml
1291
+ doc/ri/OpenHash/new-c.yaml
1292
+ doc/ri/OpenHash/method_missing-i.yaml
1293
+ doc/ri/Struct
1294
+ doc/ri/Struct/restore_snapshot-i.yaml
1295
+ doc/ri/Struct/cdesc-Struct.yaml
1296
+ doc/ri/Struct/take_snapshot-i.yaml
1297
+ doc/ri/Regexp
1298
+ doc/ri/Regexp/arity-i.yaml
1299
+ doc/ri/Regexp/to_regexp-i.yaml
1300
+ doc/ri/Regexp/cdesc-Regexp.yaml
1301
+ doc/ri/Regexp/to_re-i.yaml
1302
+ doc/ri/MatchData
1303
+ doc/ri/MatchData/cdesc-MatchData.yaml
1304
+ doc/ri/MatchData/matchset-i.yaml
1305
+ doc/ri/MatchData/match-i.yaml
1306
+ doc/ri/MatchData/matchtree-i.yaml
1307
+ doc/ri/Instantiable
1308
+ doc/ri/Instantiable/new-i.yaml
1309
+ doc/ri/Instantiable/append_features-c.yaml
1310
+ doc/ri/Instantiable/cdesc-Instantiable.yaml
1311
+ doc/ri/Symbol
1312
+ doc/ri/Symbol/cdesc-Symbol.yaml
1313
+ doc/ri/FileUtils
1314
+ doc/ri/FileUtils/safe_ln-i.yaml
1315
+ doc/ri/FileUtils/whereis-i.yaml
1316
+ doc/ri/FileUtils/which-i.yaml
1317
+ doc/ri/FileUtils/slice-i.yaml
1318
+ doc/ri/FileUtils/wc-i.yaml
1319
+ doc/ri/FileUtils/head-i.yaml
1320
+ doc/ri/FileUtils/cdesc-FileUtils.yaml
1321
+ doc/ri/FileUtils/tail-i.yaml
1322
+ doc/ri/NullClass
1323
+ doc/ri/NullClass/null%3f-i.yaml
1324
+ doc/ri/NullClass/inspect-i.yaml
1325
+ doc/ri/NullClass/nil%3f-i.yaml
1326
+ doc/ri/NullClass/%5b%5d-i.yaml
1327
+ doc/ri/NullClass/new-c.yaml
1328
+ doc/ri/NullClass/cdesc-NullClass.yaml
1329
+ doc/ri/NullClass/method_missing-i.yaml
1330
+ doc/ri/Config
1331
+ doc/ri/Config/inspect-c.yaml
1332
+ doc/ri/Config/cdesc-Config.yaml
1333
+ doc/ri/Config/datadir-c.yaml
1334
+ doc/ri/Duration
1335
+ doc/ri/Duration/each-i.yaml
1336
+ doc/ri/Duration/hours%3d-i.yaml
1337
+ doc/ri/Duration/weeks%3d-i.yaml
1338
+ doc/ri/Duration/%2b-i.yaml
1339
+ doc/ri/Duration/seconds-i.yaml
1340
+ doc/ri/Duration/%2d-i.yaml
1341
+ doc/ri/Duration/%3c%3d%3e-i.yaml
1342
+ doc/ri/Duration/seconds%3d-i.yaml
1343
+ doc/ri/Duration/%2f-i.yaml
1344
+ doc/ri/Duration/inspect-i.yaml
1345
+ doc/ri/Duration/%2a-i.yaml
1346
+ doc/ri/Duration/cdesc-Duration.yaml
1347
+ doc/ri/Duration/minutes%3d-i.yaml
1348
+ doc/ri/Duration/days%3d-i.yaml
1349
+ doc/ri/Duration/to_s-i.yaml
1350
+ doc/ri/Duration/new-c.yaml
1351
+ doc/ri/Duration/strftime-i.yaml
1352
+ doc/ri/TracePoint
1353
+ doc/ri/TracePoint/cdesc-TracePoint.yaml
1354
+ doc/ri/TracePoint/called-i.yaml
1355
+ doc/ri/TracePoint/event_map-i.yaml
1356
+ doc/ri/TracePoint/%3d%3d%3d-i.yaml
1357
+ doc/ri/TracePoint/active-c.yaml
1358
+ doc/ri/TracePoint/back-i.yaml
1359
+ doc/ri/TracePoint/bind-i.yaml
1360
+ doc/ri/TracePoint/callee-i.yaml
1361
+ doc/ri/TracePoint/self-i.yaml
1362
+ doc/ri/TracePoint/eventless%3f-i.yaml
1363
+ doc/ri/TracePoint/event%3f-i.yaml
1364
+ doc/ri/TracePoint/active%3d-c.yaml
1365
+ doc/ri/TracePoint/trace-c.yaml
1366
+ doc/ri/TracePoint/method_name-i.yaml
1367
+ doc/ri/TracePoint/new-c.yaml
1368
+ doc/ri/It
1369
+ doc/ri/It/last%3f-i.yaml
1370
+ doc/ri/It/next_iteration-i.yaml
1371
+ doc/ri/It/first%3f-i.yaml
1372
+ doc/ri/It/cdesc-It.yaml
1373
+ doc/ri/It/new-c.yaml
1374
+ doc/ri/Registerable
1375
+ doc/ri/Registerable/registry_invalid%3f-i.yaml
1376
+ doc/ri/Registerable/cdesc-Registerable.yaml
1377
+ doc/ri/Registerable/registry-i.yaml
1378
+ doc/ri/Registerable/register-i.yaml
1379
+ doc/ri/Pathname
1380
+ doc/ri/Pathname/home-c.yaml
1381
+ doc/ri/Pathname/rootname-i.yaml
1382
+ doc/ri/Pathname/%2f-c.yaml
1383
+ doc/ri/Pathname/root-c.yaml
1384
+ doc/ri/Pathname/cdesc-Pathname.yaml
1385
+ doc/ri/Pathname/null-c.yaml
1386
+ doc/ri/Pathname/work-c.yaml
1387
+ doc/ri/Pathname/%5b%5d-c.yaml
1388
+ doc/ri/Downloader
1389
+ doc/ri/Downloader/prioritize_urls-i.yaml
1390
+ doc/ri/Downloader/add_mirrors-i.yaml
1391
+ doc/ri/Downloader/monitored_download-i.yaml
1392
+ doc/ri/Downloader/compute_checksum-i.yaml
1393
+ doc/ri/Downloader/cdesc-Downloader.yaml
1394
+ doc/ri/Downloader/mirrors-i.yaml
1395
+ doc/ri/Downloader/fetch-i.yaml
1396
+ doc/ri/Downloader/Mirror
1397
+ doc/ri/Downloader/Mirror/cdesc-Mirror.yaml
1398
+ doc/ri/Downloader/extract-i.yaml
1399
+ doc/ri/Downloader/download-i.yaml
1400
+ doc/ri/Downloader/add_mirror-i.yaml
1401
+ doc/ri/Downloader/interface%3d-i.yaml
1402
+ doc/ri/Downloader/Checksum
1403
+ doc/ri/Downloader/Checksum/cdesc-Checksum.yaml
1404
+ doc/ri/Downloader/interface-i.yaml
1405
+ doc/ri/Downloader/new-c.yaml
1406
+ doc/ri/Class
1407
+ doc/ri/Class/cdesc-Class.yaml
1408
+ doc/ri/Functor
1409
+ doc/ri/Functor/to_proc-i.yaml
1410
+ doc/ri/Functor/cdesc-Functor.yaml
1411
+ doc/ri/Functor/new-c.yaml
1412
+ doc/ri/Functor/method_missing-i.yaml
1413
+ doc/ri/Ini
1414
+ doc/ri/Ini/%5b%5d%3d-i.yaml
1415
+ doc/ri/Ini/read_comment_from_file-c.yaml
1416
+ doc/ri/Ini/read_from_file-c.yaml
1417
+ doc/ri/Ini/cdesc-Ini.yaml
1418
+ doc/ri/Ini/update-i.yaml
1419
+ doc/ri/Ini/restore-i.yaml
1420
+ doc/ri/Ini/write_to_file-c.yaml
1421
+ doc/ri/Ini/to_s-c.yaml
1422
+ doc/ri/Ini/%5b%5d-i.yaml
1423
+ doc/ri/Ini/new-c.yaml
1424
+ doc/ri/Object
1425
+ doc/ri/Object/cdesc-Object.yaml
1426
+ doc/ri/CssFilter
1427
+ doc/ri/CssFilter/remove_whitespace-i.yaml
1428
+ doc/ri/CssFilter/remove_comments-i.yaml
1429
+ doc/ri/CssFilter/parse-i.yaml
1430
+ doc/ri/CssFilter/remove_nullvalues-i.yaml
1431
+ doc/ri/CssFilter/filter-i.yaml
1432
+ doc/ri/CssFilter/clean_properties-i.yaml
1433
+ doc/ri/CssFilter/accept_host-i.yaml
1434
+ doc/ri/CssFilter/remove_blanklines-i.yaml
1435
+ doc/ri/CssFilter/remove_urls-i.yaml
1436
+ doc/ri/CssFilter/clean_value-i.yaml
1437
+ doc/ri/CssFilter/new-c.yaml
1438
+ doc/ri/CssFilter/cdesc-CssFilter.yaml
1439
+ doc/ri/CLI
1440
+ doc/ri/CLI/Arguments
1441
+ doc/ri/CLI/Arguments/subcommand_with_arguments-i.yaml
1442
+ doc/ri/CLI/Arguments/subcommand-i.yaml
1443
+ doc/ri/CLI/Arguments/assoc_options-i.yaml
1444
+ doc/ri/CLI/Arguments/options-i.yaml
1445
+ doc/ri/CLI/Arguments/operands-i.yaml
1446
+ doc/ri/CLI/Arguments/subcommand_with_preoptions-i.yaml
1447
+ doc/ri/CLI/Arguments/parse_preoptions-i.yaml
1448
+ doc/ri/CLI/Arguments/parameters-i.yaml
1449
+ doc/ri/CLI/Arguments/subcommand_with_parameters-i.yaml
1450
+ doc/ri/CLI/Arguments/preflags-i.yaml
1451
+ doc/ri/CLI/Arguments/format_options-i.yaml
1452
+ doc/ri/CLI/Arguments/flags-i.yaml
1453
+ doc/ri/CLI/Arguments/preoptions-i.yaml
1454
+ doc/ri/CLI/Arguments/parse_arity-i.yaml
1455
+ doc/ri/CLI/Arguments/parameters_without_duplicates-i.yaml
1456
+ doc/ri/CLI/Arguments/parse-i.yaml
1457
+ doc/ri/CLI/Arguments/parameters-c.yaml
1458
+ doc/ri/CLI/Arguments/arguments-i.yaml
1459
+ doc/ri/CLI/Arguments/parse_line-i.yaml
1460
+ doc/ri/CLI/Arguments/cdesc-Arguments.yaml
1461
+ doc/ri/CLI/Arguments/new-c.yaml
1462
+ doc/ri/CLI/Arguments/multi_flag-i.yaml
1463
+ doc/ri/CLI/NoOptionError
1464
+ doc/ri/CLI/NoOptionError/cdesc-NoOptionError.yaml
1465
+ doc/ri/CLI/NoOptionError/new-c.yaml
1466
+ doc/ri/CLI/Command
1467
+ doc/ri/CLI/Command/start-c.yaml
1468
+ doc/ri/CLI/Command/option_arity-c.yaml
1469
+ doc/ri/CLI/Command/subcommand-c.yaml
1470
+ doc/ri/CLI/Command/default-i.yaml
1471
+ doc/ri/CLI/Command/initialize_arguments-i.yaml
1472
+ doc/ri/CLI/Command/option_missing-i.yaml
1473
+ doc/ri/CLI/Command/UniversalOptions
1474
+ doc/ri/CLI/Command/UniversalOptions/cdesc-UniversalOptions.yaml
1475
+ doc/ri/CLI/Command/commands-i.yaml
1476
+ doc/ri/CLI/Command/call-i.yaml
1477
+ doc/ri/CLI/Command/command_missing-i.yaml
1478
+ doc/ri/CLI/Command/cdesc-Command.yaml
1479
+ doc/ri/CLI/Command/initialize_options-i.yaml
1480
+ doc/ri/CLI/Command/new-c.yaml
1481
+ doc/ri/CLI/cdesc-CLI.yaml
1482
+ doc/ri/CLI/NoCommandError
1483
+ doc/ri/CLI/NoCommandError/new-c.yaml
1484
+ doc/ri/CLI/NoCommandError/cdesc-NoCommandError.yaml
1485
+ doc/ri/OpenObject
1486
+ doc/ri/OpenObject/store-i.yaml
1487
+ doc/ri/OpenObject/each-i.yaml
1488
+ doc/ri/OpenObject/%5b%5d%3d-i.yaml
1489
+ doc/ri/OpenObject/to_hash-i.yaml
1490
+ doc/ri/OpenObject/default%21-i.yaml
1491
+ doc/ri/OpenObject/to_proc-i.yaml
1492
+ doc/ri/OpenObject/merge-i.yaml
1493
+ doc/ri/OpenObject/to_h-i.yaml
1494
+ doc/ri/OpenObject/as_hash%21-i.yaml
1495
+ doc/ri/OpenObject/delete-i.yaml
1496
+ doc/ri/OpenObject/fetch-i.yaml
1497
+ doc/ri/OpenObject/update-i.yaml
1498
+ doc/ri/OpenObject/inspect-i.yaml
1499
+ doc/ri/OpenObject/%3d%3d-i.yaml
1500
+ doc/ri/OpenObject/protect_slot-i.yaml
1501
+ doc/ri/OpenObject/to_a-i.yaml
1502
+ doc/ri/OpenObject/define_slot-i.yaml
1503
+ doc/ri/OpenObject/cdesc-OpenObject.yaml
1504
+ doc/ri/OpenObject/initialize_copy-i.yaml
1505
+ doc/ri/OpenObject/%5b%5d-i.yaml
1506
+ doc/ri/OpenObject/%5b%5d-c.yaml
1507
+ doc/ri/OpenObject/to_openobject-i.yaml
1508
+ doc/ri/OpenObject/new-c.yaml
1509
+ doc/ri/OpenObject/method_missing-i.yaml
1510
+ doc/ri/Advisable
1511
+ doc/ri/Advisable/advice_around-i.yaml
1512
+ doc/ri/Advisable/after-i.yaml
1513
+ doc/ri/Advisable/advise-i.yaml
1514
+ doc/ri/Advisable/around-i.yaml
1515
+ doc/ri/Advisable/method_added-i.yaml
1516
+ doc/ri/Advisable/before-i.yaml
1517
+ doc/ri/Advisable/advice_before-i.yaml
1518
+ doc/ri/Advisable/advice_after-i.yaml
1519
+ doc/ri/Advisable/cdesc-Advisable.yaml
1520
+ doc/ri/Advisable/Method
1521
+ doc/ri/Advisable/Method/advice_after%3d-i.yaml
1522
+ doc/ri/Advisable/Method/call_with_advice-i.yaml
1523
+ doc/ri/Advisable/Method/advice_around%3d-i.yaml
1524
+ doc/ri/Advisable/Method/advised%3f-i.yaml
1525
+ doc/ri/Advisable/Method/lambda_target-i.yaml
1526
+ doc/ri/Advisable/Method/cdesc-Method.yaml
1527
+ doc/ri/Advisable/Method/advice_before%3d-i.yaml
1528
+ doc/ri/FalseClass
1529
+ doc/ri/FalseClass/cdesc-FalseClass.yaml
1530
+ doc/ri/Uninheritable
1531
+ doc/ri/Uninheritable/inherited-i.yaml
1532
+ doc/ri/Uninheritable/cdesc-Uninheritable.yaml
1533
+ doc/ri/Shellwords
1534
+ doc/ri/Shellwords/escape-i.yaml
1535
+ doc/ri/Shellwords/cdesc-Shellwords.yaml
1536
+ doc/ri/ProgressBar
1537
+ doc/ri/ProgressBar/get_width-i.yaml
1538
+ doc/ri/ProgressBar/format%3d-i.yaml
1539
+ doc/ri/ProgressBar/total_overflow%3d-i.yaml
1540
+ doc/ri/ProgressBar/stat_for_file_transfer-i.yaml
1541
+ doc/ri/ProgressBar/title-i.yaml
1542
+ doc/ri/ProgressBar/show_progress-i.yaml
1543
+ doc/ri/ProgressBar/convert_bytes-i.yaml
1544
+ doc/ri/ProgressBar/show-i.yaml
1545
+ doc/ri/ProgressBar/set-i.yaml
1546
+ doc/ri/ProgressBar/inc-i.yaml
1547
+ doc/ri/ProgressBar/eol-i.yaml
1548
+ doc/ri/ProgressBar/halt-i.yaml
1549
+ doc/ri/ProgressBar/finish-i.yaml
1550
+ doc/ri/ProgressBar/bar_mark%3d-i.yaml
1551
+ doc/ri/ProgressBar/inspect-i.yaml
1552
+ doc/ri/ProgressBar/format_arguments%3d-i.yaml
1553
+ doc/ri/ProgressBar/file_transfer_mode-i.yaml
1554
+ doc/ri/ProgressBar/percentage-i.yaml
1555
+ doc/ri/ProgressBar/title%3d-i.yaml
1556
+ doc/ri/ProgressBar/bytes-i.yaml
1557
+ doc/ri/ProgressBar/bar-i.yaml
1558
+ doc/ri/ProgressBar/stat-i.yaml
1559
+ doc/ri/ProgressBar/format_time-i.yaml
1560
+ doc/ri/ProgressBar/eta-i.yaml
1561
+ doc/ri/ProgressBar/elapsed-i.yaml
1562
+ doc/ri/ProgressBar/cdesc-ProgressBar.yaml
1563
+ doc/ri/ProgressBar/flush-i.yaml
1564
+ doc/ri/ProgressBar/new-c.yaml
1565
+ doc/ri/ProgressBar/transfer_rate-i.yaml
1566
+ doc/ri/TypeCastException
1567
+ doc/ri/TypeCastException/cdesc-TypeCastException.yaml
1568
+ doc/ri/URI
1569
+ doc/ri/URI/decode-i.yaml
1570
+ doc/ri/URI/update_request_uri-i.yaml
1571
+ doc/ri/URI/hash_to_query-i.yaml
1572
+ doc/ri/URI/cgi_escape-i.yaml
1573
+ doc/ri/URI/cdesc-URI.yaml
1574
+ doc/ri/URI/get_query_string-i.yaml
1575
+ doc/ri/URI/cgi_parse-i.yaml
1576
+ doc/ri/URI/cgi_unescape-i.yaml
1577
+ doc/ri/URI/query_to_hash-i.yaml
1578
+ doc/ri/URI/chomp_query_string-i.yaml
1579
+ doc/ri/URI/Kernel
1580
+ doc/ri/URI/Kernel/cdesc-Kernel.yaml
1581
+ doc/ri/URI/Kernel/unuri-i.yaml
1582
+ doc/ri/URI/Kernel/uri-i.yaml
1583
+ doc/ri/URI/hash_to_query_string-i.yaml
1584
+ doc/ri/URI/query_string_to_hash-i.yaml
1585
+ doc/ri/URI/Hash
1586
+ doc/ri/URI/Hash/to_uri-i.yaml
1587
+ doc/ri/URI/Hash/cdesc-Hash.yaml
1588
+ doc/ri/URI/update_query_string-i.yaml
1589
+ doc/ri/Instantise
1590
+ doc/ri/Instantise/cdesc-Instantise.yaml
1591
+ doc/ri/Instantise/append_features-c.yaml
1592
+ doc/ri/Instantise/singleton_method_added-i.yaml
1593
+ doc/ri/Random
1594
+ doc/ri/Random/String
1595
+ doc/ri/Random/String/cdesc-String.yaml
1596
+ doc/ri/Random/String/shuffle-i.yaml
1597
+ doc/ri/Random/String/shuffle%21-i.yaml
1598
+ doc/ri/Random/String/at_rand%21-i.yaml
1599
+ doc/ri/Random/String/rand_index-i.yaml
1600
+ doc/ri/Random/String/at_rand-i.yaml
1601
+ doc/ri/Random/String/rand_byte-i.yaml
1602
+ doc/ri/Random/String/rand_byte%21-i.yaml
1603
+ doc/ri/Random/String/Self
1604
+ doc/ri/Random/String/Self/rand_letter-i.yaml
1605
+ doc/ri/Random/String/Self/cdesc-Self.yaml
1606
+ doc/ri/Random/String/Self/random-i.yaml
1607
+ doc/ri/Random/String/included-c.yaml
1608
+ doc/ri/Random/append_features-c.yaml
1609
+ doc/ri/Random/Object
1610
+ doc/ri/Random/Object/maybe-i.yaml
1611
+ doc/ri/Random/Object/cdesc-Object.yaml
1612
+ doc/ri/Random/cdesc-Random.yaml
1613
+ doc/ri/Random/number-c.yaml
1614
+ doc/ri/Random/Hash
1615
+ doc/ri/Random/Hash/pick_pair-i.yaml
1616
+ doc/ri/Random/Hash/shuffle-i.yaml
1617
+ doc/ri/Random/Hash/shuffle%21-i.yaml
1618
+ doc/ri/Random/Hash/rand_value-i.yaml
1619
+ doc/ri/Random/Hash/rand_key-i.yaml
1620
+ doc/ri/Random/Hash/rand_pair%21-i.yaml
1621
+ doc/ri/Random/Hash/rand_key%21-i.yaml
1622
+ doc/ri/Random/Hash/rand_pair-i.yaml
1623
+ doc/ri/Random/Hash/at_rand%21-i.yaml
1624
+ doc/ri/Random/Hash/at_rand-i.yaml
1625
+ doc/ri/Random/Hash/pick_key-i.yaml
1626
+ doc/ri/Random/Hash/rand_value%21-i.yaml
1627
+ doc/ri/Random/Hash/pick-i.yaml
1628
+ doc/ri/Random/Hash/cdesc-Hash.yaml
1629
+ doc/ri/Random/Array
1630
+ doc/ri/Random/Array/cdesc-Array.yaml
1631
+ doc/ri/Random/Array/rand_subset-i.yaml
1632
+ doc/ri/Random/Array/shuffle-i.yaml
1633
+ doc/ri/Random/Array/shuffle%21-i.yaml
1634
+ doc/ri/Random/Array/at_rand%21-i.yaml
1635
+ doc/ri/Random/Array/rand_index-i.yaml
1636
+ doc/ri/Random/Array/at_rand-i.yaml
1637
+ doc/ri/Random/Array/pick%21-i.yaml
1638
+ doc/ri/Random/Array/pick-i.yaml
1639
+ doc/ri/Time
1640
+ doc/ri/Time/cdesc-Time.yaml
1641
+ doc/ri/GetoptLong
1642
+ doc/ri/GetoptLong/DSL
1643
+ doc/ri/GetoptLong/DSL/required-i.yaml
1644
+ doc/ri/GetoptLong/DSL/flag-i.yaml
1645
+ doc/ri/GetoptLong/DSL/optional-i.yaml
1646
+ doc/ri/GetoptLong/DSL/opts-i.yaml
1647
+ doc/ri/GetoptLong/DSL/reqs-i.yaml
1648
+ doc/ri/GetoptLong/DSL/new-c.yaml
1649
+ doc/ri/GetoptLong/DSL/cdesc-DSL.yaml
1650
+ doc/ri/GetoptLong/cdesc-GetoptLong.yaml
1651
+ doc/ri/GetoptLong/new-c.yaml
1652
+ doc/ri/Kernel
1653
+ doc/ri/Kernel/cdesc-Kernel.yaml
1654
+ doc/ri/Autoarray
1655
+ doc/ri/Autoarray/%5b%5d%3d-i.yaml
1656
+ doc/ri/Autoarray/cdesc-Autoarray.yaml
1657
+ doc/ri/Autoarray/%5b%5d-i.yaml
1658
+ doc/ri/Autoarray/new-c.yaml
1659
+ doc/ri/Multiton
1660
+ doc/ri/Multiton/cdesc-Multiton.yaml
1661
+ doc/ri/Multiton/_dump-i.yaml
1662
+ doc/ri/Multiton/InstanceMutex
1663
+ doc/ri/Multiton/InstanceMutex/cdesc-InstanceMutex.yaml
1664
+ doc/ri/Multiton/Inclusive
1665
+ doc/ri/Multiton/Inclusive/included-i.yaml
1666
+ doc/ri/Multiton/Inclusive/cdesc-Inclusive.yaml
1667
+ doc/ri/Multiton/clone-i.yaml
1668
+ doc/ri/Multiton/MetaMethods
1669
+ doc/ri/Multiton/MetaMethods/new-i.yaml
1670
+ doc/ri/Multiton/MetaMethods/_load-i.yaml
1671
+ doc/ri/Multiton/MetaMethods/cdesc-MetaMethods.yaml
1672
+ doc/ri/Multiton/MetaMethods/reinitialize-i.yaml
1673
+ doc/ri/Multiton/MetaMethods/singleton_method_added-i.yaml
1674
+ doc/ri/Multiton/MetaMethods/multiton_mutex-i.yaml
1675
+ doc/ri/Multiton/MetaMethods/instance-i.yaml
1676
+ doc/ri/Multiton/MetaMethods/multiton_id-i.yaml
1677
+ doc/ri/Multiton/MetaMethods/multiton_instance-i.yaml
1678
+ doc/ri/Multiton/MetaMethods/initialized%3f-i.yaml
1679
+ doc/ri/Multiton/dup-i.yaml
1680
+ doc/ri/Exception
1681
+ doc/ri/Exception/cdesc-Exception.yaml
1682
+ doc/ri/Exception/detail-i.yaml
1683
+ doc/ri/Exception/suppress-c.yaml
1684
+ doc/ri/CacheDecorator
1685
+ doc/ri/CacheDecorator/cdesc-CacheDecorator.yaml
1686
+ doc/ri/CacheDecorator/cache-c.yaml
1687
+ doc/ri/CacheDecorator/uncache-c.yaml
1688
+ doc/ri/CacheDecorator/self-i.yaml
1689
+ doc/ri/CacheDecorator/new-c.yaml
1690
+ doc/ri/CacheDecorator/method_missing-i.yaml
1691
+ doc/ri/Equatable
1692
+ doc/ri/Equatable/cdesc-Equatable.yaml
1693
+ doc/ri/Equatable/hash-i.yaml
1694
+ doc/ri/Equatable/eql%3f-i.yaml
1695
+ doc/ri/Equatable/%3d%3d-i.yaml
1696
+ doc/ri/Equatable/identify-c.yaml
1697
+ doc/ri/ConsoleUtils
1698
+ doc/ri/ConsoleUtils/cdesc-ConsoleUtils.yaml
1699
+ doc/ri/ConsoleUtils/password-i.yaml
1700
+ doc/ri/ConsoleUtils/ask-i.yaml
1701
+ doc/ri/ConsoleUtils/screen_width-i.yaml
1702
+ doc/ri/ConsoleUtils/print_justified-i.yaml
1703
+ doc/ri/Settings
1704
+ doc/ri/Settings/Setting
1705
+ doc/ri/Settings/Setting/update-i.yaml
1706
+ doc/ri/Settings/Setting/cdesc-Setting.yaml
1707
+ doc/ri/Settings/Setting/to_s-i.yaml
1708
+ doc/ri/Settings/Setting/new-c.yaml
1709
+ doc/ri/Settings/cdesc-Settings.yaml
1710
+ doc/ri/Settings/SettingCollection
1711
+ doc/ri/Settings/SettingCollection/cdesc-SettingCollection.yaml
1712
+ doc/ri/Settings/SettingCollection/method_missing-i.yaml
1713
+ doc/ri/Settings/add_setting-c.yaml
1714
+ doc/ri/Settings/setup-c.yaml
1715
+ doc/ri/Settings/load-c.yaml
1716
+ doc/ri/Settings/settings-c.yaml
1717
+ doc/ri/Settings/parse-c.yaml
1718
+ doc/ri/Settings/method_missing-c.yaml
1719
+ doc/ri/CssTree
1720
+ doc/ri/CssTree/to_css-i.yaml
1721
+ doc/ri/CssTree/cdesc-CssTree.yaml
1722
+ doc/ri/CssTree/new-c.yaml
1723
+ doc/ri/EventHook
1724
+ doc/ri/EventHook/call-i.yaml
1725
+ doc/ri/EventHook/cdesc-EventHook.yaml
1726
+ doc/ri/EventHook/new-c.yaml
1727
+ doc/ri/Dir
1728
+ doc/ri/Dir/multiglob-c.yaml
1729
+ doc/ri/Dir/ascend-c.yaml
1730
+ doc/ri/Dir/cdesc-Dir.yaml
1731
+ doc/ri/Dir/descend-c.yaml
1732
+ doc/ri/Dir/ls_r-c.yaml
1733
+ doc/ri/Dir/recurse-c.yaml
1734
+ doc/ri/Dir/parent%3f-c.yaml
1735
+ doc/ri/Dir/multiglob_r-c.yaml
1736
+ doc/ri/OpenCascade
1737
+ doc/ri/OpenCascade/cdesc-OpenCascade.yaml
1738
+ doc/ri/OpenCascade/method_missing-i.yaml
1739
+ doc/ri/created.rid
1740
+ doc/ri/Lazy
1741
+ doc/ri/Lazy/LazyException
1742
+ doc/ri/Lazy/LazyException/cdesc-LazyException.yaml
1743
+ doc/ri/Lazy/DivergenceError
1744
+ doc/ri/Lazy/DivergenceError/cdesc-DivergenceError.yaml
1745
+ doc/ri/Lazy/Promise
1746
+ doc/ri/Lazy/Promise/cdesc-Promise.yaml
1747
+ doc/ri/Lazy/PromiseSafe
1748
+ doc/ri/Lazy/PromiseSafe/cdesc-PromiseSafe.yaml
1749
+ doc/ri/Lazy/cdesc-Lazy.yaml
1750
+ doc/ri/Lazy/Future
1751
+ doc/ri/Lazy/Future/cdesc-Future.yaml
1752
+ doc/ri/FileShell
1753
+ doc/ri/FileShell/chmod-i.yaml
1754
+ doc/ri/FileShell/touch-i.yaml
1755
+ doc/ri/FileShell/mkdir-i.yaml
1756
+ doc/ri/FileShell/ln-i.yaml
1757
+ doc/ri/FileShell/mv-i.yaml
1758
+ doc/ri/FileShell/chmod_R-i.yaml
1759
+ doc/ri/FileShell/rm_rf-i.yaml
1760
+ doc/ri/FileShell/quiet%3f-i.yaml
1761
+ doc/ri/FileShell/move-i.yaml
1762
+ doc/ri/FileShell/verbose%3f-i.yaml
1763
+ doc/ri/FileShell/mkdir_p-i.yaml
1764
+ doc/ri/FileShell/pwd-i.yaml
1765
+ doc/ri/FileShell/dryrun%3f-i.yaml
1766
+ doc/ri/FileShell/chown_R-i.yaml
1767
+ doc/ri/FileShell/ln_sf-i.yaml
1768
+ doc/ri/FileShell/chown-i.yaml
1769
+ doc/ri/FileShell/ln_s-i.yaml
1770
+ doc/ri/FileShell/chdir-i.yaml
1771
+ doc/ri/FileShell/cp-i.yaml
1772
+ doc/ri/FileShell/rmdir-i.yaml
1773
+ doc/ri/FileShell/cp_r-i.yaml
1774
+ doc/ri/FileShell/install-i.yaml
1775
+ doc/ri/FileShell/rm_r-i.yaml
1776
+ doc/ri/FileShell/root%3f-i.yaml
1777
+ doc/ri/FileShell/fu-i.yaml
1778
+ doc/ri/FileShell/%5b%5d-i.yaml
1779
+ doc/ri/FileShell/new-c.yaml
1780
+ doc/ri/FileShell/cd-i.yaml
1781
+ doc/ri/FileShell/rm-i.yaml
1782
+ doc/ri/FileShell/cdesc-FileShell.yaml
1783
+ doc/ri/FileShell/ls-i.yaml
1784
+ doc/ri/XOXO
1785
+ doc/ri/XOXO/cdesc-XOXO.yaml
1786
+ doc/ri/XOXO/dump-c.yaml
1787
+ doc/ri/XOXO/Parser
1788
+ doc/ri/XOXO/Parser/cdesc-Parser.yaml
1789
+ doc/ri/XOXO/load-c.yaml
1790
+ doc/ri/XOXO/make_xoxo-c.yaml
1791
+ doc/ri/UploadUtils
1792
+ doc/ri/UploadUtils/rsync-i.yaml
1793
+ doc/ri/UploadUtils/files-i.yaml
1794
+ doc/ri/UploadUtils/ftp-i.yaml
1795
+ doc/ri/UploadUtils/upload-i.yaml
1796
+ doc/ri/UploadUtils/upload_parameters-i.yaml
1797
+ doc/ri/UploadUtils/stage_transfer-i.yaml
1798
+ doc/ri/UploadUtils/sftp-i.yaml
1799
+ doc/ri/UploadUtils/stage_linkdir-i.yaml
1800
+ doc/ri/UploadUtils/cdesc-UploadUtils.yaml
1801
+ doc/ri/IORedirect
1802
+ doc/ri/IORedirect/start-i.yaml
1803
+ doc/ri/IORedirect/cdesc-IORedirect.yaml
1804
+ doc/ri/IORedirect/new-c.yaml
1805
+ doc/ri/IORedirect/stop-i.yaml
1806
+ doc/ri/IORedirect/redirect-c.yaml
1807
+ doc/ri/PQueue
1808
+ doc/ri/PQueue/replace-i.yaml
1809
+ doc/ri/PQueue/include%3f-i.yaml
1810
+ doc/ri/PQueue/heapify-i.yaml
1811
+ doc/ri/PQueue/empty%3f-i.yaml
1812
+ doc/ri/PQueue/cdesc-PQueue.yaml
1813
+ doc/ri/PQueue/clear-i.yaml
1814
+ doc/ri/PQueue/merge-i.yaml
1815
+ doc/ri/PQueue/push-i.yaml
1816
+ doc/ri/PQueue/pop_array-i.yaml
1817
+ doc/ri/PQueue/inspect-i.yaml
1818
+ doc/ri/PQueue/%3c%3c-i.yaml
1819
+ doc/ri/PQueue/top-i.yaml
1820
+ doc/ri/PQueue/%3d%3d-i.yaml
1821
+ doc/ri/PQueue/upheap-i.yaml
1822
+ doc/ri/PQueue/replace_top-i.yaml
1823
+ doc/ri/PQueue/to_a-i.yaml
1824
+ doc/ri/PQueue/sort-i.yaml
1825
+ doc/ri/PQueue/push_all-i.yaml
1826
+ doc/ri/PQueue/initialize_copy-i.yaml
1827
+ doc/ri/PQueue/downheap-i.yaml
1828
+ doc/ri/PQueue/new-c.yaml
1829
+ doc/ri/PQueue/pop-i.yaml
1830
+ doc/ri/PQueue/each_pop-i.yaml
1831
+ doc/ri/Timer
1832
+ doc/ri/Timer/reset-i.yaml
1833
+ doc/ri/Timer/total_time-i.yaml
1834
+ doc/ri/Timer/start-i.yaml
1835
+ doc/ri/Timer/on_timeout-i.yaml
1836
+ doc/ri/Timer/running%3f-i.yaml
1837
+ doc/ri/Timer/cdesc-Timer.yaml
1838
+ doc/ri/Timer/reset_limit-i.yaml
1839
+ doc/ri/Timer/stopped%3f-i.yaml
1840
+ doc/ri/Timer/limit-i.yaml
1841
+ doc/ri/Timer/defuse-i.yaml
1842
+ doc/ri/Timer/Dummy
1843
+ doc/ri/Timer/Dummy/start-i.yaml
1844
+ doc/ri/Timer/Dummy/cdesc-Dummy.yaml
1845
+ doc/ri/Timer/Dummy/stop-i.yaml
1846
+ doc/ri/Timer/new-c.yaml
1847
+ doc/ri/Timer/stop-i.yaml
1848
+ doc/ri/Cloneable
1849
+ doc/ri/Cloneable/cdesc-Cloneable.yaml
1850
+ doc/ri/Cloneable/initialize_copy-i.yaml
1851
+ doc/ri/SimpleStringIO
1852
+ doc/ri/SimpleStringIO/write-i.yaml
1853
+ doc/ri/SimpleStringIO/cdesc-SimpleStringIO.yaml
1854
+ doc/ri/SimpleStringIO/new-c.yaml
1855
+ doc/ri/Friend
1856
+ doc/ri/Friend/cdesc-Friend.yaml
1857
+ doc/ri/Friend/new-c.yaml
1858
+ doc/ri/OpenStruct
1859
+ doc/ri/OpenStruct/instance_delegate-i.yaml
1860
+ doc/ri/OpenStruct/__merge__-i.yaml
1861
+ doc/ri/OpenStruct/each-i.yaml
1862
+ doc/ri/OpenStruct/ostruct_delegate-i.yaml
1863
+ doc/ri/OpenStruct/%5b%5d%3d-i.yaml
1864
+ doc/ri/OpenStruct/to_h-i.yaml
1865
+ doc/ri/OpenStruct/cdesc-OpenStruct.yaml
1866
+ doc/ri/OpenStruct/__update__-i.yaml
1867
+ doc/ri/OpenStruct/%5b%5d-i.yaml
1868
+ doc/ri/OpenStruct/ostruct_merge-i.yaml
1869
+ doc/ri/OpenStruct/new-c.yaml
1870
+ doc/ri/OpenStruct/ostruct_update-i.yaml
1871
+ doc/ri/Snapshot
1872
+ doc/ri/Snapshot/add-i.yaml
1873
+ doc/ri/Snapshot/restore-i.yaml
1874
+ doc/ri/Snapshot/cdesc-Snapshot.yaml
1875
+ doc/ri/Snapshot/ValueHolder
1876
+ doc/ri/Snapshot/ValueHolder/restore_snapshot-i.yaml
1877
+ doc/ri/Snapshot/ValueHolder/take_snapshot-i.yaml
1878
+ doc/ri/Snapshot/ValueHolder/cdesc-ValueHolder.yaml
1879
+ doc/ri/Snapshot/ValueHolder/new-c.yaml
1880
+ doc/ri/Snapshot/new-c.yaml
1881
+ doc/ri/Association
1882
+ doc/ri/Association/to_ary-i.yaml
1883
+ doc/ri/Association/invert%21-i.yaml
1884
+ doc/ri/Association/%3c%3d%3e-i.yaml
1885
+ doc/ri/Association/inspect-i.yaml
1886
+ doc/ri/Association/Kernel
1887
+ doc/ri/Association/Kernel/cdesc-Kernel.yaml
1888
+ doc/ri/Association/Kernel/associations-i.yaml
1889
+ doc/ri/Association/Kernel/%3e%3e-i.yaml
1890
+ doc/ri/Association/to_s-i.yaml
1891
+ doc/ri/Association/%5b%5d-c.yaml
1892
+ doc/ri/Association/new-c.yaml
1893
+ doc/ri/Association/cdesc-Association.yaml
1894
+ doc/ri/SyncHash
1895
+ doc/ri/SyncHash/Inheritor
1896
+ doc/ri/SyncHash/Inheritor/cdesc-Inheritor.yaml
1897
+ doc/ri/SyncHash/Inheritor/%5b%5d%3d-i.yaml
1898
+ doc/ri/SyncHash/Inheritor/values-i.yaml
1899
+ doc/ri/SyncHash/Inheritor/clear-i.yaml
1900
+ doc/ri/SyncHash/Inheritor/delete-i.yaml
1901
+ doc/ri/SyncHash/Inheritor/keys-i.yaml
1902
+ doc/ri/SyncHash/Inheritor/size-i.yaml
1903
+ doc/ri/SyncHash/Inheritor/%5b%5d-i.yaml
1904
+ doc/ri/SyncHash/cdesc-SyncHash.yaml
1905
+ doc/ri/SyncHash/Delegator
1906
+ doc/ri/SyncHash/Delegator/%5b%5d%3d-i.yaml
1907
+ doc/ri/SyncHash/Delegator/values-i.yaml
1908
+ doc/ri/SyncHash/Delegator/clear-i.yaml
1909
+ doc/ri/SyncHash/Delegator/delete-i.yaml
1910
+ doc/ri/SyncHash/Delegator/keys-i.yaml
1911
+ doc/ri/SyncHash/Delegator/size-i.yaml
1912
+ doc/ri/SyncHash/Delegator/%5b%5d-i.yaml
1913
+ doc/ri/SyncHash/Delegator/cdesc-Delegator.yaml
1914
+ doc/ri/SyncHash/new-c.yaml
1915
+ doc/ri/Stackable
1916
+ doc/ri/Stackable/unshift-i.yaml
1917
+ doc/ri/Stackable/peek-i.yaml
1918
+ doc/ri/Stackable/cdesc-Stackable.yaml
1919
+ doc/ri/Stackable/push-i.yaml
1920
+ doc/ri/Stackable/shift-i.yaml
1921
+ doc/ri/Stackable/pull-i.yaml
1922
+ doc/ri/Stackable/poke-i.yaml
1923
+ doc/ri/Stackable/pop-i.yaml
1924
+ doc/ri/Float
1925
+ doc/ri/Float/cdesc-Float.yaml
1926
+ doc/ri/Set
1927
+ doc/ri/Set/power_set-i.yaml
1928
+ doc/ri/Set/cdesc-Set.yaml
1929
+ doc/ri/VersionNumber
1930
+ doc/ri/VersionNumber/major-i.yaml
1931
+ doc/ri/VersionNumber/to_str-i.yaml
1932
+ doc/ri/VersionNumber/minor-i.yaml
1933
+ doc/ri/VersionNumber/cdesc-VersionNumber.yaml
1934
+ doc/ri/VersionNumber/teeny-i.yaml
1935
+ doc/ri/VersionNumber/%3c%3d%3e-i.yaml
1936
+ doc/ri/VersionNumber/constraint_lambda-c.yaml
1937
+ doc/ri/VersionNumber/inspect-i.yaml
1938
+ doc/ri/VersionNumber/parse_constraint-c.yaml
1939
+ doc/ri/VersionNumber/%3d%7e-i.yaml
1940
+ doc/ri/VersionNumber/%5b%5d-i.yaml
1941
+ doc/ri/VersionNumber/to_s-i.yaml
1942
+ doc/ri/VersionNumber/new-c.yaml
1943
+ doc/ri/VersionNumber/method_missing-i.yaml
1944
+ doc/ri/Enumerable
1945
+ doc/ri/Enumerable/compact_collect-i.yaml
1946
+ doc/ri/Enumerable/cluster_by-i.yaml
1947
+ doc/ri/Enumerable/split-i.yaml
1948
+ doc/ri/Enumerable/probability-i.yaml
1949
+ doc/ri/Enumerable/every-i.yaml
1950
+ doc/ri/Enumerable/occur-i.yaml
1951
+ doc/ri/Enumerable/collect_with_index-i.yaml
1952
+ doc/ri/Enumerable/accumulate-i.yaml
1953
+ doc/ri/Enumerable/map_send-i.yaml
1954
+ doc/ri/Enumerable/Enumerator
1955
+ doc/ri/Enumerable/Enumerator/cdesc-Enumerator.yaml
1956
+ doc/ri/Enumerable/Enumerator/to_elem-i.yaml
1957
+ doc/ri/Enumerable/to_h-i.yaml
1958
+ doc/ri/Enumerable/mash-i.yaml
1959
+ doc/ri/Enumerable/group_by-i.yaml
1960
+ doc/ri/Enumerable/sum-i.yaml
1961
+ doc/ri/Enumerable/duplicates-i.yaml
1962
+ doc/ri/Enumerable/frequency-i.yaml
1963
+ doc/ri/Enumerable/uniq_by-i.yaml
1964
+ doc/ri/Enumerable/threaded_map_send-i.yaml
1965
+ doc/ri/Enumerable/elements%21-i.yaml
1966
+ doc/ri/Enumerable/entropy-i.yaml
1967
+ doc/ri/Enumerable/to_elem-i.yaml
1968
+ doc/ri/Enumerable/one%3f-i.yaml
1969
+ doc/ri/Enumerable/cdesc-Enumerable.yaml
1970
+ doc/ri/Enumerable/ideal_entropy-i.yaml
1971
+ doc/ri/Enumerable/ewise-i.yaml
1972
+ doc/ri/Enumerable/elementwise-i.yaml
1973
+ doc/ri/Enumerable/nonuniq-i.yaml
1974
+ doc/ri/Enumerable/none%3f-i.yaml
1975
+ doc/ri/Enumerable/inject%21-i.yaml
1976
+ doc/ri/Enumerable/elements-i.yaml
1977
+ doc/ri/Enumerable/count-i.yaml
1978
+ doc/ri/Enumerable/mode-i.yaml
1979
+ doc/ri/Enumerable/divide-i.yaml
1980
+ doc/ri/Enumerable/per-i.yaml
1981
+ doc/ri/Enumerable/map_with_index-i.yaml
1982
+ doc/ri/Enumerable/modulate-i.yaml
1983
+ doc/ri/Enumerable/threaded_map-i.yaml
1984
+ doc/ri/Enumerable/Elementor
1985
+ doc/ri/Enumerable/Elementor/instance_delegate-i.yaml
1986
+ doc/ri/Enumerable/Elementor/instance_operator-i.yaml
1987
+ doc/ri/Enumerable/Elementor/cdesc-Elementor.yaml
1988
+ doc/ri/Enumerable/Elementor/new-c.yaml
1989
+ doc/ri/Enumerable/Elementor/method_missing-i.yaml
1990
+ doc/ri/Enumerable/each_by-i.yaml
1991
+ doc/ri/Enumerable/compact_map-i.yaml
1992
+ doc/ri/Enumerable/every%21-i.yaml
1993
+ doc/ri/Enumerable/commonality-i.yaml
1994
+ doc/ri/Enumerable/graph-i.yaml
1995
+ doc/ri/Proc
1996
+ doc/ri/Proc/%2a-i.yaml
1997
+ doc/ri/Proc/to_method-i.yaml
1998
+ doc/ri/Proc/bind-i.yaml
1999
+ doc/ri/Proc/partial-i.yaml
2000
+ doc/ri/Proc/cdesc-Proc.yaml
2001
+ doc/ri/Proc/compose-i.yaml
2002
+ doc/ri/Proc/curry-i.yaml
2003
+ doc/ri/Proc/to_openobject-i.yaml
2004
+ doc/ri/RWDelegator
2005
+ doc/ri/RWDelegator/inspect-i.yaml
2006
+ doc/ri/RWDelegator/%3d%3d-i.yaml
2007
+ doc/ri/RWDelegator/cdesc-RWDelegator.yaml
2008
+ doc/ri/RWDelegator/new-c.yaml
2009
+ doc/ri/RWDelegator/method_missing-i.yaml
2010
+ doc/ri/FileList
2011
+ doc/ri/FileList/resolve_add-i.yaml
2012
+ doc/ri/FileList/exclude-i.yaml
2013
+ doc/ri/FileList/resolve_exclude-i.yaml
2014
+ doc/ri/FileList/exclude%3f-i.yaml
2015
+ doc/ri/FileList/to_ary-i.yaml
2016
+ doc/ri/FileList/select_default_ignore_patterns-c.yaml
2017
+ doc/ri/FileList/sub%21-i.yaml
2018
+ doc/ri/FileList/import-i.yaml
2019
+ doc/ri/FileList/include-i.yaml
2020
+ doc/ri/FileList/add-i.yaml
2021
+ doc/ri/FileList/resolve-i.yaml
2022
+ doc/ri/FileList/sub-i.yaml
2023
+ doc/ri/FileList/clear_ignore_patterns-c.yaml
2024
+ doc/ri/FileList/%2a-i.yaml
2025
+ doc/ri/FileList/%3d%3d-i.yaml
2026
+ doc/ri/FileList/gsub%21-i.yaml
2027
+ doc/ri/FileList/clear_exclude-i.yaml
2028
+ doc/ri/FileList/to_a-i.yaml
2029
+ doc/ri/FileList/cdesc-FileList.yaml
2030
+ doc/ri/FileList/clone-i.yaml
2031
+ doc/ri/FileList/gsub-i.yaml
2032
+ doc/ri/FileList/add_matching-i.yaml
2033
+ doc/ri/FileList/to_s-i.yaml
2034
+ doc/ri/FileList/%5b%5d-c.yaml
2035
+ doc/ri/FileList/ext-i.yaml
2036
+ doc/ri/FileList/new-c.yaml
2037
+ doc/ri/FileList/egrep-i.yaml
2038
+ doc/ri/FileList/calculate_exclude_regexp-i.yaml
2039
+ doc/ri/FileList/dup-i.yaml
2040
+ doc/ri/BigDuration
2041
+ doc/ri/BigDuration/each-i.yaml
2042
+ doc/ri/BigDuration/years%3d-i.yaml
2043
+ doc/ri/BigDuration/seconds-i.yaml
2044
+ doc/ri/BigDuration/months%3d-i.yaml
2045
+ doc/ri/BigDuration/cdesc-BigDuration.yaml
2046
+ doc/ri/BigDuration/new-c.yaml
2047
+ doc/ri/BigDuration/strftime-i.yaml
2048
+ doc/ri/BaseX
2049
+ doc/ri/BaseX/decode-i.yaml
2050
+ doc/ri/BaseX/convert_base-i.yaml
2051
+ doc/ri/BaseX/encode-i.yaml
2052
+ doc/ri/BaseX/cdesc-BaseX.yaml
2053
+ doc/ri/BaseX/new-c.yaml
2054
+ doc/ri/BuildingBlock
2055
+ doc/ri/BuildingBlock/to_str-i.yaml
2056
+ doc/ri/BuildingBlock/build%21-i.yaml
2057
+ doc/ri/BuildingBlock/to_buffer-i.yaml
2058
+ doc/ri/BuildingBlock/inspect-i.yaml
2059
+ doc/ri/BuildingBlock/%3c%3c-i.yaml
2060
+ doc/ri/BuildingBlock/to_s-i.yaml
2061
+ doc/ri/BuildingBlock/cdesc-BuildingBlock.yaml
2062
+ doc/ri/BuildingBlock/new-c.yaml
2063
+ doc/ri/BuildingBlock/method_missing-i.yaml
2064
+ doc/ri/OpEsc
2065
+ doc/ri/OpEsc/cdesc-OpEsc.yaml
2066
+ doc/ri/OpEsc/escape-c.yaml
2067
+ doc/ri/Hash
2068
+ doc/ri/Hash/cdesc-Hash.yaml
2069
+ doc/ri/Archive
2070
+ doc/ri/Archive/cdesc-Archive.yaml
2071
+ doc/ri/Archive/Tar
2072
+ doc/ri/Archive/Tar/PosixHeader
2073
+ doc/ri/Archive/Tar/PosixHeader/cdesc-PosixHeader.yaml
2074
+ doc/ri/Archive/Tar/cdesc-Tar.yaml
2075
+ doc/ri/Archive/Tar/Minitar
2076
+ doc/ri/Archive/Tar/Minitar/UnexpectedEOF
2077
+ doc/ri/Archive/Tar/Minitar/UnexpectedEOF/cdesc-UnexpectedEOF.yaml
2078
+ doc/ri/Archive/Tar/Minitar/Reader
2079
+ doc/ri/Archive/Tar/Minitar/Reader/each-i.yaml
2080
+ doc/ri/Archive/Tar/Minitar/Reader/EntryStream
2081
+ doc/ri/Archive/Tar/Minitar/Reader/EntryStream/cdesc-EntryStream.yaml
2082
+ doc/ri/Archive/Tar/Minitar/Reader/rewind-i.yaml
2083
+ doc/ri/Archive/Tar/Minitar/Reader/cdesc-Reader.yaml
2084
+ doc/ri/Archive/Tar/Minitar/Reader/open-c.yaml
2085
+ doc/ri/Archive/Tar/Minitar/Reader/close-i.yaml
2086
+ doc/ri/Archive/Tar/Minitar/Reader/each_entry-i.yaml
2087
+ doc/ri/Archive/Tar/Minitar/Reader/InvalidEntryStream
2088
+ doc/ri/Archive/Tar/Minitar/Reader/InvalidEntryStream/cdesc-InvalidEntryStream.yaml
2089
+ doc/ri/Archive/Tar/Minitar/Reader/new-c.yaml
2090
+ doc/ri/Archive/Tar/Minitar/BlockRequired
2091
+ doc/ri/Archive/Tar/Minitar/BlockRequired/cdesc-BlockRequired.yaml
2092
+ doc/ri/Archive/Tar/Minitar/unpack-c.yaml
2093
+ doc/ri/Archive/Tar/Minitar/open-c.yaml
2094
+ doc/ri/Archive/Tar/Minitar/ClosedStream
2095
+ doc/ri/Archive/Tar/Minitar/ClosedStream/cdesc-ClosedStream.yaml
2096
+ doc/ri/Archive/Tar/Minitar/dir%3f-c.yaml
2097
+ doc/ri/Archive/Tar/Minitar/Output
2098
+ doc/ri/Archive/Tar/Minitar/Output/cdesc-Output.yaml
2099
+ doc/ri/Archive/Tar/Minitar/Output/open-c.yaml
2100
+ doc/ri/Archive/Tar/Minitar/Output/close-i.yaml
2101
+ doc/ri/Archive/Tar/Minitar/Output/tar-i.yaml
2102
+ doc/ri/Archive/Tar/Minitar/Output/new-c.yaml
2103
+ doc/ri/Archive/Tar/Minitar/Input
2104
+ doc/ri/Archive/Tar/Minitar/Input/each-i.yaml
2105
+ doc/ri/Archive/Tar/Minitar/Input/cdesc-Input.yaml
2106
+ doc/ri/Archive/Tar/Minitar/Input/open-c.yaml
2107
+ doc/ri/Archive/Tar/Minitar/Input/close-i.yaml
2108
+ doc/ri/Archive/Tar/Minitar/Input/fsync_dir-i.yaml
2109
+ doc/ri/Archive/Tar/Minitar/Input/tar-i.yaml
2110
+ doc/ri/Archive/Tar/Minitar/Input/extract_entry-i.yaml
2111
+ doc/ri/Archive/Tar/Minitar/Input/new-c.yaml
2112
+ doc/ri/Archive/Tar/Minitar/Writer
2113
+ doc/ri/Archive/Tar/Minitar/Writer/cdesc-Writer.yaml
2114
+ doc/ri/Archive/Tar/Minitar/Writer/mkdir-i.yaml
2115
+ doc/ri/Archive/Tar/Minitar/Writer/split_name-i.yaml
2116
+ doc/ri/Archive/Tar/Minitar/Writer/open-c.yaml
2117
+ doc/ri/Archive/Tar/Minitar/Writer/RestrictedStream
2118
+ doc/ri/Archive/Tar/Minitar/Writer/RestrictedStream/cdesc-RestrictedStream.yaml
2119
+ doc/ri/Archive/Tar/Minitar/Writer/add_file_simple-i.yaml
2120
+ doc/ri/Archive/Tar/Minitar/Writer/add_file-i.yaml
2121
+ doc/ri/Archive/Tar/Minitar/Writer/close-i.yaml
2122
+ doc/ri/Archive/Tar/Minitar/Writer/BoundedStream
2123
+ doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/cdesc-BoundedStream.yaml
2124
+ doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/FileOverflow
2125
+ doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/FileOverflow/cdesc-FileOverflow.yaml
2126
+ doc/ri/Archive/Tar/Minitar/Writer/flush-i.yaml
2127
+ doc/ri/Archive/Tar/Minitar/Writer/new-c.yaml
2128
+ doc/ri/Archive/Tar/Minitar/pack-c.yaml
2129
+ doc/ri/Archive/Tar/Minitar/NonSeekableStream
2130
+ doc/ri/Archive/Tar/Minitar/NonSeekableStream/cdesc-NonSeekableStream.yaml
2131
+ doc/ri/Archive/Tar/Minitar/cdesc-Minitar.yaml
2132
+ doc/ri/Archive/Tar/Minitar/pack_file-c.yaml
2133
+ doc/ri/Archive/Tar/Minitar/FileNameTooLong
2134
+ doc/ri/Archive/Tar/Minitar/FileNameTooLong/cdesc-FileNameTooLong.yaml
2135
+ doc/ri/Tuple
2136
+ doc/ri/Tuple/major-i.yaml
2137
+ doc/ri/Tuple/each-i.yaml
2138
+ doc/ri/Tuple/to_tuple-i.yaml
2139
+ doc/ri/Tuple/unshift-i.yaml
2140
+ doc/ri/Tuple/empty%3f-i.yaml
2141
+ doc/ri/Tuple/%5b%5d%3d-i.yaml
2142
+ doc/ri/Tuple/to_ary-i.yaml
2143
+ doc/ri/Tuple/minor-i.yaml
2144
+ doc/ri/Tuple/rindex-i.yaml
2145
+ doc/ri/Tuple/cdesc-Tuple.yaml
2146
+ doc/ri/Tuple/values-i.yaml
2147
+ doc/ri/Tuple/teeny-i.yaml
2148
+ doc/ri/Tuple/push-i.yaml
2149
+ doc/ri/Tuple/shift-i.yaml
2150
+ doc/ri/Tuple/%3c%3d%3e-i.yaml
2151
+ doc/ri/Tuple/length-i.yaml
2152
+ doc/ri/Tuple/hash-i.yaml
2153
+ doc/ri/Tuple/cast_from_string-c.yaml
2154
+ doc/ri/Tuple/cast_from_array-c.yaml
2155
+ doc/ri/Tuple/last-i.yaml
2156
+ doc/ri/Tuple/eql%3f-i.yaml
2157
+ doc/ri/Tuple/inspect-i.yaml
2158
+ doc/ri/Tuple/size-i.yaml
2159
+ doc/ri/Tuple/%3c%3c-i.yaml
2160
+ doc/ri/Tuple/first-i.yaml
2161
+ doc/ri/Tuple/parse_constraint-c.yaml
2162
+ doc/ri/Tuple/%3d%7e-i.yaml
2163
+ doc/ri/Tuple/to_a-i.yaml
2164
+ doc/ri/Tuple/index-i.yaml
2165
+ doc/ri/Tuple/pull-i.yaml
2166
+ doc/ri/Tuple/multiton_id-c.yaml
2167
+ doc/ri/Tuple/%5b%5d-i.yaml
2168
+ doc/ri/Tuple/to_t-i.yaml
2169
+ doc/ri/Tuple/to_s-i.yaml
2170
+ doc/ri/Tuple/%5b%5d-c.yaml
2171
+ doc/ri/Tuple/divider-i.yaml
2172
+ doc/ri/Tuple/new-c.yaml
2173
+ doc/ri/Tuple/pop-i.yaml
2174
+ doc/ri/Tuple/each_index-i.yaml
2175
+ doc/ri/Tuple/pot-i.yaml
2176
+ doc/ri/Tuple/constraint_to_lambda-c.yaml
2177
+ doc/ri/Array
2178
+ doc/ri/Array/cdesc-Array.yaml
2179
+ doc/ri/Method
2180
+ doc/ri/Method/cdesc-Method.yaml
2181
+ doc/ri/LinkedList
2182
+ doc/ri/LinkedList/each-i.yaml
2183
+ doc/ri/LinkedList/unshift-i.yaml
2184
+ doc/ri/LinkedList/node_purge-i.yaml
2185
+ doc/ri/LinkedList/empty%3f-i.yaml
2186
+ doc/ri/LinkedList/node_delete-i.yaml
2187
+ doc/ri/LinkedList/%5b%5d%3d-i.yaml
2188
+ doc/ri/LinkedList/push-i.yaml
2189
+ doc/ri/LinkedList/shift-i.yaml
2190
+ doc/ri/LinkedList/length-i.yaml
2191
+ doc/ri/LinkedList/delete-i.yaml
2192
+ doc/ri/LinkedList/queue-i.yaml
2193
+ doc/ri/LinkedList/cdesc-LinkedList.yaml
2194
+ doc/ri/LinkedList/last-i.yaml
2195
+ doc/ri/LinkedList/node_join-i.yaml
2196
+ doc/ri/LinkedList/first-i.yaml
2197
+ doc/ri/LinkedList/to_a-i.yaml
2198
+ doc/ri/LinkedList/Node
2199
+ doc/ri/LinkedList/Node/cdesc-Node.yaml
2200
+ doc/ri/LinkedList/Node/new-c.yaml
2201
+ doc/ri/LinkedList/%5b%5d-i.yaml
2202
+ doc/ri/LinkedList/new-c.yaml
2203
+ doc/ri/LinkedList/pop-i.yaml
2204
+ doc/ri/ANSICode
2205
+ doc/ri/ANSICode/right-i.yaml
2206
+ doc/ri/ANSICode/cdesc-ANSICode.yaml
2207
+ doc/ri/ANSICode/down-i.yaml
2208
+ doc/ri/ANSICode/colors-i.yaml
2209
+ doc/ri/ANSICode/save-i.yaml
2210
+ doc/ri/ANSICode/move-i.yaml
2211
+ doc/ri/ANSICode/clear_screen-i.yaml
2212
+ doc/ri/ANSICode/left-i.yaml
2213
+ doc/ri/ANSICode/define_ansicolor_method-c.yaml
2214
+ doc/ri/ANSICode/restore-i.yaml
2215
+ doc/ri/ANSICode/cls-i.yaml
2216
+ doc/ri/ANSICode/display-i.yaml
2217
+ doc/ri/ANSICode/uncolored-i.yaml
2218
+ doc/ri/ANSICode/clr-i.yaml
2219
+ doc/ri/ANSICode/up-i.yaml
2220
+ doc/ri/ANSICode/clear_line-i.yaml
2221
+ doc/ri/Dictionary
2222
+ doc/ri/Dictionary/store-i.yaml
2223
+ doc/ri/Dictionary/replace-i.yaml
2224
+ doc/ri/Dictionary/each-i.yaml
2225
+ doc/ri/Dictionary/unshift-i.yaml
2226
+ doc/ri/Dictionary/merge%21-i.yaml
2227
+ doc/ri/Dictionary/empty%3f-i.yaml
2228
+ doc/ri/Dictionary/%5b%5d%3d-i.yaml
2229
+ doc/ri/Dictionary/delete_if-i.yaml
2230
+ doc/ri/Dictionary/values-i.yaml
2231
+ doc/ri/Dictionary/to_hash-i.yaml
2232
+ doc/ri/Dictionary/each_pair-i.yaml
2233
+ doc/ri/Dictionary/select-i.yaml
2234
+ doc/ri/Dictionary/key%3f-i.yaml
2235
+ doc/ri/Dictionary/clear-i.yaml
2236
+ doc/ri/Dictionary/reverse-i.yaml
2237
+ doc/ri/Dictionary/cdesc-Dictionary.yaml
2238
+ doc/ri/Dictionary/merge-i.yaml
2239
+ doc/ri/Dictionary/push-i.yaml
2240
+ doc/ri/Dictionary/shift-i.yaml
2241
+ doc/ri/Dictionary/length-i.yaml
2242
+ doc/ri/Dictionary/to_h-i.yaml
2243
+ doc/ri/Dictionary/delete-i.yaml
2244
+ doc/ri/Dictionary/each_value-i.yaml
2245
+ doc/ri/Dictionary/keys-i.yaml
2246
+ doc/ri/Dictionary/order_by_key-i.yaml
2247
+ doc/ri/Dictionary/has_key%3f-i.yaml
2248
+ doc/ri/Dictionary/last-i.yaml
2249
+ doc/ri/Dictionary/invert-i.yaml
2250
+ doc/ri/Dictionary/order_by_value-i.yaml
2251
+ doc/ri/Dictionary/reject-i.yaml
2252
+ doc/ri/Dictionary/insert-i.yaml
2253
+ doc/ri/Dictionary/fetch-i.yaml
2254
+ doc/ri/Dictionary/update-i.yaml
2255
+ doc/ri/Dictionary/inspect-i.yaml
2256
+ doc/ri/Dictionary/size-i.yaml
2257
+ doc/ri/Dictionary/%3c%3c-i.yaml
2258
+ doc/ri/Dictionary/each_key-i.yaml
2259
+ doc/ri/Dictionary/%3d%3d-i.yaml
2260
+ doc/ri/Dictionary/first-i.yaml
2261
+ doc/ri/Dictionary/reject%21-i.yaml
2262
+ doc/ri/Dictionary/to_a-i.yaml
2263
+ doc/ri/Dictionary/order_by-i.yaml
2264
+ doc/ri/Dictionary/order-i.yaml
2265
+ doc/ri/Dictionary/reorder-i.yaml
2266
+ doc/ri/Dictionary/reverse%21-i.yaml
2267
+ doc/ri/Dictionary/%5b%5d-i.yaml
2268
+ doc/ri/Dictionary/to_s-i.yaml
2269
+ doc/ri/Dictionary/%5b%5d-c.yaml
2270
+ doc/ri/Dictionary/alpha-c.yaml
2271
+ doc/ri/Dictionary/new-c.yaml
2272
+ doc/ri/Dictionary/pop-i.yaml
2273
+ doc/ri/Dictionary/new_by-c.yaml
2274
+ doc/ri/Dictionary/auto-c.yaml
2275
+ doc/ri/Dictionary/dup-i.yaml
2276
+ doc/ri/Module
2277
+ doc/ri/Module/attr_switcher-i.yaml
2278
+ doc/ri/Module/attr_validator-i.yaml
2279
+ doc/ri/Module/integrate-i.yaml
2280
+ doc/ri/Module/abstract-i.yaml
2281
+ doc/ri/Module/alias_reader%21-i.yaml
2282
+ doc/ri/Module/module_load-i.yaml
2283
+ doc/ri/Module/memoize-i.yaml
2284
+ doc/ri/Module/heritage-i.yaml
2285
+ doc/ri/Module/alias_reader%3f-i.yaml
2286
+ doc/ri/Module/attr_accessor%21-i.yaml
2287
+ doc/ri/Module/rename_method-i.yaml
2288
+ doc/ri/Module/ann%21-i.yaml
2289
+ doc/ri/Module/redefine_method-i.yaml
2290
+ doc/ri/Module/is%3f-i.yaml
2291
+ doc/ri/Module/class_load-i.yaml
2292
+ doc/ri/Module/wrap_method-i.yaml
2293
+ doc/ri/Module/modspace-i.yaml
2294
+ doc/ri/Module/%2b-i.yaml
2295
+ doc/ri/Module/wrap-i.yaml
2296
+ doc/ri/Module/attr_writer%21-i.yaml
2297
+ doc/ri/Module/append_features_without_class_extension-i.yaml
2298
+ doc/ri/Module/prepend-i.yaml
2299
+ doc/ri/Module/attr_setter-i.yaml
2300
+ doc/ri/Module/alias_switcher-i.yaml
2301
+ doc/ri/Module/class_inherit-i.yaml
2302
+ doc/ri/Module/redef-i.yaml
2303
+ doc/ri/Module/%2d-i.yaml
2304
+ doc/ri/Module/class_methods-i.yaml
2305
+ doc/ri/Module/redirect_method-i.yaml
2306
+ doc/ri/Module/alias_writer-i.yaml
2307
+ doc/ri/Module/class_def-i.yaml
2308
+ doc/ri/Module/attr-i.yaml
2309
+ doc/ri/Module/append_features-c.yaml
2310
+ doc/ri/Module/alias_toggler-i.yaml
2311
+ doc/ri/Module/protected_conflict%3f-i.yaml
2312
+ doc/ri/Module/dependencies-i.yaml
2313
+ doc/ri/Module/alias_setter-i.yaml
2314
+ doc/ri/Module/ann-i.yaml
2315
+ doc/ri/Module/class_require-i.yaml
2316
+ doc/ri/Module/public_conflict%3f-i.yaml
2317
+ doc/ri/Module/alias_module_function-i.yaml
2318
+ doc/ri/Module/nesting-i.yaml
2319
+ doc/ri/Module/attr_toggler-i.yaml
2320
+ doc/ri/Module/alias_tester-i.yaml
2321
+ doc/ri/Module/revisal-i.yaml
2322
+ doc/ri/Module/overload-i.yaml
2323
+ doc/ri/Module/CloneExtensions
2324
+ doc/ri/Module/CloneExtensions/clone_renaming-i.yaml
2325
+ doc/ri/Module/CloneExtensions/clone_removing-i.yaml
2326
+ doc/ri/Module/CloneExtensions/clone_using-i.yaml
2327
+ doc/ri/Module/CloneExtensions/cdesc-CloneExtensions.yaml
2328
+ doc/ri/Module/alias_accessor-i.yaml
2329
+ doc/ri/Module/alias_writer%21-i.yaml
2330
+ doc/ri/Module/attr_reader%3f-i.yaml
2331
+ doc/ri/Module/include_function_module-i.yaml
2332
+ doc/ri/Module/%2a-i.yaml
2333
+ doc/ri/Module/attr_reader%21-i.yaml
2334
+ doc/ri/Module/cdesc-Module.yaml
2335
+ doc/ri/Module/instance_method_defined%3f-i.yaml
2336
+ doc/ri/Module/alias_validator-i.yaml
2337
+ doc/ri/Module/basename-i.yaml
2338
+ doc/ri/Module/module_method_defined%3f-i.yaml
2339
+ doc/ri/Module/Comparable-i.yaml
2340
+ doc/ri/Module/alias_method_chain-i.yaml
2341
+ doc/ri/Module/classified_attributes-i.yaml
2342
+ doc/ri/Module/include_as-i.yaml
2343
+ doc/ri/Module/method_overloads-i.yaml
2344
+ doc/ri/Module/class_extension-i.yaml
2345
+ doc/ri/Module/alias_accessor%21-i.yaml
2346
+ doc/ri/Module/instance_method%21-i.yaml
2347
+ doc/ri/Module/revise-i.yaml
2348
+ doc/ri/Module/append_features-i.yaml
2349
+ doc/ri/Module/annotations-i.yaml
2350
+ doc/ri/Module/spacename-i.yaml
2351
+ doc/ri/Module/setting-i.yaml
2352
+ doc/ri/Module/alias_reader-i.yaml
2353
+ doc/ri/Module/depend-i.yaml
2354
+ doc/ri/Module/attr_tester-i.yaml
2355
+ doc/ri/Module/mixin_parameters-i.yaml
2356
+ doc/ri/Module/ancestor%3f-i.yaml
2357
+ doc/ri/Module/redirect-i.yaml
2358
+ doc/ri/Module/define_dependency-i.yaml
2359
+ doc/ri/Module/conflict%3f-i.yaml
2360
+ doc/ri/Module/pathize-i.yaml
2361
+ doc/ri/Module/is-i.yaml
2362
+ doc/ri/Module/rename-i.yaml
2363
+ doc/ri/Module/private_conflict%3f-i.yaml
2364
+ doc/ri/Module/mixin_params-i.yaml
2365
+ doc/ri/Module/module_require-i.yaml
2366
+ doc/ri/Module/Equatable-i.yaml
2367
+ doc/ri/Module/all_instance_methods-i.yaml
2368
+ doc/ri/Module/singleton_method_defined%3f-i.yaml
2369
+ doc/ri/Module/method_space-i.yaml
2370
+ doc/ri/TypeCast
2371
+ doc/ri/TypeCast/cdesc-TypeCast.yaml
2372
+ doc/ri/TypeCast/Class
2373
+ doc/ri/TypeCast/Class/cast_from-i.yaml
2374
+ doc/ri/TypeCast/Class/cdesc-Class.yaml
2375
+ doc/ri/TypeCast/Object
2376
+ doc/ri/TypeCast/Object/cast_to-i.yaml
2377
+ doc/ri/TypeCast/Object/cdesc-Object.yaml
2378
+ doc/ri/Fileable
2379
+ doc/ri/Fileable/read-i.yaml
2380
+ doc/ri/Fileable/DSL
2381
+ doc/ri/Fileable/DSL/locate-i.yaml
2382
+ doc/ri/Fileable/DSL/open-i.yaml
2383
+ doc/ri/Fileable/DSL/included-i.yaml
2384
+ doc/ri/Fileable/DSL/load-i.yaml
2385
+ doc/ri/Fileable/DSL/load_cache-i.yaml
2386
+ doc/ri/Fileable/DSL/lookup-i.yaml
2387
+ doc/ri/Fileable/DSL/filename-i.yaml
2388
+ doc/ri/Fileable/DSL/file-i.yaml
2389
+ doc/ri/Fileable/DSL/cdesc-DSL.yaml
2390
+ doc/ri/Fileable/cdesc-Fileable.yaml
2391
+ doc/ri/Fileable/new-c.yaml
2392
+ doc/ri/Fileable/included-c.yaml
2393
+ doc/ri/FileTest
2394
+ doc/ri/FileTest/cdesc-FileTest.yaml
2395
+ doc/ri/FileTest/root%3f-i.yaml
2396
+ doc/ri/BBCode
2397
+ doc/ri/BBCode/bbcode_to_html-c.yaml
2398
+ doc/ri/BBCode/bbcode_to_ansi-c.yaml
2399
+ doc/ri/BBCode/ansi_to_bbcode-c.yaml
2400
+ doc/ri/BBCode/ansi-c.yaml
2401
+ doc/ri/BBCode/strip_bbcode-c.yaml
2402
+ doc/ri/BBCode/cdesc-BBCode.yaml
2403
+ doc/ri/BBCode/ansi_to_html-c.yaml
2404
+ doc/ri/BBCode/html_to_bbcode-c.yaml
2405
+ doc/ri/BBCode/html_to_ansi-c.yaml
2406
+ doc/ri/Capsule
2407
+ doc/ri/Capsule/require-i.yaml
2408
+ doc/ri/Capsule/include-i.yaml
2409
+ doc/ri/Capsule/load_in_module-i.yaml
2410
+ doc/ri/Capsule/load_path_lookup-i.yaml
2411
+ doc/ri/Capsule/load-i.yaml
2412
+ doc/ri/Capsule/load-c.yaml
2413
+ doc/ri/Capsule/cdesc-Capsule.yaml
2414
+ doc/ri/Capsule/include_script-i.yaml
2415
+ doc/ri/Capsule/MissingFile
2416
+ doc/ri/Capsule/MissingFile/cdesc-MissingFile.yaml
2417
+ doc/ri/Capsule/new-c.yaml
2418
+ doc/ri/NilClass
2419
+ doc/ri/NilClass/cdesc-NilClass.yaml
652
2420
  MANIFEST
653
2421
  test
654
- test/integer
655
- test/integer/test_of.rb
656
- test/integer/test_factorial.rb
657
- test/integer/test_ordinal.rb
658
- test/integer/test_bitmask.rb
659
- test/integer/test_multiple.rb
660
- test/test_syncarray.rb
661
- test/test_crypt.rb
662
- test/test_metaid.rb
663
- test/test_bytes.rb
664
- test/test_infinity.rb
665
- test/symbol
666
- test/symbol/test_generate.rb
667
- test/symbol/test_chomp.rb
668
- test/symbol/test_not.rb
669
- test/test_1stclassmethod.rb
670
- test/test_typecast.rb
671
- test/test_buildable.rb
672
- test/test_instantise.rb
673
- test/test_openobject.rb
674
- test/test_equatable.rb
675
- test/test_uri.rb
676
- test/test_opencascade.rb
677
- test/test_multipliers.rb
678
- test/test_autoarray.rb
679
- test/test_random.rb
680
- test/test_basicobject.rb
681
- test/test_boolean.rb
682
- test/test_continuation.rb
683
- test/test_prototype.rb
684
- test/test_ostruct.rb
685
- test/numeric
686
- test/numeric/test_distance.rb
687
- test/numeric/test_round.rb
688
- test/numeric/test_approx.rb
689
- test/test_elementwise.rb
690
- test/test_class_extension.rb
691
- test/binding
692
- test/binding/test_defined.rb
693
- test/binding/test_self.rb
694
- test/binding/test_caller.rb
695
- test/binding/test_local_variables.rb
696
- test/binding/test_opvars.rb
697
- test/test_thread.rb
698
- test/test_date.rb
699
- test/test_dependency.rb
700
- test/proc
701
- test/proc/test_bind.rb
702
- test/proc/test_to_method.rb
703
- test/proc/test_curry.rb
704
- test/proc/test_compose.rb
705
- test/proc/test_partial.rb
706
- test/fileutils
707
- test/range
708
- test/range/test_overlap.rb
709
- test/range/test_combine.rb
710
- test/range/test_to_r.rb
711
- test/range/test_within.rb
712
- test/test_ruby
713
- test/test_ruby/symbol
714
- test/test_ruby/symbol/test_succ.rb
715
- test/test_ruby/kernel
716
- test/test_ruby/kernel/test_tap.rb
717
- test/test_ruby/array
718
- test/test_ruby/array/test_combination.rb
719
- test/test_ruby/array/test_product.rb
720
- test/test_ruby/array/test_permutation.rb
721
- test/test_times.rb
722
- test/test_binreadable.rb
723
- test/file
724
- test/file/test_file.rb
725
- test/test_cloneable.rb
726
- test/test_inheritor.rb
727
- test/test_uninheritable.rb
728
- test/test_timer.rb
729
- test/test_annotations.rb
730
- test/test_recorder.rb
731
- test/test_ruby.rb
732
- test/hash
733
- test/hash/test_collate.rb
734
- test/hash/test_keys.rb
735
- test/hash/test_inverse.rb
736
- test/hash/test_stringify_keys.rb
737
- test/hash/test_rekey2.rb
738
- test/hash/test_delete.rb
739
- test/hash/test_symbolize_keys.rb
740
- test/hash/test_weave.rb
741
- test/hash/test_alias.rb
742
- test/hash/test_update.rb
743
- test/hash/test_swap.rb
744
- test/hash/test_at.rb
745
- test/hash/test_op.rb
746
- test/hash/test_select.rb
747
- test/hash/test_autonew.rb
748
- test/hash/test_insert.rb
749
- test/hash/test_traverse.rb
750
- test/hash/test_zipnew.rb
751
- test/hash/test_mash.rb
752
- test/hash/test_merge.rb
753
- test/hash/test_rekey.rb
754
- test/kernel
755
- test/kernel/test_val.rb
756
- test/kernel/test_not_nil.rb
757
- test/kernel/test_resc.rb
758
- test/kernel/test_attr_singleton.rb
759
- test/kernel/test_constant.rb
760
- test/kernel/test_populate.rb
761
- test/kernel/test_callstack.rb
762
- test/kernel/test_instance_class.rb
763
- test/kernel/test_silence.rb
764
- test/kernel/test_object_hexid.rb
765
- test/kernel/test_in.rb
766
- test/kernel/test_instance_assign.rb
767
- test/kernel/test_object_class.rb
768
- test/kernel/test_returning.rb
769
- test/kernel/test_here.rb
770
- test/kernel/test_deepcopy.rb
771
- test/kernel/test_as.rb
772
- test/test_tuple.rb
773
- test/comparable
774
- test/comparable/test_cmp.rb
775
- test/comparable/test_comparable.rb
776
- test/comparable/test_bound.rb
777
- test/test_classmethods.rb
778
- test/test_association.rb
779
- test/method
780
- test/test_blank.rb
781
- test/test_command.rb
782
- test/test_bbcode.rb
783
- test/enumerable
784
- test/enumerable/test_uniq_by.rb
785
- test/enumerable/test_occur.rb
786
- test/enumerable/test_inject.rb
787
- test/enumerable/test_probability.rb
788
- test/enumerable/test_cluster_by.rb
789
- test/enumerable/test_each_by.rb
790
- test/enumerable/test_collect.rb
791
- test/enumerable/test_mash.rb
792
- test/test_memoize.rb
793
- test/test_interval.rb
794
- test/test_getoptlong.rb
795
- test/test_snapshot.rb
796
- test/test_succ.rb
797
- test/test_style.rb
798
- test/test_coroutine.rb
799
- test/string
800
- test/string/test_subtract.rb
801
- test/string/test_natcmp.rb
802
- test/string/test_words.rb
803
- test/string/test_camelcase.rb
804
- test/string/test_nchar.rb
805
- test/string/test_cleave.rb
806
- test/string/test_capitalized.rb
807
- test/string/test_titlecase.rb
808
- test/string/test_fold.rb
809
- test/string/test_line_wrap.rb
810
- test/string/test_to_re.rb
811
- test/string/test_range.rb
812
- test/string/test_align.rb
813
- test/string/test_xor.rb
814
- test/string/test_divide.rb
815
- test/string/test_snakecase.rb
816
- test/string/test_shatter.rb
817
- test/string/test_interpolate.rb
818
- test/string/test_tab.rb
819
- test/string/test_mscan.rb
820
- test/string/test_bracket.rb
821
- test/test_overload.rb
822
- test/module
823
- test/module/test_spacename.rb
824
- test/module/test_basename.rb
825
- test/module/test_nesting.rb
826
- test/module/test_ancestor.rb
827
- test/module/test_modspace.rb
828
- test/module/test_alias.rb
829
- test/module/test_op.rb
830
- test/module/test_revise.rb
831
- test/module/test_abstract.rb
832
- test/module/test_clone.rb
833
- test/module/test_pathize.rb
834
- test/test_elementor.rb
835
- test/test_to_hash.rb
836
- test/test_enumerablepass.rb
837
- test/time
838
- test/time/test_to_time.rb
839
- test/time/test_stamp.rb
840
- test/time/test_change.rb
841
- test/time/test_elapse.rb
842
- test/test_ansicode.rb
843
- test/test_dictionary.rb
844
- test/dir
845
- test/dir/test_descend.rb
846
- test/dir/test_ascend.rb
847
- test/dir/test_multiglob.rb
848
- test/dir/test_parent.rb
849
- test/dir/test_recurse.rb
850
- test/test_lrucache.rb
851
- test/test_xoxo.rb
852
- test/test_instantiable.rb
853
- test/filetest
854
- test/filetest/test_filetest.rb
855
- test/class
856
- test/class/test_descendents.rb
857
- test/test_functor.rb
858
- test/test_linkedlist.rb
859
- test/array
860
- test/array/test_product.rb
861
- test/array/test_delete.rb
862
- test/array/test_stackable.rb
863
- test/array/test_select.rb
864
- test/array/test_only.rb
865
- test/array/test_indexable.rb
866
- test/array/test_pad.rb
867
- test/array/test_merge.rb
868
- test/array/test_rotate.rb
869
- test/test_methodspace.rb
870
- test/test_synchash.rb
871
- test/test_arguments.rb
872
- test/regexp
873
- test/regexp/test_to_re.rb
874
- test/regexp/test_arity.rb
875
- test/matchdata
876
- test/matchdata/test_matchset.rb
877
- test/matchdata/test_match.rb
878
- test/test_multiton.rb
879
- test/exception
880
- test/exception/test_exception.rb
881
- test/test_advisable.rb
882
- test/test_cattr.rb
883
- NOTES
2422
+ test/lore
2423
+ test/lore/test_basicobject.rb
2424
+ test/lore/test_continuation.rb
2425
+ test/lore/test_ostruct.rb
2426
+ test/lore/test_date.rb
2427
+ test/lore/fileutils
2428
+ test/core
2429
+ test/core/integer
2430
+ test/core/integer/test_of.rb
2431
+ test/core/integer/test_factorial.rb
2432
+ test/core/integer/test_even.rb
2433
+ test/core/integer/test_ordinal.rb
2434
+ test/core/integer/test_bitmask.rb
2435
+ test/core/integer/test_multiple.rb
2436
+ test/core/symbol
2437
+ test/core/symbol/test_generate.rb
2438
+ test/core/symbol/test_chomp.rb
2439
+ test/core/symbol/test_not.rb
2440
+ test/core/symbol/test_succ.rb
2441
+ test/core/symbol/test_to_proc.rb
2442
+ test/core/nilclass
2443
+ test/core/nilclass/test_to_f.rb
2444
+ test/core/numeric
2445
+ test/core/numeric/test_distance.rb
2446
+ test/core/numeric/test_round.rb
2447
+ test/core/numeric/test_approx.rb
2448
+ test/core/binding
2449
+ test/core/binding/test_defined.rb
2450
+ test/core/binding/test_self.rb
2451
+ test/core/binding/test_eval.rb
2452
+ test/core/binding/test_caller.rb
2453
+ test/core/binding/test_local_variables.rb
2454
+ test/core/binding/test_opvars.rb
2455
+ test/core/proc
2456
+ test/core/proc/test_bind.rb
2457
+ test/core/proc/test_to_method.rb
2458
+ test/core/proc/test_curry.rb
2459
+ test/core/proc/test_compose.rb
2460
+ test/core/proc/test_partial.rb
2461
+ test/core/range
2462
+ test/core/range/test_overlap.rb
2463
+ test/core/range/test_combine.rb
2464
+ test/core/range/test_to_r.rb
2465
+ test/core/range/test_within.rb
2466
+ test/core/file
2467
+ test/core/file/test_file.rb
2468
+ test/core/hash
2469
+ test/core/hash/test_collate.rb
2470
+ test/core/hash/test_keys.rb
2471
+ test/core/hash/test_inverse.rb
2472
+ test/core/hash/test_stringify_keys.rb
2473
+ test/core/hash/test_delete.rb
2474
+ test/core/hash/test_symbolize_keys.rb
2475
+ test/core/hash/test_weave.rb
2476
+ test/core/hash/test_alias.rb
2477
+ test/core/hash/test_update.rb
2478
+ test/core/hash/test_swap.rb
2479
+ test/core/hash/test_at.rb
2480
+ test/core/hash/test_op.rb
2481
+ test/core/hash/test_select.rb
2482
+ test/core/hash/test_autonew.rb
2483
+ test/core/hash/test_insert.rb
2484
+ test/core/hash/test_traverse.rb
2485
+ test/core/hash/test_zipnew.rb
2486
+ test/core/hash/test_mash.rb
2487
+ test/core/hash/test_merge.rb
2488
+ test/core/hash/test_rekey.rb
2489
+ test/core/kernel
2490
+ test/core/kernel/test_val.rb
2491
+ test/core/kernel/test_not_nil.rb
2492
+ test/core/kernel/test_resc.rb
2493
+ test/core/kernel/test_attr_singleton.rb
2494
+ test/core/kernel/test_constant.rb
2495
+ test/core/kernel/test_populate.rb
2496
+ test/core/kernel/test_callstack.rb
2497
+ test/core/kernel/test_instance_class.rb
2498
+ test/core/kernel/test_silence.rb
2499
+ test/core/kernel/test_object_hexid.rb
2500
+ test/core/kernel/test_in.rb
2501
+ test/core/kernel/test_instance_assign.rb
2502
+ test/core/kernel/test_object_class.rb
2503
+ test/core/kernel/test_tap.rb
2504
+ test/core/kernel/test_returning.rb
2505
+ test/core/kernel/test_here.rb
2506
+ test/core/kernel/test_deepcopy.rb
2507
+ test/core/kernel/test_as.rb
2508
+ test/core/comparable
2509
+ test/core/comparable/test_cmp.rb
2510
+ test/core/comparable/test_comparable.rb
2511
+ test/core/comparable/test_bound.rb
2512
+ test/core/method
2513
+ test/core/enumerable
2514
+ test/core/enumerable/test_uniq_by.rb
2515
+ test/core/enumerable/test_none.rb
2516
+ test/core/enumerable/test_occur.rb
2517
+ test/core/enumerable/test_inject.rb
2518
+ test/core/enumerable/test_modulate.rb
2519
+ test/core/enumerable/test_probability.rb
2520
+ test/core/enumerable/test_cluster_by.rb
2521
+ test/core/enumerable/test_group_by.rb
2522
+ test/core/enumerable/test_count.rb
2523
+ test/core/enumerable/test_each_by.rb
2524
+ test/core/enumerable/test_collect.rb
2525
+ test/core/enumerable/test_one.rb
2526
+ test/core/enumerable/test_mash.rb
2527
+ test/core/string
2528
+ test/core/string/test_subtract.rb
2529
+ test/core/string/test_natcmp.rb
2530
+ test/core/string/test_words.rb
2531
+ test/core/string/test_bytes.rb
2532
+ test/core/string/test_each_char.rb
2533
+ test/core/string/test_camelcase.rb
2534
+ test/core/string/test_nchar.rb
2535
+ test/core/string/test_cleave.rb
2536
+ test/core/string/test_capitalized.rb
2537
+ test/core/string/test_titlecase.rb
2538
+ test/core/string/test_fold.rb
2539
+ test/core/string/test_line_wrap.rb
2540
+ test/core/string/test_to_time.rb
2541
+ test/core/string/test_to_re.rb
2542
+ test/core/string/test_range.rb
2543
+ test/core/string/test_chars.rb
2544
+ test/core/string/test_align.rb
2545
+ test/core/string/test_lines.rb
2546
+ test/core/string/test_xor.rb
2547
+ test/core/string/test_divide.rb
2548
+ test/core/string/test_snakecase.rb
2549
+ test/core/string/test_shatter.rb
2550
+ test/core/string/test_interpolate.rb
2551
+ test/core/string/test_tab.rb
2552
+ test/core/string/test_mscan.rb
2553
+ test/core/string/test_bracket.rb
2554
+ test/core/module
2555
+ test/core/module/test_spacename.rb
2556
+ test/core/module/test_basename.rb
2557
+ test/core/module/test_nesting.rb
2558
+ test/core/module/test_ancestor.rb
2559
+ test/core/module/test_modspace.rb
2560
+ test/core/module/test_alias.rb
2561
+ test/core/module/test_op.rb
2562
+ test/core/module/test_revise.rb
2563
+ test/core/module/test_abstract.rb
2564
+ test/core/module/test_clone.rb
2565
+ test/core/module/test_pathize.rb
2566
+ test/core/time
2567
+ test/core/time/test_to_date.rb
2568
+ test/core/time/test_to_time.rb
2569
+ test/core/time/test_hence.rb
2570
+ test/core/time/test_trunc.rb
2571
+ test/core/time/test_round.rb
2572
+ test/core/time/test_stamp.rb
2573
+ test/core/time/test_change.rb
2574
+ test/core/time/test_elapse.rb
2575
+ test/core/dir
2576
+ test/core/dir/test_descend.rb
2577
+ test/core/dir/test_ascend.rb
2578
+ test/core/dir/test_multiglob.rb
2579
+ test/core/dir/test_parent.rb
2580
+ test/core/dir/test_recurse.rb
2581
+ test/core/filetest
2582
+ test/core/filetest/test_filetest.rb
2583
+ test/core/class
2584
+ test/core/class/test_descendents.rb
2585
+ test/core/array
2586
+ test/core/array/test_combination.rb
2587
+ test/core/array/test_product.rb
2588
+ test/core/array/test_delete.rb
2589
+ test/core/array/test_stackable.rb
2590
+ test/core/array/test_select.rb
2591
+ test/core/array/test_only.rb
2592
+ test/core/array/test_indexable.rb
2593
+ test/core/array/test_permutation.rb
2594
+ test/core/array/test_pad.rb
2595
+ test/core/array/test_merge.rb
2596
+ test/core/array/test_rotate.rb
2597
+ test/core/regexp
2598
+ test/core/regexp/test_to_re.rb
2599
+ test/core/regexp/test_arity.rb
2600
+ test/core/matchdata
2601
+ test/core/matchdata/test_matchset.rb
2602
+ test/core/matchdata/test_match.rb
2603
+ test/core/exception
2604
+ test/core/exception/test_exception.rb
2605
+ test/more
2606
+ test/more/test_syncarray.rb
2607
+ test/more/test_crypt.rb
2608
+ test/more/test_metaid.rb
2609
+ test/more/test_bytes.rb
2610
+ test/more/test_infinity.rb
2611
+ test/more/test_1stclassmethod.rb
2612
+ test/more/test_typecast.rb
2613
+ test/more/test_buildable.rb
2614
+ test/more/test_instantise.rb
2615
+ test/more/test_openobject.rb
2616
+ test/more/test_equatable.rb
2617
+ test/more/test_uri.rb
2618
+ test/more/test_opencascade.rb
2619
+ test/more/test_multipliers.rb
2620
+ test/more/test_autoarray.rb
2621
+ test/more/test_random.rb
2622
+ test/more/test_boolean.rb
2623
+ test/more/test_prototype.rb
2624
+ test/more/test_elementwise.rb
2625
+ test/more/test_class_extension.rb
2626
+ test/more/test_thread.rb
2627
+ test/more/test_dependency.rb
2628
+ test/more/test_times.rb
2629
+ test/more/test_binreadable.rb
2630
+ test/more/test_cloneable.rb
2631
+ test/more/test_inheritor.rb
2632
+ test/more/test_uninheritable.rb
2633
+ test/more/test_timer.rb
2634
+ test/more/test_annotations.rb
2635
+ test/more/test_recorder.rb
2636
+ test/more/test_tuple.rb
2637
+ test/more/test_classmethods.rb
2638
+ test/more/test_association.rb
2639
+ test/more/test_blank.rb
2640
+ test/more/test_command.rb
2641
+ test/more/test_bbcode.rb
2642
+ test/more/test_memoize.rb
2643
+ test/more/test_interval.rb
2644
+ test/more/test_getoptlong.rb
2645
+ test/more/test_snapshot.rb
2646
+ test/more/test_succ.rb
2647
+ test/more/test_style.rb
2648
+ test/more/test_coroutine.rb
2649
+ test/more/test_overload.rb
2650
+ test/more/test_elementor.rb
2651
+ test/more/test_to_hash.rb
2652
+ test/more/test_enumerablepass.rb
2653
+ test/more/test_ansicode.rb
2654
+ test/more/test_dictionary.rb
2655
+ test/more/test_lrucache.rb
2656
+ test/more/test_xoxo.rb
2657
+ test/more/test_instantiable.rb
2658
+ test/more/test_functor.rb
2659
+ test/more/test_linkedlist.rb
2660
+ test/more/test_methodspace.rb
2661
+ test/more/test_synchash.rb
2662
+ test/more/test_arguments.rb
2663
+ test/more/test_paramix.rb
2664
+ test/more/test_multiton.rb
2665
+ test/more/test_advisable.rb
2666
+ test/more/test_cattr.rb
884
2667
  CHANGES
885
2668
  README
2669
+ README.lore
886
2670
  AUTHORS
887
- setup.rb
888
- meta
889
- meta/created
890
- meta/homepage
891
- meta/project.yaml
892
- meta/version
893
- meta/unixname
894
- meta/mailinglist
895
- meta/authors
896
- meta/slogan
897
- meta/download
898
- meta/description
899
- meta/contact
2671
+ README.core
2672
+ METADATA
900
2673
  demo
901
2674
  demo/bench
902
2675
  demo/bench/integer
@@ -919,400 +2692,431 @@ demo/sample/ansicolor
919
2692
  demo/sample/ansicolor/cdiff.rb
920
2693
  demo/sample/ansicolor/example.rb
921
2694
  lib
922
- lib/facets
923
- lib/facets/integer
924
- lib/facets/integer/multiple.rb
925
- lib/facets/integer/ordinal.rb
926
- lib/facets/integer/factorial.rb
927
- lib/facets/integer/of.rb
928
- lib/facets/file.rb
929
- lib/facets/synchash.rb
930
- lib/facets/platform.rb
931
- lib/facets/annotations.rb
932
- lib/facets/pathname.rb
933
- lib/facets/pathlist.rb
934
- lib/facets/registerable.rb
935
- lib/facets/metaid.rb
936
- lib/facets/classmethods.rb
937
- lib/facets/cloneable.rb
938
- lib/facets/matchdata.rb
939
- lib/facets/symbol
940
- lib/facets/symbol/not.rb
941
- lib/facets/symbol/generate.rb
942
- lib/facets/symbol/chomp.rb
943
- lib/facets/time.rb
944
- lib/facets/expirable.rb
945
- lib/facets/cgi.rb
946
- lib/facets/dir.rb
947
- lib/facets/times.rb
948
- lib/facets/duration.rb
949
- lib/facets/opesc.rb
950
- lib/facets/cssfilter.rb
951
- lib/facets/main.rb
952
- lib/facets/to_hash.rb
953
- lib/facets/cattr.rb
954
- lib/facets/continuation.rb
955
- lib/facets/coroutine.rb
956
- lib/facets/date.rb
957
- lib/facets/downloader.rb
958
- lib/facets/multiton.rb
959
- lib/facets/logger.rb
960
- lib/facets/unboundmethod
961
- lib/facets/unboundmethod/arguments.rb
962
- lib/facets/dependency.rb
963
- lib/facets/interval.rb
964
- lib/facets/openhash.rb
965
- lib/facets/memoize.rb
966
- lib/facets/getoptlong.rb
967
- lib/facets/basicobject.rb
968
- lib/facets/autoarray.rb
969
- lib/facets/htmlfilter.rb
970
- lib/facets/fileshell.rb
971
- lib/facets/command.rb
972
- lib/facets/buildable.rb
973
- lib/facets/pqueue.rb
974
- lib/facets/syncarray.rb
975
- lib/facets/nilclass
976
- lib/facets/thread.rb
977
- lib/facets/arguments.rb
978
- lib/facets/filetest.rb
979
- lib/facets/iteration.rb
980
- lib/facets/lazy.rb
981
- lib/facets/fileutils.rb
982
- lib/facets/daemonize.rb
983
- lib/facets/range.rb
984
- lib/facets/rwdelegator.rb
985
- lib/facets/elementwise.rb
986
- lib/facets/reflection.rb
987
- lib/facets/shellwords.rb
988
- lib/facets/lrucache.rb
989
- lib/facets/recorder.rb
990
- lib/facets/ansicode.rb
991
- lib/facets/bicrypt.rb
992
- lib/facets/numeric
993
- lib/facets/numeric/distance.rb
994
- lib/facets/numeric/round.rb
995
- lib/facets/numeric/approx.rb
996
- lib/facets/version.rb
997
- lib/facets/indexable.rb
998
- lib/facets/multipliers.rb
999
- lib/facets/module.rb
1000
- lib/facets/basex.rb
1001
- lib/facets/typecast.rb
1002
- lib/facets/binding
1003
- lib/facets/binding/caller.rb
1004
- lib/facets/binding/self.rb
1005
- lib/facets/binding/local_variables.rb
1006
- lib/facets/binding/defined.rb
1007
- lib/facets/binding/opvars.rb
1008
- lib/facets/association.rb
1009
- lib/facets/nullclass.rb
1010
- lib/facets/float
1011
- lib/facets/float/round.rb
1012
- lib/facets/hash.rb
1013
- lib/facets/proc
1014
- lib/facets/proc/update.rb
1015
- lib/facets/proc/curry.rb
1016
- lib/facets/proc/partial.rb
1017
- lib/facets/proc/compose.rb
1018
- lib/facets/proc/to_method.rb
1019
- lib/facets/proc/bind.rb
1020
- lib/facets/ruby.rb
1021
- lib/facets/cachedecorator.rb
1022
- lib/facets/boolean.rb
1023
- lib/facets/fileutils
1024
- lib/facets/fileutils/tail.rb
1025
- lib/facets/fileutils/which.rb
1026
- lib/facets/fileutils/whereis.rb
1027
- lib/facets/fileutils/wc.rb
1028
- lib/facets/fileutils/slice.rb
1029
- lib/facets/fileutils/safe_ln.rb
1030
- lib/facets/fileutils/head.rb
1031
- lib/facets/range
1032
- lib/facets/range/overlap.rb
1033
- lib/facets/range/umbrella.rb
1034
- lib/facets/range/combine.rb
1035
- lib/facets/range/to_r.rb
1036
- lib/facets/range/within.rb
1037
- lib/facets/chain.rb
1038
- lib/facets/dictionary.rb
1039
- lib/facets/net
1040
- lib/facets/net/smtp_tls.rb
1041
- lib/facets/autoreload.rb
1042
- lib/facets/xoxo.rb
1043
- lib/facets/nilclass.rb
1044
- lib/facets/file
1045
- lib/facets/file/rootname.rb
1046
- lib/facets/file/null.rb
1047
- lib/facets/file/write.rb
1048
- lib/facets/file/rewrite.rb
1049
- lib/facets/file/read.rb
1050
- lib/facets/bitmask.rb
1051
- lib/facets/bytes.rb
1052
- lib/facets/infinity.rb
1053
- lib/facets/integer.rb
1054
- lib/facets/reference.rb
1055
- lib/facets/exception.rb
1056
- lib/facets/comparable.rb
1057
- lib/facets/attr.rb
1058
- lib/facets/settings.rb
1059
- lib/facets/hash
1060
- lib/facets/hash/zipnew.rb
1061
- lib/facets/hash/alias.rb
1062
- lib/facets/hash/update.rb
1063
- lib/facets/hash/autonew.rb
1064
- lib/facets/hash/except.rb
1065
- lib/facets/hash/stringify_keys.rb
1066
- lib/facets/hash/keys.rb
1067
- lib/facets/hash/merge.rb
1068
- lib/facets/hash/traverse.rb
1069
- lib/facets/hash/op.rb
1070
- lib/facets/hash/inverse.rb
1071
- lib/facets/hash/to_proc.rb
1072
- lib/facets/hash/insert.rb
1073
- lib/facets/hash/select.rb
1074
- lib/facets/hash/diff.rb
1075
- lib/facets/hash/mash.rb
1076
- lib/facets/hash/collate.rb
1077
- lib/facets/hash/delete.rb
1078
- lib/facets/hash/weave.rb
1079
- lib/facets/hash/swap.rb
1080
- lib/facets/hash/to_struct.rb
1081
- lib/facets/hash/symbolize_keys.rb
1082
- lib/facets/hash/join.rb
1083
- lib/facets/hash/slice.rb
1084
- lib/facets/hash/to_h.rb
1085
- lib/facets/hash/rekey.rb
1086
- lib/facets/hash/argumentize.rb
1087
- lib/facets/hash/at.rb
1088
- lib/facets/kernel
1089
- lib/facets/kernel/here.rb
1090
- lib/facets/kernel/as.rb
1091
- lib/facets/kernel/__class__.rb
1092
- lib/facets/kernel/ask.rb
1093
- lib/facets/kernel/suppress.rb
1094
- lib/facets/kernel/demo.rb
1095
- lib/facets/kernel/maybe.rb
1096
- lib/facets/kernel/instance_send.rb
1097
- lib/facets/kernel/object_hexid.rb
1098
- lib/facets/kernel/object_class.rb
1099
- lib/facets/kernel/object_send.rb
1100
- lib/facets/kernel/ergo.rb
1101
- lib/facets/kernel/complete.rb
1102
- lib/facets/kernel/__get__.rb
1103
- lib/facets/kernel/not_nil.rb
1104
- lib/facets/kernel/deep_copy.rb
1105
- lib/facets/kernel/silence.rb
1106
- lib/facets/kernel/resc.rb
1107
- lib/facets/kernel/instance_variables.rb
1108
- lib/facets/kernel/instance_assign.rb
1109
- lib/facets/kernel/with.rb
1110
- lib/facets/kernel/d.rb
1111
- lib/facets/kernel/__set__.rb
1112
- lib/facets/kernel/instance_class.rb
1113
- lib/facets/kernel/instance_exec.rb
1114
- lib/facets/kernel/load.rb
1115
- lib/facets/kernel/attr_singleton.rb
1116
- lib/facets/kernel/p.rb
1117
- lib/facets/kernel/singleton_class.rb
1118
- lib/facets/kernel/try.rb
1119
- lib/facets/kernel/__dir__.rb
1120
- lib/facets/kernel/returning.rb
1121
- lib/facets/kernel/populate.rb
1122
- lib/facets/kernel/val.rb
1123
- lib/facets/kernel/constant.rb
1124
- lib/facets/kernel/respond.rb
1125
- lib/facets/kernel/in.rb
1126
- lib/facets/yaml.rb
1127
- lib/facets/heap.rb
1128
- lib/facets/prototype.rb
1129
- lib/facets/comparable
1130
- lib/facets/comparable/bound.rb
1131
- lib/facets/comparable/cmp.rb
1132
- lib/facets/comparable/comparable.rb
1133
- lib/facets/filelist.rb
1134
- lib/facets/1stclassmethod.rb
1135
- lib/facets/overload.rb
1136
- lib/facets/semaphore.rb
1137
- lib/facets/consoleutils.rb
1138
- lib/facets/regexp.rb
1139
- lib/facets/methodspace.rb
1140
- lib/facets/orderedhash.rb
1141
- lib/facets/enumerable
1142
- lib/facets/enumerable/cluster_by.rb
1143
- lib/facets/enumerable/sum.rb
1144
- lib/facets/enumerable/mode.rb
1145
- lib/facets/enumerable/occur.rb
1146
- lib/facets/enumerable/collect.rb
1147
- lib/facets/enumerable/divide.rb
1148
- lib/facets/enumerable/inject.rb
1149
- lib/facets/enumerable/duplicates.rb
1150
- lib/facets/enumerable/uniq_by.rb
1151
- lib/facets/enumerable/accumulate.rb
1152
- lib/facets/enumerable/mash.rb
1153
- lib/facets/enumerable/modulate.rb
1154
- lib/facets/enumerable/split.rb
1155
- lib/facets/enumerable/map_send.rb
1156
- lib/facets/enumerable/probability.rb
1157
- lib/facets/enumerable/each_by.rb
1158
- lib/facets/class.rb
1159
- lib/facets/ioredirect.rb
1160
- lib/facets/duplicable.rb
1161
- lib/facets/pool.rb
1162
- lib/facets/set.rb
1163
- lib/facets/capsule.rb
1164
- lib/facets/tuple.rb
1165
- lib/facets/symbol.rb
1166
- lib/facets/uploadutils.rb
1167
- lib/facets/numeric.rb
1168
- lib/facets/string
1169
- lib/facets/string/shatter.rb
1170
- lib/facets/string/to_re.rb
1171
- lib/facets/string/fold.rb
1172
- lib/facets/string/camelcase.rb
1173
- lib/facets/string/align.rb
1174
- lib/facets/string/tab.rb
1175
- lib/facets/string/range.rb
1176
- lib/facets/string/snakecase.rb
1177
- lib/facets/string/divide.rb
1178
- lib/facets/string/mscan.rb
1179
- lib/facets/string/capitalized.rb
1180
- lib/facets/string/natcmp.rb
1181
- lib/facets/string/subtract.rb
1182
- lib/facets/string/titlecase.rb
1183
- lib/facets/string/words.rb
1184
- lib/facets/string/interpolate.rb
1185
- lib/facets/string/cleave.rb
1186
- lib/facets/string/to_time.rb
1187
- lib/facets/string/line_wrap.rb
1188
- lib/facets/string/bracket.rb
1189
- lib/facets/string/chomp.rb
1190
- lib/facets/string/splice.rb
1191
- lib/facets/string/rewrite.rb
1192
- lib/facets/string/nchar.rb
1193
- lib/facets/string/xor.rb
1194
- lib/facets/instantise.rb
1195
- lib/facets/uri.rb
1196
- lib/facets/ostruct.rb
1197
- lib/facets/rbsystem.rb
1198
- lib/facets/module
1199
- lib/facets/module/alias.rb
1200
- lib/facets/module/prepend.rb
1201
- lib/facets/module/ancestor.rb
1202
- lib/facets/module/conflict.rb
1203
- lib/facets/module/can.rb
1204
- lib/facets/module/include_function_module.rb
1205
- lib/facets/module/op.rb
1206
- lib/facets/module/pathize.rb
1207
- lib/facets/module/instance_methods.rb
1208
- lib/facets/module/module_load.rb
1209
- lib/facets/module/is.rb
1210
- lib/facets/module/nesting.rb
1211
- lib/facets/module/class.rb
1212
- lib/facets/module/modspace.rb
1213
- lib/facets/module/abstract.rb
1214
- lib/facets/module/clone.rb
1215
- lib/facets/module/revise.rb
1216
- lib/facets/module/spacename.rb
1217
- lib/facets/module/basename.rb
1218
- lib/facets/style.rb
1219
- lib/facets/nilstatus.rb
1220
- lib/facets/ziputils.rb
1221
- lib/facets/instantiable.rb
1222
- lib/facets/xmlhash.rb
1223
- lib/facets/opencascade.rb
1224
- lib/facets/eventhook.rb
1225
- lib/facets/proc.rb
1226
- lib/facets/array.rb
1227
- lib/facets/time
1228
- lib/facets/time/elapse.rb
1229
- lib/facets/time/ago.rb
1230
- lib/facets/time/hence.rb
1231
- lib/facets/time/set.rb
1232
- lib/facets/time/to_time.rb
1233
- lib/facets/time/change.rb
1234
- lib/facets/time/stamp.rb
1235
- lib/facets/elementor.rb
1236
- lib/facets/succ.rb
1237
- lib/facets/enumerable.rb
1238
- lib/facets/functor.rb
1239
- lib/facets/dir
1240
- lib/facets/dir/ascend.rb
1241
- lib/facets/dir/multiglob.rb
1242
- lib/facets/dir/recurse.rb
1243
- lib/facets/dir/parent.rb
1244
- lib/facets/dir/descend.rb
1245
- lib/facets/rbconfig.rb
1246
- lib/facets/inheritor.rb
1247
- lib/facets/equatable.rb
1248
- lib/facets/nackclass.rb
1249
- lib/facets/unboundmethod.rb
1250
- lib/facets/filetest
1251
- lib/facets/filetest/root.rb
1252
- lib/facets/binreadable.rb
1253
- lib/facets/class
1254
- lib/facets/class/prepend.rb
1255
- lib/facets/class/subclasses.rb
1256
- lib/facets/class/descendents.rb
1257
- lib/facets/timer.rb
1258
- lib/facets/bbcode.rb
1259
- lib/facets/progressbar.rb
1260
- lib/facets/advisable.rb
1261
- lib/facets/uninheritable.rb
1262
- lib/facets/callstack.rb
1263
- lib/facets/array
1264
- lib/facets/array/product.rb
1265
- lib/facets/array/not_empty.rb
1266
- lib/facets/array/rotate.rb
1267
- lib/facets/array/conjoin.rb
1268
- lib/facets/array/indexable.rb
1269
- lib/facets/array/merge.rb
1270
- lib/facets/array/traverse.rb
1271
- lib/facets/array/select.rb
1272
- lib/facets/array/only.rb
1273
- lib/facets/array/delete.rb
1274
- lib/facets/array/splice.rb
1275
- lib/facets/array/stackable.rb
1276
- lib/facets/array/pad.rb
1277
- lib/facets/core.rb
1278
- lib/facets/enumerablepass.rb
1279
- lib/facets/stackable.rb
1280
- lib/facets/snapshot.rb
1281
- lib/facets/meta.rb
1282
- lib/facets/minitar.rb
1283
- lib/facets/kernel.rb
1284
- lib/facets/paramix.rb
1285
- lib/facets/regexp
1286
- lib/facets/regexp/to_re.rb
1287
- lib/facets/regexp/arity.rb
1288
- lib/facets/matchdata
1289
- lib/facets/matchdata/match.rb
1290
- lib/facets/matchdata/matchset.rb
1291
- lib/facets/class_extension.rb
1292
- lib/facets/crypt.rb
1293
- lib/facets/exception
1294
- lib/facets/exception/suppress.rb
1295
- lib/facets/exception/detail.rb
1296
- lib/facets/string.rb
1297
- lib/facets/binding.rb
1298
- lib/facets/openobject.rb
1299
- lib/facets/random.rb
1300
- lib/facets/opencollection.rb
1301
- lib/facets/fileable.rb
1302
- lib/facets/linkedlist.rb
1303
- lib/facets/blank.rb
1304
- lib/facets/tracepoint.rb
1305
- lib/facets.rb
1306
- log
1307
- log/changelog-0.rdoc
1308
- log/todo.rdoc
1309
- log/changelog.rdoc
1310
- log/changelog-1.rdoc
1311
- log/fixme.rdoc
1312
- log/testlog.txt
1313
- script
1314
- script/methods
1315
- script/document
1316
- script/test
1317
- script/conflicts
2695
+ lib/lore
2696
+ lib/lore/facets
2697
+ lib/lore/facets/pathname.rb
2698
+ lib/lore/facets/cgi.rb
2699
+ lib/lore/facets/continuation.rb
2700
+ lib/lore/facets/date.rb
2701
+ lib/lore/facets/logger.rb
2702
+ lib/lore/facets/getoptlong.rb
2703
+ lib/lore/facets/basicobject.rb
2704
+ lib/lore/facets/fileutils.rb
2705
+ lib/lore/facets/shellwords.rb
2706
+ lib/lore/facets/fileutils
2707
+ lib/lore/facets/fileutils/tail.rb
2708
+ lib/lore/facets/fileutils/which.rb
2709
+ lib/lore/facets/fileutils/whereis.rb
2710
+ lib/lore/facets/fileutils/wc.rb
2711
+ lib/lore/facets/fileutils/slice.rb
2712
+ lib/lore/facets/fileutils/safe_ln.rb
2713
+ lib/lore/facets/fileutils/head.rb
2714
+ lib/lore/facets/yaml.rb
2715
+ lib/lore/facets/set.rb
2716
+ lib/lore/facets/uri.rb
2717
+ lib/lore/facets/ostruct.rb
2718
+ lib/lore/facets/rbconfig.rb
2719
+ lib/core
2720
+ lib/core/facets
2721
+ lib/core/facets/integer
2722
+ lib/core/facets/integer/multiple.rb
2723
+ lib/core/facets/integer/ordinal.rb
2724
+ lib/core/facets/integer/odd.rb
2725
+ lib/core/facets/integer/even.rb
2726
+ lib/core/facets/integer/factorial.rb
2727
+ lib/core/facets/integer/of.rb
2728
+ lib/core/facets/file.rb
2729
+ lib/core/facets/metaid.rb
2730
+ lib/core/facets/matchdata.rb
2731
+ lib/core/facets/symbol
2732
+ lib/core/facets/symbol/not.rb
2733
+ lib/core/facets/symbol/to_proc.rb
2734
+ lib/core/facets/symbol/generate.rb
2735
+ lib/core/facets/symbol/succ.rb
2736
+ lib/core/facets/symbol/chomp.rb
2737
+ lib/core/facets/time.rb
2738
+ lib/core/facets/dir.rb
2739
+ lib/core/facets/to_hash.rb
2740
+ lib/core/facets/unboundmethod
2741
+ lib/core/facets/unboundmethod/name.rb
2742
+ lib/core/facets/unboundmethod/arguments.rb
2743
+ lib/core/facets/nilclass
2744
+ lib/core/facets/nilclass/to_f.rb
2745
+ lib/core/facets/filetest.rb
2746
+ lib/core/facets/lazy.rb
2747
+ lib/core/facets/range.rb
2748
+ lib/core/facets/numeric
2749
+ lib/core/facets/numeric/distance.rb
2750
+ lib/core/facets/numeric/round.rb
2751
+ lib/core/facets/numeric/approx.rb
2752
+ lib/core/facets/module.rb
2753
+ lib/core/facets/binding
2754
+ lib/core/facets/binding/caller.rb
2755
+ lib/core/facets/binding/eval.rb
2756
+ lib/core/facets/binding/self.rb
2757
+ lib/core/facets/binding/local_variables.rb
2758
+ lib/core/facets/binding/defined.rb
2759
+ lib/core/facets/binding/opvars.rb
2760
+ lib/core/facets/float
2761
+ lib/core/facets/float/round.rb
2762
+ lib/core/facets/hash.rb
2763
+ lib/core/facets/proc
2764
+ lib/core/facets/proc/update.rb
2765
+ lib/core/facets/proc/curry.rb
2766
+ lib/core/facets/proc/partial.rb
2767
+ lib/core/facets/proc/compose.rb
2768
+ lib/core/facets/proc/to_method.rb
2769
+ lib/core/facets/proc/bind.rb
2770
+ lib/core/facets/boolean.rb
2771
+ lib/core/facets/range
2772
+ lib/core/facets/range/overlap.rb
2773
+ lib/core/facets/range/umbrella.rb
2774
+ lib/core/facets/range/combine.rb
2775
+ lib/core/facets/range/to_r.rb
2776
+ lib/core/facets/range/within.rb
2777
+ lib/core/facets/nilclass.rb
2778
+ lib/core/facets/file
2779
+ lib/core/facets/file/rootname.rb
2780
+ lib/core/facets/file/null.rb
2781
+ lib/core/facets/file/write.rb
2782
+ lib/core/facets/file/rewrite.rb
2783
+ lib/core/facets/file/read.rb
2784
+ lib/core/facets/bitmask.rb
2785
+ lib/core/facets/integer.rb
2786
+ lib/core/facets/exception.rb
2787
+ lib/core/facets/comparable.rb
2788
+ lib/core/facets/float.rb
2789
+ lib/core/facets/hash
2790
+ lib/core/facets/hash/zipnew.rb
2791
+ lib/core/facets/hash/alias.rb
2792
+ lib/core/facets/hash/update.rb
2793
+ lib/core/facets/hash/autonew.rb
2794
+ lib/core/facets/hash/recursively.rb
2795
+ lib/core/facets/hash/except.rb
2796
+ lib/core/facets/hash/stringify_keys.rb
2797
+ lib/core/facets/hash/keys.rb
2798
+ lib/core/facets/hash/merge.rb
2799
+ lib/core/facets/hash/traverse.rb
2800
+ lib/core/facets/hash/op.rb
2801
+ lib/core/facets/hash/inverse.rb
2802
+ lib/core/facets/hash/recursive_merge.rb
2803
+ lib/core/facets/hash/to_proc.rb
2804
+ lib/core/facets/hash/insert.rb
2805
+ lib/core/facets/hash/select.rb
2806
+ lib/core/facets/hash/diff.rb
2807
+ lib/core/facets/hash/mash.rb
2808
+ lib/core/facets/hash/collate.rb
2809
+ lib/core/facets/hash/delete.rb
2810
+ lib/core/facets/hash/weave.rb
2811
+ lib/core/facets/hash/swap.rb
2812
+ lib/core/facets/hash/to_struct.rb
2813
+ lib/core/facets/hash/symbolize_keys.rb
2814
+ lib/core/facets/hash/join.rb
2815
+ lib/core/facets/hash/slice.rb
2816
+ lib/core/facets/hash/to_h.rb
2817
+ lib/core/facets/hash/rekey.rb
2818
+ lib/core/facets/hash/argumentize.rb
2819
+ lib/core/facets/hash/at.rb
2820
+ lib/core/facets/kernel
2821
+ lib/core/facets/kernel/here.rb
2822
+ lib/core/facets/kernel/as.rb
2823
+ lib/core/facets/kernel/__class__.rb
2824
+ lib/core/facets/kernel/ask.rb
2825
+ lib/core/facets/kernel/suppress.rb
2826
+ lib/core/facets/kernel/demo.rb
2827
+ lib/core/facets/kernel/maybe.rb
2828
+ lib/core/facets/kernel/instance_send.rb
2829
+ lib/core/facets/kernel/object_hexid.rb
2830
+ lib/core/facets/kernel/object_class.rb
2831
+ lib/core/facets/kernel/tap.rb
2832
+ lib/core/facets/kernel/instance.rb
2833
+ lib/core/facets/kernel/object_send.rb
2834
+ lib/core/facets/kernel/ergo.rb
2835
+ lib/core/facets/kernel/complete.rb
2836
+ lib/core/facets/kernel/__get__.rb
2837
+ lib/core/facets/kernel/not_nil.rb
2838
+ lib/core/facets/kernel/deep_copy.rb
2839
+ lib/core/facets/kernel/silence.rb
2840
+ lib/core/facets/kernel/resc.rb
2841
+ lib/core/facets/kernel/instance_variables.rb
2842
+ lib/core/facets/kernel/instance_assign.rb
2843
+ lib/core/facets/kernel/with.rb
2844
+ lib/core/facets/kernel/d.rb
2845
+ lib/core/facets/kernel/__set__.rb
2846
+ lib/core/facets/kernel/__method__.rb
2847
+ lib/core/facets/kernel/instance_class.rb
2848
+ lib/core/facets/kernel/instance_exec.rb
2849
+ lib/core/facets/kernel/load.rb
2850
+ lib/core/facets/kernel/attr_singleton.rb
2851
+ lib/core/facets/kernel/p.rb
2852
+ lib/core/facets/kernel/singleton_class.rb
2853
+ lib/core/facets/kernel/try.rb
2854
+ lib/core/facets/kernel/__dir__.rb
2855
+ lib/core/facets/kernel/returning.rb
2856
+ lib/core/facets/kernel/populate.rb
2857
+ lib/core/facets/kernel/val.rb
2858
+ lib/core/facets/kernel/constant.rb
2859
+ lib/core/facets/kernel/__callee__.rb
2860
+ lib/core/facets/kernel/respond.rb
2861
+ lib/core/facets/kernel/in.rb
2862
+ lib/core/facets/comparable
2863
+ lib/core/facets/comparable/bound.rb
2864
+ lib/core/facets/comparable/cmp.rb
2865
+ lib/core/facets/comparable/comparable.rb
2866
+ lib/core/facets/regexp.rb
2867
+ lib/core/facets/enumerable
2868
+ lib/core/facets/enumerable/one.rb
2869
+ lib/core/facets/enumerable/cluster_by.rb
2870
+ lib/core/facets/enumerable/group_by.rb
2871
+ lib/core/facets/enumerable/sum.rb
2872
+ lib/core/facets/enumerable/mode.rb
2873
+ lib/core/facets/enumerable/occur.rb
2874
+ lib/core/facets/enumerable/collect.rb
2875
+ lib/core/facets/enumerable/divide.rb
2876
+ lib/core/facets/enumerable/inject.rb
2877
+ lib/core/facets/enumerable/duplicates.rb
2878
+ lib/core/facets/enumerable/none.rb
2879
+ lib/core/facets/enumerable/uniq_by.rb
2880
+ lib/core/facets/enumerable/accumulate.rb
2881
+ lib/core/facets/enumerable/mash.rb
2882
+ lib/core/facets/enumerable/modulate.rb
2883
+ lib/core/facets/enumerable/split.rb
2884
+ lib/core/facets/enumerable/map_send.rb
2885
+ lib/core/facets/enumerable/probability.rb
2886
+ lib/core/facets/enumerable/count.rb
2887
+ lib/core/facets/enumerable/each_by.rb
2888
+ lib/core/facets/class.rb
2889
+ lib/core/facets/symbol.rb
2890
+ lib/core/facets/numeric.rb
2891
+ lib/core/facets/string
2892
+ lib/core/facets/string/shatter.rb
2893
+ lib/core/facets/string/to_re.rb
2894
+ lib/core/facets/string/fold.rb
2895
+ lib/core/facets/string/start_with.rb
2896
+ lib/core/facets/string/camelcase.rb
2897
+ lib/core/facets/string/lines.rb
2898
+ lib/core/facets/string/align.rb
2899
+ lib/core/facets/string/tab.rb
2900
+ lib/core/facets/string/range.rb
2901
+ lib/core/facets/string/snakecase.rb
2902
+ lib/core/facets/string/each_char.rb
2903
+ lib/core/facets/string/divide.rb
2904
+ lib/core/facets/string/mscan.rb
2905
+ lib/core/facets/string/capitalized.rb
2906
+ lib/core/facets/string/natcmp.rb
2907
+ lib/core/facets/string/bytes.rb
2908
+ lib/core/facets/string/subtract.rb
2909
+ lib/core/facets/string/titlecase.rb
2910
+ lib/core/facets/string/words.rb
2911
+ lib/core/facets/string/interpolate.rb
2912
+ lib/core/facets/string/cleave.rb
2913
+ lib/core/facets/string/to_time.rb
2914
+ lib/core/facets/string/line_wrap.rb
2915
+ lib/core/facets/string/bracket.rb
2916
+ lib/core/facets/string/chars.rb
2917
+ lib/core/facets/string/chomp.rb
2918
+ lib/core/facets/string/splice.rb
2919
+ lib/core/facets/string/rewrite.rb
2920
+ lib/core/facets/string/nchar.rb
2921
+ lib/core/facets/string/xor.rb
2922
+ lib/core/facets/string/end_with.rb
2923
+ lib/core/facets/module
2924
+ lib/core/facets/module/alias.rb
2925
+ lib/core/facets/module/prepend.rb
2926
+ lib/core/facets/module/ancestor.rb
2927
+ lib/core/facets/module/conflict.rb
2928
+ lib/core/facets/module/can.rb
2929
+ lib/core/facets/module/include_function_module.rb
2930
+ lib/core/facets/module/op.rb
2931
+ lib/core/facets/module/pathize.rb
2932
+ lib/core/facets/module/instance_methods.rb
2933
+ lib/core/facets/module/module_load.rb
2934
+ lib/core/facets/module/is.rb
2935
+ lib/core/facets/module/nesting.rb
2936
+ lib/core/facets/module/class.rb
2937
+ lib/core/facets/module/modspace.rb
2938
+ lib/core/facets/module/abstract.rb
2939
+ lib/core/facets/module/clone.rb
2940
+ lib/core/facets/module/revise.rb
2941
+ lib/core/facets/module/spacename.rb
2942
+ lib/core/facets/module/basename.rb
2943
+ lib/core/facets/proc.rb
2944
+ lib/core/facets/array.rb
2945
+ lib/core/facets/time
2946
+ lib/core/facets/time/elapse.rb
2947
+ lib/core/facets/time/ago.rb
2948
+ lib/core/facets/time/trunc.rb
2949
+ lib/core/facets/time/round.rb
2950
+ lib/core/facets/time/hence.rb
2951
+ lib/core/facets/time/set.rb
2952
+ lib/core/facets/time/to_time.rb
2953
+ lib/core/facets/time/change.rb
2954
+ lib/core/facets/time/stamp.rb
2955
+ lib/core/facets/time/to_date.rb
2956
+ lib/core/facets/enumerable.rb
2957
+ lib/core/facets/functor.rb
2958
+ lib/core/facets/dir
2959
+ lib/core/facets/dir/ascend.rb
2960
+ lib/core/facets/dir/multiglob.rb
2961
+ lib/core/facets/dir/recurse.rb
2962
+ lib/core/facets/dir/parent.rb
2963
+ lib/core/facets/dir/descend.rb
2964
+ lib/core/facets/unboundmethod.rb
2965
+ lib/core/facets/filetest
2966
+ lib/core/facets/filetest/root.rb
2967
+ lib/core/facets/class
2968
+ lib/core/facets/class/prepend.rb
2969
+ lib/core/facets/class/to_methodname.rb
2970
+ lib/core/facets/class/subclasses.rb
2971
+ lib/core/facets/class/to_pathname.rb
2972
+ lib/core/facets/class/descendents.rb
2973
+ lib/core/facets/class/to_proc.rb
2974
+ lib/core/facets/callstack.rb
2975
+ lib/core/facets/array
2976
+ lib/core/facets/array/product.rb
2977
+ lib/core/facets/array/recursively.rb
2978
+ lib/core/facets/array/not_empty.rb
2979
+ lib/core/facets/array/rotate.rb
2980
+ lib/core/facets/array/conjoin.rb
2981
+ lib/core/facets/array/indexable.rb
2982
+ lib/core/facets/array/merge.rb
2983
+ lib/core/facets/array/traverse.rb
2984
+ lib/core/facets/array/permutation.rb
2985
+ lib/core/facets/array/select.rb
2986
+ lib/core/facets/array/only.rb
2987
+ lib/core/facets/array/delete.rb
2988
+ lib/core/facets/array/combination.rb
2989
+ lib/core/facets/array/splice.rb
2990
+ lib/core/facets/array/stackable.rb
2991
+ lib/core/facets/array/pad.rb
2992
+ lib/core/facets/kernel.rb
2993
+ lib/core/facets/regexp
2994
+ lib/core/facets/regexp/to_re.rb
2995
+ lib/core/facets/regexp/arity.rb
2996
+ lib/core/facets/matchdata
2997
+ lib/core/facets/matchdata/match.rb
2998
+ lib/core/facets/matchdata/matchset.rb
2999
+ lib/core/facets/exception
3000
+ lib/core/facets/exception/suppress.rb
3001
+ lib/core/facets/exception/detail.rb
3002
+ lib/core/facets/string.rb
3003
+ lib/core/facets/binding.rb
3004
+ lib/core/facets/blank.rb
3005
+ lib/core/facets.rb
3006
+ lib/core/facets-live.rb
3007
+ lib/more
3008
+ lib/more/facets
3009
+ lib/more/facets/synchash.rb
3010
+ lib/more/facets/platform.rb
3011
+ lib/more/facets/annotations.rb
3012
+ lib/more/facets/pathlist.rb
3013
+ lib/more/facets/registerable.rb
3014
+ lib/more/facets/classmethods.rb
3015
+ lib/more/facets/cloneable.rb
3016
+ lib/more/facets/expirable.rb
3017
+ lib/more/facets/times.rb
3018
+ lib/more/facets/duration.rb
3019
+ lib/more/facets/opesc.rb
3020
+ lib/more/facets/cssfilter.rb
3021
+ lib/more/facets/main.rb
3022
+ lib/more/facets/cattr.rb
3023
+ lib/more/facets/coroutine.rb
3024
+ lib/more/facets/downloader.rb
3025
+ lib/more/facets/multiton.rb
3026
+ lib/more/facets/dependency.rb
3027
+ lib/more/facets/interval.rb
3028
+ lib/more/facets/openhash.rb
3029
+ lib/more/facets/memoize.rb
3030
+ lib/more/facets/autoarray.rb
3031
+ lib/more/facets/htmlfilter.rb
3032
+ lib/more/facets/fileshell.rb
3033
+ lib/more/facets/command.rb
3034
+ lib/more/facets/buildable.rb
3035
+ lib/more/facets/pqueue.rb
3036
+ lib/more/facets/syncarray.rb
3037
+ lib/more/facets/thread.rb
3038
+ lib/more/facets/arguments.rb
3039
+ lib/more/facets/iteration.rb
3040
+ lib/more/facets/daemonize.rb
3041
+ lib/more/facets/rwdelegator.rb
3042
+ lib/more/facets/elementwise.rb
3043
+ lib/more/facets/reflection.rb
3044
+ lib/more/facets/lrucache.rb
3045
+ lib/more/facets/recorder.rb
3046
+ lib/more/facets/ansicode.rb
3047
+ lib/more/facets/bicrypt.rb
3048
+ lib/more/facets/version.rb
3049
+ lib/more/facets/indexable.rb
3050
+ lib/more/facets/multipliers.rb
3051
+ lib/more/facets/basex.rb
3052
+ lib/more/facets/typecast.rb
3053
+ lib/more/facets/association.rb
3054
+ lib/more/facets/nullclass.rb
3055
+ lib/more/facets/cachedecorator.rb
3056
+ lib/more/facets/chain.rb
3057
+ lib/more/facets/dictionary.rb
3058
+ lib/more/facets/net
3059
+ lib/more/facets/net/smtp_tls.rb
3060
+ lib/more/facets/autoreload.rb
3061
+ lib/more/facets/xoxo.rb
3062
+ lib/more/facets/bytes.rb
3063
+ lib/more/facets/infinity.rb
3064
+ lib/more/facets/reference.rb
3065
+ lib/more/facets/attr.rb
3066
+ lib/more/facets/settings.rb
3067
+ lib/more/facets/kernel
3068
+ lib/more/facets/kernel/meta.rb
3069
+ lib/more/facets/heap.rb
3070
+ lib/more/facets/prototype.rb
3071
+ lib/more/facets/filelist.rb
3072
+ lib/more/facets/1stclassmethod.rb
3073
+ lib/more/facets/overload.rb
3074
+ lib/more/facets/semaphore.rb
3075
+ lib/more/facets/consoleutils.rb
3076
+ lib/more/facets/methodspace.rb
3077
+ lib/more/facets/orderedhash.rb
3078
+ lib/more/facets/ioredirect.rb
3079
+ lib/more/facets/duplicable.rb
3080
+ lib/more/facets/pool.rb
3081
+ lib/more/facets/dictionarymatcher.rb
3082
+ lib/more/facets/capsule.rb
3083
+ lib/more/facets/tuple.rb
3084
+ lib/more/facets/uploadutils.rb
3085
+ lib/more/facets/string
3086
+ lib/more/facets/instantise.rb
3087
+ lib/more/facets/rbsystem.rb
3088
+ lib/more/facets/style.rb
3089
+ lib/more/facets/nilstatus.rb
3090
+ lib/more/facets/ziputils.rb
3091
+ lib/more/facets/instantiable.rb
3092
+ lib/more/facets/xmlhash.rb
3093
+ lib/more/facets/opencascade.rb
3094
+ lib/more/facets/eventhook.rb
3095
+ lib/more/facets/elementor.rb
3096
+ lib/more/facets/succ.rb
3097
+ lib/more/facets/inheritor.rb
3098
+ lib/more/facets/equatable.rb
3099
+ lib/more/facets/nackclass.rb
3100
+ lib/more/facets/binreadable.rb
3101
+ lib/more/facets/timer.rb
3102
+ lib/more/facets/bbcode.rb
3103
+ lib/more/facets/progressbar.rb
3104
+ lib/more/facets/advisable.rb
3105
+ lib/more/facets/ini.rb
3106
+ lib/more/facets/uninheritable.rb
3107
+ lib/more/facets/enumerablepass.rb
3108
+ lib/more/facets/stackable.rb
3109
+ lib/more/facets/snapshot.rb
3110
+ lib/more/facets/minitar.rb
3111
+ lib/more/facets/paramix.rb
3112
+ lib/more/facets/class_extension.rb
3113
+ lib/more/facets/crypt.rb
3114
+ lib/more/facets/openobject.rb
3115
+ lib/more/facets/random.rb
3116
+ lib/more/facets/opencollection.rb
3117
+ lib/more/facets/fileable.rb
3118
+ lib/more/facets/linkedlist.rb
3119
+ lib/more/facets/tracepoint.rb
3120
+ NEWS
3121
+ README.more
1318
3122
  COPYING