facets 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (353) hide show
  1. checksums.yaml +4 -4
  2. data/.index +11 -7
  3. data/CONTRIBUTING.md +112 -0
  4. data/HISTORY.md +38 -0
  5. data/{README.rdoc → README.md} +59 -59
  6. data/demo/core/array/after.md +13 -0
  7. data/demo/core/array/arrange.md +17 -0
  8. data/demo/core/array/before.md +14 -0
  9. data/demo/core/array/collapse.md +15 -0
  10. data/demo/core/array/collisions.md +30 -0
  11. data/demo/core/array/commonality.md +31 -0
  12. data/demo/core/array/conjoin.md +47 -0
  13. data/demo/core/array/contains.md +9 -0
  14. data/demo/core/array/delete_unless.md +13 -0
  15. data/demo/core/array/delete_values.md +10 -0
  16. data/demo/core/array/delete_values_at.md +15 -0
  17. data/demo/core/array/divide.md +14 -0
  18. data/demo/core/array/duplicates.md +14 -0
  19. data/demo/core/array/each_overlap.md +12 -0
  20. data/demo/core/array/each_pair.md +13 -0
  21. data/demo/core/array/each_value.md +12 -0
  22. data/demo/core/array/entropy.md +13 -0
  23. data/demo/core/array/extract_options.md +13 -0
  24. data/demo/core/array/first.md +11 -0
  25. data/demo/core/array/from.md +11 -0
  26. data/demo/core/array/ideal_entropy.md +11 -0
  27. data/demo/core/array/intersection.md +11 -0
  28. data/demo/core/array/last.md +11 -0
  29. data/demo/core/array/median.md +23 -0
  30. data/demo/core/array/merge.md +15 -0
  31. data/demo/core/array/missing.md +10 -0
  32. data/demo/core/array/mode.md +9 -0
  33. data/demo/core/array/nonuniq.md +16 -0
  34. data/demo/core/array/not_empty.md +8 -0
  35. data/demo/core/array/occur.md +18 -0
  36. data/demo/core/array/occurrence.md +13 -0
  37. data/demo/core/array/only.md +9 -0
  38. data/demo/core/array/op_pow.md +10 -0
  39. data/demo/core/array/pad.md +28 -0
  40. data/demo/core/array/peek.md +10 -0
  41. data/demo/core/array/poke.md +15 -0
  42. data/demo/core/array/probability +8 -0
  43. data/demo/core/array/pull.md +10 -0
  44. data/demo/core/array/recurse.md +10 -0
  45. data/demo/core/array/recursively.md +20 -0
  46. data/demo/core/array/reject_values.md +10 -0
  47. data/demo/core/array/splice.md +14 -0
  48. data/demo/core/array/split.md +13 -0
  49. data/demo/core/array/squeeze.md +14 -0
  50. data/demo/core/array/step.md +16 -0
  51. data/demo/core/array/store.md +9 -0
  52. data/demo/core/array/thru.md +12 -0
  53. data/demo/core/array/to_h.md +11 -0
  54. data/demo/core/array/traverse.md +20 -0
  55. data/demo/core/array/uniq_by.md +16 -0
  56. data/demo/core/array/unique_permutation.md +14 -0
  57. data/demo/core/array/zip.md +8 -0
  58. data/demo/core/binding/caller.md +57 -0
  59. data/demo/core/binding/defined.md +10 -0
  60. data/demo/core/binding/opvars.md +16 -0
  61. data/demo/core/binding/self.md +6 -0
  62. data/demo/core/class/descendants.md +13 -0
  63. data/demo/core/class/to_proc.md +11 -0
  64. data/demo/core/comparable/at_least.md +11 -0
  65. data/demo/core/comparable/at_most.md +11 -0
  66. data/demo/core/comparable/bound.md +13 -0
  67. data/demo/core/comparable/cap.md +11 -0
  68. data/demo/core/comparable/clip.md +29 -0
  69. data/demo/core/comparable/cmp.md +18 -0
  70. data/demo/core/comparable/op_get.md +32 -0
  71. data/demo/core/dir/ascend.md +24 -0
  72. data/demo/core/dir/descend.md +16 -0
  73. data/demo/core/dir/multiglob.md +41 -0
  74. data/demo/core/dir/parent.md +6 -0
  75. data/demo/core/dir/recurse.md +41 -0
  76. data/demo/core/exception/detail.md +19 -0
  77. data/demo/core/{facets.rdoc → facets.md} +1 -1
  78. data/demo/core/filetest/root.md +13 -0
  79. data/demo/core/hash/recursively.md +21 -0
  80. data/demo/core/indexable.md +95 -0
  81. data/demo/core/integer/bitmask.md +46 -0
  82. data/demo/core/integer/{factorial.rdoc → factorial.md} +1 -1
  83. data/demo/core/integer/{length.rdoc → length.md} +1 -1
  84. data/demo/core/integer/{multiple.rdoc → multiple.md} +3 -1
  85. data/demo/core/integer/of.md +11 -0
  86. data/demo/core/integer/{ordinal.rdoc → ordinal.md} +3 -1
  87. data/demo/core/integer/{of.rdoc → times_collect.md} +2 -7
  88. data/demo/core/matchdata/match.md +7 -0
  89. data/demo/core/matchdata/matchset.md +7 -0
  90. data/demo/core/matchdata/matchtree.md +10 -0
  91. data/demo/core/module/cattr.md +43 -0
  92. data/demo/core/module/class_extend.md +64 -0
  93. data/demo/core/module/{class_inheritor.rdoc → class_inheritor.md} +2 -2
  94. data/demo/core/module/{copy_inheritor.rdoc → copy_inheritor.md} +4 -4
  95. data/demo/core/module/include_as.md +31 -0
  96. data/demo/core/module/method_space.md +24 -0
  97. data/demo/core/string/acronym.md +9 -0
  98. data/demo/core/string/{align.rdoc → align.md} +10 -10
  99. data/demo/core/string/ascii_only.md +37 -0
  100. data/demo/core/string/{bracket.rdoc → bracket.md} +10 -10
  101. data/demo/core/string/camelcase.md +47 -0
  102. data/demo/core/string/{capitalized.rdoc → capitalized.md} +9 -9
  103. data/demo/core/string/characters.md +11 -0
  104. data/demo/core/string/{cleanlines.rdoc → cleanlines.md} +3 -3
  105. data/demo/core/string/cleave.md +49 -0
  106. data/demo/core/string/compress_lines.md +22 -0
  107. data/demo/core/string/crypt.md +15 -0
  108. data/demo/core/string/divide.md +9 -0
  109. data/demo/core/string/each_word.md +11 -0
  110. data/demo/core/string/edit_distance.md +15 -0
  111. data/demo/core/string/exclude.md +15 -0
  112. data/demo/core/string/expand_tabs.md +69 -0
  113. data/demo/core/string/fold.md +14 -0
  114. data/demo/core/string/indent.md +65 -0
  115. data/demo/core/string/index_all.md +14 -0
  116. data/demo/core/string/interpolate.md +8 -0
  117. data/demo/core/string/lchomp.md +14 -0
  118. data/demo/core/string/line_wrap.md +7 -0
  119. data/demo/core/string/lowercase.md +12 -0
  120. data/demo/core/string/methodize.md +22 -0
  121. data/demo/core/string/modulize.md +22 -0
  122. data/demo/core/string/mscan.md +10 -0
  123. data/demo/core/string/natcmp.md +10 -0
  124. data/demo/core/string/nchar.md +9 -0
  125. data/demo/core/string/{newlines.rdoc → newlines.md} +3 -3
  126. data/demo/core/string/number.md +27 -0
  127. data/demo/core/string/op_div.md +10 -0
  128. data/demo/core/string/op_sub.md +7 -0
  129. data/demo/core/string/pathize.md +22 -0
  130. data/demo/core/string/quote.md +20 -0
  131. data/demo/core/string/random.md +25 -0
  132. data/demo/core/string/range.md +19 -0
  133. data/demo/core/string/remove.md +33 -0
  134. data/demo/core/string/rewrite.md +9 -0
  135. data/demo/core/string/shatter.md +9 -0
  136. data/demo/core/string/similarity.md +12 -0
  137. data/demo/core/string/snakecase.md +14 -0
  138. data/demo/core/string/splice.md +28 -0
  139. data/demo/core/string/squish.md +27 -0
  140. data/demo/core/string/store.md +10 -0
  141. data/demo/core/string/subtract.md +8 -0
  142. data/demo/core/string/titlecase.md +8 -0
  143. data/demo/core/string/to_re.md +22 -0
  144. data/demo/core/string/{margin.rdoc → trim.md} +14 -14
  145. data/demo/core/string/unbracket.md +24 -0
  146. data/demo/core/string/underscore.md +17 -0
  147. data/demo/core/string/unfold.md +9 -0
  148. data/demo/core/string/unindent.md +65 -0
  149. data/demo/core/string/unquote.md +6 -0
  150. data/demo/core/string/uppercase.md +15 -0
  151. data/demo/core/string/variablize.md +7 -0
  152. data/demo/core/string/word_wrap.md +54 -0
  153. data/demo/core/string/words.md +13 -0
  154. data/demo/core/string/xor.md +8 -0
  155. data/lib/core/facets.yml +11 -7
  156. data/lib/core/facets/array.rb +1 -0
  157. data/lib/core/facets/array/average.rb +16 -0
  158. data/lib/core/facets/array/collapse.rb +4 -0
  159. data/lib/core/facets/array/delete_values_at.rb +1 -0
  160. data/lib/core/facets/array/divide.rb +7 -0
  161. data/lib/core/facets/array/duplicates.rb +2 -0
  162. data/lib/core/facets/array/each_pair.rb +1 -4
  163. data/lib/core/facets/array/first.rb +1 -0
  164. data/lib/core/facets/array/from.rb +11 -16
  165. data/lib/core/facets/array/intersection.rb +1 -1
  166. data/lib/core/facets/array/last.rb +1 -0
  167. data/lib/core/facets/array/mode.rb +2 -2
  168. data/lib/core/facets/array/occurrence.rb +4 -3
  169. data/lib/core/facets/array/op_pow.rb +0 -2
  170. data/lib/core/facets/array/probability.rb +1 -1
  171. data/lib/core/facets/array/recursively.rb +2 -2
  172. data/lib/core/facets/array/splice.rb +1 -1
  173. data/lib/core/facets/array/standard_deviation.rb +23 -0
  174. data/lib/core/facets/array/to_h.rb +0 -3
  175. data/lib/core/facets/array/uniq_by.rb +4 -0
  176. data/lib/core/facets/array/variance.rb +20 -0
  177. data/lib/core/facets/binding.rb +0 -1
  178. data/lib/core/facets/enumerable/cluster.rb +6 -4
  179. data/lib/core/facets/enumerable/hashify.rb +27 -31
  180. data/lib/core/facets/enumerable/sum.rb +12 -2
  181. data/lib/core/facets/file/atomic_open.rb +1 -1
  182. data/lib/core/facets/hash/except.rb +13 -1
  183. data/lib/core/facets/indexable.rb +1 -1
  184. data/lib/core/facets/kernel/ergo.rb +3 -3
  185. data/lib/core/facets/kernel/like.rb +1 -1
  186. data/lib/core/facets/matchdata/matchtree.rb +2 -0
  187. data/lib/core/facets/numeric/delimit.rb +20 -0
  188. data/lib/core/facets/range/nudge.rb +29 -0
  189. data/lib/core/facets/string.rb +0 -2
  190. data/lib/core/facets/string/indent.rb +0 -8
  191. data/lib/core/facets/string/margin.rb +0 -4
  192. data/lib/core/facets/string/random.rb +13 -3
  193. data/lib/core/facets/string/similarity.rb +7 -6
  194. data/lib/standard/facets/enumargs.rb +5 -0
  195. data/lib/standard/facets/math/percentile.rb +1 -1
  196. data/lib/standard/facets/net/http.rb +33 -14
  197. data/lib/standard/facets/timer.rb +3 -3
  198. data/test/core/array/test_average.rb +16 -0
  199. data/test/core/array/test_before.rb +21 -0
  200. data/test/core/array/test_collapse.rb +10 -1
  201. data/test/core/array/test_delete_unless.rb +17 -0
  202. data/test/core/array/test_delete_values.rb +31 -0
  203. data/test/core/array/test_divide.rb +10 -0
  204. data/test/core/array/test_each_pair.rb +16 -0
  205. data/test/core/array/test_each_value.rb +16 -0
  206. data/test/core/array/test_from.rb +42 -0
  207. data/test/core/array/test_op_pow.rb +13 -0
  208. data/test/core/array/test_standard_deviation.rb +18 -0
  209. data/test/core/array/test_to_h.rb +14 -0
  210. data/test/core/array/test_uniq_by.rb +7 -0
  211. data/test/core/array/test_variance.rb +17 -0
  212. data/test/core/array/test_zip.rb +13 -0
  213. data/test/core/dir/test_each_child.rb +1 -1
  214. data/test/core/dir/test_multiglob.rb +1 -1
  215. data/test/core/enumerable/test_cluster.rb +36 -0
  216. data/test/core/enumerable/test_hashify.rb +113 -0
  217. data/test/core/hash/test_expect.rb +11 -1
  218. data/test/core/kernel/test_ergo.rb +7 -5
  219. data/test/core/{object/test_replace.rb → kernel/test_instance_replace.rb} +6 -28
  220. data/test/core/numeric/test_delimit.rb +68 -0
  221. data/test/core/numeric/{test_round.rb → test_round_to.rb} +27 -27
  222. data/test/core/range/test_nudge.rb +32 -0
  223. data/test/core/range/{test_to_r.rb → test_to_rng.rb} +3 -3
  224. data/test/core/string/test_acronym.rb +14 -0
  225. data/test/core/string/test_ascii_only.rb +21 -0
  226. data/test/core/string/test_compress_lines.rb +9 -0
  227. data/test/core/string/test_crypt.rb +17 -0
  228. data/test/core/string/test_index_all.rb +4 -0
  229. data/test/core/string/test_random.rb +25 -0
  230. data/test/core/string/test_remove.rb +14 -0
  231. data/test/core/string/test_similarity.rb +9 -1
  232. data/test/core/struct/test_replace.rb +18 -0
  233. data/test/standard/test_enumargs.rb +26 -10
  234. data/test/standard/test_timer.rb +1 -1
  235. metadata +634 -588
  236. data/CONTRIBUTE.md +0 -78
  237. data/demo/core/array/combination.rdoc +0 -19
  238. data/demo/core/array/delete.rdoc +0 -23
  239. data/demo/core/array/index.rdoc +0 -14
  240. data/demo/core/array/merge.rdoc +0 -15
  241. data/demo/core/array/only.rdoc +0 -9
  242. data/demo/core/array/pad.rdoc +0 -28
  243. data/demo/core/array/permutation.rdoc +0 -10
  244. data/demo/core/array/product.rdoc +0 -26
  245. data/demo/core/array/recursively.rdoc +0 -16
  246. data/demo/core/array/rotate.rdoc +0 -30
  247. data/demo/core/array/select.rdoc +0 -8
  248. data/demo/core/array/uniq_by.rdoc +0 -9
  249. data/demo/core/binding/caller.rdoc +0 -57
  250. data/demo/core/binding/defined.rdoc +0 -10
  251. data/demo/core/binding/eval.rdoc +0 -8
  252. data/demo/core/binding/local_variables.rdoc +0 -26
  253. data/demo/core/binding/opvars.rdoc +0 -16
  254. data/demo/core/binding/self.rdoc +0 -6
  255. data/demo/core/class/descendants.rdoc +0 -10
  256. data/demo/core/class/to_proc.rdoc +0 -8
  257. data/demo/core/comparable/cap.rdoc +0 -20
  258. data/demo/core/comparable/clip.rdoc +0 -37
  259. data/demo/core/comparable/cmp.rdoc +0 -18
  260. data/demo/core/comparable/op_get.rdoc +0 -29
  261. data/demo/core/dir/ascend.rdoc +0 -24
  262. data/demo/core/dir/descend.rdoc +0 -14
  263. data/demo/core/dir/multiglob.rdoc +0 -41
  264. data/demo/core/dir/parent.rdoc +0 -6
  265. data/demo/core/dir/recurse.rdoc +0 -41
  266. data/demo/core/exception/detail.rdoc +0 -12
  267. data/demo/core/filetest/root.rdoc +0 -6
  268. data/demo/core/hash/recursively.rdoc +0 -21
  269. data/demo/core/indexable.rdoc +0 -95
  270. data/demo/core/integer/bitmask.rdoc +0 -46
  271. data/demo/core/integer/even.rdoc +0 -12
  272. data/demo/core/integer/odd.rdoc +0 -12
  273. data/demo/core/matchdata/match.rdoc +0 -7
  274. data/demo/core/matchdata/matchset.rdoc +0 -15
  275. data/demo/core/module/cattr.rdoc +0 -43
  276. data/demo/core/module/class_extend.rdoc +0 -64
  277. data/demo/core/module/method_space.rdoc +0 -55
  278. data/demo/core/string/bytes.rdoc +0 -8
  279. data/demo/core/string/camelcase.rdoc +0 -47
  280. data/demo/core/string/characters.rdoc +0 -11
  281. data/demo/core/string/cleave.rdoc +0 -49
  282. data/demo/core/string/divide.rdoc +0 -9
  283. data/demo/core/string/each_char.rdoc +0 -9
  284. data/demo/core/string/each_word.rdoc +0 -9
  285. data/demo/core/string/end_with.rdoc +0 -6
  286. data/demo/core/string/expand_tabs.rdoc +0 -69
  287. data/demo/core/string/fold.rdoc +0 -14
  288. data/demo/core/string/indent.rdoc +0 -65
  289. data/demo/core/string/interpolate.rdoc +0 -7
  290. data/demo/core/string/lchomp.rdoc +0 -14
  291. data/demo/core/string/line_wrap.rdoc +0 -7
  292. data/demo/core/string/lines.rdoc +0 -8
  293. data/demo/core/string/methodize.rdoc +0 -22
  294. data/demo/core/string/modulize.rdoc +0 -22
  295. data/demo/core/string/mscan.rdoc +0 -10
  296. data/demo/core/string/natcmp.rdoc +0 -10
  297. data/demo/core/string/nchar.rdoc +0 -9
  298. data/demo/core/string/op_sub.rdoc +0 -7
  299. data/demo/core/string/pathize.rdoc +0 -22
  300. data/demo/core/string/quote.rdoc +0 -20
  301. data/demo/core/string/range.rdoc +0 -19
  302. data/demo/core/string/rewrite.rdoc +0 -9
  303. data/demo/core/string/shatter.rdoc +0 -9
  304. data/demo/core/string/snakecase.rdoc +0 -10
  305. data/demo/core/string/splice.rdoc +0 -28
  306. data/demo/core/string/start_with.rdoc +0 -7
  307. data/demo/core/string/subtract.rdoc +0 -8
  308. data/demo/core/string/tab.rdoc +0 -16
  309. data/demo/core/string/tabto.rdoc +0 -29
  310. data/demo/core/string/titlecase.rdoc +0 -8
  311. data/demo/core/string/to_re.rdoc +0 -22
  312. data/demo/core/string/unfold.rdoc +0 -9
  313. data/demo/core/string/unindent.rdoc +0 -65
  314. data/demo/core/string/unquote.rdoc +0 -6
  315. data/demo/core/string/variablize.rdoc +0 -7
  316. data/demo/core/string/word_wrap.rdoc +0 -54
  317. data/demo/core/string/words.rdoc +0 -13
  318. data/demo/core/string/xor.rdoc +0 -8
  319. data/lib/core/facets/binding/local_variables.rb +0 -16
  320. data/lib/core/facets/string/tab.rb +0 -2
  321. data/lib/core/facets/string/tabto.rb +0 -2
  322. data/test/core/array/test_after.rb +0 -27
  323. data/test/core/array/test_combination.rb +0 -25
  324. data/test/core/array/test_index.rb +0 -20
  325. data/test/core/array/test_permutation.rb +0 -20
  326. data/test/core/array/test_product.rb +0 -64
  327. data/test/core/array/test_rotate.rb +0 -38
  328. data/test/core/array/test_select.rb +0 -16
  329. data/test/core/binding/test_eval.rb +0 -15
  330. data/test/core/binding/test_local_variables.rb +0 -36
  331. data/test/core/enumerable/test_cluster_by.rb +0 -30
  332. data/test/core/enumerable/test_count.rb +0 -32
  333. data/test/core/enumerable/test_each_with_object.rb +0 -18
  334. data/test/core/enumerable/test_group_by.rb +0 -36
  335. data/test/core/enumerable/test_none.rb +0 -29
  336. data/test/core/enumerable/test_one.rb +0 -34
  337. data/test/core/enumerable/test_take.rb +0 -15
  338. data/test/core/hash/test_select.rb +0 -44
  339. data/test/core/hash/test_url_params.rb +0 -26
  340. data/test/core/integer/test_even.rb +0 -24
  341. data/test/core/integer/test_odd.rb +0 -24
  342. data/test/core/kernel/test_require_relative.rb +0 -12
  343. data/test/core/nilclass/test_to_f.rb +0 -13
  344. data/test/core/proc/test_curry.rb +0 -38
  345. data/test/core/string/test_bytes.rb +0 -13
  346. data/test/core/string/test_each_char.rb +0 -17
  347. data/test/core/string/test_end_with.rb +0 -24
  348. data/test/core/string/test_lines.rb +0 -15
  349. data/test/core/string/test_start_with.rb +0 -24
  350. data/test/core/string/test_tab.rb +0 -16
  351. data/test/core/symbol/test_to_proc.rb +0 -35
  352. data/test/core/to_hash_tc.rb +0 -210
  353. data/test/core/unboundmethod/test_name.rb +0 -19
@@ -0,0 +1,68 @@
1
+ covers 'facets/numeric/delimit'
2
+
3
+ test_case Numeric do
4
+
5
+ f0 = [ 0, 100, 1_000, 1_000_000 ]
6
+
7
+ method :delimit do
8
+
9
+ test "commas are default" do
10
+ fr = f0.map { |f| f.delimit }
11
+ fr.assert == %w( 0 100 1,000 1,000,000 )
12
+ end
13
+
14
+ test "delimiter can be anything" do
15
+ fr = f0.map { |f| f.delimit(:delimiter => "_") }
16
+ fr.assert == %w( 0 100 1_000 1_000_000 )
17
+ end
18
+
19
+ test "separator defaults to dot" do
20
+ fr = f0.map { |f| ( f + 0.1 ).delimit }
21
+ fr.assert == %w( 0.1 100.1 1,000.1 1,000,000.1 )
22
+ end
23
+
24
+ test "separator can be anything" do
25
+ fr = f0.map { |f| ( f + 0.1 ).delimit(:separator => "!") }
26
+ fr.assert == %w( 0!1 100!1 1,000!1 1,000,000!1 )
27
+ end
28
+
29
+
30
+ end
31
+
32
+ end
33
+
34
+ =begin
35
+ test_case Float do
36
+
37
+ f1 = [ 10.1, 10.01, 10.9, 10.09, 10.5, 10.05, 10.49 ]
38
+
39
+ # method :round_at do
40
+ #
41
+ # test "1" do
42
+ # fr = f1.collect { |f| f.round_at(1) }
43
+ # fr.assert == [10.1,10.0,10.9,10.1,10.5,10.1,10.5]
44
+ # end
45
+ #
46
+ # test "2" do
47
+ # fr = f1.collect { |f| f.round_at(2) }
48
+ # fr.assert == [10.1,10.01,10.9,10.09,10.5,10.05,10.49]
49
+ # end
50
+ #
51
+ # end
52
+
53
+ method :round_to do
54
+
55
+ test "0.1" do
56
+ fr = f1.collect { |f| f.round_to(0.1) }
57
+ fr.assert == [10.1,10.0,10.9,10.1,10.5,10.1,10.5]
58
+ end
59
+
60
+ test "10" do
61
+ fr = f1.collect { |f| f.round_to(10) }
62
+ fr.assert == [10,10,10,10,10,10,10]
63
+ end
64
+
65
+ end
66
+
67
+ end
68
+ =end
@@ -1,22 +1,22 @@
1
- covers 'facets/numeric/round'
1
+ covers 'facets/numeric/round_to'
2
2
 
3
3
  test_case Numeric do
4
4
 
5
5
  f0 = [ 0, 10, 15, 105 ]
6
6
 
7
- method :round_at do
8
-
9
- test "1" do
10
- fr = f0.collect{ |f| f.round_at(1) }
11
- fr.assert == [0,10,15,105]
12
- end
13
-
14
- test "2" do
15
- fr = f0.collect { |f| f.round_at(2) }
16
- fr.assert == [0,10,15,105]
17
- end
18
-
19
- end
7
+ # method :round_at do
8
+ #
9
+ # test "1" do
10
+ # fr = f0.collect{ |f| f.round_at(1) }
11
+ # fr.assert == [0,10,15,105]
12
+ # end
13
+ #
14
+ # test "2" do
15
+ # fr = f0.collect { |f| f.round_at(2) }
16
+ # fr.assert == [0,10,15,105]
17
+ # end
18
+ #
19
+ # end
20
20
 
21
21
  method :round_to do
22
22
 
@@ -45,19 +45,19 @@ test_case Float do
45
45
 
46
46
  f1 = [ 10.1, 10.01, 10.9, 10.09, 10.5, 10.05, 10.49 ]
47
47
 
48
- method :round_at do
49
-
50
- test "1" do
51
- fr = f1.collect { |f| f.round_at(1) }
52
- fr.assert == [10.1,10.0,10.9,10.1,10.5,10.1,10.5]
53
- end
54
-
55
- test "2" do
56
- fr = f1.collect { |f| f.round_at(2) }
57
- fr.assert == [10.1,10.01,10.9,10.09,10.5,10.05,10.49]
58
- end
59
-
60
- end
48
+ # method :round_at do
49
+ #
50
+ # test "1" do
51
+ # fr = f1.collect { |f| f.round_at(1) }
52
+ # fr.assert == [10.1,10.0,10.9,10.1,10.5,10.1,10.5]
53
+ # end
54
+ #
55
+ # test "2" do
56
+ # fr = f1.collect { |f| f.round_at(2) }
57
+ # fr.assert == [10.1,10.01,10.9,10.09,10.5,10.05,10.49]
58
+ # end
59
+ #
60
+ # end
61
61
 
62
62
  method :round_to do
63
63
 
@@ -0,0 +1,32 @@
1
+ covers 'facets/range/nudge'
2
+
3
+ test_case Range do
4
+ method :nudge do
5
+ test 'default nudge' do
6
+ (17..32).nudge.assert == (18..33)
7
+ (17..32).nudge.nudge.assert == (19..34)
8
+ (17...32).nudge.assert == (18...33)
9
+ end
10
+
11
+ test 'positive nudge' do
12
+ (1..9).nudge(2).assert == (3..11)
13
+ (1...9).nudge(2).assert == (3...11)
14
+ end
15
+
16
+ test 'negative nudge' do
17
+ (5..6).nudge(-2).assert == (3..4)
18
+ (5...6).nudge(-2).assert == (3...4)
19
+ end
20
+
21
+ test 'min nudge' do
22
+ (5..9).nudge(:min => 2).assert == (7..9)
23
+ (5...9).nudge(:min => 2).assert == (7...9)
24
+ end
25
+
26
+ test 'max nudge' do
27
+ (8..16).nudge(:max => 10).assert == (8..26)
28
+ (8...16).nudge(:max => 10).assert == (8...26)
29
+ end
30
+ end
31
+ end
32
+
@@ -1,11 +1,11 @@
1
- covers 'facets/range/to_r'
1
+ covers 'facets/range/to_rng'
2
2
 
3
3
  test_case Range do
4
4
 
5
- method :to_r do
5
+ method :to_rng do
6
6
  test do
7
7
  a = (0..10)
8
- a.to_r.assert == a
8
+ a.to_rng.assert == a
9
9
  end
10
10
  end
11
11
 
@@ -0,0 +1,14 @@
1
+ covers 'facets/string/acronym'
2
+
3
+ test_case String do
4
+
5
+ method :acronym do
6
+ test do
7
+ 'abc'.acronym.assert == 'a'
8
+ 'abc def'.acronym.assert == 'ad'
9
+ 'abc def ghi'.acronym.assert == 'adg'
10
+ end
11
+ end
12
+
13
+ end
14
+
@@ -10,6 +10,14 @@ test_case String do
10
10
  test 'with non-ascii' do
11
11
  '中文123'.ascii_only.assert == '123'
12
12
  end
13
+
14
+ test 'with non-ascii when passed alt' do
15
+ 'abc'.ascii_only('!').assert == 'abc'
16
+ end
17
+
18
+ test 'with non-ascii when passed alt' do
19
+ '中文123'.ascii_only('!').assert == '!!123'
20
+ end
13
21
  end
14
22
 
15
23
  method :ascii_only! do
@@ -24,6 +32,19 @@ test_case String do
24
32
  s.ascii_only!
25
33
  s.assert == '123'
26
34
  end
35
+
36
+ test 'without any non-ascii' do
37
+ s = 'abc'
38
+ s.ascii_only!('!')
39
+ s.assert == 'abc'
40
+ end
41
+
42
+ test 'with non-ascii' do
43
+ s = '中文123'
44
+ s.ascii_only!('!')
45
+ s.assert == '!!123'
46
+ end
47
+
27
48
  end
28
49
 
29
50
  end
@@ -13,6 +13,15 @@ test_case String do
13
13
  string.assert == "SELECT name FROM users"
14
14
  end
15
15
 
16
+ test do
17
+ string = <<-QUERY.compress_lines(false)
18
+ SELECT name
19
+ FROM users
20
+ QUERY
21
+
22
+ string.assert == "SELECT nameFROM users"
23
+ end
24
+
16
25
  end
17
26
 
18
27
  end
@@ -0,0 +1,17 @@
1
+ covers 'facets/string/crypt'
2
+
3
+ test_case String do
4
+
5
+ method :crypt do
6
+ test do
7
+ "abc".crypt('ZZ').assert.start_with?('ZZ')
8
+ end
9
+
10
+ test do
11
+ encrypted = "abc".crypt
12
+ salt = encrypted[0..1]
13
+ "abc".crypt(salt).assert == encrypted
14
+ end
15
+ end
16
+ end
17
+
@@ -12,6 +12,10 @@ test_case String do
12
12
  "a123a567a9".index_all(/a/).assert == [0,4,8]
13
13
  end
14
14
 
15
+ test "with resue flag as true" do
16
+ "bbb".index_all('bb', false).assert == ([0])
17
+ "bbb".index_all('bb', true).assert == ([0,1])
18
+ end
15
19
  end
16
20
 
17
21
  end
@@ -0,0 +1,25 @@
1
+ covers 'facets/string/random'
2
+
3
+ test_case String do
4
+ class_method :random do
5
+ test do
6
+ r = /^[0-9a-zA-Z]{32}$/
7
+ a = String.random
8
+ r.assert =~ a
9
+ end
10
+
11
+ test 'control the length' do
12
+ r = /^[0-9a-zA-Z]{17}$/
13
+ a = String.random(17)
14
+ r.assert =~ a
15
+ end
16
+
17
+ test 'control the character_set' do
18
+ r = /^[IAMBatman]{12}$/
19
+
20
+ a = String.random(12, ['IAMBatman'.chars])
21
+ r.assert =~ a
22
+ end
23
+ end
24
+ end
25
+
@@ -32,5 +32,19 @@ test_case String do
32
32
 
33
33
  end
34
34
 
35
+ method :- do
36
+
37
+ test "remove string" do
38
+ s = "xxbooxxfoo"
39
+ (s - "xx").assert == "boofoo"
40
+ end
41
+
42
+ test "remove regex" do
43
+ s = "xbooxxfoox"
44
+ (s - /x{1,2}/).assert == "boofoo"
45
+ end
46
+
47
+ end
48
+
35
49
  end
36
50
 
@@ -5,7 +5,15 @@ test_case String do
5
5
  method :similarity do
6
6
 
7
7
  test do
8
- "Alexsander".similarity("Aleksander").assert == 0.9
8
+ "Alexsanders".similarity("Aleksander").assert == 0.75
9
+ end
10
+
11
+ test do
12
+ "Alexander".similarity("Alexander").assert == 1.0
13
+ end
14
+
15
+ test do
16
+ "Alexander".similarity("").assert == 0.0
9
17
  end
10
18
 
11
19
  end
@@ -0,0 +1,18 @@
1
+ covers 'facets/struct/replace'
2
+
3
+ test_case Struct do
4
+ method :replace do
5
+ test do
6
+ s = Struct.new(:name, :age)
7
+
8
+ o = s.new('bob', 60)
9
+ o.name.assert == 'bob'
10
+ o.age.assert == 60
11
+
12
+ o.replace(:name=>'tom', :age=>40)
13
+
14
+ o.name.assert == 'tom'
15
+ o.age.assert == 40
16
+ end
17
+ end
18
+ end
@@ -49,17 +49,33 @@ test_case Enumerable::Arguments do
49
49
  end
50
50
  end
51
51
 
52
- method :min do
53
- test do
54
- t = @PlusArray.new([1,2,3])
55
- t.min(4).assert = 5
56
- end
57
- end
52
+ # TODO: These two methods have issues! Any way to fix?
53
+ skip do
54
+ method :min do
55
+ test do
56
+ t = @PlusArray.new([1,2,3])
58
57
 
59
- method :max do
60
- test do
61
- t = @PlusArray.new([1,2,3])
62
- t.max(4).assert == 7
58
+ # test is failing. min has a variable number
59
+ # of arguments which makes it's .arity = -1.
60
+ # given the way this works for arity -1
61
+ # the method always passes the single argument to
62
+ # the min method, and passes nothing to the each
63
+ # resulting it taking the X smallest values of the
64
+ # given and unchanged array
65
+ t.min(4).assert = 5 # returning [1,2,3]
66
+ end
67
+ end
68
+
69
+ method :max do
70
+ # test is failing. max has a variable number of arguments which makes it
71
+ # .arity = -1. given the way this works for arity -1 the method
72
+ # always passes the single argument to the max method, and passes nothing
73
+ # to the each resulting it taking the X largest values of the given and
74
+ # unchanged array
75
+ test do
76
+ t = @PlusArray.new([1,2,3])
77
+ t.max(4).assert == 7
78
+ end
63
79
  end
64
80
  end
65
81
 
@@ -35,7 +35,7 @@ test_case Timer do
35
35
  method :start do
36
36
  test "out of time" do
37
37
  t = Timer.new(0.5)
38
- expect TimeoutError do
38
+ expect Timeout::Error do
39
39
  t.start
40
40
  sleep 1
41
41
  t.stop
metadata CHANGED
@@ -1,83 +1,97 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facets
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Sawyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-20 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lemon
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: qed
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubytest-cli
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: simplecov
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: guard
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
81
95
  - !ruby/object:Gem::Version
82
96
  version: '0'
83
97
  description: Facets is the premier collection of extension methods for the Ruby programming
@@ -92,15 +106,182 @@ extensions: []
92
106
  extra_rdoc_files:
93
107
  - LICENSE.txt
94
108
  - NOTICE.rdoc
95
- - README.rdoc
96
- - CONTRIBUTE.md
109
+ - CONTRIBUTING.md
97
110
  - HISTORY.md
111
+ - README.md
98
112
  files:
99
- - .index
100
- - .yardopts
113
+ - ".index"
114
+ - ".yardopts"
115
+ - CONTRIBUTING.md
116
+ - HISTORY.md
117
+ - LICENSE.txt
118
+ - NOTICE.rdoc
119
+ - README.md
120
+ - demo/applique/assertion_framework.rb
121
+ - demo/applique/file_helpers.rb
122
+ - demo/core/array/after.md
123
+ - demo/core/array/arrange.md
124
+ - demo/core/array/before.md
125
+ - demo/core/array/collapse.md
126
+ - demo/core/array/collisions.md
127
+ - demo/core/array/commonality.md
128
+ - demo/core/array/conjoin.md
129
+ - demo/core/array/contains.md
130
+ - demo/core/array/delete_unless.md
131
+ - demo/core/array/delete_values.md
132
+ - demo/core/array/delete_values_at.md
133
+ - demo/core/array/divide.md
134
+ - demo/core/array/duplicates.md
135
+ - demo/core/array/each_overlap.md
136
+ - demo/core/array/each_pair.md
137
+ - demo/core/array/each_value.md
138
+ - demo/core/array/entropy.md
139
+ - demo/core/array/extract_options.md
140
+ - demo/core/array/first.md
141
+ - demo/core/array/from.md
142
+ - demo/core/array/ideal_entropy.md
143
+ - demo/core/array/intersection.md
144
+ - demo/core/array/last.md
145
+ - demo/core/array/median.md
146
+ - demo/core/array/merge.md
147
+ - demo/core/array/missing.md
148
+ - demo/core/array/mode.md
149
+ - demo/core/array/nonuniq.md
150
+ - demo/core/array/not_empty.md
151
+ - demo/core/array/occur.md
152
+ - demo/core/array/occurrence.md
153
+ - demo/core/array/only.md
154
+ - demo/core/array/op_pow.md
155
+ - demo/core/array/pad.md
156
+ - demo/core/array/peek.md
157
+ - demo/core/array/poke.md
158
+ - demo/core/array/probability
159
+ - demo/core/array/pull.md
160
+ - demo/core/array/recurse.md
161
+ - demo/core/array/recursively.md
162
+ - demo/core/array/reject_values.md
163
+ - demo/core/array/splice.md
164
+ - demo/core/array/split.md
165
+ - demo/core/array/squeeze.md
166
+ - demo/core/array/step.md
167
+ - demo/core/array/store.md
168
+ - demo/core/array/thru.md
169
+ - demo/core/array/to_h.md
170
+ - demo/core/array/traverse.md
171
+ - demo/core/array/uniq_by.md
172
+ - demo/core/array/unique_permutation.md
173
+ - demo/core/array/zip.md
174
+ - demo/core/binding/caller.md
175
+ - demo/core/binding/defined.md
176
+ - demo/core/binding/opvars.md
177
+ - demo/core/binding/self.md
178
+ - demo/core/class/descendants.md
179
+ - demo/core/class/to_proc.md
180
+ - demo/core/comparable/at_least.md
181
+ - demo/core/comparable/at_most.md
182
+ - demo/core/comparable/bound.md
183
+ - demo/core/comparable/cap.md
184
+ - demo/core/comparable/clip.md
185
+ - demo/core/comparable/cmp.md
186
+ - demo/core/comparable/op_get.md
187
+ - demo/core/dir/ascend.md
188
+ - demo/core/dir/descend.md
189
+ - demo/core/dir/multiglob.md
190
+ - demo/core/dir/parent.md
191
+ - demo/core/dir/recurse.md
192
+ - demo/core/exception/detail.md
193
+ - demo/core/facets.md
194
+ - demo/core/filetest/root.md
195
+ - demo/core/hash/recursively.md
196
+ - demo/core/indexable.md
197
+ - demo/core/integer/bitmask.md
198
+ - demo/core/integer/factorial.md
199
+ - demo/core/integer/length.md
200
+ - demo/core/integer/multiple.md
201
+ - demo/core/integer/of.md
202
+ - demo/core/integer/ordinal.md
203
+ - demo/core/integer/times_collect.md
204
+ - demo/core/matchdata/match.md
205
+ - demo/core/matchdata/matchset.md
206
+ - demo/core/matchdata/matchtree.md
207
+ - demo/core/module/cattr.md
208
+ - demo/core/module/class_extend.md
209
+ - demo/core/module/class_inheritor.md
210
+ - demo/core/module/copy_inheritor.md
211
+ - demo/core/module/include_as.md
212
+ - demo/core/module/method_space.md
213
+ - demo/core/string/acronym.md
214
+ - demo/core/string/align.md
215
+ - demo/core/string/ascii_only.md
216
+ - demo/core/string/bracket.md
217
+ - demo/core/string/camelcase.md
218
+ - demo/core/string/capitalized.md
219
+ - demo/core/string/characters.md
220
+ - demo/core/string/cleanlines.md
221
+ - demo/core/string/cleave.md
222
+ - demo/core/string/compress_lines.md
223
+ - demo/core/string/crypt.md
224
+ - demo/core/string/divide.md
225
+ - demo/core/string/each_word.md
226
+ - demo/core/string/edit_distance.md
227
+ - demo/core/string/exclude.md
228
+ - demo/core/string/expand_tabs.md
229
+ - demo/core/string/fold.md
230
+ - demo/core/string/indent.md
231
+ - demo/core/string/index_all.md
232
+ - demo/core/string/interpolate.md
233
+ - demo/core/string/lchomp.md
234
+ - demo/core/string/line_wrap.md
235
+ - demo/core/string/lowercase.md
236
+ - demo/core/string/methodize.md
237
+ - demo/core/string/modulize.md
238
+ - demo/core/string/mscan.md
239
+ - demo/core/string/natcmp.md
240
+ - demo/core/string/nchar.md
241
+ - demo/core/string/newlines.md
242
+ - demo/core/string/number.md
243
+ - demo/core/string/op_div.md
244
+ - demo/core/string/op_sub.md
245
+ - demo/core/string/pathize.md
246
+ - demo/core/string/quote.md
247
+ - demo/core/string/random.md
248
+ - demo/core/string/range.md
249
+ - demo/core/string/remove.md
250
+ - demo/core/string/rewrite.md
251
+ - demo/core/string/shatter.md
252
+ - demo/core/string/similarity.md
253
+ - demo/core/string/snakecase.md
254
+ - demo/core/string/splice.md
255
+ - demo/core/string/squish.md
256
+ - demo/core/string/store.md
257
+ - demo/core/string/subtract.md
258
+ - demo/core/string/titlecase.md
259
+ - demo/core/string/to_re.md
260
+ - demo/core/string/trim.md
261
+ - demo/core/string/unbracket.md
262
+ - demo/core/string/underscore.md
263
+ - demo/core/string/unfold.md
264
+ - demo/core/string/unindent.md
265
+ - demo/core/string/unquote.md
266
+ - demo/core/string/uppercase.md
267
+ - demo/core/string/variablize.md
268
+ - demo/core/string/word_wrap.md
269
+ - demo/core/string/words.md
270
+ - demo/core/string/xor.md
271
+ - demo/standard/02_cloneable.rdoc
272
+ - demo/standard/03_enumargs.rdoc
273
+ - demo/standard/04_equitable.rdoc
274
+ - demo/standard/05_instantiable.rdoc
275
+ - demo/standard/basic_object.rdoc
276
+ - demo/standard/memoizable.rdoc
277
+ - demo/standard/mulititon.rdoc
278
+ - lib/core/facets.rb
279
+ - lib/core/facets.yml
101
280
  - lib/core/facets/applique/file_helpers.rb
281
+ - lib/core/facets/array.rb
102
282
  - lib/core/facets/array/after.rb
103
283
  - lib/core/facets/array/arrange.rb
284
+ - lib/core/facets/array/average.rb
104
285
  - lib/core/facets/array/before.rb
105
286
  - lib/core/facets/array/collapse.rb
106
287
  - lib/core/facets/array/collisions.rb
@@ -110,6 +291,7 @@ files:
110
291
  - lib/core/facets/array/delete.rb
111
292
  - lib/core/facets/array/delete_unless.rb
112
293
  - lib/core/facets/array/delete_values.rb
294
+ - lib/core/facets/array/delete_values_at.rb
113
295
  - lib/core/facets/array/divide.rb
114
296
  - lib/core/facets/array/duplicates.rb
115
297
  - lib/core/facets/array/each_overlap.rb
@@ -117,9 +299,11 @@ files:
117
299
  - lib/core/facets/array/each_value.rb
118
300
  - lib/core/facets/array/entropy.rb
119
301
  - lib/core/facets/array/extract_options.rb
302
+ - lib/core/facets/array/first.rb
120
303
  - lib/core/facets/array/from.rb
121
304
  - lib/core/facets/array/indexable.rb
122
305
  - lib/core/facets/array/intersection.rb
306
+ - lib/core/facets/array/last.rb
123
307
  - lib/core/facets/array/median.rb
124
308
  - lib/core/facets/array/merge.rb
125
309
  - lib/core/facets/array/missing.rb
@@ -141,6 +325,7 @@ files:
141
325
  - lib/core/facets/array/splice.rb
142
326
  - lib/core/facets/array/split.rb
143
327
  - lib/core/facets/array/squeeze.rb
328
+ - lib/core/facets/array/standard_deviation.rb
144
329
  - lib/core/facets/array/step.rb
145
330
  - lib/core/facets/array/store.rb
146
331
  - lib/core/facets/array/thru.rb
@@ -148,23 +333,23 @@ files:
148
333
  - lib/core/facets/array/traverse.rb
149
334
  - lib/core/facets/array/uniq_by.rb
150
335
  - lib/core/facets/array/unique_permutation.rb
336
+ - lib/core/facets/array/variance.rb
151
337
  - lib/core/facets/array/zip.rb
152
- - lib/core/facets/array.rb
338
+ - lib/core/facets/binding.rb
153
339
  - lib/core/facets/binding/__callee__.rb
154
340
  - lib/core/facets/binding/__method__.rb
155
341
  - lib/core/facets/binding/call_stack.rb
156
342
  - lib/core/facets/binding/caller.rb
157
343
  - lib/core/facets/binding/callstack.rb
158
344
  - lib/core/facets/binding/defined.rb
159
- - lib/core/facets/binding/local_variables.rb
160
345
  - lib/core/facets/binding/op.rb
161
346
  - lib/core/facets/binding/op_get.rb
162
347
  - lib/core/facets/binding/op_set.rb
163
348
  - lib/core/facets/binding/self.rb
164
349
  - lib/core/facets/binding/with.rb
165
- - lib/core/facets/binding.rb
166
350
  - lib/core/facets/boolean.rb
167
351
  - lib/core/facets/cattr.rb
352
+ - lib/core/facets/class.rb
168
353
  - lib/core/facets/class/cattr.rb
169
354
  - lib/core/facets/class/descendants.rb
170
355
  - lib/core/facets/class/hierarchically.rb
@@ -175,7 +360,7 @@ files:
175
360
  - lib/core/facets/class/singleton_class.rb
176
361
  - lib/core/facets/class/subclasses.rb
177
362
  - lib/core/facets/class/to_proc.rb
178
- - lib/core/facets/class.rb
363
+ - lib/core/facets/comparable.rb
179
364
  - lib/core/facets/comparable/at_least.rb
180
365
  - lib/core/facets/comparable/at_most.rb
181
366
  - lib/core/facets/comparable/bound.rb
@@ -183,8 +368,8 @@ files:
183
368
  - lib/core/facets/comparable/clip.rb
184
369
  - lib/core/facets/comparable/cmp.rb
185
370
  - lib/core/facets/comparable/op_get.rb
186
- - lib/core/facets/comparable.rb
187
371
  - lib/core/facets/denumerable.rb
372
+ - lib/core/facets/dir.rb
188
373
  - lib/core/facets/dir/ascend.rb
189
374
  - lib/core/facets/dir/descend.rb
190
375
  - lib/core/facets/dir/each_child.rb
@@ -192,7 +377,7 @@ files:
192
377
  - lib/core/facets/dir/multiglob.rb
193
378
  - lib/core/facets/dir/parent.rb
194
379
  - lib/core/facets/dir/recurse.rb
195
- - lib/core/facets/dir.rb
380
+ - lib/core/facets/enumerable.rb
196
381
  - lib/core/facets/enumerable/accumulate.rb
197
382
  - lib/core/facets/enumerable/apply.rb
198
383
  - lib/core/facets/enumerable/associate.rb
@@ -235,17 +420,17 @@ files:
235
420
  - lib/core/facets/enumerable/value_by.rb
236
421
  - lib/core/facets/enumerable/visit.rb
237
422
  - lib/core/facets/enumerable/zip_map.rb
238
- - lib/core/facets/enumerable.rb
423
+ - lib/core/facets/enumerator.rb
239
424
  - lib/core/facets/enumerator/fx.rb
240
425
  - lib/core/facets/enumerator/lazy/squeeze.rb
241
- - lib/core/facets/enumerator.rb
242
426
  - lib/core/facets/essentials.rb
427
+ - lib/core/facets/exception.rb
243
428
  - lib/core/facets/exception/detail.rb
244
429
  - lib/core/facets/exception/error_print.rb
245
430
  - lib/core/facets/exception/raised.rb
246
431
  - lib/core/facets/exception/set_message.rb
247
432
  - lib/core/facets/exception/suppress.rb
248
- - lib/core/facets/exception.rb
433
+ - lib/core/facets/file.rb
249
434
  - lib/core/facets/file/append.rb
250
435
  - lib/core/facets/file/atomic_id.rb
251
436
  - lib/core/facets/file/atomic_open.rb
@@ -263,18 +448,18 @@ files:
263
448
  - lib/core/facets/file/split_root.rb
264
449
  - lib/core/facets/file/write.rb
265
450
  - lib/core/facets/file/writelines.rb
266
- - lib/core/facets/file.rb
451
+ - lib/core/facets/filetest.rb
267
452
  - lib/core/facets/filetest/absolute.rb
268
453
  - lib/core/facets/filetest/contains.rb
269
454
  - lib/core/facets/filetest/relative.rb
270
455
  - lib/core/facets/filetest/root.rb
271
456
  - lib/core/facets/filetest/safe.rb
272
457
  - lib/core/facets/filetest/separator_pattern.rb
273
- - lib/core/facets/filetest.rb
274
458
  - lib/core/facets/fixnum.rb
275
- - lib/core/facets/float/round_to.rb
276
459
  - lib/core/facets/float.rb
460
+ - lib/core/facets/float/round_to.rb
277
461
  - lib/core/facets/functor.rb
462
+ - lib/core/facets/hash.rb
278
463
  - lib/core/facets/hash/alias.rb
279
464
  - lib/core/facets/hash/argumentize.rb
280
465
  - lib/core/facets/hash/at.rb
@@ -330,8 +515,8 @@ files:
330
515
  - lib/core/facets/hash/update_values.rb
331
516
  - lib/core/facets/hash/weave.rb
332
517
  - lib/core/facets/hash/zip.rb
333
- - lib/core/facets/hash.rb
334
518
  - lib/core/facets/indexable.rb
519
+ - lib/core/facets/integer.rb
335
520
  - lib/core/facets/integer/bit.rb
336
521
  - lib/core/facets/integer/bitmask.rb
337
522
  - lib/core/facets/integer/factorial.rb
@@ -339,7 +524,7 @@ files:
339
524
  - lib/core/facets/integer/of.rb
340
525
  - lib/core/facets/integer/ordinal.rb
341
526
  - lib/core/facets/integer/roman.rb
342
- - lib/core/facets/integer.rb
527
+ - lib/core/facets/kernel.rb
343
528
  - lib/core/facets/kernel/__class__.rb
344
529
  - lib/core/facets/kernel/__dir__.rb
345
530
  - lib/core/facets/kernel/__get__.rb
@@ -415,14 +600,15 @@ files:
415
600
  - lib/core/facets/kernel/writers.rb
416
601
  - lib/core/facets/kernel/y.rb
417
602
  - lib/core/facets/kernel/yes.rb
418
- - lib/core/facets/kernel.rb
419
603
  - lib/core/facets/lazy.rb
420
- - lib/core/facets/load_path/search.rb
421
604
  - lib/core/facets/load_path.rb
605
+ - lib/core/facets/load_path/search.rb
606
+ - lib/core/facets/matchdata.rb
422
607
  - lib/core/facets/matchdata/match.rb
423
608
  - lib/core/facets/matchdata/matchset.rb
424
- - lib/core/facets/matchdata.rb
609
+ - lib/core/facets/matchdata/matchtree.rb
425
610
  - lib/core/facets/metaid.rb
611
+ - lib/core/facets/method.rb
426
612
  - lib/core/facets/method/composition.rb
427
613
  - lib/core/facets/method/curry.rb
428
614
  - lib/core/facets/method/memoize.rb
@@ -430,7 +616,7 @@ files:
430
616
  - lib/core/facets/method/op_pow.rb
431
617
  - lib/core/facets/method/partial.rb
432
618
  - lib/core/facets/method/public.rb
433
- - lib/core/facets/method.rb
619
+ - lib/core/facets/module.rb
434
620
  - lib/core/facets/module/abstract.rb
435
621
  - lib/core/facets/module/alias_accessor.rb
436
622
  - lib/core/facets/module/alias_class_method.rb
@@ -493,12 +679,13 @@ files:
493
679
  - lib/core/facets/module/spacename.rb
494
680
  - lib/core/facets/module/to_obj.rb
495
681
  - lib/core/facets/module/wrap_method.rb
496
- - lib/core/facets/module.rb
497
682
  - lib/core/facets/na.rb
498
- - lib/core/facets/nilclass/ergo.rb
499
683
  - lib/core/facets/nilclass.rb
684
+ - lib/core/facets/nilclass/ergo.rb
685
+ - lib/core/facets/numeric.rb
500
686
  - lib/core/facets/numeric/approx.rb
501
687
  - lib/core/facets/numeric/close.rb
688
+ - lib/core/facets/numeric/delimit.rb
502
689
  - lib/core/facets/numeric/distance.rb
503
690
  - lib/core/facets/numeric/length.rb
504
691
  - lib/core/facets/numeric/negative.rb
@@ -506,16 +693,16 @@ files:
506
693
  - lib/core/facets/numeric/range.rb
507
694
  - lib/core/facets/numeric/round_to.rb
508
695
  - lib/core/facets/numeric/spacing.rb
509
- - lib/core/facets/numeric.rb
696
+ - lib/core/facets/object.rb
510
697
  - lib/core/facets/object/clone.rb
511
698
  - lib/core/facets/object/dup.rb
512
699
  - lib/core/facets/object/itself.rb
513
700
  - lib/core/facets/object/object_state.rb
514
701
  - lib/core/facets/object/try_dup.rb
515
- - lib/core/facets/object.rb
702
+ - lib/core/facets/objectspace.rb
516
703
  - lib/core/facets/objectspace/classes.rb
517
704
  - lib/core/facets/objectspace/op_fetch.rb
518
- - lib/core/facets/objectspace.rb
705
+ - lib/core/facets/proc.rb
519
706
  - lib/core/facets/proc/bind.rb
520
707
  - lib/core/facets/proc/bind_to.rb
521
708
  - lib/core/facets/proc/compose.rb
@@ -523,10 +710,11 @@ files:
523
710
  - lib/core/facets/proc/to_method.rb
524
711
  - lib/core/facets/proc/update.rb
525
712
  - lib/core/facets/proc/wrap.rb
526
- - lib/core/facets/proc.rb
527
- - lib/core/facets/process/daemon.rb
528
713
  - lib/core/facets/process.rb
714
+ - lib/core/facets/process/daemon.rb
715
+ - lib/core/facets/range.rb
529
716
  - lib/core/facets/range/combine.rb
717
+ - lib/core/facets/range/nudge.rb
530
718
  - lib/core/facets/range/op_add.rb
531
719
  - lib/core/facets/range/op_sub.rb
532
720
  - lib/core/facets/range/overlap.rb
@@ -534,15 +722,15 @@ files:
534
722
  - lib/core/facets/range/to_rng.rb
535
723
  - lib/core/facets/range/umbrella.rb
536
724
  - lib/core/facets/range/within.rb
537
- - lib/core/facets/range.rb
725
+ - lib/core/facets/regexp.rb
538
726
  - lib/core/facets/regexp/arity.rb
539
727
  - lib/core/facets/regexp/multiline.rb
540
728
  - lib/core/facets/regexp/op_add.rb
541
729
  - lib/core/facets/regexp/op_or.rb
542
730
  - lib/core/facets/regexp/to_proc.rb
543
731
  - lib/core/facets/regexp/to_re.rb
544
- - lib/core/facets/regexp.rb
545
732
  - lib/core/facets/roman.rb
733
+ - lib/core/facets/string.rb
546
734
  - lib/core/facets/string/acronym.rb
547
735
  - lib/core/facets/string/align.rb
548
736
  - lib/core/facets/string/ascii_only.rb
@@ -602,8 +790,6 @@ files:
602
790
  - lib/core/facets/string/starts_with.rb
603
791
  - lib/core/facets/string/store.rb
604
792
  - lib/core/facets/string/subtract.rb
605
- - lib/core/facets/string/tab.rb
606
- - lib/core/facets/string/tabto.rb
607
793
  - lib/core/facets/string/titlecase.rb
608
794
  - lib/core/facets/string/to_re.rb
609
795
  - lib/core/facets/string/to_rx.rb
@@ -618,10 +804,10 @@ files:
618
804
  - lib/core/facets/string/word_wrap.rb
619
805
  - lib/core/facets/string/words.rb
620
806
  - lib/core/facets/string/xor.rb
621
- - lib/core/facets/string.rb
807
+ - lib/core/facets/struct.rb
622
808
  - lib/core/facets/struct/attributes.rb
623
809
  - lib/core/facets/struct/replace.rb
624
- - lib/core/facets/struct.rb
810
+ - lib/core/facets/symbol.rb
625
811
  - lib/core/facets/symbol/as_s.rb
626
812
  - lib/core/facets/symbol/bang.rb
627
813
  - lib/core/facets/symbol/call.rb
@@ -637,7 +823,7 @@ files:
637
823
  - lib/core/facets/symbol/thrown.rb
638
824
  - lib/core/facets/symbol/variablize.rb
639
825
  - lib/core/facets/symbol/writer.rb
640
- - lib/core/facets/symbol.rb
826
+ - lib/core/facets/time.rb
641
827
  - lib/core/facets/time/ago.rb
642
828
  - lib/core/facets/time/change.rb
643
829
  - lib/core/facets/time/dst_adjustment.rb
@@ -653,30 +839,28 @@ files:
653
839
  - lib/core/facets/time/stamp.rb
654
840
  - lib/core/facets/time/to_time.rb
655
841
  - lib/core/facets/time/trunc.rb
656
- - lib/core/facets/time.rb
657
- - lib/core/facets/unboundmethod/arguments.rb
658
842
  - lib/core/facets/unboundmethod.rb
843
+ - lib/core/facets/unboundmethod/arguments.rb
659
844
  - lib/core/facets/version.rb
660
- - lib/core/facets.rb
661
- - lib/core/facets.yml
662
845
  - lib/standard/facets/against.rb
663
846
  - lib/standard/facets/argvector.rb
664
847
  - lib/standard/facets/basicobject.rb
665
848
  - lib/standard/facets/binding/block_exec.rb
849
+ - lib/standard/facets/cgi.rb
666
850
  - lib/standard/facets/cgi/esc.rb
667
851
  - lib/standard/facets/cgi/escape_html.rb
668
852
  - lib/standard/facets/cgi/marshal.rb
669
- - lib/standard/facets/cgi.rb
670
853
  - lib/standard/facets/cli.rb
671
854
  - lib/standard/facets/cloneable.rb
672
855
  - lib/standard/facets/continuation.rb
673
856
  - lib/standard/facets/date.rb
857
+ - lib/standard/facets/digest.rb
674
858
  - lib/standard/facets/digest/base64digest.rb
675
859
  - lib/standard/facets/digest/salted_digest.rb
676
- - lib/standard/facets/digest.rb
677
860
  - lib/standard/facets/enumargs.rb
678
861
  - lib/standard/facets/equitable.rb
679
862
  - lib/standard/facets/erb.rb
863
+ - lib/standard/facets/fileutils.rb
680
864
  - lib/standard/facets/fileutils/amass.rb
681
865
  - lib/standard/facets/fileutils/cp_rx.rb
682
866
  - lib/standard/facets/fileutils/head.rb
@@ -689,9 +873,8 @@ files:
689
873
  - lib/standard/facets/fileutils/wc.rb
690
874
  - lib/standard/facets/fileutils/whereis.rb
691
875
  - lib/standard/facets/fileutils/which.rb
692
- - lib/standard/facets/fileutils.rb
693
- - lib/standard/facets/find/select.rb
694
876
  - lib/standard/facets/find.rb
877
+ - lib/standard/facets/find/select.rb
695
878
  - lib/standard/facets/gem/search.rb
696
879
  - lib/standard/facets/gem/specification/current_specs.rb
697
880
  - lib/standard/facets/gem/specification/find_requireable_file.rb
@@ -700,6 +883,7 @@ files:
700
883
  - lib/standard/facets/instantiable.rb
701
884
  - lib/standard/facets/interval.rb
702
885
  - lib/standard/facets/load_monitor.rb
886
+ - lib/standard/facets/math.rb
703
887
  - lib/standard/facets/math/abs.rb
704
888
  - lib/standard/facets/math/acosec.rb
705
889
  - lib/standard/facets/math/acot.rb
@@ -761,7 +945,6 @@ files:
761
945
  - lib/standard/facets/math/tgamma.rb
762
946
  - lib/standard/facets/math/theil_index.rb
763
947
  - lib/standard/facets/math/variance.rb
764
- - lib/standard/facets/math.rb
765
948
  - lib/standard/facets/memoizable.rb
766
949
  - lib/standard/facets/memoizer.rb
767
950
  - lib/standard/facets/multipliers.rb
@@ -769,6 +952,7 @@ files:
769
952
  - lib/standard/facets/net/http.rb
770
953
  - lib/standard/facets/nullclass.rb
771
954
  - lib/standard/facets/opesc.rb
955
+ - lib/standard/facets/ostruct.rb
772
956
  - lib/standard/facets/ostruct/each.rb
773
957
  - lib/standard/facets/ostruct/initialize.rb
774
958
  - lib/standard/facets/ostruct/merge.rb
@@ -776,7 +960,7 @@ files:
776
960
  - lib/standard/facets/ostruct/op_store.rb
777
961
  - lib/standard/facets/ostruct/to_h.rb
778
962
  - lib/standard/facets/ostruct/to_ostruct.rb
779
- - lib/standard/facets/ostruct.rb
963
+ - lib/standard/facets/pathname.rb
780
964
  - lib/standard/facets/pathname/chdir.rb
781
965
  - lib/standard/facets/pathname/empty.rb
782
966
  - lib/standard/facets/pathname/exists.rb
@@ -796,7 +980,6 @@ files:
796
980
  - lib/standard/facets/pathname/uptodate.rb
797
981
  - lib/standard/facets/pathname/visit.rb
798
982
  - lib/standard/facets/pathname/work.rb
799
- - lib/standard/facets/pathname.rb
800
983
  - lib/standard/facets/platform.rb
801
984
  - lib/standard/facets/random.rb
802
985
  - lib/standard/facets/rbconfig.rb
@@ -806,139 +989,37 @@ files:
806
989
  - lib/standard/facets/thread.rb
807
990
  - lib/standard/facets/timer.rb
808
991
  - lib/standard/facets/tuple.rb
992
+ - lib/standard/facets/uri.rb
809
993
  - lib/standard/facets/uri/cgi_escape.rb
810
994
  - lib/standard/facets/uri/cgi_parse.rb
811
995
  - lib/standard/facets/uri/cgi_unescape.rb
812
996
  - lib/standard/facets/uri/decode.rb
813
997
  - lib/standard/facets/uri/parameters.rb
814
998
  - lib/standard/facets/uri/query.rb
815
- - lib/standard/facets/uri.rb
999
+ - lib/standard/facets/yaml.rb
816
1000
  - lib/standard/facets/yaml/file.rb
817
1001
  - lib/standard/facets/yaml/kernel.rb
818
1002
  - lib/standard/facets/yaml/read.rb
819
- - lib/standard/facets/yaml.rb
820
1003
  - lib/standard/facets/zlib.rb
821
- - demo/applique/assertion_framework.rb
822
- - demo/applique/file_helpers.rb
823
- - demo/core/array/combination.rdoc
824
- - demo/core/array/delete.rdoc
825
- - demo/core/array/index.rdoc
826
- - demo/core/array/merge.rdoc
827
- - demo/core/array/only.rdoc
828
- - demo/core/array/pad.rdoc
829
- - demo/core/array/permutation.rdoc
830
- - demo/core/array/product.rdoc
831
- - demo/core/array/recursively.rdoc
832
- - demo/core/array/rotate.rdoc
833
- - demo/core/array/select.rdoc
834
- - demo/core/array/uniq_by.rdoc
835
- - demo/core/binding/caller.rdoc
836
- - demo/core/binding/defined.rdoc
837
- - demo/core/binding/eval.rdoc
838
- - demo/core/binding/local_variables.rdoc
839
- - demo/core/binding/opvars.rdoc
840
- - demo/core/binding/self.rdoc
841
- - demo/core/class/descendants.rdoc
842
- - demo/core/class/to_proc.rdoc
843
- - demo/core/comparable/cap.rdoc
844
- - demo/core/comparable/clip.rdoc
845
- - demo/core/comparable/cmp.rdoc
846
- - demo/core/comparable/op_get.rdoc
847
- - demo/core/dir/ascend.rdoc
848
- - demo/core/dir/descend.rdoc
849
- - demo/core/dir/multiglob.rdoc
850
- - demo/core/dir/parent.rdoc
851
- - demo/core/dir/recurse.rdoc
852
- - demo/core/exception/detail.rdoc
853
- - demo/core/facets.rdoc
854
- - demo/core/filetest/root.rdoc
855
- - demo/core/hash/recursively.rdoc
856
- - demo/core/indexable.rdoc
857
- - demo/core/integer/bitmask.rdoc
858
- - demo/core/integer/even.rdoc
859
- - demo/core/integer/factorial.rdoc
860
- - demo/core/integer/length.rdoc
861
- - demo/core/integer/multiple.rdoc
862
- - demo/core/integer/odd.rdoc
863
- - demo/core/integer/of.rdoc
864
- - demo/core/integer/ordinal.rdoc
865
- - demo/core/matchdata/match.rdoc
866
- - demo/core/matchdata/matchset.rdoc
867
- - demo/core/module/cattr.rdoc
868
- - demo/core/module/class_extend.rdoc
869
- - demo/core/module/class_inheritor.rdoc
870
- - demo/core/module/copy_inheritor.rdoc
871
- - demo/core/module/method_space.rdoc
872
- - demo/core/string/align.rdoc
873
- - demo/core/string/bracket.rdoc
874
- - demo/core/string/bytes.rdoc
875
- - demo/core/string/camelcase.rdoc
876
- - demo/core/string/capitalized.rdoc
877
- - demo/core/string/characters.rdoc
878
- - demo/core/string/cleanlines.rdoc
879
- - demo/core/string/cleave.rdoc
880
- - demo/core/string/divide.rdoc
881
- - demo/core/string/each_char.rdoc
882
- - demo/core/string/each_word.rdoc
883
- - demo/core/string/end_with.rdoc
884
- - demo/core/string/expand_tabs.rdoc
885
- - demo/core/string/fold.rdoc
886
- - demo/core/string/indent.rdoc
887
- - demo/core/string/interpolate.rdoc
888
- - demo/core/string/lchomp.rdoc
889
- - demo/core/string/line_wrap.rdoc
890
- - demo/core/string/lines.rdoc
891
- - demo/core/string/margin.rdoc
892
- - demo/core/string/methodize.rdoc
893
- - demo/core/string/modulize.rdoc
894
- - demo/core/string/mscan.rdoc
895
- - demo/core/string/natcmp.rdoc
896
- - demo/core/string/nchar.rdoc
897
- - demo/core/string/newlines.rdoc
898
- - demo/core/string/op_sub.rdoc
899
- - demo/core/string/pathize.rdoc
900
- - demo/core/string/quote.rdoc
901
- - demo/core/string/range.rdoc
902
- - demo/core/string/rewrite.rdoc
903
- - demo/core/string/shatter.rdoc
904
- - demo/core/string/snakecase.rdoc
905
- - demo/core/string/splice.rdoc
906
- - demo/core/string/start_with.rdoc
907
- - demo/core/string/subtract.rdoc
908
- - demo/core/string/tab.rdoc
909
- - demo/core/string/tabto.rdoc
910
- - demo/core/string/titlecase.rdoc
911
- - demo/core/string/to_re.rdoc
912
- - demo/core/string/unfold.rdoc
913
- - demo/core/string/unindent.rdoc
914
- - demo/core/string/unquote.rdoc
915
- - demo/core/string/variablize.rdoc
916
- - demo/core/string/word_wrap.rdoc
917
- - demo/core/string/words.rdoc
918
- - demo/core/string/xor.rdoc
919
- - demo/standard/02_cloneable.rdoc
920
- - demo/standard/03_enumargs.rdoc
921
- - demo/standard/04_equitable.rdoc
922
- - demo/standard/05_instantiable.rdoc
923
- - demo/standard/basic_object.rdoc
924
- - demo/standard/memoizable.rdoc
925
- - demo/standard/mulititon.rdoc
926
- - test/core/array/test_after.rb
927
1004
  - test/core/array/test_arrange.rb
1005
+ - test/core/array/test_average.rb
928
1006
  - test/core/array/test_before.rb
929
1007
  - test/core/array/test_collapse.rb
930
- - test/core/array/test_combination.rb
931
1008
  - test/core/array/test_commonality.rb
932
1009
  - test/core/array/test_conjoin.rb
933
1010
  - test/core/array/test_contains.rb
934
1011
  - test/core/array/test_delete.rb
1012
+ - test/core/array/test_delete_unless.rb
1013
+ - test/core/array/test_delete_values.rb
935
1014
  - test/core/array/test_divide.rb
936
1015
  - test/core/array/test_duplicates.rb
937
1016
  - test/core/array/test_each_overlap.rb
1017
+ - test/core/array/test_each_pair.rb
1018
+ - test/core/array/test_each_value.rb
938
1019
  - test/core/array/test_entropy.rb
939
1020
  - test/core/array/test_extract_options.rb
940
1021
  - test/core/array/test_first.rb
941
- - test/core/array/test_index.rb
1022
+ - test/core/array/test_from.rb
942
1023
  - test/core/array/test_intersection.rb
943
1024
  - test/core/array/test_last.rb
944
1025
  - test/core/array/test_median.rb
@@ -950,30 +1031,29 @@ files:
950
1031
  - test/core/array/test_occur.rb
951
1032
  - test/core/array/test_occurrence.rb
952
1033
  - test/core/array/test_only.rb
1034
+ - test/core/array/test_op_pow.rb
953
1035
  - test/core/array/test_pad.rb
954
1036
  - test/core/array/test_peek.rb
955
- - test/core/array/test_permutation.rb
956
1037
  - test/core/array/test_poke.rb
957
1038
  - test/core/array/test_probability.rb
958
- - test/core/array/test_product.rb
959
1039
  - test/core/array/test_pull.rb
960
1040
  - test/core/array/test_recurse.rb
961
1041
  - test/core/array/test_recursively.rb
962
1042
  - test/core/array/test_reject_values.rb
963
- - test/core/array/test_rotate.rb
964
- - test/core/array/test_select.rb
965
1043
  - test/core/array/test_splice.rb
966
1044
  - test/core/array/test_split.rb
967
1045
  - test/core/array/test_squeeze.rb
1046
+ - test/core/array/test_standard_deviation.rb
968
1047
  - test/core/array/test_step.rb
969
1048
  - test/core/array/test_store.rb
1049
+ - test/core/array/test_to_h.rb
970
1050
  - test/core/array/test_traverse.rb
971
1051
  - test/core/array/test_uniq_by.rb
972
1052
  - test/core/array/test_unique_permutation.rb
1053
+ - test/core/array/test_variance.rb
1054
+ - test/core/array/test_zip.rb
973
1055
  - test/core/binding/test_caller.rb
974
1056
  - test/core/binding/test_defined.rb
975
- - test/core/binding/test_eval.rb
976
- - test/core/binding/test_local_variables.rb
977
1057
  - test/core/binding/test_op.rb
978
1058
  - test/core/binding/test_self.rb
979
1059
  - test/core/class/test_descendents.rb
@@ -993,12 +1073,10 @@ files:
993
1073
  - test/core/dir/test_parent.rb
994
1074
  - test/core/dir/test_recurse.rb
995
1075
  - test/core/enumerable/test_accumulate.rb
996
- - test/core/enumerable/test_cluster_by.rb
1076
+ - test/core/enumerable/test_cluster.rb
997
1077
  - test/core/enumerable/test_compact_map.rb
998
- - test/core/enumerable/test_count.rb
999
1078
  - test/core/enumerable/test_defer.rb
1000
1079
  - test/core/enumerable/test_each_by.rb
1001
- - test/core/enumerable/test_each_with_object.rb
1002
1080
  - test/core/enumerable/test_every.rb
1003
1081
  - test/core/enumerable/test_ewise.rb
1004
1082
  - test/core/enumerable/test_exclude.rb
@@ -1007,23 +1085,20 @@ files:
1007
1085
  - test/core/enumerable/test_find_yield.rb
1008
1086
  - test/core/enumerable/test_frequency.rb
1009
1087
  - test/core/enumerable/test_graph.rb
1010
- - test/core/enumerable/test_group_by.rb
1088
+ - test/core/enumerable/test_hashify.rb
1011
1089
  - test/core/enumerable/test_key_by.rb
1012
1090
  - test/core/enumerable/test_map_by.rb
1013
1091
  - test/core/enumerable/test_map_send.rb
1014
1092
  - test/core/enumerable/test_map_with_index.rb
1015
1093
  - test/core/enumerable/test_mash.rb
1016
1094
  - test/core/enumerable/test_modulate.rb
1017
- - test/core/enumerable/test_none.rb
1018
1095
  - test/core/enumerable/test_occur.rb
1019
- - test/core/enumerable/test_one.rb
1020
1096
  - test/core/enumerable/test_only.rb
1021
1097
  - test/core/enumerable/test_per.rb
1022
1098
  - test/core/enumerable/test_purge.rb
1023
1099
  - test/core/enumerable/test_recursively.rb
1024
1100
  - test/core/enumerable/test_squeeze.rb
1025
1101
  - test/core/enumerable/test_sum.rb
1026
- - test/core/enumerable/test_take.rb
1027
1102
  - test/core/enumerable/test_uniq_by.rb
1028
1103
  - test/core/enumerable/test_visit.rb
1029
1104
  - test/core/enumerator/lazy/test_squeeze.rb
@@ -1082,7 +1157,6 @@ files:
1082
1157
  - test/core/hash/test_replace_each.rb
1083
1158
  - test/core/hash/test_revalue.rb
1084
1159
  - test/core/hash/test_reverse_merge.rb
1085
- - test/core/hash/test_select.rb
1086
1160
  - test/core/hash/test_slice.rb
1087
1161
  - test/core/hash/test_stringify_keys.rb
1088
1162
  - test/core/hash/test_swap.rb
@@ -1094,15 +1168,12 @@ files:
1094
1168
  - test/core/hash/test_update_each.rb
1095
1169
  - test/core/hash/test_update_keys.rb
1096
1170
  - test/core/hash/test_update_values.rb
1097
- - test/core/hash/test_url_params.rb
1098
1171
  - test/core/hash/test_weave.rb
1099
1172
  - test/core/hash/test_zip.rb
1100
1173
  - test/core/indexable_tc.rb
1101
1174
  - test/core/integer/test_bitmask.rb
1102
- - test/core/integer/test_even.rb
1103
1175
  - test/core/integer/test_factorial.rb
1104
1176
  - test/core/integer/test_multiple.rb
1105
- - test/core/integer/test_odd.rb
1106
1177
  - test/core/integer/test_of.rb
1107
1178
  - test/core/integer/test_ordinal.rb
1108
1179
  - test/core/kernel/test_as.rb
@@ -1129,6 +1200,7 @@ files:
1129
1200
  - test/core/kernel/test_instance_assign.rb
1130
1201
  - test/core/kernel/test_instance_class.rb
1131
1202
  - test/core/kernel/test_instance_extract.rb
1203
+ - test/core/kernel/test_instance_replace.rb
1132
1204
  - test/core/kernel/test_instance_send.rb
1133
1205
  - test/core/kernel/test_maybe.rb
1134
1206
  - test/core/kernel/test_meta_alias.rb
@@ -1144,7 +1216,6 @@ files:
1144
1216
  - test/core/kernel/test_presence.rb
1145
1217
  - test/core/kernel/test_qua_class.rb
1146
1218
  - test/core/kernel/test_require_all.rb
1147
- - test/core/kernel/test_require_relative.rb
1148
1219
  - test/core/kernel/test_respond.rb
1149
1220
  - test/core/kernel/test_returning.rb
1150
1221
  - test/core/kernel/test_silence.rb
@@ -1201,28 +1272,27 @@ files:
1201
1272
  - test/core/module/test_spacename.rb
1202
1273
  - test/core/module/test_to_obj.rb
1203
1274
  - test/core/module/test_wrap_method.rb
1204
- - test/core/nilclass/test_to_f.rb
1205
1275
  - test/core/numeric/test_approx.rb
1276
+ - test/core/numeric/test_delimit.rb
1206
1277
  - test/core/numeric/test_distance.rb
1207
1278
  - test/core/numeric/test_length.rb
1208
- - test/core/numeric/test_round.rb
1279
+ - test/core/numeric/test_round_to.rb
1209
1280
  - test/core/numeric/test_spacing.rb
1210
1281
  - test/core/object/test_dup.rb
1211
1282
  - test/core/object/test_object_state.rb
1212
- - test/core/object/test_replace.rb
1213
1283
  - test/core/object/test_try_dup.rb
1214
1284
  - test/core/proc/test_bind.rb
1215
1285
  - test/core/proc/test_bind_to.rb
1216
1286
  - test/core/proc/test_compose.rb
1217
- - test/core/proc/test_curry.rb
1218
1287
  - test/core/proc/test_partial.rb
1219
1288
  - test/core/proc/test_to_method.rb
1220
1289
  - test/core/proc/test_update.rb
1221
1290
  - test/core/range/test_combine.rb
1291
+ - test/core/range/test_nudge.rb
1222
1292
  - test/core/range/test_op_add.rb
1223
1293
  - test/core/range/test_op_sub.rb
1224
1294
  - test/core/range/test_overlap.rb
1225
- - test/core/range/test_to_r.rb
1295
+ - test/core/range/test_to_rng.rb
1226
1296
  - test/core/range/test_umbrella.rb
1227
1297
  - test/core/range/test_within.rb
1228
1298
  - test/core/regexp/test_arity.rb
@@ -1230,10 +1300,10 @@ files:
1230
1300
  - test/core/regexp/test_op_add.rb
1231
1301
  - test/core/regexp/test_op_or.rb
1232
1302
  - test/core/regexp/test_to_re.rb
1303
+ - test/core/string/test_acronym.rb
1233
1304
  - test/core/string/test_align.rb
1234
1305
  - test/core/string/test_ascii_only.rb
1235
1306
  - test/core/string/test_bracket.rb
1236
- - test/core/string/test_bytes.rb
1237
1307
  - test/core/string/test_camelcase.rb
1238
1308
  - test/core/string/test_capitalized.rb
1239
1309
  - test/core/string/test_characters.rb
@@ -1241,11 +1311,10 @@ files:
1241
1311
  - test/core/string/test_cleave.rb
1242
1312
  - test/core/string/test_cmp.rb
1243
1313
  - test/core/string/test_compress_lines.rb
1314
+ - test/core/string/test_crypt.rb
1244
1315
  - test/core/string/test_divide.rb
1245
- - test/core/string/test_each_char.rb
1246
1316
  - test/core/string/test_each_word.rb
1247
1317
  - test/core/string/test_edit_distance.rb
1248
- - test/core/string/test_end_with.rb
1249
1318
  - test/core/string/test_exclude.rb
1250
1319
  - test/core/string/test_expand_tabs.rb
1251
1320
  - test/core/string/test_file.rb
@@ -1255,7 +1324,6 @@ files:
1255
1324
  - test/core/string/test_interpolate.rb
1256
1325
  - test/core/string/test_lchomp.rb
1257
1326
  - test/core/string/test_line_wrap.rb
1258
- - test/core/string/test_lines.rb
1259
1327
  - test/core/string/test_lowercase.rb
1260
1328
  - test/core/string/test_margin.rb
1261
1329
  - test/core/string/test_methodize.rb
@@ -1269,6 +1337,7 @@ files:
1269
1337
  - test/core/string/test_op_sub.rb
1270
1338
  - test/core/string/test_pathize.rb
1271
1339
  - test/core/string/test_quote.rb
1340
+ - test/core/string/test_random.rb
1272
1341
  - test/core/string/test_range.rb
1273
1342
  - test/core/string/test_remove.rb
1274
1343
  - test/core/string/test_rewrite.rb
@@ -1278,10 +1347,8 @@ files:
1278
1347
  - test/core/string/test_snakecase.rb
1279
1348
  - test/core/string/test_splice.rb
1280
1349
  - test/core/string/test_squish.rb
1281
- - test/core/string/test_start_with.rb
1282
1350
  - test/core/string/test_store.rb
1283
1351
  - test/core/string/test_subtract.rb
1284
- - test/core/string/test_tab.rb
1285
1352
  - test/core/string/test_titlecase.rb
1286
1353
  - test/core/string/test_to_re.rb
1287
1354
  - test/core/string/test_trim.rb
@@ -1295,6 +1362,7 @@ files:
1295
1362
  - test/core/string/test_word_wrap.rb
1296
1363
  - test/core/string/test_words.rb
1297
1364
  - test/core/string/test_xor.rb
1365
+ - test/core/struct/test_replace.rb
1298
1366
  - test/core/symbol/test_as_s.rb
1299
1367
  - test/core/symbol/test_bang.rb
1300
1368
  - test/core/symbol/test_chomp.rb
@@ -1306,7 +1374,6 @@ files:
1306
1374
  - test/core/symbol/test_setter.rb
1307
1375
  - test/core/symbol/test_succ.rb
1308
1376
  - test/core/symbol/test_thrown.rb
1309
- - test/core/symbol/test_to_proc.rb
1310
1377
  - test/core/symbol/test_variablize.rb
1311
1378
  - test/core/time/test_ago.rb
1312
1379
  - test/core/time/test_change.rb
@@ -1323,9 +1390,7 @@ files:
1323
1390
  - test/core/time/test_stamp.rb
1324
1391
  - test/core/time/test_to_time.rb
1325
1392
  - test/core/time/test_trunc.rb
1326
- - test/core/to_hash_tc.rb
1327
1393
  - test/core/unboundmethod/test_arguments.rb
1328
- - test/core/unboundmethod/test_name.rb
1329
1394
  - test/standard/binding/test_block_exec.rb
1330
1395
  - test/standard/math/test_abs.rb
1331
1396
  - test/standard/math/test_acot.rb
@@ -1370,11 +1435,6 @@ files:
1370
1435
  - test/standard/test_timer.rb
1371
1436
  - test/standard/test_tuple.rb
1372
1437
  - test/standard/test_uri.rb
1373
- - CONTRIBUTE.md
1374
- - HISTORY.md
1375
- - NOTICE.rdoc
1376
- - README.rdoc
1377
- - LICENSE.txt
1378
1438
  homepage: http://rubyworks.github.com/facets
1379
1439
  licenses:
1380
1440
  - BSD-2-Clause
@@ -1386,466 +1446,452 @@ require_paths:
1386
1446
  - lib/standard
1387
1447
  required_ruby_version: !ruby/object:Gem::Requirement
1388
1448
  requirements:
1389
- - - '>='
1449
+ - - ">="
1390
1450
  - !ruby/object:Gem::Version
1391
1451
  version: '0'
1392
1452
  required_rubygems_version: !ruby/object:Gem::Requirement
1393
1453
  requirements:
1394
- - - '>='
1454
+ - - ">="
1395
1455
  - !ruby/object:Gem::Version
1396
1456
  version: '0'
1397
1457
  requirements: []
1398
1458
  rubyforge_project:
1399
- rubygems_version: 2.0.3
1459
+ rubygems_version: 2.5.1
1400
1460
  signing_key:
1401
1461
  specification_version: 4
1402
1462
  summary: The orginal well curated collection of extension methods for Ruby.
1403
1463
  test_files:
1404
- - test/core/to_hash_tc.rb
1405
- - test/core/hash/test_symbolize_keys.rb
1464
+ - test/core/functor_tc.rb
1465
+ - test/core/binding/test_defined.rb
1466
+ - test/core/binding/test_op.rb
1467
+ - test/core/binding/test_self.rb
1468
+ - test/core/binding/test_caller.rb
1469
+ - test/core/enumerator_tc.rb
1470
+ - test/core/proc/test_compose.rb
1471
+ - test/core/proc/test_update.rb
1472
+ - test/core/proc/test_to_method.rb
1473
+ - test/core/proc/test_bind.rb
1474
+ - test/core/proc/test_partial.rb
1475
+ - test/core/proc/test_bind_to.rb
1476
+ - test/core/class/test_descendents.rb
1477
+ - test/core/class/test_subclasses.rb
1478
+ - test/core/class/test_preallocate.rb
1479
+ - test/core/class/test_to_proc.rb
1480
+ - test/core/symbol/test_variablize.rb
1481
+ - test/core/symbol/test_plain.rb
1482
+ - test/core/symbol/test_setter.rb
1483
+ - test/core/symbol/test_bang.rb
1484
+ - test/core/symbol/test_op_div.rb
1485
+ - test/core/symbol/test_chomp.rb
1486
+ - test/core/symbol/test_succ.rb
1487
+ - test/core/symbol/test_query.rb
1488
+ - test/core/symbol/test_thrown.rb
1489
+ - test/core/symbol/test_generate.rb
1490
+ - test/core/symbol/test_not.rb
1491
+ - test/core/symbol/test_as_s.rb
1492
+ - test/core/hash/test_slice.rb
1406
1493
  - test/core/hash/test_update_each.rb
1407
- - test/core/hash/test_count.rb
1408
- - test/core/hash/test_to_proc.rb
1494
+ - test/core/hash/test_delete_unless.rb
1495
+ - test/core/hash/test_each_with_key.rb
1496
+ - test/core/hash/test_fetch_nested.rb
1409
1497
  - test/core/hash/test_delete_at.rb
1410
- - test/core/hash/test_recursively.rb
1411
- - test/core/hash/test_autonew.rb
1412
- - test/core/hash/test_traverse.rb
1413
- - test/core/hash/test_swap.rb
1414
- - test/core/hash/test_select.rb
1415
- - test/core/hash/test_expect.rb
1416
- - test/core/hash/test_diff.rb
1417
- - test/core/hash/test_op_or.rb
1418
- - test/core/hash/test_inverse.rb
1419
- - test/core/hash/test_join.rb
1420
1498
  - test/core/hash/test_deep_merge.rb
1421
- - test/core/hash/test_alias.rb
1422
- - test/core/hash/test_revalue.rb
1423
- - test/core/hash/test_new_with.rb
1499
+ - test/core/hash/test_op_mul.rb
1500
+ - test/core/hash/test_inverse.rb
1501
+ - test/core/hash/test_autonew.rb
1502
+ - test/core/hash/test_op_push.rb
1424
1503
  - test/core/hash/test_reverse_merge.rb
1425
- - test/core/hash/test_replace_each.rb
1426
- - test/core/hash/test_argumentize.rb
1504
+ - test/core/hash/test_stringify_keys.rb
1505
+ - test/core/hash/test_keys.rb
1427
1506
  - test/core/hash/test_op_add.rb
1428
- - test/core/hash/test_to_struct.rb
1507
+ - test/core/hash/test_recursively.rb
1508
+ - test/core/hash/test_to_mod.rb
1429
1509
  - test/core/hash/test_dearray_values.rb
1430
- - test/core/hash/test_zip.rb
1431
- - test/core/hash/test_slice.rb
1432
- - test/core/hash/test_url_params.rb
1433
- - test/core/hash/test_data.rb
1434
- - test/core/hash/test_deep_rekey.rb
1435
- - test/core/hash/test_insert.rb
1436
1510
  - test/core/hash/test_update_values.rb
1437
- - test/core/hash/test_rekey.rb
1438
- - test/core/hash/test_op_sub.rb
1439
- - test/core/hash/test_keys.rb
1440
- - test/core/hash/test_at.rb
1441
- - test/core/hash/test_weave.rb
1511
+ - test/core/hash/test_to_proc.rb
1442
1512
  - test/core/hash/test_collate.rb
1443
- - test/core/hash/test_delete_unless.rb
1444
- - test/core/hash/test_stringify_keys.rb
1445
- - test/core/hash/test_each_with_key.rb
1446
- - test/core/hash/test_op_and.rb
1513
+ - test/core/hash/test_diff.rb
1514
+ - test/core/hash/test_weave.rb
1515
+ - test/core/hash/test_replace_each.rb
1516
+ - test/core/hash/test_data.rb
1517
+ - test/core/hash/test_argumentize.rb
1518
+ - test/core/hash/test_traverse.rb
1519
+ - test/core/hash/test_deep_rekey.rb
1447
1520
  - test/core/hash/test_recurse.rb
1448
- - test/core/hash/test_op_mul.rb
1449
- - test/core/hash/test_to_mod.rb
1450
- - test/core/hash/test_delete_values.rb
1451
- - test/core/hash/test_op_push.rb
1521
+ - test/core/hash/test_to_struct.rb
1452
1522
  - test/core/hash/test_update_keys.rb
1453
- - test/core/hash/test_fetch_nested.rb
1523
+ - test/core/hash/test_op_sub.rb
1524
+ - test/core/hash/test_expect.rb
1525
+ - test/core/hash/test_at.rb
1526
+ - test/core/hash/test_revalue.rb
1527
+ - test/core/hash/test_new_with.rb
1528
+ - test/core/hash/test_swap.rb
1529
+ - test/core/hash/test_insert.rb
1530
+ - test/core/hash/test_alias.rb
1454
1531
  - test/core/hash/test_graph.rb
1455
- - test/core/comparable/test_op_get.rb
1456
- - test/core/comparable/test_cmp.rb
1457
- - test/core/comparable/test_bound.rb
1458
- - test/core/comparable/test_clip.rb
1459
- - test/core/comparable/test_cap.rb
1460
- - test/core/functor_tc.rb
1461
- - test/core/enumerator_tc.rb
1462
- - test/core/unboundmethod/test_name.rb
1463
- - test/core/unboundmethod/test_arguments.rb
1464
- - test/core/dir/test_descend.rb
1465
- - test/core/dir/test_each_child.rb
1466
- - test/core/dir/test_multiglob.rb
1467
- - test/core/dir/test_parent.rb
1468
- - test/core/dir/test_recurse.rb
1469
- - test/core/dir/test_ascend.rb
1470
- - test/core/nilclass/test_to_f.rb
1471
- - test/core/range/test_to_r.rb
1472
- - test/core/range/test_op_add.rb
1473
- - test/core/range/test_umbrella.rb
1474
- - test/core/range/test_op_sub.rb
1475
- - test/core/range/test_overlap.rb
1476
- - test/core/range/test_combine.rb
1477
- - test/core/range/test_within.rb
1532
+ - test/core/hash/test_count.rb
1533
+ - test/core/hash/test_join.rb
1534
+ - test/core/hash/test_symbolize_keys.rb
1535
+ - test/core/hash/test_rekey.rb
1536
+ - test/core/hash/test_op_or.rb
1537
+ - test/core/hash/test_delete_values.rb
1538
+ - test/core/hash/test_zip.rb
1539
+ - test/core/hash/test_op_and.rb
1478
1540
  - test/core/indexable_tc.rb
1479
- - test/core/binding/test_self.rb
1480
- - test/core/binding/test_op.rb
1481
- - test/core/binding/test_local_variables.rb
1482
- - test/core/binding/test_eval.rb
1483
- - test/core/binding/test_caller.rb
1484
- - test/core/binding/test_defined.rb
1541
+ - test/core/object/test_try_dup.rb
1542
+ - test/core/object/test_object_state.rb
1543
+ - test/core/object/test_dup.rb
1485
1544
  - test/core/denumerable_tc.rb
1545
+ - test/core/string/test_snakecase.rb
1546
+ - test/core/string/test_methodize.rb
1547
+ - test/core/string/test_file.rb
1548
+ - test/core/string/test_line_wrap.rb
1486
1549
  - test/core/string/test_shatter.rb
1487
- - test/core/string/test_lchomp.rb
1488
- - test/core/string/test_rotate.rb
1489
- - test/core/string/test_op_div.rb
1490
- - test/core/string/test_fold.rb
1491
- - test/core/string/test_squish.rb
1492
- - test/core/string/test_ascii_only.rb
1550
+ - test/core/string/test_newlines.rb
1551
+ - test/core/string/test_number.rb
1552
+ - test/core/string/test_each_word.rb
1553
+ - test/core/string/test_variablize.rb
1554
+ - test/core/string/test_trim.rb
1555
+ - test/core/string/test_nchar.rb
1556
+ - test/core/string/test_to_re.rb
1557
+ - test/core/string/test_splice.rb
1558
+ - test/core/string/test_exclude.rb
1559
+ - test/core/string/test_mscan.rb
1560
+ - test/core/string/test_divide.rb
1561
+ - test/core/string/test_cleanlines.rb
1493
1562
  - test/core/string/test_subtract.rb
1494
- - test/core/string/test_line_wrap.rb
1495
- - test/core/string/test_align.rb
1496
- - test/core/string/test_unfold.rb
1497
- - test/core/string/test_indent.rb
1563
+ - test/core/string/test_similarity.rb
1564
+ - test/core/string/test_rewrite.rb
1498
1565
  - test/core/string/test_word_wrap.rb
1499
- - test/core/string/test_exclude.rb
1500
1566
  - test/core/string/test_modulize.rb
1501
- - test/core/string/test_end_with.rb
1502
- - test/core/string/test_words.rb
1503
- - test/core/string/test_to_re.rb
1567
+ - test/core/string/test_ascii_only.rb
1568
+ - test/core/string/test_capitalized.rb
1569
+ - test/core/string/test_characters.rb
1570
+ - test/core/string/test_cleave.rb
1571
+ - test/core/string/test_expand_tabs.rb
1504
1572
  - test/core/string/test_pathize.rb
1505
- - test/core/string/test_compress_lines.rb
1506
- - test/core/string/test_index_all.rb
1507
- - test/core/string/test_variablize.rb
1508
- - test/core/string/test_start_with.rb
1573
+ - test/core/string/test_unindent.rb
1574
+ - test/core/string/test_quote.rb
1509
1575
  - test/core/string/test_unquote.rb
1576
+ - test/core/string/test_align.rb
1510
1577
  - test/core/string/test_cmp.rb
1511
1578
  - test/core/string/test_camelcase.rb
1512
- - test/core/string/test_number.rb
1513
- - test/core/string/test_xor.rb
1514
- - test/core/string/test_uppercase.rb
1579
+ - test/core/string/test_acronym.rb
1515
1580
  - test/core/string/test_store.rb
1516
- - test/core/string/test_titlecase.rb
1517
- - test/core/string/test_nchar.rb
1518
- - test/core/string/test_lowercase.rb
1519
- - test/core/string/test_divide.rb
1520
- - test/core/string/test_trim.rb
1521
- - test/core/string/test_cleave.rb
1522
- - test/core/string/test_rewrite.rb
1523
- - test/core/string/test_expand_tabs.rb
1524
- - test/core/string/test_lines.rb
1525
- - test/core/string/test_op_sub.rb
1526
- - test/core/string/test_margin.rb
1527
- - test/core/string/test_quote.rb
1528
- - test/core/string/test_interpolate.rb
1529
- - test/core/string/test_snakecase.rb
1530
- - test/core/string/test_newlines.rb
1581
+ - test/core/string/test_op_div.rb
1531
1582
  - test/core/string/test_bracket.rb
1532
- - test/core/string/test_unindent.rb
1533
- - test/core/string/test_bytes.rb
1534
- - test/core/string/test_natcmp.rb
1535
- - test/core/string/test_splice.rb
1536
- - test/core/string/test_underscore.rb
1537
- - test/core/string/test_tab.rb
1538
- - test/core/string/test_similarity.rb
1539
- - test/core/string/test_edit_distance.rb
1540
- - test/core/string/test_characters.rb
1541
- - test/core/string/test_each_word.rb
1542
- - test/core/string/test_cleanlines.rb
1543
- - test/core/string/test_mscan.rb
1544
- - test/core/string/test_methodize.rb
1545
- - test/core/string/test_unbracket.rb
1546
- - test/core/string/test_each_char.rb
1583
+ - test/core/string/test_fold.rb
1584
+ - test/core/string/test_crypt.rb
1547
1585
  - test/core/string/test_remove.rb
1548
- - test/core/string/test_capitalized.rb
1549
- - test/core/string/test_file.rb
1586
+ - test/core/string/test_unbracket.rb
1587
+ - test/core/string/test_uppercase.rb
1588
+ - test/core/string/test_compress_lines.rb
1589
+ - test/core/string/test_index_all.rb
1590
+ - test/core/string/test_lchomp.rb
1591
+ - test/core/string/test_random.rb
1592
+ - test/core/string/test_words.rb
1593
+ - test/core/string/test_underscore.rb
1550
1594
  - test/core/string/test_range.rb
1551
- - test/core/enumerable/test_each_with_object.rb
1552
- - test/core/enumerable/test_group_by.rb
1553
- - test/core/enumerable/test_count.rb
1554
- - test/core/enumerable/test_recursively.rb
1555
- - test/core/enumerable/test_modulate.rb
1556
- - test/core/enumerable/test_exclude.rb
1557
- - test/core/enumerable/test_each_by.rb
1558
- - test/core/enumerable/test_sum.rb
1559
- - test/core/enumerable/test_occur.rb
1560
- - test/core/enumerable/test_one.rb
1561
- - test/core/enumerable/test_mash.rb
1562
- - test/core/enumerable/test_take.rb
1563
- - test/core/enumerable/test_per.rb
1564
- - test/core/enumerable/test_filter.rb
1565
- - test/core/enumerable/test_defer.rb
1566
- - test/core/enumerable/test_only.rb
1567
- - test/core/enumerable/test_map_by.rb
1568
- - test/core/enumerable/test_frequency.rb
1569
- - test/core/enumerable/test_map_send.rb
1570
- - test/core/enumerable/test_accumulate.rb
1571
- - test/core/enumerable/test_compact_map.rb
1572
- - test/core/enumerable/test_key_by.rb
1573
- - test/core/enumerable/test_squeeze.rb
1574
- - test/core/enumerable/test_find_yield.rb
1575
- - test/core/enumerable/test_expand.rb
1576
- - test/core/enumerable/test_every.rb
1577
- - test/core/enumerable/test_purge.rb
1578
- - test/core/enumerable/test_ewise.rb
1579
- - test/core/enumerable/test_none.rb
1580
- - test/core/enumerable/test_map_with_index.rb
1581
- - test/core/enumerable/test_cluster_by.rb
1582
- - test/core/enumerable/test_uniq_by.rb
1583
- - test/core/enumerable/test_graph.rb
1584
- - test/core/enumerable/test_visit.rb
1585
- - test/core/object/test_try_dup.rb
1586
- - test/core/object/test_dup.rb
1587
- - test/core/object/test_replace.rb
1588
- - test/core/object/test_object_state.rb
1589
- - test/core/method/test_composition.rb
1590
- - test/core/array/test_arrange.rb
1595
+ - test/core/string/test_op_sub.rb
1596
+ - test/core/string/test_xor.rb
1597
+ - test/core/string/test_natcmp.rb
1598
+ - test/core/string/test_interpolate.rb
1599
+ - test/core/string/test_squish.rb
1600
+ - test/core/string/test_margin.rb
1601
+ - test/core/string/test_indent.rb
1602
+ - test/core/string/test_rotate.rb
1603
+ - test/core/string/test_unfold.rb
1604
+ - test/core/string/test_edit_distance.rb
1605
+ - test/core/string/test_titlecase.rb
1606
+ - test/core/string/test_lowercase.rb
1607
+ - test/core/filetest/test_root.rb
1608
+ - test/core/numeric/test_spacing.rb
1609
+ - test/core/numeric/test_distance.rb
1610
+ - test/core/numeric/test_delimit.rb
1611
+ - test/core/numeric/test_length.rb
1612
+ - test/core/numeric/test_round_to.rb
1613
+ - test/core/numeric/test_approx.rb
1614
+ - test/core/struct/test_replace.rb
1615
+ - test/core/array/test_standard_deviation.rb
1616
+ - test/core/array/test_pull.rb
1617
+ - test/core/array/test_step.rb
1618
+ - test/core/array/test_delete_unless.rb
1619
+ - test/core/array/test_occur.rb
1620
+ - test/core/array/test_average.rb
1591
1621
  - test/core/array/test_merge.rb
1592
- - test/core/array/test_rotate.rb
1593
- - test/core/array/test_extract_options.rb
1622
+ - test/core/array/test_squeeze.rb
1623
+ - test/core/array/test_median.rb
1624
+ - test/core/array/test_collapse.rb
1625
+ - test/core/array/test_commonality.rb
1594
1626
  - test/core/array/test_reject_values.rb
1595
- - test/core/array/test_recursively.rb
1596
- - test/core/array/test_contains.rb
1597
- - test/core/array/test_traverse.rb
1598
- - test/core/array/test_product.rb
1599
- - test/core/array/test_select.rb
1600
- - test/core/array/test_pad.rb
1601
- - test/core/array/test_entropy.rb
1627
+ - test/core/array/test_op_pow.rb
1628
+ - test/core/array/test_extract_options.rb
1629
+ - test/core/array/test_intersection.rb
1630
+ - test/core/array/test_splice.rb
1631
+ - test/core/array/test_divide.rb
1632
+ - test/core/array/test_uniq_by.rb
1633
+ - test/core/array/test_arrange.rb
1634
+ - test/core/array/test_last.rb
1635
+ - test/core/array/test_before.rb
1636
+ - test/core/array/test_mode.rb
1637
+ - test/core/array/test_missing.rb
1602
1638
  - test/core/array/test_peek.rb
1603
- - test/core/array/test_permutation.rb
1604
- - test/core/array/test_occur.rb
1605
- - test/core/array/test_pull.rb
1606
1639
  - test/core/array/test_not_empty.rb
1607
- - test/core/array/test_delete.rb
1608
- - test/core/array/test_store.rb
1609
- - test/core/array/test_occurrence.rb
1610
- - test/core/array/test_divide.rb
1611
- - test/core/array/test_probability.rb
1612
- - test/core/array/test_intersection.rb
1613
1640
  - test/core/array/test_split.rb
1614
- - test/core/array/test_only.rb
1615
- - test/core/array/test_commonality.rb
1616
- - test/core/array/test_nonuniq.rb
1617
- - test/core/array/test_before.rb
1618
1641
  - test/core/array/test_duplicates.rb
1619
- - test/core/array/test_step.rb
1620
- - test/core/array/test_unique_permutation.rb
1621
- - test/core/array/test_last.rb
1622
- - test/core/array/test_missing.rb
1623
- - test/core/array/test_each_overlap.rb
1624
- - test/core/array/test_after.rb
1625
1642
  - test/core/array/test_poke.rb
1626
- - test/core/array/test_squeeze.rb
1627
- - test/core/array/test_index.rb
1643
+ - test/core/array/test_store.rb
1644
+ - test/core/array/test_only.rb
1645
+ - test/core/array/test_first.rb
1646
+ - test/core/array/test_recursively.rb
1647
+ - test/core/array/test_each_overlap.rb
1648
+ - test/core/array/test_occurrence.rb
1649
+ - test/core/array/test_from.rb
1650
+ - test/core/array/test_entropy.rb
1651
+ - test/core/array/test_traverse.rb
1652
+ - test/core/array/test_each_value.rb
1628
1653
  - test/core/array/test_recurse.rb
1629
- - test/core/array/test_collapse.rb
1630
- - test/core/array/test_splice.rb
1654
+ - test/core/array/test_variance.rb
1655
+ - test/core/array/test_delete.rb
1656
+ - test/core/array/test_to_h.rb
1657
+ - test/core/array/test_contains.rb
1658
+ - test/core/array/test_pad.rb
1659
+ - test/core/array/test_probability.rb
1660
+ - test/core/array/test_unique_permutation.rb
1661
+ - test/core/array/test_each_pair.rb
1662
+ - test/core/array/test_nonuniq.rb
1663
+ - test/core/array/test_delete_values.rb
1631
1664
  - test/core/array/test_conjoin.rb
1632
- - test/core/array/test_mode.rb
1633
- - test/core/array/test_combination.rb
1634
- - test/core/array/test_first.rb
1635
- - test/core/array/test_uniq_by.rb
1636
- - test/core/array/test_median.rb
1637
- - test/core/module/test_alias_method_chain.rb
1638
- - test/core/module/test_method_space.rb
1639
- - test/core/module/test_abstract.rb
1640
- - test/core/module/test_module_load.rb
1641
- - test/core/module/test_instance_function.rb
1642
- - test/core/module/test_class_def.rb
1643
- - test/core/module/test_rename_method.rb
1644
- - test/core/module/test_class_extend.rb
1645
- - test/core/module/test_is.rb
1646
- - test/core/module/test_alias_module_function.rb
1647
- - test/core/module/test_alias_accessor.rb
1648
- - test/core/module/test_class.rb
1649
- - test/core/module/test_modname.rb
1650
- - test/core/module/test_instance_method.rb
1651
- - test/core/module/test_pathize.rb
1652
- - test/core/module/test_op.rb
1653
- - test/core/module/test_to_obj.rb
1654
- - test/core/module/test_can.rb
1655
- - test/core/module/test_set.rb
1656
- - test/core/module/test_all_instance_methods.rb
1657
- - test/core/module/test_wrap_method.rb
1658
- - test/core/module/test_spacename.rb
1659
- - test/core/module/test_anonymous.rb
1660
- - test/core/module/test_basename.rb
1661
- - test/core/module/test_nodef.rb
1662
- - test/core/module/test_module_def.rb
1665
+ - test/core/array/test_zip.rb
1666
+ - test/core/integer/test_multiple.rb
1667
+ - test/core/integer/test_of.rb
1668
+ - test/core/integer/test_factorial.rb
1669
+ - test/core/integer/test_ordinal.rb
1670
+ - test/core/integer/test_bitmask.rb
1671
+ - test/core/time/test_dst_adjustment.rb
1672
+ - test/core/time/test_stamp.rb
1673
+ - test/core/time/test_hence.rb
1674
+ - test/core/time/test_trunc.rb
1675
+ - test/core/time/test_past.rb
1676
+ - test/core/time/test_to_time.rb
1677
+ - test/core/time/test_set.rb
1678
+ - test/core/time/test_shift.rb
1679
+ - test/core/time/test_change.rb
1680
+ - test/core/time/test_ago.rb
1681
+ - test/core/time/test_round_to.rb
1682
+ - test/core/time/test_less.rb
1683
+ - test/core/time/test_in.rb
1684
+ - test/core/time/test_future.rb
1685
+ - test/core/time/test_elapse.rb
1686
+ - test/core/range/test_combine.rb
1687
+ - test/core/range/test_op_add.rb
1688
+ - test/core/range/test_overlap.rb
1689
+ - test/core/range/test_umbrella.rb
1690
+ - test/core/range/test_op_sub.rb
1691
+ - test/core/range/test_to_rng.rb
1692
+ - test/core/range/test_within.rb
1693
+ - test/core/range/test_nudge.rb
1694
+ - test/core/enumerator/test_new.rb
1695
+ - test/core/enumerator/lazy/test_squeeze.rb
1696
+ - test/core/enumerator/test_fx.rb
1697
+ - test/core/module/test_integrate.rb
1663
1698
  - test/core/module/test_revise.rb
1664
- - test/core/module/test_redirect_method.rb
1665
1699
  - test/core/module/test_copy_inheritor.rb
1666
- - test/core/module/test_instance_method_defined.rb
1667
- - test/core/module/test_ancestor.rb
1668
- - test/core/module/test_memoize.rb
1669
- - test/core/module/test_class_inheritor.rb
1670
- - test/core/module/test_integrate.rb
1671
- - test/core/module/test_method_clash.rb
1672
- - test/core/module/test_enclosure.rb
1673
1700
  - test/core/module/test_methodize.rb
1674
- - test/core/module/test_remove.rb
1675
- - test/core/module/test_attr_setter.rb
1676
1701
  - test/core/module/test_redefine_method.rb
1702
+ - test/core/module/test_class_inheritor.rb
1677
1703
  - test/core/module/test_preextend.rb
1678
- - test/core/symbol/test_setter.rb
1679
- - test/core/symbol/test_op_div.rb
1680
- - test/core/symbol/test_not.rb
1681
- - test/core/symbol/test_to_proc.rb
1682
- - test/core/symbol/test_succ.rb
1683
- - test/core/symbol/test_as_s.rb
1684
- - test/core/symbol/test_thrown.rb
1685
- - test/core/symbol/test_generate.rb
1686
- - test/core/symbol/test_variablize.rb
1687
- - test/core/symbol/test_query.rb
1688
- - test/core/symbol/test_plain.rb
1689
- - test/core/symbol/test_chomp.rb
1690
- - test/core/symbol/test_bang.rb
1691
- - test/core/numeric/test_round.rb
1692
- - test/core/numeric/test_approx.rb
1693
- - test/core/numeric/test_spacing.rb
1694
- - test/core/numeric/test_length.rb
1695
- - test/core/numeric/test_distance.rb
1696
- - test/core/enumerator/test_fx.rb
1697
- - test/core/enumerator/lazy/test_squeeze.rb
1698
- - test/core/enumerator/test_new.rb
1699
- - test/core/matchdata/test_match.rb
1704
+ - test/core/module/test_nodef.rb
1705
+ - test/core/module/test_enclosure.rb
1706
+ - test/core/module/test_instance_method.rb
1707
+ - test/core/module/test_memoize.rb
1708
+ - test/core/module/test_spacename.rb
1709
+ - test/core/module/test_instance_method_defined.rb
1710
+ - test/core/module/test_modname.rb
1711
+ - test/core/module/test_is.rb
1712
+ - test/core/module/test_rename_method.rb
1713
+ - test/core/module/test_op.rb
1714
+ - test/core/module/test_ancestor.rb
1715
+ - test/core/module/test_to_obj.rb
1716
+ - test/core/module/test_module_def.rb
1717
+ - test/core/module/test_alias_module_function.rb
1718
+ - test/core/module/test_redirect_method.rb
1719
+ - test/core/module/test_pathize.rb
1720
+ - test/core/module/test_alias_method_chain.rb
1721
+ - test/core/module/test_class_extend.rb
1722
+ - test/core/module/test_anonymous.rb
1723
+ - test/core/module/test_set.rb
1724
+ - test/core/module/test_method_space.rb
1725
+ - test/core/module/test_all_instance_methods.rb
1726
+ - test/core/module/test_basename.rb
1727
+ - test/core/module/test_abstract.rb
1728
+ - test/core/module/test_remove.rb
1729
+ - test/core/module/test_class_def.rb
1730
+ - test/core/module/test_module_load.rb
1731
+ - test/core/module/test_instance_function.rb
1732
+ - test/core/module/test_attr_setter.rb
1733
+ - test/core/module/test_class.rb
1734
+ - test/core/module/test_wrap_method.rb
1735
+ - test/core/module/test_alias_accessor.rb
1736
+ - test/core/module/test_method_clash.rb
1737
+ - test/core/module/test_can.rb
1738
+ - test/core/enumerable/test_key_by.rb
1739
+ - test/core/enumerable/test_every.rb
1740
+ - test/core/enumerable/test_expand.rb
1741
+ - test/core/enumerable/test_frequency.rb
1742
+ - test/core/enumerable/test_map_with_index.rb
1743
+ - test/core/enumerable/test_occur.rb
1744
+ - test/core/enumerable/test_squeeze.rb
1745
+ - test/core/enumerable/test_find_yield.rb
1746
+ - test/core/enumerable/test_hashify.rb
1747
+ - test/core/enumerable/test_accumulate.rb
1748
+ - test/core/enumerable/test_each_by.rb
1749
+ - test/core/enumerable/test_exclude.rb
1750
+ - test/core/enumerable/test_uniq_by.rb
1751
+ - test/core/enumerable/test_compact_map.rb
1752
+ - test/core/enumerable/test_mash.rb
1753
+ - test/core/enumerable/test_per.rb
1754
+ - test/core/enumerable/test_filter.rb
1755
+ - test/core/enumerable/test_defer.rb
1756
+ - test/core/enumerable/test_modulate.rb
1757
+ - test/core/enumerable/test_only.rb
1758
+ - test/core/enumerable/test_recursively.rb
1759
+ - test/core/enumerable/test_map_by.rb
1760
+ - test/core/enumerable/test_cluster.rb
1761
+ - test/core/enumerable/test_ewise.rb
1762
+ - test/core/enumerable/test_sum.rb
1763
+ - test/core/enumerable/test_visit.rb
1764
+ - test/core/enumerable/test_map_send.rb
1765
+ - test/core/enumerable/test_purge.rb
1766
+ - test/core/enumerable/test_graph.rb
1700
1767
  - test/core/matchdata/test_matchset.rb
1701
- - test/core/kernel/test_not_nil.rb
1702
- - test/core/kernel/test_meta_class.rb
1703
- - test/core/kernel/test_meta_eval.rb
1704
- - test/core/kernel/test_blank.rb
1705
- - test/core/kernel/test_dir.rb
1706
- - test/core/kernel/test_not.rb
1707
- - test/core/kernel/test_tap.rb
1708
- - test/core/kernel/test_ask.rb
1709
- - test/core/kernel/test_try.rb
1710
- - test/core/kernel/test_temporarily.rb
1711
- - test/core/kernel/test_class.rb
1768
+ - test/core/matchdata/test_match.rb
1769
+ - test/core/method/test_composition.rb
1770
+ - test/core/kernel/test_respond.rb
1771
+ - test/core/kernel/test_instance_class.rb
1772
+ - test/core/kernel/test_constant.rb
1773
+ - test/core/kernel/test_deep_copy.rb
1712
1774
  - test/core/kernel/test_instance_send.rb
1713
- - test/core/kernel/test_object_send.rb
1714
- - test/core/kernel/test_returning.rb
1775
+ - test/core/kernel/test_hierarchical_send.rb
1776
+ - test/core/kernel/test_instance_extract.rb
1715
1777
  - test/core/kernel/test_attr_singleton.rb
1716
- - test/core/kernel/test_assign.rb
1717
- - test/core/kernel/test_in.rb
1718
- - test/core/kernel/test_deep_copy.rb
1719
- - test/core/kernel/test_instance_assign.rb
1778
+ - test/core/kernel/test_meta_eval.rb
1779
+ - test/core/kernel/test_try.rb
1720
1780
  - test/core/kernel/test_qua_class.rb
1721
- - test/core/kernel/test_presence.rb
1722
- - test/core/kernel/test_get.rb
1723
- - test/core/kernel/test_object_hexid.rb
1724
- - test/core/kernel/test_maybe.rb
1725
- - test/core/kernel/test_instance_class.rb
1726
- - test/core/kernel/test_disable_warnings.rb
1727
- - test/core/kernel/test_complete.rb
1728
1781
  - test/core/kernel/test_assign_from.rb
1782
+ - test/core/kernel/test_d.rb
1783
+ - test/core/kernel/test_not_nil.rb
1784
+ - test/core/kernel/test_silence.rb
1729
1785
  - test/core/kernel/test_require_all.rb
1730
- - test/core/kernel/test_as.rb
1731
- - test/core/kernel/test_deep_clone.rb
1732
- - test/core/kernel/test_super_method.rb
1733
- - test/core/kernel/test_ergo.rb
1786
+ - test/core/kernel/test_complete.rb
1787
+ - test/core/kernel/test_ask.rb
1734
1788
  - test/core/kernel/test_callstack.rb
1735
- - test/core/kernel/test_require_relative.rb
1736
- - test/core/kernel/test_instance_extract.rb
1737
- - test/core/kernel/test_d.rb
1738
- - test/core/kernel/test_hierarchical_send.rb
1789
+ - test/core/kernel/test_meta_class.rb
1790
+ - test/core/kernel/test_super_method.rb
1791
+ - test/core/kernel/test_disable_warnings.rb
1792
+ - test/core/kernel/test_assign.rb
1793
+ - test/core/kernel/test_instance_replace.rb
1794
+ - test/core/kernel/test_get.rb
1795
+ - test/core/kernel/test_true.rb
1796
+ - test/core/kernel/test_deep_clone.rb
1797
+ - test/core/kernel/test_method.rb
1739
1798
  - test/core/kernel/test_meta_alias.rb
1740
- - test/core/kernel/test_meta_def.rb
1799
+ - test/core/kernel/test_blank.rb
1800
+ - test/core/kernel/test_singleton_class.rb
1801
+ - test/core/kernel/test_val.rb
1802
+ - test/core/kernel/test_instance_assign.rb
1741
1803
  - test/core/kernel/test_writers.rb
1804
+ - test/core/kernel/test_here.rb
1805
+ - test/core/kernel/test_temporarily.rb
1742
1806
  - test/core/kernel/test_extension.rb
1743
- - test/core/kernel/test_constant.rb
1744
- - test/core/kernel/test_silence.rb
1807
+ - test/core/kernel/test_object_hexid.rb
1808
+ - test/core/kernel/test_maybe.rb
1809
+ - test/core/kernel/test_returning.rb
1745
1810
  - test/core/kernel/test_object_class.rb
1811
+ - test/core/kernel/test_meta_def.rb
1812
+ - test/core/kernel/test_presence.rb
1813
+ - test/core/kernel/test_class.rb
1814
+ - test/core/kernel/test_tap.rb
1815
+ - test/core/kernel/test_not.rb
1816
+ - test/core/kernel/test_as.rb
1746
1817
  - test/core/kernel/test_with.rb
1747
- - test/core/kernel/test_respond.rb
1748
- - test/core/kernel/test_val.rb
1749
- - test/core/kernel/test_here.rb
1750
- - test/core/kernel/test_singleton_class.rb
1751
- - test/core/kernel/test_true.rb
1752
- - test/core/kernel/test_method.rb
1753
- - test/core/integer/test_bitmask.rb
1754
- - test/core/integer/test_of.rb
1755
- - test/core/integer/test_multiple.rb
1756
- - test/core/integer/test_ordinal.rb
1757
- - test/core/integer/test_even.rb
1758
- - test/core/integer/test_factorial.rb
1759
- - test/core/integer/test_odd.rb
1760
- - test/core/filetest/test_root.rb
1818
+ - test/core/kernel/test_in.rb
1819
+ - test/core/kernel/test_ergo.rb
1820
+ - test/core/kernel/test_object_send.rb
1821
+ - test/core/kernel/test_dir.rb
1822
+ - test/core/regexp/test_arity.rb
1823
+ - test/core/regexp/test_to_re.rb
1824
+ - test/core/regexp/test_multiline.rb
1825
+ - test/core/regexp/test_op_add.rb
1826
+ - test/core/regexp/test_op_or.rb
1827
+ - test/core/unboundmethod/test_arguments.rb
1828
+ - test/core/dir/test_each_child.rb
1829
+ - test/core/dir/test_parent.rb
1830
+ - test/core/dir/test_descend.rb
1831
+ - test/core/dir/test_ascend.rb
1832
+ - test/core/dir/test_multiglob.rb
1833
+ - test/core/dir/test_recurse.rb
1834
+ - test/core/comparable/test_clip.rb
1835
+ - test/core/comparable/test_cap.rb
1836
+ - test/core/comparable/test_bound.rb
1837
+ - test/core/comparable/test_op_get.rb
1838
+ - test/core/comparable/test_cmp.rb
1761
1839
  - test/core/file/test_read_list.rb
1762
1840
  - test/core/file/test_split_all.rb
1763
- - test/core/file/test_ext.rb
1764
- - test/core/file/test_null.rb
1765
- - test/core/file/test_create.rb
1766
- - test/core/file/test_read_binary.rb
1767
- - test/core/file/test_append.rb
1841
+ - test/core/file/test_rootname.rb
1842
+ - test/core/file/test_rewrite.rb
1768
1843
  - test/core/file/test_writelines.rb
1769
1844
  - test/core/file/test_sanitize.rb
1845
+ - test/core/file/test_null.rb
1770
1846
  - test/core/file/test_write.rb
1771
- - test/core/file/test_rewrite.rb
1772
- - test/core/file/test_rootname.rb
1847
+ - test/core/file/test_read_binary.rb
1848
+ - test/core/file/test_append.rb
1849
+ - test/core/file/test_create.rb
1850
+ - test/core/file/test_ext.rb
1851
+ - test/core/exception/test_suppress.rb
1773
1852
  - test/core/exception/test_detail.rb
1774
1853
  - test/core/exception/test_raised.rb
1775
- - test/core/exception/test_suppress.rb
1776
- - test/core/class/test_to_proc.rb
1777
- - test/core/class/test_preallocate.rb
1778
- - test/core/class/test_descendents.rb
1779
- - test/core/class/test_subclasses.rb
1780
- - test/core/regexp/test_op_or.rb
1781
- - test/core/regexp/test_arity.rb
1782
- - test/core/regexp/test_to_re.rb
1783
- - test/core/regexp/test_multiline.rb
1784
- - test/core/regexp/test_op_add.rb
1785
- - test/core/proc/test_partial.rb
1786
- - test/core/proc/test_bind.rb
1787
- - test/core/proc/test_curry.rb
1788
- - test/core/proc/test_bind_to.rb
1789
- - test/core/proc/test_compose.rb
1790
- - test/core/proc/test_update.rb
1791
- - test/core/proc/test_to_method.rb
1792
- - test/core/time/test_hence.rb
1793
- - test/core/time/test_trunc.rb
1794
- - test/core/time/test_elapse.rb
1795
- - test/core/time/test_to_time.rb
1796
- - test/core/time/test_change.rb
1797
- - test/core/time/test_in.rb
1798
- - test/core/time/test_stamp.rb
1799
- - test/core/time/test_ago.rb
1800
- - test/core/time/test_set.rb
1801
- - test/core/time/test_less.rb
1802
- - test/core/time/test_future.rb
1803
- - test/core/time/test_dst_adjustment.rb
1804
- - test/core/time/test_past.rb
1805
- - test/core/time/test_round_to.rb
1806
- - test/core/time/test_shift.rb
1807
- - test/standard/test_multipliers.rb
1808
- - test/standard/test_shellwords.rb
1854
+ - test/standard/test_memoizable.rb
1855
+ - test/standard/test_uri.rb
1856
+ - test/standard/test_tuple.rb
1857
+ - test/standard/binding/test_block_exec.rb
1809
1858
  - test/standard/test_cloneable.rb
1810
- - test/standard/test_math.rb
1859
+ - test/standard/test_date.rb
1860
+ - test/standard/test_thread.rb
1861
+ - test/standard/pathname/test_readline.rb
1862
+ - test/standard/pathname/test_chdir.rb
1811
1863
  - test/standard/test_argvector.rb
1812
- - test/standard/test_uri.rb
1864
+ - test/standard/test_equitable.rb
1865
+ - test/standard/test_multipliers.rb
1866
+ - test/standard/test_timer.rb
1867
+ - test/standard/test_math.rb
1868
+ - test/standard/test_shellwords.rb
1869
+ - test/standard/test_instantiable.rb
1870
+ - test/standard/test_random.rb
1871
+ - test/standard/test_enumargs.rb
1872
+ - test/standard/test_ostruct.rb
1813
1873
  - test/standard/math/test_sign.rb
1814
- - test/standard/math/test_exp2.rb
1874
+ - test/standard/math/test_beta.rb
1875
+ - test/standard/math/test_median.rb
1876
+ - test/standard/math/test_sinc.rb
1815
1877
  - test/standard/math/test_ceil.rb
1816
- - test/standard/math/test_percentile.rb
1817
- - test/standard/math/test_root.rb
1818
- - test/standard/math/test_gcd.rb
1819
1878
  - test/standard/math/test_acot.rb
1820
- - test/standard/math/test_sec.rb
1821
- - test/standard/math/test_cosec.rb
1822
- - test/standard/math/test_cosech.rb
1823
1879
  - test/standard/math/test_cot.rb
1824
- - test/standard/math/test_srq.rb
1825
- - test/standard/math/test_lcm.rb
1826
- - test/standard/math/test_floor.rb
1827
1880
  - test/standard/math/test_factorial.rb
1881
+ - test/standard/math/test_gcd.rb
1882
+ - test/standard/math/test_root.rb
1883
+ - test/standard/math/test_sech.rb
1884
+ - test/standard/math/test_distance.rb
1885
+ - test/standard/math/test_percentile.rb
1828
1886
  - test/standard/math/test_coth.rb
1887
+ - test/standard/math/test_lcm.rb
1829
1888
  - test/standard/math/test_pow.rb
1830
1889
  - test/standard/math/test_acoth.rb
1831
- - test/standard/math/test_sinc.rb
1832
- - test/standard/math/test_sech.rb
1833
- - test/standard/math/test_distance.rb
1834
- - test/standard/math/test_exp10.rb
1890
+ - test/standard/math/test_cosec.rb
1891
+ - test/standard/math/test_cosech.rb
1892
+ - test/standard/math/test_exp2.rb
1893
+ - test/standard/math/test_floor.rb
1894
+ - test/standard/math/test_sec.rb
1835
1895
  - test/standard/math/test_abs.rb
1836
- - test/standard/math/test_median.rb
1837
- - test/standard/math/test_beta.rb
1838
- - test/standard/test_memoizable.rb
1839
- - test/standard/test_thread.rb
1840
- - test/standard/binding/test_block_exec.rb
1841
- - test/standard/test_enumargs.rb
1842
- - test/standard/test_ostruct.rb
1843
- - test/standard/test_instantiable.rb
1844
- - test/standard/pathname/test_readline.rb
1845
- - test/standard/pathname/test_chdir.rb
1846
- - test/standard/test_tuple.rb
1847
- - test/standard/test_date.rb
1848
- - test/standard/test_equitable.rb
1849
- - test/standard/test_random.rb
1850
- - test/standard/test_timer.rb
1851
- has_rdoc:
1896
+ - test/standard/math/test_srq.rb
1897
+ - test/standard/math/test_exp10.rb