facets 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/core/facets/array/delete.rb +1 -45
- data/lib/core/facets/array/indexable.rb +0 -142
- data/lib/core/facets/array/merge.rb +0 -50
- data/lib/core/facets/array/rotate.rb +6 -37
- data/lib/core/facets/array/select.rb +0 -26
- data/lib/core/facets/array/unzip.rb +6 -7
- data/lib/methods/facets/filetest/root.rb +1 -1
- data/meta/manifest.txt +0 -67
- data/meta/version.txt +1 -1
- data/task/methods +6 -3
- data/test/unit/array/test_delete.rb +33 -40
- data/test/unit/array/test_indexable.rb +118 -128
- data/test/unit/array/test_rotate.rb +22 -30
- data/test/unit/array/test_select.rb +14 -25
- metadata +2 -69
- data/lib/methods/facets/array/conjoin.rb +0 -1
- data/lib/methods/facets/array/merge.rb +0 -1
- data/lib/methods/facets/array/pad.rb +0 -1
- data/lib/methods/facets/array/rotate.rb +0 -1
- data/lib/methods/facets/array/select.rb +0 -1
- data/lib/methods/facets/array/splice.rb +0 -1
- data/lib/methods/facets/array/unzip.rb +0 -1
- data/lib/methods/facets/binding/eval.rb +0 -1
- data/lib/methods/facets/class/descendents.rb +0 -1
- data/lib/methods/facets/class/initializer.rb +0 -1
- data/lib/methods/facets/comparable/bound.rb +0 -1
- data/lib/methods/facets/comparable/cmp.rb +0 -1
- data/lib/methods/facets/dir/multiglob.rb +0 -1
- data/lib/methods/facets/enumerable/collate.rb +0 -1
- data/lib/methods/facets/enumerable/collect_with_counter.rb +0 -1
- data/lib/methods/facets/enumerable/count.rb +0 -1
- data/lib/methods/facets/enumerable/each_with_counter.rb +0 -1
- data/lib/methods/facets/enumerable/map_with_counter.rb +0 -1
- data/lib/methods/facets/enumerable/permutation.rb +0 -1
- data/lib/methods/facets/enumerable/probability.rb +0 -1
- data/lib/methods/facets/file/write.rb +0 -1
- data/lib/methods/facets/hash/at.rb +0 -1
- data/lib/methods/facets/hash/has_keys.rb +0 -1
- data/lib/methods/facets/hash/insert.rb +0 -1
- data/lib/methods/facets/hash/inverse.rb +0 -1
- data/lib/methods/facets/hash/rekey.rb +0 -1
- data/lib/methods/facets/hash/traverse.rb +0 -1
- data/lib/methods/facets/hash/weave.rb +0 -1
- data/lib/methods/facets/integer/bitmask.rb +0 -1
- data/lib/methods/facets/integer/factorial.rb +0 -1
- data/lib/methods/facets/integer/of.rb +0 -1
- data/lib/methods/facets/kernel/ask.rb +0 -1
- data/lib/methods/facets/kernel/constant.rb +0 -1
- data/lib/methods/facets/kernel/op_esc.rb +0 -1
- data/lib/methods/facets/kernel/populate.rb +0 -1
- data/lib/methods/facets/kernel/require_esc.rb +0 -1
- data/lib/methods/facets/kernel/respond.rb +0 -1
- data/lib/methods/facets/kernel/tap.rb +0 -1
- data/lib/methods/facets/kernel/val.rb +0 -1
- data/lib/methods/facets/matchdata/matchset.rb +0 -1
- data/lib/methods/facets/module/abstract.rb +0 -1
- data/lib/methods/facets/nilclass/ergo.rb +0 -1
- data/lib/methods/facets/nilclass/status.rb +0 -1
- data/lib/methods/facets/proc/bind.rb +0 -1
- data/lib/methods/facets/proc/compose.rb +0 -1
- data/lib/methods/facets/range/combine.rb +0 -1
- data/lib/methods/facets/range/overlap.rb +0 -1
- data/lib/methods/facets/regexp/arity.rb +0 -1
- data/lib/methods/facets/string/blank.rb +0 -1
- data/lib/methods/facets/string/bracket.rb +0 -1
- data/lib/methods/facets/string/crypt.rb +0 -1
- data/lib/methods/facets/string/interpolate.rb +0 -1
- data/lib/methods/facets/string/natcmp.rb +0 -1
- data/lib/methods/facets/string/nchar.rb +0 -1
- data/lib/methods/facets/string/range.rb +0 -1
- data/lib/methods/facets/string/regesc.rb +0 -1
- data/lib/methods/facets/string/splice.rb +0 -1
- data/lib/methods/facets/symbol/chomp.rb +0 -1
- data/lib/methods/facets/symbol/generate.rb +0 -1
- data/lib/methods/facets/symbol/not.rb +0 -1
- data/lib/methods/facets/symbol/shadow.rb +0 -1
- data/lib/methods/facets/symbol/succ.rb +0 -1
- data/lib/methods/facets/time/change.rb +0 -1
- data/lib/methods/facets/time/elapse.rb +0 -1
- data/lib/methods/facets/unboundmethod/arguments.rb +0 -1
- data/lib/methods/facets/unboundmethod/name.rb +0 -1
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: facets
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 2.0.
|
7
|
-
date: 2007-10-
|
6
|
+
version: 2.0.2
|
7
|
+
date: 2007-10-08 00:00:00 -07:00
|
8
8
|
summary: Premium Core Extensions and Standard Additions
|
9
9
|
require_paths:
|
10
10
|
- lib/methods
|
@@ -226,25 +226,18 @@ files:
|
|
226
226
|
- lib/methods
|
227
227
|
- lib/methods/facets
|
228
228
|
- lib/methods/facets/array
|
229
|
-
- lib/methods/facets/array/conjoin.rb
|
230
229
|
- lib/methods/facets/array/delete_unless.rb
|
231
230
|
- lib/methods/facets/array/delete_values.rb
|
232
231
|
- lib/methods/facets/array/delete_values_at.rb
|
233
232
|
- lib/methods/facets/array/first.rb
|
234
233
|
- lib/methods/facets/array/join_sentence.rb
|
235
234
|
- lib/methods/facets/array/last.rb
|
236
|
-
- lib/methods/facets/array/merge.rb
|
237
|
-
- lib/methods/facets/array/pad.rb
|
238
235
|
- lib/methods/facets/array/poke.rb
|
239
236
|
- lib/methods/facets/array/pull.rb
|
240
|
-
- lib/methods/facets/array/rotate.rb
|
241
|
-
- lib/methods/facets/array/select.rb
|
242
|
-
- lib/methods/facets/array/splice.rb
|
243
237
|
- lib/methods/facets/array/store.rb
|
244
238
|
- lib/methods/facets/array/to_b.rb
|
245
239
|
- lib/methods/facets/array/to_h.rb
|
246
240
|
- lib/methods/facets/array/to_path.rb
|
247
|
-
- lib/methods/facets/array/unzip.rb
|
248
241
|
- lib/methods/facets/binding
|
249
242
|
- lib/methods/facets/binding/__DIR__.rb
|
250
243
|
- lib/methods/facets/binding/__FILE__.rb
|
@@ -253,7 +246,6 @@ files:
|
|
253
246
|
- lib/methods/facets/binding/called.rb
|
254
247
|
- lib/methods/facets/binding/caller.rb
|
255
248
|
- lib/methods/facets/binding/defined.rb
|
256
|
-
- lib/methods/facets/binding/eval.rb
|
257
249
|
- lib/methods/facets/binding/included.rb
|
258
250
|
- lib/methods/facets/binding/local_variables.rb
|
259
251
|
- lib/methods/facets/binding/methodname.rb
|
@@ -266,8 +258,6 @@ files:
|
|
266
258
|
- lib/methods/facets/class/cattr_writer.rb
|
267
259
|
- lib/methods/facets/class/class_load.rb
|
268
260
|
- lib/methods/facets/class/class_require.rb
|
269
|
-
- lib/methods/facets/class/descendents.rb
|
270
|
-
- lib/methods/facets/class/initializer.rb
|
271
261
|
- lib/methods/facets/class/mattr.rb
|
272
262
|
- lib/methods/facets/class/mattr_accessor.rb
|
273
263
|
- lib/methods/facets/class/mattr_reader.rb
|
@@ -279,16 +269,13 @@ files:
|
|
279
269
|
- lib/methods/facets/comparable
|
280
270
|
- lib/methods/facets/comparable/at_least.rb
|
281
271
|
- lib/methods/facets/comparable/at_most.rb
|
282
|
-
- lib/methods/facets/comparable/bound.rb
|
283
272
|
- lib/methods/facets/comparable/cap.rb
|
284
273
|
- lib/methods/facets/comparable/clip.rb
|
285
|
-
- lib/methods/facets/comparable/cmp.rb
|
286
274
|
- lib/methods/facets/dir
|
287
275
|
- lib/methods/facets/dir/ancestor.rb
|
288
276
|
- lib/methods/facets/dir/ascend.rb
|
289
277
|
- lib/methods/facets/dir/descend.rb
|
290
278
|
- lib/methods/facets/dir/ls_r.rb
|
291
|
-
- lib/methods/facets/dir/multiglob.rb
|
292
279
|
- lib/methods/facets/dir/multiglob_r.rb
|
293
280
|
- lib/methods/facets/dir/multiglob_with_default.rb
|
294
281
|
- lib/methods/facets/dir/parent.rb
|
@@ -297,16 +284,13 @@ files:
|
|
297
284
|
- lib/methods/facets/enumerable/cart.rb
|
298
285
|
- lib/methods/facets/enumerable/cartesian_product.rb
|
299
286
|
- lib/methods/facets/enumerable/cluster_by.rb
|
300
|
-
- lib/methods/facets/enumerable/collate.rb
|
301
287
|
- lib/methods/facets/enumerable/collect_if.rb
|
302
|
-
- lib/methods/facets/enumerable/collect_with_counter.rb
|
303
288
|
- lib/methods/facets/enumerable/collect_with_index.rb
|
304
289
|
- lib/methods/facets/enumerable/combinations.rb
|
305
290
|
- lib/methods/facets/enumerable/combos.rb
|
306
291
|
- lib/methods/facets/enumerable/commonality.rb
|
307
292
|
- lib/methods/facets/enumerable/compact_collect.rb
|
308
293
|
- lib/methods/facets/enumerable/compact_map.rb
|
309
|
-
- lib/methods/facets/enumerable/count.rb
|
310
294
|
- lib/methods/facets/enumerable/divide.rb
|
311
295
|
- lib/methods/facets/enumerable/duplicates.rb
|
312
296
|
- lib/methods/facets/enumerable/each_by.rb
|
@@ -315,7 +299,6 @@ files:
|
|
315
299
|
- lib/methods/facets/enumerable/each_pair.rb
|
316
300
|
- lib/methods/facets/enumerable/each_permutation.rb
|
317
301
|
- lib/methods/facets/enumerable/each_unique_pair.rb
|
318
|
-
- lib/methods/facets/enumerable/each_with_counter.rb
|
319
302
|
- lib/methods/facets/enumerable/eachn.rb
|
320
303
|
- lib/methods/facets/enumerable/entropy.rb
|
321
304
|
- lib/methods/facets/enumerable/filter_collect.rb
|
@@ -326,7 +309,6 @@ files:
|
|
326
309
|
- lib/methods/facets/enumerable/ideal_entropy.rb
|
327
310
|
- lib/methods/facets/enumerable/injecting.rb
|
328
311
|
- lib/methods/facets/enumerable/map_if.rb
|
329
|
-
- lib/methods/facets/enumerable/map_with_counter.rb
|
330
312
|
- lib/methods/facets/enumerable/map_with_index.rb
|
331
313
|
- lib/methods/facets/enumerable/mode.rb
|
332
314
|
- lib/methods/facets/enumerable/none.rb
|
@@ -335,10 +317,8 @@ files:
|
|
335
317
|
- lib/methods/facets/enumerable/one.rb
|
336
318
|
- lib/methods/facets/enumerable/op_pow.rb
|
337
319
|
- lib/methods/facets/enumerable/partition_by.rb
|
338
|
-
- lib/methods/facets/enumerable/permutation.rb
|
339
320
|
- lib/methods/facets/enumerable/permutation_number.rb
|
340
321
|
- lib/methods/facets/enumerable/permute.rb
|
341
|
-
- lib/methods/facets/enumerable/probability.rb
|
342
322
|
- lib/methods/facets/enumerable/sum.rb
|
343
323
|
- lib/methods/facets/enumerable/to_h.rb
|
344
324
|
- lib/methods/facets/enumerable/to_hash.rb
|
@@ -355,7 +335,6 @@ files:
|
|
355
335
|
- lib/methods/facets/file/rootname.rb
|
356
336
|
- lib/methods/facets/file/sanitize.rb
|
357
337
|
- lib/methods/facets/file/split_all.rb
|
358
|
-
- lib/methods/facets/file/write.rb
|
359
338
|
- lib/methods/facets/filetest
|
360
339
|
- lib/methods/facets/filetest/root.rb
|
361
340
|
- lib/methods/facets/float
|
@@ -364,7 +343,6 @@ files:
|
|
364
343
|
- lib/methods/facets/float/round_to.rb
|
365
344
|
- lib/methods/facets/hash
|
366
345
|
- lib/methods/facets/hash/alias.rb
|
367
|
-
- lib/methods/facets/hash/at.rb
|
368
346
|
- lib/methods/facets/hash/autonew.rb
|
369
347
|
- lib/methods/facets/hash/collate.rb
|
370
348
|
- lib/methods/facets/hash/delete_at.rb
|
@@ -375,10 +353,7 @@ files:
|
|
375
353
|
- lib/methods/facets/hash/each_with_index.rb
|
376
354
|
- lib/methods/facets/hash/each_with_key.rb
|
377
355
|
- lib/methods/facets/hash/graph.rb
|
378
|
-
- lib/methods/facets/hash/has_keys.rb
|
379
356
|
- lib/methods/facets/hash/has_only_keys.rb
|
380
|
-
- lib/methods/facets/hash/insert.rb
|
381
|
-
- lib/methods/facets/hash/inverse.rb
|
382
357
|
- lib/methods/facets/hash/join.rb
|
383
358
|
- lib/methods/facets/hash/keys_to_s.rb
|
384
359
|
- lib/methods/facets/hash/keys_to_sym.rb
|
@@ -391,7 +366,6 @@ files:
|
|
391
366
|
- lib/methods/facets/hash/op_or.rb
|
392
367
|
- lib/methods/facets/hash/op_plus.rb
|
393
368
|
- lib/methods/facets/hash/pairs_at.rb
|
394
|
-
- lib/methods/facets/hash/rekey.rb
|
395
369
|
- lib/methods/facets/hash/replace_each.rb
|
396
370
|
- lib/methods/facets/hash/reverse_merge.rb
|
397
371
|
- lib/methods/facets/hash/reverse_update.rb
|
@@ -403,26 +377,21 @@ files:
|
|
403
377
|
- lib/methods/facets/hash/to_proc.rb
|
404
378
|
- lib/methods/facets/hash/to_proc_with_reponse.rb
|
405
379
|
- lib/methods/facets/hash/to_struct.rb
|
406
|
-
- lib/methods/facets/hash/traverse.rb
|
407
380
|
- lib/methods/facets/hash/update_each.rb
|
408
381
|
- lib/methods/facets/hash/update_keys.rb
|
409
382
|
- lib/methods/facets/hash/update_values.rb
|
410
383
|
- lib/methods/facets/hash/variablize_keys.rb
|
411
|
-
- lib/methods/facets/hash/weave.rb
|
412
384
|
- lib/methods/facets/hash/zipnew.rb
|
413
385
|
- lib/methods/facets/integer
|
414
386
|
- lib/methods/facets/integer/bit.rb
|
415
387
|
- lib/methods/facets/integer/bit_set.rb
|
416
|
-
- lib/methods/facets/integer/bitmask.rb
|
417
388
|
- lib/methods/facets/integer/clear_bit.rb
|
418
389
|
- lib/methods/facets/integer/clear_bitmask.rb
|
419
390
|
- lib/methods/facets/integer/even.rb
|
420
391
|
- lib/methods/facets/integer/fac.rb
|
421
392
|
- lib/methods/facets/integer/fact.rb
|
422
|
-
- lib/methods/facets/integer/factorial.rb
|
423
393
|
- lib/methods/facets/integer/multiple.rb
|
424
394
|
- lib/methods/facets/integer/odd.rb
|
425
|
-
- lib/methods/facets/integer/of.rb
|
426
395
|
- lib/methods/facets/integer/round_at.rb
|
427
396
|
- lib/methods/facets/integer/round_to.rb
|
428
397
|
- lib/methods/facets/integer/set_bit.rb
|
@@ -442,7 +411,6 @@ files:
|
|
442
411
|
- lib/methods/facets/kernel/__set__.rb
|
443
412
|
- lib/methods/facets/kernel/__singleton_class__.rb
|
444
413
|
- lib/methods/facets/kernel/as.rb
|
445
|
-
- lib/methods/facets/kernel/ask.rb
|
446
414
|
- lib/methods/facets/kernel/assign_from.rb
|
447
415
|
- lib/methods/facets/kernel/assign_with.rb
|
448
416
|
- lib/methods/facets/kernel/bitmask.rb
|
@@ -452,7 +420,6 @@ files:
|
|
452
420
|
- lib/methods/facets/kernel/callee.rb
|
453
421
|
- lib/methods/facets/kernel/class_def.rb
|
454
422
|
- lib/methods/facets/kernel/complete.rb
|
455
|
-
- lib/methods/facets/kernel/constant.rb
|
456
423
|
- lib/methods/facets/kernel/copy.rb
|
457
424
|
- lib/methods/facets/kernel/d.rb
|
458
425
|
- lib/methods/facets/kernel/deep_clone.rb
|
@@ -484,17 +451,13 @@ files:
|
|
484
451
|
- lib/methods/facets/kernel/object_dup.rb
|
485
452
|
- lib/methods/facets/kernel/object_hexid.rb
|
486
453
|
- lib/methods/facets/kernel/object_send.rb
|
487
|
-
- lib/methods/facets/kernel/op_esc.rb
|
488
454
|
- lib/methods/facets/kernel/p.rb
|
489
|
-
- lib/methods/facets/kernel/populate.rb
|
490
455
|
- lib/methods/facets/kernel/pp_call_stack.rb
|
491
456
|
- lib/methods/facets/kernel/pp_exception.rb
|
492
457
|
- lib/methods/facets/kernel/qua_class.rb
|
493
458
|
- lib/methods/facets/kernel/require_all.rb
|
494
|
-
- lib/methods/facets/kernel/require_esc.rb
|
495
459
|
- lib/methods/facets/kernel/require_local.rb
|
496
460
|
- lib/methods/facets/kernel/resc.rb
|
497
|
-
- lib/methods/facets/kernel/respond.rb
|
498
461
|
- lib/methods/facets/kernel/returning.rb
|
499
462
|
- lib/methods/facets/kernel/send_as.rb
|
500
463
|
- lib/methods/facets/kernel/set_from.rb
|
@@ -509,19 +472,15 @@ files:
|
|
509
472
|
- lib/methods/facets/kernel/superior.rb
|
510
473
|
- lib/methods/facets/kernel/supermethod.rb
|
511
474
|
- lib/methods/facets/kernel/suppress.rb
|
512
|
-
- lib/methods/facets/kernel/tap.rb
|
513
475
|
- lib/methods/facets/kernel/this.rb
|
514
476
|
- lib/methods/facets/kernel/to_b.rb
|
515
477
|
- lib/methods/facets/kernel/true.rb
|
516
|
-
- lib/methods/facets/kernel/val.rb
|
517
478
|
- lib/methods/facets/kernel/warn_with_line.rb
|
518
479
|
- lib/methods/facets/kernel/with.rb
|
519
480
|
- lib/methods/facets/matchdata
|
520
481
|
- lib/methods/facets/matchdata/match.rb
|
521
|
-
- lib/methods/facets/matchdata/matchset.rb
|
522
482
|
- lib/methods/facets/matchdata/matchtree.rb
|
523
483
|
- lib/methods/facets/module
|
524
|
-
- lib/methods/facets/module/abstract.rb
|
525
484
|
- lib/methods/facets/module/alias_accessor.rb
|
526
485
|
- lib/methods/facets/module/alias_method_chain.rb
|
527
486
|
- lib/methods/facets/module/alias_module_function.rb
|
@@ -566,8 +525,6 @@ files:
|
|
566
525
|
- lib/methods/facets/module/wrap.rb
|
567
526
|
- lib/methods/facets/module/wrap_method.rb
|
568
527
|
- lib/methods/facets/nilclass
|
569
|
-
- lib/methods/facets/nilclass/ergo.rb
|
570
|
-
- lib/methods/facets/nilclass/status.rb
|
571
528
|
- lib/methods/facets/nilclass/to_bool.rb
|
572
529
|
- lib/methods/facets/nilclass/to_f.rb
|
573
530
|
- lib/methods/facets/nilclass/to_h.rb
|
@@ -585,21 +542,16 @@ files:
|
|
585
542
|
- lib/methods/facets/object/with_reader.rb
|
586
543
|
- lib/methods/facets/object/with_writer.rb
|
587
544
|
- lib/methods/facets/proc
|
588
|
-
- lib/methods/facets/proc/bind.rb
|
589
|
-
- lib/methods/facets/proc/compose.rb
|
590
545
|
- lib/methods/facets/proc/op_mul.rb
|
591
546
|
- lib/methods/facets/proc/to_h.rb
|
592
547
|
- lib/methods/facets/proc/to_method.rb
|
593
548
|
- lib/methods/facets/proc/update.rb
|
594
549
|
- lib/methods/facets/range
|
595
|
-
- lib/methods/facets/range/combine.rb
|
596
|
-
- lib/methods/facets/range/overlap.rb
|
597
550
|
- lib/methods/facets/range/to_r.rb
|
598
551
|
- lib/methods/facets/range/to_range.rb
|
599
552
|
- lib/methods/facets/range/umbrella.rb
|
600
553
|
- lib/methods/facets/range/within.rb
|
601
554
|
- lib/methods/facets/regexp
|
602
|
-
- lib/methods/facets/regexp/arity.rb
|
603
555
|
- lib/methods/facets/regexp/to_re.rb
|
604
556
|
- lib/methods/facets/regexp/to_regexp.rb
|
605
557
|
- lib/methods/facets/string
|
@@ -608,15 +560,12 @@ files:
|
|
608
560
|
- lib/methods/facets/string/align_left.rb
|
609
561
|
- lib/methods/facets/string/align_right.rb
|
610
562
|
- lib/methods/facets/string/at.rb
|
611
|
-
- lib/methods/facets/string/blank.rb
|
612
|
-
- lib/methods/facets/string/bracket.rb
|
613
563
|
- lib/methods/facets/string/brief.rb
|
614
564
|
- lib/methods/facets/string/bytes.rb
|
615
565
|
- lib/methods/facets/string/capitalized.rb
|
616
566
|
- lib/methods/facets/string/chars.rb
|
617
567
|
- lib/methods/facets/string/cleave.rb
|
618
568
|
- lib/methods/facets/string/cmp.rb
|
619
|
-
- lib/methods/facets/string/crypt.rb
|
620
569
|
- lib/methods/facets/string/dequote.rb
|
621
570
|
- lib/methods/facets/string/divide.rb
|
622
571
|
- lib/methods/facets/string/downcase.rb
|
@@ -629,7 +578,6 @@ files:
|
|
629
578
|
- lib/methods/facets/string/format.rb
|
630
579
|
- lib/methods/facets/string/indent.rb
|
631
580
|
- lib/methods/facets/string/index_all.rb
|
632
|
-
- lib/methods/facets/string/interpolate.rb
|
633
581
|
- lib/methods/facets/string/last.rb
|
634
582
|
- lib/methods/facets/string/lchomp.rb
|
635
583
|
- lib/methods/facets/string/line_wrap.rb
|
@@ -637,22 +585,17 @@ files:
|
|
637
585
|
- lib/methods/facets/string/lowercase.rb
|
638
586
|
- lib/methods/facets/string/margin.rb
|
639
587
|
- lib/methods/facets/string/mscan.rb
|
640
|
-
- lib/methods/facets/string/natcmp.rb
|
641
|
-
- lib/methods/facets/string/nchar.rb
|
642
588
|
- lib/methods/facets/string/peek.rb
|
643
589
|
- lib/methods/facets/string/poke.rb
|
644
590
|
- lib/methods/facets/string/pop.rb
|
645
591
|
- lib/methods/facets/string/pull.rb
|
646
592
|
- lib/methods/facets/string/push.rb
|
647
593
|
- lib/methods/facets/string/quote.rb
|
648
|
-
- lib/methods/facets/string/range.rb
|
649
594
|
- lib/methods/facets/string/range_all.rb
|
650
595
|
- lib/methods/facets/string/range_of_line.rb
|
651
|
-
- lib/methods/facets/string/regesc.rb
|
652
596
|
- lib/methods/facets/string/rewrite.rb
|
653
597
|
- lib/methods/facets/string/shatter.rb
|
654
598
|
- lib/methods/facets/string/shift.rb
|
655
|
-
- lib/methods/facets/string/splice.rb
|
656
599
|
- lib/methods/facets/string/sprintf.rb
|
657
600
|
- lib/methods/facets/string/starts_with.rb
|
658
601
|
- lib/methods/facets/string/store.rb
|
@@ -675,28 +618,18 @@ files:
|
|
675
618
|
- lib/methods/facets/string/word_wrap.rb
|
676
619
|
- lib/methods/facets/string/words.rb
|
677
620
|
- lib/methods/facets/symbol
|
678
|
-
- lib/methods/facets/symbol/chomp.rb
|
679
|
-
- lib/methods/facets/symbol/generate.rb
|
680
621
|
- lib/methods/facets/symbol/lchomp.rb
|
681
|
-
- lib/methods/facets/symbol/not.rb
|
682
622
|
- lib/methods/facets/symbol/op_tilde.rb
|
683
623
|
- lib/methods/facets/symbol/pad.rb
|
684
|
-
- lib/methods/facets/symbol/shadow.rb
|
685
|
-
- lib/methods/facets/symbol/succ.rb
|
686
624
|
- lib/methods/facets/symbol/to_const.rb
|
687
625
|
- lib/methods/facets/symbol/to_proc.rb
|
688
626
|
- lib/methods/facets/time
|
689
|
-
- lib/methods/facets/time/change.rb
|
690
|
-
- lib/methods/facets/time/elapse.rb
|
691
627
|
- lib/methods/facets/time/stamp.rb
|
692
628
|
- lib/methods/facets/time/to_date.rb
|
693
629
|
- lib/methods/facets/time/to_s.rb
|
694
630
|
- lib/methods/facets/time/to_time.rb
|
695
631
|
- lib/methods/facets/trueclass
|
696
632
|
- lib/methods/facets/trueclass/to_bool.rb
|
697
|
-
- lib/methods/facets/unboundmethod
|
698
|
-
- lib/methods/facets/unboundmethod/arguments.rb
|
699
|
-
- lib/methods/facets/unboundmethod/name.rb
|
700
633
|
- lib/more
|
701
634
|
- lib/more/facets
|
702
635
|
- lib/more/facets/advice.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/array/conjoin.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/array/merge.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/array/pad.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/array/rotate.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/array/select.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/array/splice.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/array/unzip.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/binding/eval.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/class/descendents.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/class/initializer.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/comparable/bound.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/comparable/cmp.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/dir/multiglob.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/enumerable/collate.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/enumerable/collect.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/enumerable/count.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/enumerable/collect.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/enumerable/collect.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/enumerable/permutation.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/enumerable/probability.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/file/write.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/hash/at.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/hash/has_keys.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/hash/insert.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/hash/inverse.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/hash/rekey.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/hash/traverse.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/hash/weave.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/integer/bitmask.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/integer/factorial.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/integer/of.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/ask.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/constant.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/op_esc.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/populate.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/require_esc.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/respond.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/tap.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/kernel/val.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/matchdata/matchset.rb'
|
@@ -1 +0,0 @@
|
|
1
|
-
require 'facets/module/abstract.rb'
|