facets 2.8.1 → 2.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. data/HISTORY.rdoc +121 -91
  2. data/NOTES +13 -1
  3. data/demo/scenario_require.rdoc +0 -5
  4. data/lib/core/facets.rb +6 -382
  5. data/lib/core/facets/array.rb +4 -3
  6. data/lib/core/facets/array/product.rb +0 -9
  7. data/lib/core/facets/array/uniq_by.rb +18 -0
  8. data/lib/core/facets/binding/caller.rb +14 -18
  9. data/lib/core/facets/boolean.rb +75 -78
  10. data/lib/core/facets/denumerable.rb +3 -3
  11. data/lib/core/facets/dir/ascend.rb +2 -1
  12. data/lib/core/facets/enumerable/collapse.rb +12 -0
  13. data/lib/core/facets/enumerable/compact_map.rb +8 -4
  14. data/lib/core/facets/enumerable/defer.rb +3 -2
  15. data/lib/core/facets/enumerable/each_with_object.rb +38 -0
  16. data/lib/core/facets/enumerable/every.rb +4 -4
  17. data/lib/core/facets/enumerable/ewise.rb +22 -16
  18. data/lib/core/facets/enumerable/exclude.rb +13 -0
  19. data/lib/core/facets/enumerable/filter.rb +18 -8
  20. data/lib/core/facets/enumerable/find_yield.rb +37 -0
  21. data/lib/core/facets/enumerable/map_detect.rb +1 -28
  22. data/lib/core/facets/enumerable/map_with_index.rb +2 -2
  23. data/lib/core/facets/enumerable/per.rb +2 -2
  24. data/lib/core/facets/enumerable/purge.rb +43 -0
  25. data/lib/core/facets/enumerator.rb +70 -0
  26. data/lib/core/facets/enumerator/fx.rb +20 -0
  27. data/lib/core/facets/integer/multiple.rb +6 -2
  28. data/lib/core/facets/kernel/false.rb +2 -0
  29. data/lib/core/facets/kernel/true.rb +26 -0
  30. data/lib/core/facets/numeric/length.rb +2 -2
  31. data/lib/core/facets/numeric/spacing.rb +20 -0
  32. data/lib/core/facets/proc/bind_to.rb +9 -0
  33. data/lib/core/facets/string/exclude.rb +10 -0
  34. data/lib/core/facets/string/expand_tab.rb +6 -6
  35. data/lib/core/facets/time/future.rb +14 -0
  36. data/lib/core/facets/time/past.rb +1 -0
  37. data/lib/core/facets/unboundmethod/name.rb +22 -18
  38. data/lib/more/facets/date.rb +38 -3
  39. data/lib/more/facets/fileutils/cp_rx.rb +42 -0
  40. data/lib/more/facets/pathname.rb +1 -1
  41. data/meta/homepage +1 -1
  42. data/meta/released +1 -1
  43. data/meta/version +1 -1
  44. data/test/core/array/test_product.rb +0 -5
  45. data/test/core/enumerable/test_find_yield.rb +75 -0
  46. data/test/core/numeric/test_spacing.rb +12 -0
  47. data/test/core/unboundmethod/test_name.rb +3 -3
  48. metadata +36 -23
  49. data/MANIFEST +0 -756
  50. data/lib/core/facets/enumerable/collect.rb +0 -4
  51. data/lib/core/facets/enumerable/inject.rb +0 -30
  52. data/lib/core/facets/numeric/size.rb +0 -10
  53. data/lib/more/facets/enumerator.rb +0 -62
  54. data/lib/more/facets/tracepoint.rb +0 -209
  55. data/test/core/enumerable/test_map_detect.rb +0 -75
data/MANIFEST DELETED
@@ -1,756 +0,0 @@
1
- #!mast demo lib meta script test [A-Z]*
2
- demo/hook.rdoc
3
- demo/scenario_require.rdoc
4
- lib/core/facets/array/combination.rb
5
- lib/core/facets/array/conjoin.rb
6
- lib/core/facets/array/delete.rb
7
- lib/core/facets/array/delete_unless.rb
8
- lib/core/facets/array/delete_values.rb
9
- lib/core/facets/array/index.rb
10
- lib/core/facets/array/indexable.rb
11
- lib/core/facets/array/merge.rb
12
- lib/core/facets/array/not_empty.rb
13
- lib/core/facets/array/only.rb
14
- lib/core/facets/array/pad.rb
15
- lib/core/facets/array/permutation.rb
16
- lib/core/facets/array/product.rb
17
- lib/core/facets/array/recursively.rb
18
- lib/core/facets/array/rotate.rb
19
- lib/core/facets/array/select.rb
20
- lib/core/facets/array/splice.rb
21
- lib/core/facets/array/stackable.rb
22
- lib/core/facets/array/traverse.rb
23
- lib/core/facets/array.rb
24
- lib/core/facets/binding/caller.rb
25
- lib/core/facets/binding/callstack.rb
26
- lib/core/facets/binding/defined.rb
27
- lib/core/facets/binding/eval.rb
28
- lib/core/facets/binding/local_variables.rb
29
- lib/core/facets/binding/opvars.rb
30
- lib/core/facets/binding/self.rb
31
- lib/core/facets/binding.rb
32
- lib/core/facets/bitmask.rb
33
- lib/core/facets/blank.rb
34
- lib/core/facets/boolean.rb
35
- lib/core/facets/cattr.rb
36
- lib/core/facets/class/cattr.rb
37
- lib/core/facets/class/cattr_accessor.rb
38
- lib/core/facets/class/cattr_reader.rb
39
- lib/core/facets/class/cattr_writer.rb
40
- lib/core/facets/class/descendants.rb
41
- lib/core/facets/class/descendents.rb
42
- lib/core/facets/class/methodize.rb
43
- lib/core/facets/class/pathize.rb
44
- lib/core/facets/class/prepend.rb
45
- lib/core/facets/class/subclasses.rb
46
- lib/core/facets/class/to_proc.rb
47
- lib/core/facets/class.rb
48
- lib/core/facets/comparable/at_least.rb
49
- lib/core/facets/comparable/at_most.rb
50
- lib/core/facets/comparable/bound.rb
51
- lib/core/facets/comparable/cap.rb
52
- lib/core/facets/comparable/clip.rb
53
- lib/core/facets/comparable/cmp.rb
54
- lib/core/facets/comparable/comparable.rb
55
- lib/core/facets/comparable.rb
56
- lib/core/facets/denumerable.rb
57
- lib/core/facets/dir/ascend.rb
58
- lib/core/facets/dir/descend.rb
59
- lib/core/facets/dir/multiglob.rb
60
- lib/core/facets/dir/parent.rb
61
- lib/core/facets/dir/recurse.rb
62
- lib/core/facets/dir.rb
63
- lib/core/facets/duplicable.rb
64
- lib/core/facets/enumerable/accumulate.rb
65
- lib/core/facets/enumerable/cluster_by.rb
66
- lib/core/facets/enumerable/collect.rb
67
- lib/core/facets/enumerable/collect_with_index.rb
68
- lib/core/facets/enumerable/commonality.rb
69
- lib/core/facets/enumerable/compact_map.rb
70
- lib/core/facets/enumerable/count.rb
71
- lib/core/facets/enumerable/defer.rb
72
- lib/core/facets/enumerable/divide.rb
73
- lib/core/facets/enumerable/duplicates.rb
74
- lib/core/facets/enumerable/each_by.rb
75
- lib/core/facets/enumerable/entropy.rb
76
- lib/core/facets/enumerable/every.rb
77
- lib/core/facets/enumerable/ewise.rb
78
- lib/core/facets/enumerable/filter.rb
79
- lib/core/facets/enumerable/frequency.rb
80
- lib/core/facets/enumerable/graph.rb
81
- lib/core/facets/enumerable/group_by.rb
82
- lib/core/facets/enumerable/inject.rb
83
- lib/core/facets/enumerable/map_detect.rb
84
- lib/core/facets/enumerable/map_send.rb
85
- lib/core/facets/enumerable/map_with_index.rb
86
- lib/core/facets/enumerable/mash.rb
87
- lib/core/facets/enumerable/mode.rb
88
- lib/core/facets/enumerable/modulate.rb
89
- lib/core/facets/enumerable/none.rb
90
- lib/core/facets/enumerable/occur.rb
91
- lib/core/facets/enumerable/one.rb
92
- lib/core/facets/enumerable/per.rb
93
- lib/core/facets/enumerable/probability.rb
94
- lib/core/facets/enumerable/split.rb
95
- lib/core/facets/enumerable/sum.rb
96
- lib/core/facets/enumerable/take.rb
97
- lib/core/facets/enumerable/uniq_by.rb
98
- lib/core/facets/enumerable.rb
99
- lib/core/facets/exception/detail.rb
100
- lib/core/facets/exception/raised.rb
101
- lib/core/facets/exception/suppress.rb
102
- lib/core/facets/exception.rb
103
- lib/core/facets/file/append.rb
104
- lib/core/facets/file/create.rb
105
- lib/core/facets/file/null.rb
106
- lib/core/facets/file/read.rb
107
- lib/core/facets/file/rewrite.rb
108
- lib/core/facets/file/rootname.rb
109
- lib/core/facets/file/split_all.rb
110
- lib/core/facets/file/split_root.rb
111
- lib/core/facets/file/write.rb
112
- lib/core/facets/file/writelines.rb
113
- lib/core/facets/file.rb
114
- lib/core/facets/filetest/root.rb
115
- lib/core/facets/filetest.rb
116
- lib/core/facets/float/round.rb
117
- lib/core/facets/float.rb
118
- lib/core/facets/functor.rb
119
- lib/core/facets/hash/alias.rb
120
- lib/core/facets/hash/argumentize.rb
121
- lib/core/facets/hash/at.rb
122
- lib/core/facets/hash/autonew.rb
123
- lib/core/facets/hash/collate.rb
124
- lib/core/facets/hash/count.rb
125
- lib/core/facets/hash/data.rb
126
- lib/core/facets/hash/dearray_values.rb
127
- lib/core/facets/hash/delete.rb
128
- lib/core/facets/hash/diff.rb
129
- lib/core/facets/hash/except.rb
130
- lib/core/facets/hash/group_by_value.rb
131
- lib/core/facets/hash/insert.rb
132
- lib/core/facets/hash/inverse.rb
133
- lib/core/facets/hash/join.rb
134
- lib/core/facets/hash/keys.rb
135
- lib/core/facets/hash/mash.rb
136
- lib/core/facets/hash/merge.rb
137
- lib/core/facets/hash/new_with.rb
138
- lib/core/facets/hash/op.rb
139
- lib/core/facets/hash/op_add.rb
140
- lib/core/facets/hash/op_and.rb
141
- lib/core/facets/hash/op_mul.rb
142
- lib/core/facets/hash/op_or.rb
143
- lib/core/facets/hash/op_push.rb
144
- lib/core/facets/hash/op_sub.rb
145
- lib/core/facets/hash/recursive_merge.rb
146
- lib/core/facets/hash/recursively.rb
147
- lib/core/facets/hash/rekey.rb
148
- lib/core/facets/hash/replace_each.rb
149
- lib/core/facets/hash/select.rb
150
- lib/core/facets/hash/slice.rb
151
- lib/core/facets/hash/stringify_keys.rb
152
- lib/core/facets/hash/swap.rb
153
- lib/core/facets/hash/symbolize_keys.rb
154
- lib/core/facets/hash/to_h.rb
155
- lib/core/facets/hash/to_options.rb
156
- lib/core/facets/hash/to_proc.rb
157
- lib/core/facets/hash/to_struct.rb
158
- lib/core/facets/hash/traverse.rb
159
- lib/core/facets/hash/update.rb
160
- lib/core/facets/hash/update_each.rb
161
- lib/core/facets/hash/update_keys.rb
162
- lib/core/facets/hash/update_values.rb
163
- lib/core/facets/hash/weave.rb
164
- lib/core/facets/hash/zipnew.rb
165
- lib/core/facets/hash.rb
166
- lib/core/facets/indexable.rb
167
- lib/core/facets/integer/even.rb
168
- lib/core/facets/integer/factorial.rb
169
- lib/core/facets/integer/multiple.rb
170
- lib/core/facets/integer/odd.rb
171
- lib/core/facets/integer/of.rb
172
- lib/core/facets/integer/ordinal.rb
173
- lib/core/facets/integer.rb
174
- lib/core/facets/kernel/__callee__.rb
175
- lib/core/facets/kernel/__class__.rb
176
- lib/core/facets/kernel/__dir__.rb
177
- lib/core/facets/kernel/__get__.rb
178
- lib/core/facets/kernel/__here__.rb
179
- lib/core/facets/kernel/__method__.rb
180
- lib/core/facets/kernel/__set__.rb
181
- lib/core/facets/kernel/as.rb
182
- lib/core/facets/kernel/ask.rb
183
- lib/core/facets/kernel/attr_singleton.rb
184
- lib/core/facets/kernel/callstack.rb
185
- lib/core/facets/kernel/complete.rb
186
- lib/core/facets/kernel/constant.rb
187
- lib/core/facets/kernel/d.rb
188
- lib/core/facets/kernel/deep_copy.rb
189
- lib/core/facets/kernel/demo.rb
190
- lib/core/facets/kernel/eigenclass.rb
191
- lib/core/facets/kernel/equate.rb
192
- lib/core/facets/kernel/ergo.rb
193
- lib/core/facets/kernel/extend.rb
194
- lib/core/facets/kernel/extension.rb
195
- lib/core/facets/kernel/here.rb
196
- lib/core/facets/kernel/identical.rb
197
- lib/core/facets/kernel/in.rb
198
- lib/core/facets/kernel/instance_assign.rb
199
- lib/core/facets/kernel/instance_class.rb
200
- lib/core/facets/kernel/instance_exec.rb
201
- lib/core/facets/kernel/instance_send.rb
202
- lib/core/facets/kernel/instance_variables.rb
203
- lib/core/facets/kernel/maybe.rb
204
- lib/core/facets/kernel/meta_alias.rb
205
- lib/core/facets/kernel/meta_class.rb
206
- lib/core/facets/kernel/meta_def.rb
207
- lib/core/facets/kernel/meta_eval.rb
208
- lib/core/facets/kernel/method.rb
209
- lib/core/facets/kernel/not_nil.rb
210
- lib/core/facets/kernel/object_class.rb
211
- lib/core/facets/kernel/object_hexid.rb
212
- lib/core/facets/kernel/object_send.rb
213
- lib/core/facets/kernel/object_state.rb
214
- lib/core/facets/kernel/p.rb
215
- lib/core/facets/kernel/populate.rb
216
- lib/core/facets/kernel/qua_class.rb
217
- lib/core/facets/kernel/require_all.rb
218
- lib/core/facets/kernel/require_local.rb
219
- lib/core/facets/kernel/require_relative.rb
220
- lib/core/facets/kernel/resc.rb
221
- lib/core/facets/kernel/respond.rb
222
- lib/core/facets/kernel/returning.rb
223
- lib/core/facets/kernel/silence.rb
224
- lib/core/facets/kernel/singleton_class.rb
225
- lib/core/facets/kernel/source_location.rb
226
- lib/core/facets/kernel/tap.rb
227
- lib/core/facets/kernel/try.rb
228
- lib/core/facets/kernel/val.rb
229
- lib/core/facets/kernel/with.rb
230
- lib/core/facets/kernel.rb
231
- lib/core/facets/lazy.rb
232
- lib/core/facets/matchdata/match.rb
233
- lib/core/facets/matchdata/matchset.rb
234
- lib/core/facets/matchdata.rb
235
- lib/core/facets/metaid.rb
236
- lib/core/facets/module/abstract.rb
237
- lib/core/facets/module/alias_accessor.rb
238
- lib/core/facets/module/alias_method_chain.rb
239
- lib/core/facets/module/alias_module_function.rb
240
- lib/core/facets/module/ancestor.rb
241
- lib/core/facets/module/attr_setter.rb
242
- lib/core/facets/module/basename.rb
243
- lib/core/facets/module/can.rb
244
- lib/core/facets/module/class.rb
245
- lib/core/facets/module/class_def.rb
246
- lib/core/facets/module/conflict.rb
247
- lib/core/facets/module/extend.rb
248
- lib/core/facets/module/include_function_module.rb
249
- lib/core/facets/module/instance_method.rb
250
- lib/core/facets/module/instance_methods.rb
251
- lib/core/facets/module/integrate.rb
252
- lib/core/facets/module/is.rb
253
- lib/core/facets/module/methodize.rb
254
- lib/core/facets/module/modspace.rb
255
- lib/core/facets/module/module_def.rb
256
- lib/core/facets/module/module_load.rb
257
- lib/core/facets/module/module_require.rb
258
- lib/core/facets/module/nesting.rb
259
- lib/core/facets/module/op.rb
260
- lib/core/facets/module/pathize.rb
261
- lib/core/facets/module/prepend.rb
262
- lib/core/facets/module/redefine_method.rb
263
- lib/core/facets/module/redirect_method.rb
264
- lib/core/facets/module/rename_method.rb
265
- lib/core/facets/module/revise.rb
266
- lib/core/facets/module/spacename.rb
267
- lib/core/facets/module/wrap_method.rb
268
- lib/core/facets/module.rb
269
- lib/core/facets/nilclass/ergo.rb
270
- lib/core/facets/nilclass/to_f.rb
271
- lib/core/facets/nilclass.rb
272
- lib/core/facets/numeric/approx.rb
273
- lib/core/facets/numeric/distance.rb
274
- lib/core/facets/numeric/length.rb
275
- lib/core/facets/numeric/round.rb
276
- lib/core/facets/numeric/size.rb
277
- lib/core/facets/numeric.rb
278
- lib/core/facets/objectspace/classes.rb
279
- lib/core/facets/objectspace/op_fetch.rb
280
- lib/core/facets/objectspace.rb
281
- lib/core/facets/proc/bind.rb
282
- lib/core/facets/proc/compose.rb
283
- lib/core/facets/proc/curry.rb
284
- lib/core/facets/proc/to_method.rb
285
- lib/core/facets/proc/update.rb
286
- lib/core/facets/proc.rb
287
- lib/core/facets/range/combine.rb
288
- lib/core/facets/range/overlap.rb
289
- lib/core/facets/range/to_r.rb
290
- lib/core/facets/range/umbrella.rb
291
- lib/core/facets/range/within.rb
292
- lib/core/facets/range.rb
293
- lib/core/facets/regexp/arity.rb
294
- lib/core/facets/regexp/to_re.rb
295
- lib/core/facets/regexp.rb
296
- lib/core/facets/stackable.rb
297
- lib/core/facets/string/align.rb
298
- lib/core/facets/string/bracket.rb
299
- lib/core/facets/string/bytes.rb
300
- lib/core/facets/string/camelcase.rb
301
- lib/core/facets/string/capitalized.rb
302
- lib/core/facets/string/chars.rb
303
- lib/core/facets/string/chomp.rb
304
- lib/core/facets/string/cleanlines.rb
305
- lib/core/facets/string/cleave.rb
306
- lib/core/facets/string/compress_lines.rb
307
- lib/core/facets/string/contains.rb
308
- lib/core/facets/string/divide.rb
309
- lib/core/facets/string/each_char.rb
310
- lib/core/facets/string/each_word.rb
311
- lib/core/facets/string/edit_distance.rb
312
- lib/core/facets/string/end_with.rb
313
- lib/core/facets/string/expand_tab.rb
314
- lib/core/facets/string/file.rb
315
- lib/core/facets/string/fold.rb
316
- lib/core/facets/string/indent.rb
317
- lib/core/facets/string/index_all.rb
318
- lib/core/facets/string/interpolate.rb
319
- lib/core/facets/string/line_wrap.rb
320
- lib/core/facets/string/lines.rb
321
- lib/core/facets/string/lowercase.rb
322
- lib/core/facets/string/margin.rb
323
- lib/core/facets/string/methodize.rb
324
- lib/core/facets/string/modulize.rb
325
- lib/core/facets/string/mscan.rb
326
- lib/core/facets/string/natcmp.rb
327
- lib/core/facets/string/nchar.rb
328
- lib/core/facets/string/newlines.rb
329
- lib/core/facets/string/op_div.rb
330
- lib/core/facets/string/op_sub.rb
331
- lib/core/facets/string/outdent.rb
332
- lib/core/facets/string/pathize.rb
333
- lib/core/facets/string/range.rb
334
- lib/core/facets/string/range_all.rb
335
- lib/core/facets/string/range_of_line.rb
336
- lib/core/facets/string/rewrite.rb
337
- lib/core/facets/string/shatter.rb
338
- lib/core/facets/string/similarity.rb
339
- lib/core/facets/string/snakecase.rb
340
- lib/core/facets/string/splice.rb
341
- lib/core/facets/string/start_with.rb
342
- lib/core/facets/string/subtract.rb
343
- lib/core/facets/string/tab.rb
344
- lib/core/facets/string/tabto.rb
345
- lib/core/facets/string/titlecase.rb
346
- lib/core/facets/string/to_re.rb
347
- lib/core/facets/string/underscore.rb
348
- lib/core/facets/string/unfold.rb
349
- lib/core/facets/string/uppercase.rb
350
- lib/core/facets/string/variablize.rb
351
- lib/core/facets/string/word_wrap.rb
352
- lib/core/facets/string/words.rb
353
- lib/core/facets/string/xor.rb
354
- lib/core/facets/string.rb
355
- lib/core/facets/struct/attributes.rb
356
- lib/core/facets/struct.rb
357
- lib/core/facets/symbol/chomp.rb
358
- lib/core/facets/symbol/generate.rb
359
- lib/core/facets/symbol/not.rb
360
- lib/core/facets/symbol/plain.rb
361
- lib/core/facets/symbol/query.rb
362
- lib/core/facets/symbol/re_s.rb
363
- lib/core/facets/symbol/setter.rb
364
- lib/core/facets/symbol/succ.rb
365
- lib/core/facets/symbol/thrown.rb
366
- lib/core/facets/symbol/to_proc.rb
367
- lib/core/facets/symbol/variablize.rb
368
- lib/core/facets/symbol.rb
369
- lib/core/facets/time/advance.rb
370
- lib/core/facets/time/ago.rb
371
- lib/core/facets/time/change.rb
372
- lib/core/facets/time/elapse.rb
373
- lib/core/facets/time/hence.rb
374
- lib/core/facets/time/round.rb
375
- lib/core/facets/time/set.rb
376
- lib/core/facets/time/stamp.rb
377
- lib/core/facets/time/to_time.rb
378
- lib/core/facets/time/trunc.rb
379
- lib/core/facets/time.rb
380
- lib/core/facets/to_hash.rb
381
- lib/core/facets/unboundmethod/arguments.rb
382
- lib/core/facets/unboundmethod/name.rb
383
- lib/core/facets/unboundmethod.rb
384
- lib/core/facets-live.rb
385
- lib/core/facets-load.rb
386
- lib/core/facets.rb
387
- lib/more/facets/ansicode.rb
388
- lib/more/facets/argvector.rb
389
- lib/more/facets/autoarray.rb
390
- lib/more/facets/autoreload.rb
391
- lib/more/facets/basicobject.rb
392
- lib/more/facets/blankslate.rb
393
- lib/more/facets/cgi.rb
394
- lib/more/facets/class_extend.rb
395
- lib/more/facets/cloneable.rb
396
- lib/more/facets/continuation.rb
397
- lib/more/facets/daemonize.rb
398
- lib/more/facets/date.rb
399
- lib/more/facets/dictionary.rb
400
- lib/more/facets/duration.rb
401
- lib/more/facets/enumargs.rb
402
- lib/more/facets/enumerator.rb
403
- lib/more/facets/equitable.rb
404
- lib/more/facets/erb.rb
405
- lib/more/facets/expirable.rb
406
- lib/more/facets/filelist.rb
407
- lib/more/facets/fileutils/head.rb
408
- lib/more/facets/fileutils/safe_ln.rb
409
- lib/more/facets/fileutils/slice.rb
410
- lib/more/facets/fileutils/tail.rb
411
- lib/more/facets/fileutils/wc.rb
412
- lib/more/facets/fileutils/whereis.rb
413
- lib/more/facets/fileutils/which.rb
414
- lib/more/facets/fileutils.rb
415
- lib/more/facets/getoptlong.rb
416
- lib/more/facets/hashbuilder.rb
417
- lib/more/facets/hook.rb
418
- lib/more/facets/inheritor.rb
419
- lib/more/facets/ini.rb
420
- lib/more/facets/instance_eval.rb
421
- lib/more/facets/instance_function.rb
422
- lib/more/facets/instantiable.rb
423
- lib/more/facets/ioredirect.rb
424
- lib/more/facets/linkedlist.rb
425
- lib/more/facets/main.rb
426
- lib/more/facets/matcher.rb
427
- lib/more/facets/memoize.rb
428
- lib/more/facets/memoizer.rb
429
- lib/more/facets/methodspace.rb
430
- lib/more/facets/module/attr.rb
431
- lib/more/facets/module/attr_tester.rb
432
- lib/more/facets/module/attr_toggler.rb
433
- lib/more/facets/module/attr_validator.rb
434
- lib/more/facets/module/class_extend.rb
435
- lib/more/facets/multipliers.rb
436
- lib/more/facets/multiton.rb
437
- lib/more/facets/nullclass.rb
438
- lib/more/facets/once.rb
439
- lib/more/facets/opencascade.rb
440
- lib/more/facets/opencollection.rb
441
- lib/more/facets/openhash.rb
442
- lib/more/facets/openmodule.rb
443
- lib/more/facets/openobject.rb
444
- lib/more/facets/opesc.rb
445
- lib/more/facets/orderedhash.rb
446
- lib/more/facets/ostruct.rb
447
- lib/more/facets/ostructable.rb
448
- lib/more/facets/partial.rb
449
- lib/more/facets/pathlist.rb
450
- lib/more/facets/pathname.rb
451
- lib/more/facets/platform.rb
452
- lib/more/facets/plugin_manager.rb
453
- lib/more/facets/preinitialize.rb
454
- lib/more/facets/random.rb
455
- lib/more/facets/rbconfig.rb
456
- lib/more/facets/rbsystem.rb
457
- lib/more/facets/reference.rb
458
- lib/more/facets/registerable.rb
459
- lib/more/facets/roman.rb
460
- lib/more/facets/semaphore.rb
461
- lib/more/facets/set.rb
462
- lib/more/facets/shellwords.rb
463
- lib/more/facets/stash.rb
464
- lib/more/facets/succ.rb
465
- lib/more/facets/thread.rb
466
- lib/more/facets/timer.rb
467
- lib/more/facets/tracepoint.rb
468
- lib/more/facets/tuple.rb
469
- lib/more/facets/uri.rb
470
- lib/more/facets/version.rb
471
- lib/more/facets/yaml.rb
472
- lib/more/facets/zlib.rb
473
- meta/authors
474
- meta/collection
475
- meta/contact
476
- meta/contributors
477
- meta/created
478
- meta/description
479
- meta/homepage
480
- meta/license
481
- meta/loadpath
482
- meta/name
483
- meta/released
484
- meta/repository
485
- meta/sitemap
486
- meta/slogan
487
- meta/summary
488
- meta/version
489
- script/conflicts
490
- script/methods
491
- test/core/array/test_combination.rb
492
- test/core/array/test_delete.rb
493
- test/core/array/test_index.rb
494
- test/core/array/test_indexable.rb
495
- test/core/array/test_merge.rb
496
- test/core/array/test_only.rb
497
- test/core/array/test_pad.rb
498
- test/core/array/test_permutation.rb
499
- test/core/array/test_product.rb
500
- test/core/array/test_rotate.rb
501
- test/core/array/test_select.rb
502
- test/core/array/test_stackable.rb
503
- test/core/binding/test_caller.rb
504
- test/core/binding/test_defined.rb
505
- test/core/binding/test_eval.rb
506
- test/core/binding/test_local_variables.rb
507
- test/core/binding/test_opvars.rb
508
- test/core/binding/test_self.rb
509
- test/core/class/test_cattr.rb
510
- test/core/class/test_cattr_accessor.rb
511
- test/core/class/test_cattr_reader.rb
512
- test/core/class/test_cattr_writer.rb
513
- test/core/class/test_descendents.rb
514
- test/core/class/test_to_proc.rb
515
- test/core/comparable/test_cap.rb
516
- test/core/comparable/test_clip.rb
517
- test/core/comparable/test_cmp.rb
518
- test/core/comparable/test_comparable.rb
519
- test/core/dir/test_ascend.rb
520
- test/core/dir/test_descend.rb
521
- test/core/dir/test_multiglob.rb
522
- test/core/dir/test_parent.rb
523
- test/core/dir/test_recurse.rb
524
- test/core/enumerable/test_cluster_by.rb
525
- test/core/enumerable/test_commonality.rb
526
- test/core/enumerable/test_compact_map.rb
527
- test/core/enumerable/test_count.rb
528
- test/core/enumerable/test_defer.rb
529
- test/core/enumerable/test_each_by.rb
530
- test/core/enumerable/test_entropy.rb
531
- test/core/enumerable/test_every.rb
532
- test/core/enumerable/test_ewise.rb
533
- test/core/enumerable/test_frequency.rb
534
- test/core/enumerable/test_group_by.rb
535
- test/core/enumerable/test_inject.rb
536
- test/core/enumerable/test_map_detect.rb
537
- test/core/enumerable/test_map_with_index.rb
538
- test/core/enumerable/test_mash.rb
539
- test/core/enumerable/test_modulate.rb
540
- test/core/enumerable/test_none.rb
541
- test/core/enumerable/test_occur.rb
542
- test/core/enumerable/test_one.rb
543
- test/core/enumerable/test_per.rb
544
- test/core/enumerable/test_probability.rb
545
- test/core/enumerable/test_split.rb
546
- test/core/enumerable/test_take.rb
547
- test/core/enumerable/test_uniq_by.rb
548
- test/core/exception/test_exception.rb
549
- test/core/file/test_create.rb
550
- test/core/file/test_file.rb
551
- test/core/file/test_null.rb
552
- test/core/file/test_rewrite.rb
553
- test/core/file/test_split_all.rb
554
- test/core/file/test_write.rb
555
- test/core/file/test_writelines.rb
556
- test/core/filetest/test_filetest.rb
557
- test/core/hash/test_alias.rb
558
- test/core/hash/test_at.rb
559
- test/core/hash/test_autonew.rb
560
- test/core/hash/test_collate.rb
561
- test/core/hash/test_dearray_values.rb
562
- test/core/hash/test_delete.rb
563
- test/core/hash/test_insert.rb
564
- test/core/hash/test_inverse.rb
565
- test/core/hash/test_keys.rb
566
- test/core/hash/test_mash.rb
567
- test/core/hash/test_merge.rb
568
- test/core/hash/test_op.rb
569
- test/core/hash/test_op_add.rb
570
- test/core/hash/test_op_and.rb
571
- test/core/hash/test_op_mul.rb
572
- test/core/hash/test_op_or.rb
573
- test/core/hash/test_op_push.rb
574
- test/core/hash/test_op_sub.rb
575
- test/core/hash/test_rekey.rb
576
- test/core/hash/test_replace_each.rb
577
- test/core/hash/test_select.rb
578
- test/core/hash/test_slice.rb
579
- test/core/hash/test_stringify_keys.rb
580
- test/core/hash/test_swap.rb
581
- test/core/hash/test_symbolize_keys.rb
582
- test/core/hash/test_traverse.rb
583
- test/core/hash/test_update_each.rb
584
- test/core/hash/test_update_keys.rb
585
- test/core/hash/test_update_values.rb
586
- test/core/hash/test_weave.rb
587
- test/core/hash/test_zipnew.rb
588
- test/core/integer/test_bitmask.rb
589
- test/core/integer/test_even.rb
590
- test/core/integer/test_factorial.rb
591
- test/core/integer/test_length.rb
592
- test/core/integer/test_multiple.rb
593
- test/core/integer/test_odd.rb
594
- test/core/integer/test_of.rb
595
- test/core/integer/test_ordinal.rb
596
- test/core/kernel/test_as.rb
597
- test/core/kernel/test_attr_singleton.rb
598
- test/core/kernel/test_callstack.rb
599
- test/core/kernel/test_constant.rb
600
- test/core/kernel/test_deepcopy.rb
601
- test/core/kernel/test_here.rb
602
- test/core/kernel/test_in.rb
603
- test/core/kernel/test_instance_assign.rb
604
- test/core/kernel/test_instance_class.rb
605
- test/core/kernel/test_method.rb
606
- test/core/kernel/test_not_nil.rb
607
- test/core/kernel/test_object_class.rb
608
- test/core/kernel/test_object_hexid.rb
609
- test/core/kernel/test_populate.rb
610
- test/core/kernel/test_resc.rb
611
- test/core/kernel/test_returning.rb
612
- test/core/kernel/test_silence.rb
613
- test/core/kernel/test_tap.rb
614
- test/core/kernel/test_val.rb
615
- test/core/matchdata/test_match.rb
616
- test/core/matchdata/test_matchset.rb
617
- test/core/module/test_abstract.rb
618
- test/core/module/test_alias_accessor.rb
619
- test/core/module/test_alias_method_chain.rb
620
- test/core/module/test_alias_module_function.rb
621
- test/core/module/test_ancestor.rb
622
- test/core/module/test_basename.rb
623
- test/core/module/test_can.rb
624
- test/core/module/test_class.rb
625
- test/core/module/test_conflict.rb
626
- test/core/module/test_integrate.rb
627
- test/core/module/test_is.rb
628
- test/core/module/test_methodize.rb
629
- test/core/module/test_modspace.rb
630
- test/core/module/test_nesting.rb
631
- test/core/module/test_op.rb
632
- test/core/module/test_pathize.rb
633
- test/core/module/test_prepend.rb
634
- test/core/module/test_redefine_method.rb
635
- test/core/module/test_redirect_method.rb
636
- test/core/module/test_rename_method.rb
637
- test/core/module/test_revise.rb
638
- test/core/module/test_spacename.rb
639
- test/core/module/test_wrap_method.rb
640
- test/core/nilclass/test_to_f.rb
641
- test/core/numeric/test_approx.rb
642
- test/core/numeric/test_distance.rb
643
- test/core/numeric/test_round.rb
644
- test/core/proc/test_bind.rb
645
- test/core/proc/test_compose.rb
646
- test/core/proc/test_curry.rb
647
- test/core/proc/test_to_method.rb
648
- test/core/range/test_combine.rb
649
- test/core/range/test_overlap.rb
650
- test/core/range/test_to_r.rb
651
- test/core/range/test_within.rb
652
- test/core/regexp/test_arity.rb
653
- test/core/regexp/test_to_re.rb
654
- test/core/string/test_align.rb
655
- test/core/string/test_bracket.rb
656
- test/core/string/test_bytes.rb
657
- test/core/string/test_camelcase.rb
658
- test/core/string/test_capitalized.rb
659
- test/core/string/test_chars.rb
660
- test/core/string/test_cleanlines.rb
661
- test/core/string/test_cleave.rb
662
- test/core/string/test_divide.rb
663
- test/core/string/test_each_char.rb
664
- test/core/string/test_each_word.rb
665
- test/core/string/test_end_with.rb
666
- test/core/string/test_expand_tabs.rb
667
- test/core/string/test_fold.rb
668
- test/core/string/test_indent.rb
669
- test/core/string/test_interpolate.rb
670
- test/core/string/test_lchomp.rb
671
- test/core/string/test_line_wrap.rb
672
- test/core/string/test_lines.rb
673
- test/core/string/test_margin.rb
674
- test/core/string/test_methodize.rb
675
- test/core/string/test_modulize.rb
676
- test/core/string/test_mscan.rb
677
- test/core/string/test_natcmp.rb
678
- test/core/string/test_nchar.rb
679
- test/core/string/test_newlines.rb
680
- test/core/string/test_op_sub.rb
681
- test/core/string/test_outdent.rb
682
- test/core/string/test_pathize.rb
683
- test/core/string/test_range.rb
684
- test/core/string/test_rewrite.rb
685
- test/core/string/test_shatter.rb
686
- test/core/string/test_snakecase.rb
687
- test/core/string/test_splice.rb
688
- test/core/string/test_start_with.rb
689
- test/core/string/test_subtract.rb
690
- test/core/string/test_tab.rb
691
- test/core/string/test_tabto.rb
692
- test/core/string/test_titlecase.rb
693
- test/core/string/test_to_re.rb
694
- test/core/string/test_unfold.rb
695
- test/core/string/test_variablize.rb
696
- test/core/string/test_word_wrap.rb
697
- test/core/string/test_words.rb
698
- test/core/string/test_xor.rb
699
- test/core/symbol/test_chomp.rb
700
- test/core/symbol/test_generate.rb
701
- test/core/symbol/test_not.rb
702
- test/core/symbol/test_plain.rb
703
- test/core/symbol/test_query.rb
704
- test/core/symbol/test_setter.rb
705
- test/core/symbol/test_succ.rb
706
- test/core/symbol/test_to_proc.rb
707
- test/core/test_blank.rb
708
- test/core/test_boolean.rb
709
- test/core/test_functor.rb
710
- test/core/test_metaid.rb
711
- test/core/test_to_hash.rb
712
- test/core/time/test_change.rb
713
- test/core/time/test_elapse.rb
714
- test/core/time/test_hence.rb
715
- test/core/time/test_round.rb
716
- test/core/time/test_stamp.rb
717
- test/core/time/test_to_time.rb
718
- test/core/time/test_trunc.rb
719
- test/core/unboundmethod/test_arguments.rb
720
- test/core/unboundmethod/test_name.rb
721
- test/more/test_ansicode.rb
722
- test/more/test_argvector.rb
723
- test/more/test_autoarray.rb
724
- test/more/test_basicobject.rb
725
- test/more/test_class_extend.rb
726
- test/more/test_cloneable.rb
727
- test/more/test_continuation.rb
728
- test/more/test_date.rb
729
- test/more/test_dictionary.rb
730
- test/more/test_enumargs.rb
731
- test/more/test_equitable.rb
732
- test/more/test_getoptlong.rb
733
- test/more/test_inheritor.rb
734
- test/more/test_instance_function.rb
735
- test/more/test_instantiable.rb
736
- test/more/test_memoize.rb
737
- test/more/test_methodspace.rb
738
- test/more/test_multipliers.rb
739
- test/more/test_multiton.rb
740
- test/more/test_opencascade.rb
741
- test/more/test_openobject.rb
742
- test/more/test_ostruct.rb
743
- test/more/test_partial.rb
744
- test/more/test_random.rb
745
- test/more/test_shellwords.rb
746
- test/more/test_succ.rb
747
- test/more/test_thread.rb
748
- test/more/test_timer.rb
749
- test/more/test_tuple.rb
750
- test/more/test_uri.rb
751
- Rakefile
752
- HISTORY.rdoc
753
- NOTES
754
- README.rdoc
755
- AUTHORS
756
- COPYING