facets-glimmer 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.index +89 -0
- data/.yardopts +10 -0
- data/CONTRIBUTING.md +112 -0
- data/HISTORY.md +2497 -0
- data/LICENSE.txt +26 -0
- data/NOTICE.rdoc +167 -0
- data/README.md +305 -0
- data/demo/applique/assertion_framework.rb +1 -0
- data/demo/applique/file_helpers.rb +34 -0
- data/demo/core/array/after.md +13 -0
- data/demo/core/array/arrange.md +17 -0
- data/demo/core/array/before.md +14 -0
- data/demo/core/array/collapse.md +15 -0
- data/demo/core/array/collisions.md +30 -0
- data/demo/core/array/commonality.md +31 -0
- data/demo/core/array/conjoin.md +47 -0
- data/demo/core/array/contains.md +9 -0
- data/demo/core/array/delete_unless.md +13 -0
- data/demo/core/array/delete_values.md +10 -0
- data/demo/core/array/delete_values_at.md +15 -0
- data/demo/core/array/divide.md +14 -0
- data/demo/core/array/duplicates.md +14 -0
- data/demo/core/array/each_overlap.md +12 -0
- data/demo/core/array/each_pair.md +13 -0
- data/demo/core/array/each_value.md +12 -0
- data/demo/core/array/entropy.md +13 -0
- data/demo/core/array/extract_options.md +13 -0
- data/demo/core/array/first.md +11 -0
- data/demo/core/array/from.md +11 -0
- data/demo/core/array/ideal_entropy.md +11 -0
- data/demo/core/array/intersection.md +11 -0
- data/demo/core/array/last.md +11 -0
- data/demo/core/array/median.md +23 -0
- data/demo/core/array/merge.md +15 -0
- data/demo/core/array/missing.md +10 -0
- data/demo/core/array/mode.md +9 -0
- data/demo/core/array/nonuniq.md +16 -0
- data/demo/core/array/not_empty.md +8 -0
- data/demo/core/array/occur.md +18 -0
- data/demo/core/array/occurrence.md +13 -0
- data/demo/core/array/only.md +9 -0
- data/demo/core/array/op_pow.md +10 -0
- data/demo/core/array/pad.md +28 -0
- data/demo/core/array/peek.md +10 -0
- data/demo/core/array/poke.md +15 -0
- data/demo/core/array/probability +8 -0
- data/demo/core/array/pull.md +10 -0
- data/demo/core/array/recurse.md +10 -0
- data/demo/core/array/recursively.md +20 -0
- data/demo/core/array/reject_values.md +10 -0
- data/demo/core/array/span.md +16 -0
- data/demo/core/array/splice.md +14 -0
- data/demo/core/array/split.md +13 -0
- data/demo/core/array/split_at.md +12 -0
- data/demo/core/array/squeeze.md +14 -0
- data/demo/core/array/step.md +16 -0
- data/demo/core/array/store.md +9 -0
- data/demo/core/array/thru.md +12 -0
- data/demo/core/array/to_h.md +11 -0
- data/demo/core/array/traverse.md +20 -0
- data/demo/core/array/uniq_by.md +16 -0
- data/demo/core/array/unique_permutation.md +14 -0
- data/demo/core/array/zip.md +8 -0
- data/demo/core/binding/caller.md +57 -0
- data/demo/core/binding/defined.md +10 -0
- data/demo/core/binding/opvars.md +16 -0
- data/demo/core/binding/self.md +6 -0
- data/demo/core/class/descendants.md +13 -0
- data/demo/core/class/to_proc.md +11 -0
- data/demo/core/comparable/at_least.md +11 -0
- data/demo/core/comparable/at_most.md +11 -0
- data/demo/core/comparable/bound.md +13 -0
- data/demo/core/comparable/cap.md +11 -0
- data/demo/core/comparable/clip.md +29 -0
- data/demo/core/comparable/cmp.md +18 -0
- data/demo/core/comparable/op_get.md +32 -0
- data/demo/core/dir/ascend.md +24 -0
- data/demo/core/dir/descend.md +16 -0
- data/demo/core/dir/multiglob.md +41 -0
- data/demo/core/dir/parent.md +6 -0
- data/demo/core/dir/recurse.md +41 -0
- data/demo/core/exception/detail.md +19 -0
- data/demo/core/facets.md +6 -0
- data/demo/core/filetest/root.md +13 -0
- data/demo/core/hash/recursively.md +21 -0
- data/demo/core/indexable.md +95 -0
- data/demo/core/integer/bitmask.md +46 -0
- data/demo/core/integer/factorial.md +10 -0
- data/demo/core/integer/length.md +7 -0
- data/demo/core/integer/multiple.md +12 -0
- data/demo/core/integer/of.md +11 -0
- data/demo/core/integer/ordinal.md +11 -0
- data/demo/core/integer/times_collect.md +9 -0
- data/demo/core/matchdata/match.md +7 -0
- data/demo/core/matchdata/matchset.md +7 -0
- data/demo/core/matchdata/matchtree.md +10 -0
- data/demo/core/module/cattr.md +43 -0
- data/demo/core/module/class_extend.md +64 -0
- data/demo/core/module/class_inheritor.md +126 -0
- data/demo/core/module/copy_inheritor.md +30 -0
- data/demo/core/module/include_as.md +31 -0
- data/demo/core/module/method_space.md +24 -0
- data/demo/core/string/acronym.md +9 -0
- data/demo/core/string/align.md +34 -0
- data/demo/core/string/ascii_only.md +37 -0
- data/demo/core/string/bracket.md +35 -0
- data/demo/core/string/camelcase.md +47 -0
- data/demo/core/string/capitalized.md +27 -0
- data/demo/core/string/cleanlines.md +10 -0
- data/demo/core/string/cleave.md +49 -0
- data/demo/core/string/compress_lines.md +22 -0
- data/demo/core/string/crypt.md +15 -0
- data/demo/core/string/divide.md +9 -0
- data/demo/core/string/each_word.md +11 -0
- data/demo/core/string/edit_distance.md +15 -0
- data/demo/core/string/exclude.md +15 -0
- data/demo/core/string/expand_tabs.md +69 -0
- data/demo/core/string/fold.md +14 -0
- data/demo/core/string/indent.md +65 -0
- data/demo/core/string/index_all.md +14 -0
- data/demo/core/string/interpolate.md +8 -0
- data/demo/core/string/lchomp.md +14 -0
- data/demo/core/string/line_wrap.md +7 -0
- data/demo/core/string/lowercase.md +12 -0
- data/demo/core/string/methodize.md +22 -0
- data/demo/core/string/modulize.md +22 -0
- data/demo/core/string/mscan.md +10 -0
- data/demo/core/string/natcmp.md +10 -0
- data/demo/core/string/nchar.md +9 -0
- data/demo/core/string/newlines.md +9 -0
- data/demo/core/string/number.md +27 -0
- data/demo/core/string/op_div.md +10 -0
- data/demo/core/string/op_sub.md +7 -0
- data/demo/core/string/pathize.md +22 -0
- data/demo/core/string/quote.md +20 -0
- data/demo/core/string/random.md +25 -0
- data/demo/core/string/range.md +19 -0
- data/demo/core/string/remove.md +33 -0
- data/demo/core/string/rewrite.md +9 -0
- data/demo/core/string/shatter.md +9 -0
- data/demo/core/string/similarity.md +12 -0
- data/demo/core/string/snakecase.md +14 -0
- data/demo/core/string/splice.md +28 -0
- data/demo/core/string/squish.md +27 -0
- data/demo/core/string/store.md +10 -0
- data/demo/core/string/subtract.md +8 -0
- data/demo/core/string/titlecase.md +8 -0
- data/demo/core/string/to_re.md +22 -0
- data/demo/core/string/trim.md +92 -0
- data/demo/core/string/unbracket.md +24 -0
- data/demo/core/string/underscore.md +17 -0
- data/demo/core/string/unfold.md +9 -0
- data/demo/core/string/unindent.md +65 -0
- data/demo/core/string/unquote.md +6 -0
- data/demo/core/string/uppercase.md +15 -0
- data/demo/core/string/variablize.md +7 -0
- data/demo/core/string/word_wrap.md +54 -0
- data/demo/core/string/words.md +13 -0
- data/demo/core/string/xor.md +8 -0
- data/demo/standard/02_cloneable.rdoc +46 -0
- data/demo/standard/03_enumargs.rdoc +75 -0
- data/demo/standard/04_equitable.rdoc +35 -0
- data/demo/standard/05_instantiable.rdoc +42 -0
- data/demo/standard/date/comparison.md +33 -0
- data/demo/standard/memoizable.rdoc +134 -0
- data/demo/standard/mulititon.rdoc +156 -0
- data/lib/core/facets/applique/file_helpers.rb +33 -0
- data/lib/core/facets/array/after.rb +1 -0
- data/lib/core/facets/array/arrange.rb +42 -0
- data/lib/core/facets/array/average.rb +15 -0
- data/lib/core/facets/array/before.rb +41 -0
- data/lib/core/facets/array/collapse.rb +18 -0
- data/lib/core/facets/array/collisions.rb +1 -0
- data/lib/core/facets/array/commonality.rb +49 -0
- data/lib/core/facets/array/conjoin.rb +89 -0
- data/lib/core/facets/array/contains.rb +7 -0
- data/lib/core/facets/array/delete.rb +4 -0
- data/lib/core/facets/array/delete_unless.rb +15 -0
- data/lib/core/facets/array/delete_values.rb +50 -0
- data/lib/core/facets/array/delete_values_at.rb +1 -0
- data/lib/core/facets/array/divide.rb +27 -0
- data/lib/core/facets/array/duplicates.rb +24 -0
- data/lib/core/facets/array/each_overlap.rb +25 -0
- data/lib/core/facets/array/each_pair.rb +11 -0
- data/lib/core/facets/array/each_value.rb +6 -0
- data/lib/core/facets/array/entropy.rb +39 -0
- data/lib/core/facets/array/extract_options.rb +31 -0
- data/lib/core/facets/array/first.rb +1 -0
- data/lib/core/facets/array/from.rb +28 -0
- data/lib/core/facets/array/indexable.rb +31 -0
- data/lib/core/facets/array/intersection.rb +25 -0
- data/lib/core/facets/array/last.rb +1 -0
- data/lib/core/facets/array/median.rb +32 -0
- data/lib/core/facets/array/merge.rb +22 -0
- data/lib/core/facets/array/missing.rb +29 -0
- data/lib/core/facets/array/mode.rb +22 -0
- data/lib/core/facets/array/nonuniq.rb +28 -0
- data/lib/core/facets/array/not_empty.rb +13 -0
- data/lib/core/facets/array/occur.rb +38 -0
- data/lib/core/facets/array/occurrence.rb +29 -0
- data/lib/core/facets/array/only.rb +37 -0
- data/lib/core/facets/array/op_pow.rb +12 -0
- data/lib/core/facets/array/pad.rb +41 -0
- data/lib/core/facets/array/peek.rb +1 -0
- data/lib/core/facets/array/poke.rb +1 -0
- data/lib/core/facets/array/probability.rb +39 -0
- data/lib/core/facets/array/pull.rb +30 -0
- data/lib/core/facets/array/recurse.rb +29 -0
- data/lib/core/facets/array/recursively.rb +53 -0
- data/lib/core/facets/array/reject_values.rb +21 -0
- data/lib/core/facets/array/span.rb +24 -0
- data/lib/core/facets/array/splice.rb +31 -0
- data/lib/core/facets/array/split.rb +30 -0
- data/lib/core/facets/array/split_at.rb +25 -0
- data/lib/core/facets/array/squeeze.rb +23 -0
- data/lib/core/facets/array/standard_deviation.rb +23 -0
- data/lib/core/facets/array/step.rb +31 -0
- data/lib/core/facets/array/store.rb +16 -0
- data/lib/core/facets/array/thru.rb +1 -0
- data/lib/core/facets/array/to_h.rb +19 -0
- data/lib/core/facets/array/traverse.rb +50 -0
- data/lib/core/facets/array/uniq_by.rb +24 -0
- data/lib/core/facets/array/unique_permutation.rb +29 -0
- data/lib/core/facets/array/variance.rb +20 -0
- data/lib/core/facets/array/zip.rb +21 -0
- data/lib/core/facets/array.rb +49 -0
- data/lib/core/facets/binding/__callee__.rb +1 -0
- data/lib/core/facets/binding/__method__.rb +1 -0
- data/lib/core/facets/binding/call_stack.rb +1 -0
- data/lib/core/facets/binding/caller.rb +42 -0
- data/lib/core/facets/binding/callstack.rb +1 -0
- data/lib/core/facets/binding/defined.rb +10 -0
- data/lib/core/facets/binding/op.rb +4 -0
- data/lib/core/facets/binding/op_get.rb +25 -0
- data/lib/core/facets/binding/op_set.rb +1 -0
- data/lib/core/facets/binding/self.rb +15 -0
- data/lib/core/facets/binding/with.rb +12 -0
- data/lib/core/facets/binding.rb +12 -0
- data/lib/core/facets/boolean.rb +121 -0
- data/lib/core/facets/cattr.rb +1 -0
- data/lib/core/facets/class/cattr.rb +1 -0
- data/lib/core/facets/class/descendants.rb +36 -0
- data/lib/core/facets/class/hierarchically.rb +12 -0
- data/lib/core/facets/class/methodize.rb +19 -0
- data/lib/core/facets/class/pathize.rb +19 -0
- data/lib/core/facets/class/preallocate.rb +55 -0
- data/lib/core/facets/class/singleton.rb +1 -0
- data/lib/core/facets/class/singleton_class.rb +16 -0
- data/lib/core/facets/class/subclasses.rb +26 -0
- data/lib/core/facets/class/to_proc.rb +25 -0
- data/lib/core/facets/class.rb +9 -0
- data/lib/core/facets/comparable/at_least.rb +1 -0
- data/lib/core/facets/comparable/at_most.rb +1 -0
- data/lib/core/facets/comparable/bound.rb +1 -0
- data/lib/core/facets/comparable/cap.rb +34 -0
- data/lib/core/facets/comparable/clip.rb +38 -0
- data/lib/core/facets/comparable/cmp.rb +41 -0
- data/lib/core/facets/comparable/op_get.rb +45 -0
- data/lib/core/facets/comparable.rb +8 -0
- data/lib/core/facets/denumerable.rb +77 -0
- data/lib/core/facets/dir/ascend.rb +56 -0
- data/lib/core/facets/dir/descend.rb +1 -0
- data/lib/core/facets/dir/each_child.rb +16 -0
- data/lib/core/facets/dir/lookup.rb +20 -0
- data/lib/core/facets/dir/multiglob.rb +78 -0
- data/lib/core/facets/dir/parent.rb +16 -0
- data/lib/core/facets/dir/recurse.rb +35 -0
- data/lib/core/facets/dir.rb +7 -0
- data/lib/core/facets/enumerable/accumulate.rb +67 -0
- data/lib/core/facets/enumerable/apply.rb +20 -0
- data/lib/core/facets/enumerable/associate.rb +6 -0
- data/lib/core/facets/enumerable/cluster.rb +26 -0
- data/lib/core/facets/enumerable/collect_with_index.rb +2 -0
- data/lib/core/facets/enumerable/compact_map.rb +36 -0
- data/lib/core/facets/enumerable/defer.rb +46 -0
- data/lib/core/facets/enumerable/each_by.rb +33 -0
- data/lib/core/facets/enumerable/every.rb +40 -0
- data/lib/core/facets/enumerable/ewise.rb +61 -0
- data/lib/core/facets/enumerable/exclude.rb +16 -0
- data/lib/core/facets/enumerable/expand.rb +15 -0
- data/lib/core/facets/enumerable/filter.rb +33 -0
- data/lib/core/facets/enumerable/find_yield.rb +42 -0
- data/lib/core/facets/enumerable/frequency.rb +24 -0
- data/lib/core/facets/enumerable/graph.rb +34 -0
- data/lib/core/facets/enumerable/hashify.rb +230 -0
- data/lib/core/facets/enumerable/hinge.rb +18 -0
- data/lib/core/facets/enumerable/incase.rb +19 -0
- data/lib/core/facets/enumerable/key_by.rb +27 -0
- data/lib/core/facets/enumerable/map_by.rb +35 -0
- data/lib/core/facets/enumerable/map_detect.rb +1 -0
- data/lib/core/facets/enumerable/map_send.rb +26 -0
- data/lib/core/facets/enumerable/map_to.rb +13 -0
- data/lib/core/facets/enumerable/map_with.rb +21 -0
- data/lib/core/facets/enumerable/map_with_index.rb +23 -0
- data/lib/core/facets/enumerable/mash.rb +34 -0
- data/lib/core/facets/enumerable/modulate.rb +22 -0
- data/lib/core/facets/enumerable/occur.rb +41 -0
- data/lib/core/facets/enumerable/only.rb +56 -0
- data/lib/core/facets/enumerable/organize_by.rb +19 -0
- data/lib/core/facets/enumerable/pair.rb +20 -0
- data/lib/core/facets/enumerable/per.rb +77 -0
- data/lib/core/facets/enumerable/purge.rb +43 -0
- data/lib/core/facets/enumerable/recursively.rb +66 -0
- data/lib/core/facets/enumerable/squeeze.rb +36 -0
- data/lib/core/facets/enumerable/sum.rb +40 -0
- data/lib/core/facets/enumerable/unassociate.rb +23 -0
- data/lib/core/facets/enumerable/uniq_by.rb +13 -0
- data/lib/core/facets/enumerable/value_by.rb +25 -0
- data/lib/core/facets/enumerable/visit.rb +30 -0
- data/lib/core/facets/enumerable/with_position.rb +58 -0
- data/lib/core/facets/enumerable/zip_map.rb +1 -0
- data/lib/core/facets/enumerable.rb +40 -0
- data/lib/core/facets/enumerator/fx.rb +27 -0
- data/lib/core/facets/enumerator/lazy/squeeze.rb +33 -0
- data/lib/core/facets/enumerator.rb +75 -0
- data/lib/core/facets/essentials.rb +65 -0
- data/lib/core/facets/exception/detail.rb +17 -0
- data/lib/core/facets/exception/error_print.rb +80 -0
- data/lib/core/facets/exception/raised.rb +14 -0
- data/lib/core/facets/exception/set_message.rb +10 -0
- data/lib/core/facets/exception/suppress.rb +22 -0
- data/lib/core/facets/exception.rb +4 -0
- data/lib/core/facets/file/append.rb +14 -0
- data/lib/core/facets/file/atomic_id.rb +9 -0
- data/lib/core/facets/file/atomic_open.rb +26 -0
- data/lib/core/facets/file/atomic_write.rb +58 -0
- data/lib/core/facets/file/common_path.rb +17 -0
- data/lib/core/facets/file/create.rb +21 -0
- data/lib/core/facets/file/ext.rb +36 -0
- data/lib/core/facets/file/null.rb +21 -0
- data/lib/core/facets/file/read_binary.rb +18 -0
- data/lib/core/facets/file/read_list.rb +34 -0
- data/lib/core/facets/file/rewrite.rb +90 -0
- data/lib/core/facets/file/rootname.rb +23 -0
- data/lib/core/facets/file/sanitize.rb +18 -0
- data/lib/core/facets/file/split_all.rb +19 -0
- data/lib/core/facets/file/split_root.rb +13 -0
- data/lib/core/facets/file/write.rb +24 -0
- data/lib/core/facets/file/writelines.rb +27 -0
- data/lib/core/facets/file.rb +16 -0
- data/lib/core/facets/filetest/absolute.rb +1 -0
- data/lib/core/facets/filetest/contains.rb +12 -0
- data/lib/core/facets/filetest/relative.rb +38 -0
- data/lib/core/facets/filetest/root.rb +17 -0
- data/lib/core/facets/filetest/safe.rb +24 -0
- data/lib/core/facets/filetest/separator_pattern.rb +19 -0
- data/lib/core/facets/filetest.rb +7 -0
- data/lib/core/facets/float/round_to.rb +1 -0
- data/lib/core/facets/float.rb +2 -0
- data/lib/core/facets/functor.rb +92 -0
- data/lib/core/facets/hash/alias.rb +31 -0
- data/lib/core/facets/hash/argumentize.rb +28 -0
- data/lib/core/facets/hash/at.rb +8 -0
- data/lib/core/facets/hash/autonew.rb +24 -0
- data/lib/core/facets/hash/collate.rb +49 -0
- data/lib/core/facets/hash/count.rb +16 -0
- data/lib/core/facets/hash/data.rb +44 -0
- data/lib/core/facets/hash/dearray_values.rb +46 -0
- data/lib/core/facets/hash/deep_merge.rb +33 -0
- data/lib/core/facets/hash/deep_rekey.rb +54 -0
- data/lib/core/facets/hash/delete.rb +4 -0
- data/lib/core/facets/hash/delete_at.rb +7 -0
- data/lib/core/facets/hash/delete_unless.rb +17 -0
- data/lib/core/facets/hash/delete_values.rb +41 -0
- data/lib/core/facets/hash/diff.rb +17 -0
- data/lib/core/facets/hash/each_with_key.rb +12 -0
- data/lib/core/facets/hash/except.rb +37 -0
- data/lib/core/facets/hash/fetch_nested.rb +20 -0
- data/lib/core/facets/hash/graph.rb +18 -0
- data/lib/core/facets/hash/insert.rb +19 -0
- data/lib/core/facets/hash/inverse.rb +30 -0
- data/lib/core/facets/hash/join.rb +17 -0
- data/lib/core/facets/hash/keys.rb +36 -0
- data/lib/core/facets/hash/mash.rb +1 -0
- data/lib/core/facets/hash/new_with.rb +15 -0
- data/lib/core/facets/hash/only_keys.rb +1 -0
- data/lib/core/facets/hash/op.rb +7 -0
- data/lib/core/facets/hash/op_add.rb +12 -0
- data/lib/core/facets/hash/op_and.rb +33 -0
- data/lib/core/facets/hash/op_mul.rb +18 -0
- data/lib/core/facets/hash/op_or.rb +12 -0
- data/lib/core/facets/hash/op_push.rb +25 -0
- data/lib/core/facets/hash/op_sub.rb +27 -0
- data/lib/core/facets/hash/recurse.rb +29 -0
- data/lib/core/facets/hash/recursively.rb +61 -0
- data/lib/core/facets/hash/rekey.rb +81 -0
- data/lib/core/facets/hash/replace_each.rb +16 -0
- data/lib/core/facets/hash/revalue.rb +61 -0
- data/lib/core/facets/hash/reverse_merge.rb +30 -0
- data/lib/core/facets/hash/slice.rb +49 -0
- data/lib/core/facets/hash/stringify_keys.rb +1 -0
- data/lib/core/facets/hash/subset.rb +27 -0
- data/lib/core/facets/hash/swap.rb +17 -0
- data/lib/core/facets/hash/symbolize_keys.rb +92 -0
- data/lib/core/facets/hash/to_mod.rb +33 -0
- data/lib/core/facets/hash/to_options.rb +1 -0
- data/lib/core/facets/hash/to_proc.rb +39 -0
- data/lib/core/facets/hash/to_struct.rb +17 -0
- data/lib/core/facets/hash/traverse.rb +47 -0
- data/lib/core/facets/hash/update.rb +6 -0
- data/lib/core/facets/hash/update_each.rb +18 -0
- data/lib/core/facets/hash/update_keys.rb +21 -0
- data/lib/core/facets/hash/update_values.rb +20 -0
- data/lib/core/facets/hash/weave.rb +76 -0
- data/lib/core/facets/hash/zip.rb +18 -0
- data/lib/core/facets/hash.rb +53 -0
- data/lib/core/facets/indexable.rb +270 -0
- data/lib/core/facets/integer/bit.rb +1 -0
- data/lib/core/facets/integer/bitmask.rb +99 -0
- data/lib/core/facets/integer/factorial.rb +21 -0
- data/lib/core/facets/integer/multiple.rb +19 -0
- data/lib/core/facets/integer/of.rb +18 -0
- data/lib/core/facets/integer/ordinal.rb +24 -0
- data/lib/core/facets/integer/roman.rb +1 -0
- data/lib/core/facets/integer.rb +8 -0
- data/lib/core/facets/kernel/__class__.rb +9 -0
- data/lib/core/facets/kernel/__dir__.rb +28 -0
- data/lib/core/facets/kernel/__get__.rb +15 -0
- data/lib/core/facets/kernel/__set__.rb +1 -0
- data/lib/core/facets/kernel/as.rb +116 -0
- data/lib/core/facets/kernel/ask.rb +28 -0
- data/lib/core/facets/kernel/assign.rb +74 -0
- data/lib/core/facets/kernel/assign_from.rb +1 -0
- data/lib/core/facets/kernel/attr_singleton.rb +59 -0
- data/lib/core/facets/kernel/blank.rb +84 -0
- data/lib/core/facets/kernel/call_stack.rb +1 -0
- data/lib/core/facets/kernel/callstack.rb +56 -0
- data/lib/core/facets/kernel/case.rb +8 -0
- data/lib/core/facets/kernel/complete.rb +26 -0
- data/lib/core/facets/kernel/d.rb +27 -0
- data/lib/core/facets/kernel/deep_clone.rb +27 -0
- data/lib/core/facets/kernel/deep_copy.rb +14 -0
- data/lib/core/facets/kernel/demo.rb +30 -0
- data/lib/core/facets/kernel/disable_warnings.rb +26 -0
- data/lib/core/facets/kernel/eigen.rb +2 -0
- data/lib/core/facets/kernel/eigenclass.rb +24 -0
- data/lib/core/facets/kernel/enable_warnings.rb +1 -0
- data/lib/core/facets/kernel/ergo.rb +43 -0
- data/lib/core/facets/kernel/extend.rb +28 -0
- data/lib/core/facets/kernel/extension.rb +12 -0
- data/lib/core/facets/kernel/false.rb +2 -0
- data/lib/core/facets/kernel/here.rb +11 -0
- data/lib/core/facets/kernel/hierarchical_send.rb +44 -0
- data/lib/core/facets/kernel/identical.rb +4 -0
- data/lib/core/facets/kernel/in.rb +13 -0
- data/lib/core/facets/kernel/instance_assign.rb +22 -0
- data/lib/core/facets/kernel/instance_class.rb +26 -0
- data/lib/core/facets/kernel/instance_exec.rb +47 -0
- data/lib/core/facets/kernel/instance_extract.rb +22 -0
- data/lib/core/facets/kernel/instance_replace.rb +40 -0
- data/lib/core/facets/kernel/instance_send.rb +7 -0
- data/lib/core/facets/kernel/like.rb +19 -0
- data/lib/core/facets/kernel/load_all.rb +1 -0
- data/lib/core/facets/kernel/load_relative.rb +25 -0
- data/lib/core/facets/kernel/maybe.rb +19 -0
- data/lib/core/facets/kernel/memo.rb +44 -0
- data/lib/core/facets/kernel/meta.rb +35 -0
- data/lib/core/facets/kernel/meta_alias.rb +23 -0
- data/lib/core/facets/kernel/meta_class.rb +17 -0
- data/lib/core/facets/kernel/meta_def.rb +24 -0
- data/lib/core/facets/kernel/meta_eval.rb +20 -0
- data/lib/core/facets/kernel/method.rb +50 -0
- data/lib/core/facets/kernel/no.rb +1 -0
- data/lib/core/facets/kernel/not.rb +37 -0
- data/lib/core/facets/kernel/not_nil.rb +18 -0
- data/lib/core/facets/kernel/object_class.rb +10 -0
- data/lib/core/facets/kernel/object_hexid.rb +33 -0
- data/lib/core/facets/kernel/object_send.rb +30 -0
- data/lib/core/facets/kernel/p.rb +24 -0
- data/lib/core/facets/kernel/presence.rb +1 -0
- data/lib/core/facets/kernel/present.rb +1 -0
- data/lib/core/facets/kernel/qua_class.rb +31 -0
- data/lib/core/facets/kernel/require_all.rb +42 -0
- data/lib/core/facets/kernel/respond.rb +32 -0
- data/lib/core/facets/kernel/returning.rb +27 -0
- data/lib/core/facets/kernel/silence.rb +73 -0
- data/lib/core/facets/kernel/silence_warnings.rb +1 -0
- data/lib/core/facets/kernel/singleton_class.rb +10 -0
- data/lib/core/facets/kernel/super_method.rb +11 -0
- data/lib/core/facets/kernel/tap.rb +36 -0
- data/lib/core/facets/kernel/temporarily.rb +23 -0
- data/lib/core/facets/kernel/trap_chain.rb +28 -0
- data/lib/core/facets/kernel/true.rb +26 -0
- data/lib/core/facets/kernel/try.rb +58 -0
- data/lib/core/facets/kernel/val.rb +19 -0
- data/lib/core/facets/kernel/with.rb +20 -0
- data/lib/core/facets/kernel/writers.rb +91 -0
- data/lib/core/facets/kernel/y.rb +23 -0
- data/lib/core/facets/kernel/yes.rb +25 -0
- data/lib/core/facets/kernel.rb +75 -0
- data/lib/core/facets/lazy.rb +237 -0
- data/lib/core/facets/load_path/search.rb +16 -0
- data/lib/core/facets/load_path.rb +1 -0
- data/lib/core/facets/matchdata/match.rb +15 -0
- data/lib/core/facets/matchdata/matchset.rb +44 -0
- data/lib/core/facets/matchdata/matchtree.rb +2 -0
- data/lib/core/facets/matchdata.rb +3 -0
- data/lib/core/facets/metaid.rb +7 -0
- data/lib/core/facets/method/composition.rb +96 -0
- data/lib/core/facets/method/curry.rb +13 -0
- data/lib/core/facets/method/memoize.rb +17 -0
- data/lib/core/facets/method/op_mul.rb +1 -0
- data/lib/core/facets/method/op_pow.rb +1 -0
- data/lib/core/facets/method/partial.rb +10 -0
- data/lib/core/facets/method/public.rb +33 -0
- data/lib/core/facets/method.rb +5 -0
- data/lib/core/facets/module/abstract.rb +24 -0
- data/lib/core/facets/module/alias_accessor.rb +45 -0
- data/lib/core/facets/module/alias_class_method.rb +11 -0
- data/lib/core/facets/module/alias_method_chain.rb +67 -0
- data/lib/core/facets/module/alias_module_function.rb +30 -0
- data/lib/core/facets/module/all_instance_methods.rb +19 -0
- data/lib/core/facets/module/ancestor.rb +16 -0
- data/lib/core/facets/module/anonymous.rb +25 -0
- data/lib/core/facets/module/attr_class_accessor.rb +51 -0
- data/lib/core/facets/module/attr_setter.rb +52 -0
- data/lib/core/facets/module/attr_tester.rb +56 -0
- data/lib/core/facets/module/attr_validator.rb +46 -0
- data/lib/core/facets/module/basename.rb +1 -0
- data/lib/core/facets/module/can.rb +20 -0
- data/lib/core/facets/module/cattr.rb +1 -0
- data/lib/core/facets/module/class.rb +12 -0
- data/lib/core/facets/module/class_accessor.rb +46 -0
- data/lib/core/facets/module/class_def.rb +2 -0
- data/lib/core/facets/module/class_extend.rb +92 -0
- data/lib/core/facets/module/class_inheritor.rb +80 -0
- data/lib/core/facets/module/class_method_defined.rb +1 -0
- data/lib/core/facets/module/copy_inheritor.rb +45 -0
- data/lib/core/facets/module/enclosure.rb +94 -0
- data/lib/core/facets/module/enclosures.rb +1 -0
- data/lib/core/facets/module/extend.rb +1 -0
- data/lib/core/facets/module/home.rb +90 -0
- data/lib/core/facets/module/homename.rb +1 -0
- data/lib/core/facets/module/housing.rb +1 -0
- data/lib/core/facets/module/include_as.rb +1 -0
- data/lib/core/facets/module/include_function_module.rb +25 -0
- data/lib/core/facets/module/instance_function.rb +94 -0
- data/lib/core/facets/module/instance_method.rb +25 -0
- data/lib/core/facets/module/instance_method_defined.rb +23 -0
- data/lib/core/facets/module/integrate.rb +49 -0
- data/lib/core/facets/module/is.rb +57 -0
- data/lib/core/facets/module/lastname.rb +30 -0
- data/lib/core/facets/module/let.rb +31 -0
- data/lib/core/facets/module/mattr.rb +296 -0
- data/lib/core/facets/module/memoize.rb +16 -0
- data/lib/core/facets/module/method_clash.rb +66 -0
- data/lib/core/facets/module/method_space.rb +107 -0
- data/lib/core/facets/module/methodize.rb +20 -0
- data/lib/core/facets/module/modname.rb +1 -0
- data/lib/core/facets/module/module_def.rb +31 -0
- data/lib/core/facets/module/module_load.rb +83 -0
- data/lib/core/facets/module/nodef.rb +13 -0
- data/lib/core/facets/module/op.rb +107 -0
- data/lib/core/facets/module/op_add.rb +1 -0
- data/lib/core/facets/module/op_mul.rb +1 -0
- data/lib/core/facets/module/op_sub.rb +1 -0
- data/lib/core/facets/module/pathize.rb +20 -0
- data/lib/core/facets/module/preextend.rb +32 -0
- data/lib/core/facets/module/redefine_method.rb +37 -0
- data/lib/core/facets/module/redirect_method.rb +46 -0
- data/lib/core/facets/module/remove.rb +1 -0
- data/lib/core/facets/module/rename_method.rb +30 -0
- data/lib/core/facets/module/revise.rb +41 -0
- data/lib/core/facets/module/set.rb +36 -0
- data/lib/core/facets/module/singleton_method_defined.rb +1 -0
- data/lib/core/facets/module/spacename.rb +25 -0
- data/lib/core/facets/module/to_obj.rb +20 -0
- data/lib/core/facets/module/wrap_method.rb +35 -0
- data/lib/core/facets/module.rb +60 -0
- data/lib/core/facets/na.rb +21 -0
- data/lib/core/facets/nilclass/ergo.rb +1 -0
- data/lib/core/facets/nilclass.rb +2 -0
- data/lib/core/facets/numeric/approx.rb +39 -0
- data/lib/core/facets/numeric/close.rb +1 -0
- data/lib/core/facets/numeric/delimit.rb +20 -0
- data/lib/core/facets/numeric/distance.rb +14 -0
- data/lib/core/facets/numeric/length.rb +10 -0
- data/lib/core/facets/numeric/negative.rb +1 -0
- data/lib/core/facets/numeric/positive.rb +15 -0
- data/lib/core/facets/numeric/range.rb +12 -0
- data/lib/core/facets/numeric/round_to.rb +32 -0
- data/lib/core/facets/numeric/spacing.rb +20 -0
- data/lib/core/facets/numeric.rb +8 -0
- data/lib/core/facets/object/clone.rb +1 -0
- data/lib/core/facets/object/dup.rb +79 -0
- data/lib/core/facets/object/itself.rb +16 -0
- data/lib/core/facets/object/object_state.rb +77 -0
- data/lib/core/facets/object/try_dup.rb +1 -0
- data/lib/core/facets/object.rb +7 -0
- data/lib/core/facets/objectspace/classes.rb +11 -0
- data/lib/core/facets/objectspace/op_fetch.rb +3 -0
- data/lib/core/facets/objectspace.rb +3 -0
- data/lib/core/facets/proc/bind.rb +24 -0
- data/lib/core/facets/proc/bind_to.rb +17 -0
- data/lib/core/facets/proc/compose.rb +42 -0
- data/lib/core/facets/proc/partial.rb +33 -0
- data/lib/core/facets/proc/to_method.rb +38 -0
- data/lib/core/facets/proc/update.rb +9 -0
- data/lib/core/facets/proc/wrap.rb +17 -0
- data/lib/core/facets/proc.rb +7 -0
- data/lib/core/facets/process/daemon.rb +32 -0
- data/lib/core/facets/process.rb +2 -0
- data/lib/core/facets/range/combine.rb +47 -0
- data/lib/core/facets/range/nudge.rb +27 -0
- data/lib/core/facets/range/op_add.rb +15 -0
- data/lib/core/facets/range/op_sub.rb +45 -0
- data/lib/core/facets/range/overlap.rb +12 -0
- data/lib/core/facets/range/quantile.rb +18 -0
- data/lib/core/facets/range/to_rng.rb +26 -0
- data/lib/core/facets/range/umbrella.rb +1 -0
- data/lib/core/facets/range/within.rb +64 -0
- data/lib/core/facets/range.rb +9 -0
- data/lib/core/facets/regexp/arity.rb +17 -0
- data/lib/core/facets/regexp/multiline.rb +13 -0
- data/lib/core/facets/regexp/op_add.rb +18 -0
- data/lib/core/facets/regexp/op_or.rb +15 -0
- data/lib/core/facets/regexp/to_proc.rb +13 -0
- data/lib/core/facets/regexp/to_re.rb +28 -0
- data/lib/core/facets/regexp.rb +6 -0
- data/lib/core/facets/roman.rb +89 -0
- data/lib/core/facets/string/acronym.rb +11 -0
- data/lib/core/facets/string/align.rb +125 -0
- data/lib/core/facets/string/ascii_only.rb +52 -0
- data/lib/core/facets/string/bracket.rb +64 -0
- data/lib/core/facets/string/briefcase.rb +1 -0
- data/lib/core/facets/string/camelcase.rb +73 -0
- data/lib/core/facets/string/capitalized.rb +49 -0
- data/lib/core/facets/string/cleanlines.rb +27 -0
- data/lib/core/facets/string/cleave.rb +36 -0
- data/lib/core/facets/string/cmp.rb +1 -0
- data/lib/core/facets/string/compress_lines.rb +17 -0
- data/lib/core/facets/string/crypt.rb +22 -0
- data/lib/core/facets/string/divide.rb +18 -0
- data/lib/core/facets/string/each_match.rb +1 -0
- data/lib/core/facets/string/each_word.rb +17 -0
- data/lib/core/facets/string/edit_distance.rb +124 -0
- data/lib/core/facets/string/ends_with.rb +1 -0
- data/lib/core/facets/string/exclude.rb +10 -0
- data/lib/core/facets/string/expand_tab.rb +35 -0
- data/lib/core/facets/string/file.rb +21 -0
- data/lib/core/facets/string/fold.rb +39 -0
- data/lib/core/facets/string/indent.rb +76 -0
- data/lib/core/facets/string/index_all.rb +24 -0
- data/lib/core/facets/string/indexable.rb +7 -0
- data/lib/core/facets/string/interpolate.rb +23 -0
- data/lib/core/facets/string/lchomp.rb +33 -0
- data/lib/core/facets/string/line_wrap.rb +18 -0
- data/lib/core/facets/string/linear.rb +19 -0
- data/lib/core/facets/string/lowercase.rb +1 -0
- data/lib/core/facets/string/margin.rb +55 -0
- data/lib/core/facets/string/methodize.rb +26 -0
- data/lib/core/facets/string/modulize.rb +31 -0
- data/lib/core/facets/string/mscan.rb +22 -0
- data/lib/core/facets/string/natcmp.rb +88 -0
- data/lib/core/facets/string/nchar.rb +32 -0
- data/lib/core/facets/string/newlines.rb +32 -0
- data/lib/core/facets/string/number.rb +14 -0
- data/lib/core/facets/string/op_div.rb +14 -0
- data/lib/core/facets/string/op_sub.rb +1 -0
- data/lib/core/facets/string/outdent.rb +1 -0
- data/lib/core/facets/string/pathize.rb +32 -0
- data/lib/core/facets/string/quote.rb +93 -0
- data/lib/core/facets/string/random.rb +44 -0
- data/lib/core/facets/string/range.rb +60 -0
- data/lib/core/facets/string/range_all.rb +1 -0
- data/lib/core/facets/string/range_of_line.rb +1 -0
- data/lib/core/facets/string/remove.rb +30 -0
- data/lib/core/facets/string/rewrite.rb +24 -0
- data/lib/core/facets/string/roman.rb +1 -0
- data/lib/core/facets/string/rotate.rb +24 -0
- data/lib/core/facets/string/shatter.rb +22 -0
- data/lib/core/facets/string/similarity.rb +90 -0
- data/lib/core/facets/string/snakecase.rb +31 -0
- data/lib/core/facets/string/splice.rb +33 -0
- data/lib/core/facets/string/squish.rb +22 -0
- data/lib/core/facets/string/starts_with.rb +5 -0
- data/lib/core/facets/string/store.rb +7 -0
- data/lib/core/facets/string/subtract.rb +4 -0
- data/lib/core/facets/string/titlecase.rb +27 -0
- data/lib/core/facets/string/to_re.rb +26 -0
- data/lib/core/facets/string/to_rx.rb +1 -0
- data/lib/core/facets/string/trim.rb +45 -0
- data/lib/core/facets/string/unbracket.rb +1 -0
- data/lib/core/facets/string/underscore.rb +1 -0
- data/lib/core/facets/string/unfold.rb +32 -0
- data/lib/core/facets/string/unindent.rb +1 -0
- data/lib/core/facets/string/unquote.rb +1 -0
- data/lib/core/facets/string/uppercase.rb +23 -0
- data/lib/core/facets/string/variablize.rb +13 -0
- data/lib/core/facets/string/word_wrap.rb +32 -0
- data/lib/core/facets/string/words.rb +24 -0
- data/lib/core/facets/string/xor.rb +26 -0
- data/lib/core/facets/string.rb +67 -0
- data/lib/core/facets/struct/attributes.rb +15 -0
- data/lib/core/facets/struct/replace.rb +8 -0
- data/lib/core/facets/struct.rb +3 -0
- data/lib/core/facets/symbol/as_s.rb +19 -0
- data/lib/core/facets/symbol/bang.rb +1 -0
- data/lib/core/facets/symbol/call.rb +29 -0
- data/lib/core/facets/symbol/chomp.rb +24 -0
- data/lib/core/facets/symbol/generate.rb +24 -0
- data/lib/core/facets/symbol/not.rb +29 -0
- data/lib/core/facets/symbol/op_div.rb +21 -0
- data/lib/core/facets/symbol/plain.rb +51 -0
- data/lib/core/facets/symbol/query.rb +1 -0
- data/lib/core/facets/symbol/reader.rb +1 -0
- data/lib/core/facets/symbol/setter.rb +1 -0
- data/lib/core/facets/symbol/succ.rb +23 -0
- data/lib/core/facets/symbol/thrown.rb +22 -0
- data/lib/core/facets/symbol/variablize.rb +14 -0
- data/lib/core/facets/symbol/writer.rb +1 -0
- data/lib/core/facets/symbol.rb +14 -0
- data/lib/core/facets/time/ago.rb +1 -0
- data/lib/core/facets/time/change.rb +46 -0
- data/lib/core/facets/time/dst_adjustment.rb +24 -0
- data/lib/core/facets/time/elapse.rb +18 -0
- data/lib/core/facets/time/future.rb +16 -0
- data/lib/core/facets/time/hence.rb +1 -0
- data/lib/core/facets/time/in.rb +1 -0
- data/lib/core/facets/time/less.rb +1 -0
- data/lib/core/facets/time/past.rb +1 -0
- data/lib/core/facets/time/round_to.rb +21 -0
- data/lib/core/facets/time/set.rb +27 -0
- data/lib/core/facets/time/shift.rb +97 -0
- data/lib/core/facets/time/stamp.rb +47 -0
- data/lib/core/facets/time/to_time.rb +21 -0
- data/lib/core/facets/time/trunc.rb +15 -0
- data/lib/core/facets/time.rb +16 -0
- data/lib/core/facets/unboundmethod/arguments.rb +44 -0
- data/lib/core/facets/unboundmethod.rb +2 -0
- data/lib/core/facets/version.rb +18 -0
- data/lib/core/facets.rb +40 -0
- data/lib/core/facets.yml +80 -0
- data/lib/facets-glimmer/ext/kernel.rb +8 -0
- data/lib/facets-glimmer.rb +33 -0
- data/lib/standard/facets/against.rb +53 -0
- data/lib/standard/facets/argvector.rb +343 -0
- data/lib/standard/facets/binding/block_exec.rb +44 -0
- data/lib/standard/facets/cgi/esc.rb +11 -0
- data/lib/standard/facets/cgi/escape_html.rb +63 -0
- data/lib/standard/facets/cgi/marshal.rb +20 -0
- data/lib/standard/facets/cgi.rb +6 -0
- data/lib/standard/facets/cli.rb +54 -0
- data/lib/standard/facets/cloneable.rb +67 -0
- data/lib/standard/facets/continuation.rb +56 -0
- data/lib/standard/facets/date/cmp.rb +32 -0
- data/lib/standard/facets/date.rb +434 -0
- data/lib/standard/facets/digest/base64digest.rb +45 -0
- data/lib/standard/facets/digest/salted_digest.rb +44 -0
- data/lib/standard/facets/digest.rb +2 -0
- data/lib/standard/facets/enumargs.rb +191 -0
- data/lib/standard/facets/equitable.rb +76 -0
- data/lib/standard/facets/erb.rb +66 -0
- data/lib/standard/facets/fileutils/amass.rb +34 -0
- data/lib/standard/facets/fileutils/cp_rx.rb +42 -0
- data/lib/standard/facets/fileutils/head.rb +1 -0
- data/lib/standard/facets/fileutils/ln_r.rb +98 -0
- data/lib/standard/facets/fileutils/outofdate.rb +38 -0
- data/lib/standard/facets/fileutils/safe_ln.rb +27 -0
- data/lib/standard/facets/fileutils/slice.rb +55 -0
- data/lib/standard/facets/fileutils/stage.rb +66 -0
- data/lib/standard/facets/fileutils/tail.rb +1 -0
- data/lib/standard/facets/fileutils/wc.rb +63 -0
- data/lib/standard/facets/fileutils/whereis.rb +66 -0
- data/lib/standard/facets/fileutils/which.rb +60 -0
- data/lib/standard/facets/fileutils.rb +13 -0
- data/lib/standard/facets/find/select.rb +16 -0
- data/lib/standard/facets/find.rb +2 -0
- data/lib/standard/facets/gem/search.rb +18 -0
- data/lib/standard/facets/gem/specification/current_specs.rb +21 -0
- data/lib/standard/facets/gem/specification/find_requireable_file.rb +21 -0
- data/lib/standard/facets/getoptlong.rb +59 -0
- data/lib/standard/facets/hash_builder.rb +46 -0
- data/lib/standard/facets/instantiable.rb +25 -0
- data/lib/standard/facets/interval.rb +277 -0
- data/lib/standard/facets/load_monitor.rb +26 -0
- data/lib/standard/facets/math/abs.rb +8 -0
- data/lib/standard/facets/math/acosec.rb +1 -0
- data/lib/standard/facets/math/acot.rb +8 -0
- data/lib/standard/facets/math/acoth.rb +8 -0
- data/lib/standard/facets/math/acsc.rb +13 -0
- data/lib/standard/facets/math/acsch.rb +8 -0
- data/lib/standard/facets/math/amd.rb +17 -0
- data/lib/standard/facets/math/approx_equal.rb +15 -0
- data/lib/standard/facets/math/asec.rb +8 -0
- data/lib/standard/facets/math/asech.rb +8 -0
- data/lib/standard/facets/math/atkinson_index.rb +16 -0
- data/lib/standard/facets/math/beta.rb +14 -0
- data/lib/standard/facets/math/cdf.rb +10 -0
- data/lib/standard/facets/math/ceil.rb +8 -0
- data/lib/standard/facets/math/cosec.rb +1 -0
- data/lib/standard/facets/math/cosech.rb +1 -0
- data/lib/standard/facets/math/cot.rb +8 -0
- data/lib/standard/facets/math/coth.rb +8 -0
- data/lib/standard/facets/math/csc.rb +13 -0
- data/lib/standard/facets/math/csch.rb +13 -0
- data/lib/standard/facets/math/delta.rb +9 -0
- data/lib/standard/facets/math/distance.rb +19 -0
- data/lib/standard/facets/math/ec.rb +5 -0
- data/lib/standard/facets/math/epsilon.rb +21 -0
- data/lib/standard/facets/math/exp10.rb +8 -0
- data/lib/standard/facets/math/exp2.rb +8 -0
- data/lib/standard/facets/math/factorial.rb +37 -0
- data/lib/standard/facets/math/floor.rb +8 -0
- data/lib/standard/facets/math/gcd.rb +23 -0
- data/lib/standard/facets/math/gini_coefficient.rb +33 -0
- data/lib/standard/facets/math/kldivergence.rb +19 -0
- data/lib/standard/facets/math/lcm.rb +15 -0
- data/lib/standard/facets/math/lgamma.rb +23 -0
- data/lib/standard/facets/math/linsolve.rb +12 -0
- data/lib/standard/facets/math/lngamma.rb +18 -0
- data/lib/standard/facets/math/log2.rb +14 -0
- data/lib/standard/facets/math/max.rb +1 -0
- data/lib/standard/facets/math/mean.rb +16 -0
- data/lib/standard/facets/math/median.rb +30 -0
- data/lib/standard/facets/math/min.rb +35 -0
- data/lib/standard/facets/math/percentile.rb +40 -0
- data/lib/standard/facets/math/pow.rb +13 -0
- data/lib/standard/facets/math/pstd.rb +1 -0
- data/lib/standard/facets/math/pvariance.rb +1 -0
- data/lib/standard/facets/math/rmd.rb +16 -0
- data/lib/standard/facets/math/root.rb +8 -0
- data/lib/standard/facets/math/round.rb +9 -0
- data/lib/standard/facets/math/sec.rb +8 -0
- data/lib/standard/facets/math/sech.rb +8 -0
- data/lib/standard/facets/math/sign.rb +20 -0
- data/lib/standard/facets/math/sinc.rb +8 -0
- data/lib/standard/facets/math/sqr.rb +8 -0
- data/lib/standard/facets/math/sqsolve.rb +55 -0
- data/lib/standard/facets/math/std.rb +27 -0
- data/lib/standard/facets/math/stderr.rb +1 -0
- data/lib/standard/facets/math/sum.rb +16 -0
- data/lib/standard/facets/math/summed_sqdevs.rb +14 -0
- data/lib/standard/facets/math/tau.rb +5 -0
- data/lib/standard/facets/math/tgamma.rb +10 -0
- data/lib/standard/facets/math/theil_index.rb +24 -0
- data/lib/standard/facets/math/variance.rb +31 -0
- data/lib/standard/facets/math.rb +58 -0
- data/lib/standard/facets/memoizable.rb +141 -0
- data/lib/standard/facets/memoizer.rb +63 -0
- data/lib/standard/facets/multipliers.rb +65 -0
- data/lib/standard/facets/multiton.rb +387 -0
- data/lib/standard/facets/net/http.rb +51 -0
- data/lib/standard/facets/nullclass.rb +38 -0
- data/lib/standard/facets/opesc.rb +79 -0
- data/lib/standard/facets/ostruct/each.rb +11 -0
- data/lib/standard/facets/ostruct/initialize.rb +48 -0
- data/lib/standard/facets/ostruct/merge.rb +21 -0
- data/lib/standard/facets/ostruct/op_fetch.rb +29 -0
- data/lib/standard/facets/ostruct/op_store.rb +1 -0
- data/lib/standard/facets/ostruct/to_h.rb +10 -0
- data/lib/standard/facets/ostruct/to_ostruct.rb +65 -0
- data/lib/standard/facets/ostruct.rb +89 -0
- data/lib/standard/facets/pathname/chdir.rb +15 -0
- data/lib/standard/facets/pathname/empty.rb +10 -0
- data/lib/standard/facets/pathname/exists.rb +6 -0
- data/lib/standard/facets/pathname/glob.rb +57 -0
- data/lib/standard/facets/pathname/home.rb +12 -0
- data/lib/standard/facets/pathname/null.rb +20 -0
- data/lib/standard/facets/pathname/op_div.rb +15 -0
- data/lib/standard/facets/pathname/op_fetch.rb +13 -0
- data/lib/standard/facets/pathname/outofdate.rb +13 -0
- data/lib/standard/facets/pathname/readline.rb +13 -0
- data/lib/standard/facets/pathname/root.rb +10 -0
- data/lib/standard/facets/pathname/rootname.rb +10 -0
- data/lib/standard/facets/pathname/safe.rb +15 -0
- data/lib/standard/facets/pathname/split_root.rb +9 -0
- data/lib/standard/facets/pathname/to_path.rb +28 -0
- data/lib/standard/facets/pathname/to_str.rb +8 -0
- data/lib/standard/facets/pathname/uptodate.rb +11 -0
- data/lib/standard/facets/pathname/visit.rb +38 -0
- data/lib/standard/facets/pathname/work.rb +10 -0
- data/lib/standard/facets/pathname.rb +56 -0
- data/lib/standard/facets/platform.rb +377 -0
- data/lib/standard/facets/random.rb +485 -0
- data/lib/standard/facets/rbconfig.rb +78 -0
- data/lib/standard/facets/set.rb +36 -0
- data/lib/standard/facets/shellwords.rb +115 -0
- data/lib/standard/facets/strscan.rb +16 -0
- data/lib/standard/facets/thread.rb +98 -0
- data/lib/standard/facets/timer.rb +217 -0
- data/lib/standard/facets/tuple.rb +280 -0
- data/lib/standard/facets/uri/cgi_escape.rb +46 -0
- data/lib/standard/facets/uri/cgi_parse.rb +1 -0
- data/lib/standard/facets/uri/cgi_unescape.rb +1 -0
- data/lib/standard/facets/uri/decode.rb +32 -0
- data/lib/standard/facets/uri/parameters.rb +63 -0
- data/lib/standard/facets/uri/query.rb +148 -0
- data/lib/standard/facets/uri.rb +40 -0
- data/lib/standard/facets/yaml/file.rb +41 -0
- data/lib/standard/facets/yaml/kernel.rb +29 -0
- data/lib/standard/facets/yaml/read.rb +12 -0
- data/lib/standard/facets/yaml.rb +6 -0
- data/lib/standard/facets/zlib.rb +38 -0
- data/test/core/array/test_arrange.rb +37 -0
- data/test/core/array/test_average.rb +16 -0
- data/test/core/array/test_before.rb +48 -0
- data/test/core/array/test_collapse.rb +23 -0
- data/test/core/array/test_commonality.rb +35 -0
- data/test/core/array/test_conjoin.rb +50 -0
- data/test/core/array/test_contains.rb +14 -0
- data/test/core/array/test_delete.rb +42 -0
- data/test/core/array/test_delete_unless.rb +17 -0
- data/test/core/array/test_delete_values.rb +31 -0
- data/test/core/array/test_divide.rb +24 -0
- data/test/core/array/test_duplicates.rb +29 -0
- data/test/core/array/test_each_overlap.rb +31 -0
- data/test/core/array/test_each_pair.rb +16 -0
- data/test/core/array/test_each_value.rb +16 -0
- data/test/core/array/test_entropy.rb +23 -0
- data/test/core/array/test_extract_options.rb +28 -0
- data/test/core/array/test_first.rb +17 -0
- data/test/core/array/test_from.rb +42 -0
- data/test/core/array/test_intersection.rb +19 -0
- data/test/core/array/test_last.rb +17 -0
- data/test/core/array/test_median.rb +27 -0
- data/test/core/array/test_merge.rb +27 -0
- data/test/core/array/test_missing.rb +12 -0
- data/test/core/array/test_mode.rb +17 -0
- data/test/core/array/test_nonuniq.rb +25 -0
- data/test/core/array/test_not_empty.rb +17 -0
- data/test/core/array/test_occur.rb +52 -0
- data/test/core/array/test_occurrence.rb +20 -0
- data/test/core/array/test_only.rb +17 -0
- data/test/core/array/test_op_pow.rb +13 -0
- data/test/core/array/test_pad.rb +40 -0
- data/test/core/array/test_peek.rb +28 -0
- data/test/core/array/test_poke.rb +21 -0
- data/test/core/array/test_probability.rb +18 -0
- data/test/core/array/test_pull.rb +15 -0
- data/test/core/array/test_recurse.rb +40 -0
- data/test/core/array/test_recursively.rb +33 -0
- data/test/core/array/test_reject_values.rb +17 -0
- data/test/core/array/test_span.rb +18 -0
- data/test/core/array/test_splice.rb +21 -0
- data/test/core/array/test_split.rb +22 -0
- data/test/core/array/test_split_at.rb +26 -0
- data/test/core/array/test_squeeze.rb +22 -0
- data/test/core/array/test_standard_deviation.rb +18 -0
- data/test/core/array/test_step.rb +28 -0
- data/test/core/array/test_store.rb +22 -0
- data/test/core/array/test_to_h.rb +14 -0
- data/test/core/array/test_traverse.rb +26 -0
- data/test/core/array/test_uniq_by.rb +24 -0
- data/test/core/array/test_unique_permutation.rb +23 -0
- data/test/core/array/test_variance.rb +17 -0
- data/test/core/array/test_zip.rb +13 -0
- data/test/core/binding/test_caller.rb +69 -0
- data/test/core/binding/test_defined.rb +18 -0
- data/test/core/binding/test_op.rb +24 -0
- data/test/core/binding/test_self.rb +16 -0
- data/test/core/class/test_descendents.rb +19 -0
- data/test/core/class/test_preallocate.rb +32 -0
- data/test/core/class/test_subclasses.rb +21 -0
- data/test/core/class/test_to_proc.rb +16 -0
- data/test/core/comparable/test_bound.rb +32 -0
- data/test/core/comparable/test_cap.rb +36 -0
- data/test/core/comparable/test_clip.rb +31 -0
- data/test/core/comparable/test_cmp.rb +16 -0
- data/test/core/comparable/test_op_get.rb +61 -0
- data/test/core/denumerable_tc.rb +194 -0
- data/test/core/dir/test_ascend.rb +40 -0
- data/test/core/dir/test_descend.rb +24 -0
- data/test/core/dir/test_each_child.rb +22 -0
- data/test/core/dir/test_multiglob.rb +25 -0
- data/test/core/dir/test_parent.rb +14 -0
- data/test/core/dir/test_recurse.rb +26 -0
- data/test/core/enumerable/test_accumulate.rb +44 -0
- data/test/core/enumerable/test_cluster.rb +36 -0
- data/test/core/enumerable/test_compact_map.rb +32 -0
- data/test/core/enumerable/test_defer.rb +27 -0
- data/test/core/enumerable/test_each_by.rb +49 -0
- data/test/core/enumerable/test_every.rb +33 -0
- data/test/core/enumerable/test_ewise.rb +30 -0
- data/test/core/enumerable/test_exclude.rb +15 -0
- data/test/core/enumerable/test_expand.rb +15 -0
- data/test/core/enumerable/test_filter.rb +19 -0
- data/test/core/enumerable/test_find_yield.rb +96 -0
- data/test/core/enumerable/test_frequency.rb +15 -0
- data/test/core/enumerable/test_graph.rb +42 -0
- data/test/core/enumerable/test_hashify.rb +113 -0
- data/test/core/enumerable/test_key_by.rb +22 -0
- data/test/core/enumerable/test_map_by.rb +27 -0
- data/test/core/enumerable/test_map_send.rb +26 -0
- data/test/core/enumerable/test_map_with_index.rb +23 -0
- data/test/core/enumerable/test_mash.rb +17 -0
- data/test/core/enumerable/test_modulate.rb +17 -0
- data/test/core/enumerable/test_occur.rb +40 -0
- data/test/core/enumerable/test_only.rb +40 -0
- data/test/core/enumerable/test_per.rb +19 -0
- data/test/core/enumerable/test_purge.rb +22 -0
- data/test/core/enumerable/test_recursively.rb +33 -0
- data/test/core/enumerable/test_squeeze.rb +35 -0
- data/test/core/enumerable/test_sum.rb +40 -0
- data/test/core/enumerable/test_uniq_by.rb +25 -0
- data/test/core/enumerable/test_visit.rb +14 -0
- data/test/core/enumerable/test_with_position.rb +42 -0
- data/test/core/enumerator/lazy/test_squeeze.rb +33 -0
- data/test/core/enumerator/test_fx.rb +16 -0
- data/test/core/enumerator/test_new.rb +21 -0
- data/test/core/enumerator_tc.rb +40 -0
- data/test/core/exception/test_detail.rb +15 -0
- data/test/core/exception/test_raised.rb +15 -0
- data/test/core/exception/test_suppress.rb +16 -0
- data/test/core/file/test_append.rb +22 -0
- data/test/core/file/test_create.rb +17 -0
- data/test/core/file/test_ext.rb +31 -0
- data/test/core/file/test_null.rb +14 -0
- data/test/core/file/test_read_binary.rb +19 -0
- data/test/core/file/test_read_list.rb +16 -0
- data/test/core/file/test_rewrite.rb +35 -0
- data/test/core/file/test_rootname.rb +13 -0
- data/test/core/file/test_sanitize.rb +32 -0
- data/test/core/file/test_split_all.rb +14 -0
- data/test/core/file/test_write.rb +22 -0
- data/test/core/file/test_writelines.rb +21 -0
- data/test/core/filetest/test_root.rb +14 -0
- data/test/core/functor_tc.rb +41 -0
- data/test/core/hash/test_alias.rb +25 -0
- data/test/core/hash/test_argumentize.rb +23 -0
- data/test/core/hash/test_at.rb +16 -0
- data/test/core/hash/test_autonew.rb +22 -0
- data/test/core/hash/test_collate.rb +61 -0
- data/test/core/hash/test_count.rb +23 -0
- data/test/core/hash/test_data.rb +35 -0
- data/test/core/hash/test_dearray_values.rb +26 -0
- data/test/core/hash/test_deep_merge.rb +31 -0
- data/test/core/hash/test_deep_rekey.rb +131 -0
- data/test/core/hash/test_delete_at.rb +18 -0
- data/test/core/hash/test_delete_unless.rb +18 -0
- data/test/core/hash/test_delete_values.rb +30 -0
- data/test/core/hash/test_diff.rb +16 -0
- data/test/core/hash/test_each_with_key.rb +16 -0
- data/test/core/hash/test_expect.rb +34 -0
- data/test/core/hash/test_fetch_nested.rb +24 -0
- data/test/core/hash/test_graph.rb +40 -0
- data/test/core/hash/test_insert.rb +20 -0
- data/test/core/hash/test_inverse.rb +20 -0
- data/test/core/hash/test_join.rb +32 -0
- data/test/core/hash/test_keys.rb +41 -0
- data/test/core/hash/test_new_with.rb +17 -0
- data/test/core/hash/test_op_add.rb +17 -0
- data/test/core/hash/test_op_and.rb +31 -0
- data/test/core/hash/test_op_mul.rb +17 -0
- data/test/core/hash/test_op_or.rb +17 -0
- data/test/core/hash/test_op_push.rb +34 -0
- data/test/core/hash/test_op_sub.rb +28 -0
- data/test/core/hash/test_recurse.rb +39 -0
- data/test/core/hash/test_recursively.rb +71 -0
- data/test/core/hash/test_rekey.rb +119 -0
- data/test/core/hash/test_replace_each.rb +17 -0
- data/test/core/hash/test_revalue.rb +98 -0
- data/test/core/hash/test_reverse_merge.rb +39 -0
- data/test/core/hash/test_slice.rb +36 -0
- data/test/core/hash/test_stringify_keys.rb +26 -0
- data/test/core/hash/test_swap.rb +15 -0
- data/test/core/hash/test_symbolize_keys.rb +26 -0
- data/test/core/hash/test_to_mod.rb +24 -0
- data/test/core/hash/test_to_proc.rb +23 -0
- data/test/core/hash/test_to_struct.rb +22 -0
- data/test/core/hash/test_traverse.rb +29 -0
- data/test/core/hash/test_update_each.rb +16 -0
- data/test/core/hash/test_update_keys.rb +21 -0
- data/test/core/hash/test_update_values.rb +15 -0
- data/test/core/hash/test_weave.rb +18 -0
- data/test/core/hash/test_zip.rb +16 -0
- data/test/core/indexable_tc.rb +232 -0
- data/test/core/integer/test_bitmask.rb +73 -0
- data/test/core/integer/test_factorial.rb +30 -0
- data/test/core/integer/test_multiple.rb +16 -0
- data/test/core/integer/test_of.rb +36 -0
- data/test/core/integer/test_ordinal.rb +27 -0
- data/test/core/kernel/test_as.rb +74 -0
- data/test/core/kernel/test_ask.rb +9 -0
- data/test/core/kernel/test_assign.rb +61 -0
- data/test/core/kernel/test_assign_from.rb +48 -0
- data/test/core/kernel/test_attr_singleton.rb +51 -0
- data/test/core/kernel/test_blank.rb +103 -0
- data/test/core/kernel/test_callstack.rb +21 -0
- data/test/core/kernel/test_class.rb +14 -0
- data/test/core/kernel/test_complete.rb +19 -0
- data/test/core/kernel/test_d.rb +10 -0
- data/test/core/kernel/test_deep_clone.rb +31 -0
- data/test/core/kernel/test_deep_copy.rb +15 -0
- data/test/core/kernel/test_dir.rb +24 -0
- data/test/core/kernel/test_disable_warnings.rb +38 -0
- data/test/core/kernel/test_ergo.rb +34 -0
- data/test/core/kernel/test_extension.rb +18 -0
- data/test/core/kernel/test_get.rb +54 -0
- data/test/core/kernel/test_here.rb +13 -0
- data/test/core/kernel/test_hierarchical_send.rb +48 -0
- data/test/core/kernel/test_in.rb +14 -0
- data/test/core/kernel/test_instance_assign.rb +19 -0
- data/test/core/kernel/test_instance_class.rb +15 -0
- data/test/core/kernel/test_instance_extract.rb +28 -0
- data/test/core/kernel/test_instance_replace.rb +47 -0
- data/test/core/kernel/test_instance_send.rb +26 -0
- data/test/core/kernel/test_maybe.rb +13 -0
- data/test/core/kernel/test_meta_alias.rb +18 -0
- data/test/core/kernel/test_meta_class.rb +33 -0
- data/test/core/kernel/test_meta_def.rb +15 -0
- data/test/core/kernel/test_meta_eval.rb +18 -0
- data/test/core/kernel/test_method.rb +20 -0
- data/test/core/kernel/test_not.rb +51 -0
- data/test/core/kernel/test_not_nil.rb +25 -0
- data/test/core/kernel/test_object_class.rb +22 -0
- data/test/core/kernel/test_object_hexid.rb +20 -0
- data/test/core/kernel/test_object_send.rb +25 -0
- data/test/core/kernel/test_presence.rb +37 -0
- data/test/core/kernel/test_qua_class.rb +25 -0
- data/test/core/kernel/test_require_all.rb +11 -0
- data/test/core/kernel/test_respond.rb +38 -0
- data/test/core/kernel/test_returning.rb +17 -0
- data/test/core/kernel/test_silence.rb +24 -0
- data/test/core/kernel/test_singleton_class.rb +15 -0
- data/test/core/kernel/test_super_method.rb +23 -0
- data/test/core/kernel/test_tap.rb +38 -0
- data/test/core/kernel/test_temporarily.rb +25 -0
- data/test/core/kernel/test_true.rb +31 -0
- data/test/core/kernel/test_try.rb +35 -0
- data/test/core/kernel/test_val.rb +30 -0
- data/test/core/kernel/test_with.rb +18 -0
- data/test/core/kernel/test_writers.rb +53 -0
- data/test/core/matchdata/test_match.rb +14 -0
- data/test/core/matchdata/test_matchset.rb +29 -0
- data/test/core/method/test_composition.rb +42 -0
- data/test/core/module/test_abstract.rb +24 -0
- data/test/core/module/test_alias_accessor.rb +27 -0
- data/test/core/module/test_alias_method_chain.rb +34 -0
- data/test/core/module/test_alias_module_function.rb +24 -0
- data/test/core/module/test_all_instance_methods.rb +27 -0
- data/test/core/module/test_ancestor.rb +16 -0
- data/test/core/module/test_anonymous.rb +18 -0
- data/test/core/module/test_attr_setter.rb +28 -0
- data/test/core/module/test_basename.rb +14 -0
- data/test/core/module/test_can.rb +22 -0
- data/test/core/module/test_class.rb +22 -0
- data/test/core/module/test_class_def.rb +22 -0
- data/test/core/module/test_class_extend.rb +73 -0
- data/test/core/module/test_class_inheritor.rb +135 -0
- data/test/core/module/test_copy_inheritor.rb +35 -0
- data/test/core/module/test_enclosure.rb +24 -0
- data/test/core/module/test_instance_function.rb +30 -0
- data/test/core/module/test_instance_method.rb +20 -0
- data/test/core/module/test_instance_method_defined.rb +38 -0
- data/test/core/module/test_integrate.rb +28 -0
- data/test/core/module/test_is.rb +50 -0
- data/test/core/module/test_memoize.rb +33 -0
- data/test/core/module/test_method_clash.rb +59 -0
- data/test/core/module/test_method_space.rb +72 -0
- data/test/core/module/test_methodize.rb +26 -0
- data/test/core/module/test_modname.rb +13 -0
- data/test/core/module/test_module_def.rb +22 -0
- data/test/core/module/test_module_load.rb +23 -0
- data/test/core/module/test_nodef.rb +19 -0
- data/test/core/module/test_op.rb +56 -0
- data/test/core/module/test_pathize.rb +25 -0
- data/test/core/module/test_preextend.rb +26 -0
- data/test/core/module/test_redefine_method.rb +30 -0
- data/test/core/module/test_redirect_method.rb +32 -0
- data/test/core/module/test_remove.rb +18 -0
- data/test/core/module/test_rename_method.rb +34 -0
- data/test/core/module/test_revise.rb +61 -0
- data/test/core/module/test_set.rb +30 -0
- data/test/core/module/test_spacename.rb +15 -0
- data/test/core/module/test_to_obj.rb +20 -0
- data/test/core/module/test_wrap_method.rb +32 -0
- data/test/core/numeric/test_approx.rb +26 -0
- data/test/core/numeric/test_delimit.rb +68 -0
- data/test/core/numeric/test_distance.rb +16 -0
- data/test/core/numeric/test_length.rb +16 -0
- data/test/core/numeric/test_round_to.rb +76 -0
- data/test/core/numeric/test_spacing.rb +17 -0
- data/test/core/object/test_dup.rb +115 -0
- data/test/core/object/test_object_state.rb +75 -0
- data/test/core/object/test_try_dup.rb +59 -0
- data/test/core/proc/test_bind.rb +29 -0
- data/test/core/proc/test_bind_to.rb +17 -0
- data/test/core/proc/test_compose.rb +27 -0
- data/test/core/proc/test_partial.rb +27 -0
- data/test/core/proc/test_to_method.rb +43 -0
- data/test/core/proc/test_update.rb +15 -0
- data/test/core/range/test_combine.rb +32 -0
- data/test/core/range/test_nudge.rb +32 -0
- data/test/core/range/test_op_add.rb +24 -0
- data/test/core/range/test_op_sub.rb +34 -0
- data/test/core/range/test_overlap.rb +15 -0
- data/test/core/range/test_to_rng.rb +20 -0
- data/test/core/range/test_umbrella.rb +32 -0
- data/test/core/range/test_within.rb +25 -0
- data/test/core/regexp/test_arity.rb +30 -0
- data/test/core/regexp/test_multiline.rb +19 -0
- data/test/core/regexp/test_op_add.rb +15 -0
- data/test/core/regexp/test_op_or.rb +16 -0
- data/test/core/regexp/test_to_re.rb +24 -0
- data/test/core/string/test_acronym.rb +14 -0
- data/test/core/string/test_align.rb +32 -0
- data/test/core/string/test_ascii_only.rb +51 -0
- data/test/core/string/test_bracket.rb +37 -0
- data/test/core/string/test_camelcase.rb +59 -0
- data/test/core/string/test_capitalized.rb +36 -0
- data/test/core/string/test_cleanlines.rb +12 -0
- data/test/core/string/test_cleave.rb +27 -0
- data/test/core/string/test_cmp.rb +18 -0
- data/test/core/string/test_compress_lines.rb +27 -0
- data/test/core/string/test_crypt.rb +17 -0
- data/test/core/string/test_divide.rb +17 -0
- data/test/core/string/test_each_word.rb +17 -0
- data/test/core/string/test_edit_distance.rb +20 -0
- data/test/core/string/test_exclude.rb +23 -0
- data/test/core/string/test_expand_tabs.rb +83 -0
- data/test/core/string/test_file.rb +15 -0
- data/test/core/string/test_fold.rb +21 -0
- data/test/core/string/test_indent.rb +90 -0
- data/test/core/string/test_index_all.rb +22 -0
- data/test/core/string/test_interpolate.rb +16 -0
- data/test/core/string/test_lchomp.rb +25 -0
- data/test/core/string/test_line_wrap.rb +15 -0
- data/test/core/string/test_lowercase.rb +18 -0
- data/test/core/string/test_margin.rb +16 -0
- data/test/core/string/test_methodize.rb +28 -0
- data/test/core/string/test_modulize.rb +28 -0
- data/test/core/string/test_mscan.rb +18 -0
- data/test/core/string/test_natcmp.rb +17 -0
- data/test/core/string/test_nchar.rb +17 -0
- data/test/core/string/test_newlines.rb +14 -0
- data/test/core/string/test_number.rb +44 -0
- data/test/core/string/test_op_div.rb +15 -0
- data/test/core/string/test_op_sub.rb +15 -0
- data/test/core/string/test_pathize.rb +31 -0
- data/test/core/string/test_quote.rb +41 -0
- data/test/core/string/test_random.rb +25 -0
- data/test/core/string/test_range.rb +35 -0
- data/test/core/string/test_remove.rb +50 -0
- data/test/core/string/test_rewrite.rb +17 -0
- data/test/core/string/test_rotate.rb +31 -0
- data/test/core/string/test_shatter.rb +17 -0
- data/test/core/string/test_similarity.rb +22 -0
- data/test/core/string/test_snakecase.rb +22 -0
- data/test/core/string/test_splice.rb +37 -0
- data/test/core/string/test_squish.rb +31 -0
- data/test/core/string/test_store.rb +16 -0
- data/test/core/string/test_subtract.rb +16 -0
- data/test/core/string/test_titlecase.rb +16 -0
- data/test/core/string/test_to_re.rb +35 -0
- data/test/core/string/test_trim.rb +116 -0
- data/test/core/string/test_unbracket.rb +38 -0
- data/test/core/string/test_underscore.rb +21 -0
- data/test/core/string/test_unfold.rb +17 -0
- data/test/core/string/test_unindent.rb +105 -0
- data/test/core/string/test_unquote.rb +13 -0
- data/test/core/string/test_uppercase.rb +22 -0
- data/test/core/string/test_variablize.rb +15 -0
- data/test/core/string/test_word_wrap.rb +80 -0
- data/test/core/string/test_words.rb +65 -0
- data/test/core/string/test_xor.rb +16 -0
- data/test/core/struct/test_replace.rb +18 -0
- data/test/core/symbol/test_as_s.rb +15 -0
- data/test/core/symbol/test_bang.rb +15 -0
- data/test/core/symbol/test_chomp.rb +22 -0
- data/test/core/symbol/test_generate.rb +20 -0
- data/test/core/symbol/test_not.rb +19 -0
- data/test/core/symbol/test_op_div.rb +15 -0
- data/test/core/symbol/test_plain.rb +19 -0
- data/test/core/symbol/test_query.rb +19 -0
- data/test/core/symbol/test_setter.rb +17 -0
- data/test/core/symbol/test_succ.rb +16 -0
- data/test/core/symbol/test_thrown.rb +22 -0
- data/test/core/symbol/test_variablize.rb +14 -0
- data/test/core/time/test_ago.rb +18 -0
- data/test/core/time/test_change.rb +17 -0
- data/test/core/time/test_dst_adjustment.rb +19 -0
- data/test/core/time/test_elapse.rb +15 -0
- data/test/core/time/test_future.rb +32 -0
- data/test/core/time/test_hence.rb +18 -0
- data/test/core/time/test_in.rb +18 -0
- data/test/core/time/test_less.rb +139 -0
- data/test/core/time/test_past.rb +32 -0
- data/test/core/time/test_round_to.rb +34 -0
- data/test/core/time/test_set.rb +43 -0
- data/test/core/time/test_shift.rb +135 -0
- data/test/core/time/test_stamp.rb +42 -0
- data/test/core/time/test_to_time.rb +15 -0
- data/test/core/time/test_trunc.rb +34 -0
- data/test/core/unboundmethod/test_arguments.rb +25 -0
- data/test/standard/binding/test_block_exec.rb +21 -0
- data/test/standard/date/test_cmp.rb +38 -0
- data/test/standard/math/test_abs.rb +13 -0
- data/test/standard/math/test_acot.rb +23 -0
- data/test/standard/math/test_acoth.rb +22 -0
- data/test/standard/math/test_beta.rb +19 -0
- data/test/standard/math/test_ceil.rb +22 -0
- data/test/standard/math/test_cosec.rb +19 -0
- data/test/standard/math/test_cosech.rb +19 -0
- data/test/standard/math/test_cot.rb +13 -0
- data/test/standard/math/test_coth.rb +13 -0
- data/test/standard/math/test_distance.rb +16 -0
- data/test/standard/math/test_exp10.rb +14 -0
- data/test/standard/math/test_exp2.rb +14 -0
- data/test/standard/math/test_factorial.rb +13 -0
- data/test/standard/math/test_floor.rb +23 -0
- data/test/standard/math/test_gcd.rb +18 -0
- data/test/standard/math/test_lcm.rb +13 -0
- data/test/standard/math/test_median.rb +17 -0
- data/test/standard/math/test_percentile.rb +13 -0
- data/test/standard/math/test_pow.rb +30 -0
- data/test/standard/math/test_root.rb +15 -0
- data/test/standard/math/test_sec.rb +19 -0
- data/test/standard/math/test_sech.rb +19 -0
- data/test/standard/math/test_sign.rb +20 -0
- data/test/standard/math/test_sinc.rb +15 -0
- data/test/standard/math/test_srq.rb +20 -0
- data/test/standard/pathname/test_chdir.rb +16 -0
- data/test/standard/pathname/test_readline.rb +23 -0
- data/test/standard/test_argvector.rb +64 -0
- data/test/standard/test_cloneable.rb +60 -0
- data/test/standard/test_date.rb +82 -0
- data/test/standard/test_enumargs.rb +105 -0
- data/test/standard/test_equitable.rb +46 -0
- data/test/standard/test_instantiable.rb +40 -0
- data/test/standard/test_math.rb +3 -0
- data/test/standard/test_memoizable.rb +42 -0
- data/test/standard/test_multipliers.rb +141 -0
- data/test/standard/test_ostruct.rb +191 -0
- data/test/standard/test_random.rb +241 -0
- data/test/standard/test_shellwords.rb +74 -0
- data/test/standard/test_thread.rb +24 -0
- data/test/standard/test_timer.rb +62 -0
- data/test/standard/test_tuple.rb +68 -0
- data/test/standard/test_uri.rb +50 -0
- metadata +1932 -0
metadata
ADDED
@@ -0,0 +1,1932 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: facets-glimmer
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.2.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Thomas Sawyer
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-06-17 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: mast
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: indexer
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: lemon
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: qed
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rubytest-cli
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rake
|
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
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: simplecov
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: guard
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ">="
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0'
|
125
|
+
description: Facets is the premier collection of extension methods for the Ruby programming
|
126
|
+
language. Facets extensions are unique by virtue of thier atomicity. They are stored
|
127
|
+
in individual files allowing for highly granular control of requirements. In addition,
|
128
|
+
Facets includes a few additional classes and mixins suitable to wide variety of
|
129
|
+
applications.
|
130
|
+
email:
|
131
|
+
- transfire@gmail.com
|
132
|
+
executables: []
|
133
|
+
extensions: []
|
134
|
+
extra_rdoc_files:
|
135
|
+
- LICENSE.txt
|
136
|
+
- NOTICE.rdoc
|
137
|
+
- CONTRIBUTING.md
|
138
|
+
- HISTORY.md
|
139
|
+
- README.md
|
140
|
+
files:
|
141
|
+
- ".index"
|
142
|
+
- ".yardopts"
|
143
|
+
- CONTRIBUTING.md
|
144
|
+
- HISTORY.md
|
145
|
+
- LICENSE.txt
|
146
|
+
- NOTICE.rdoc
|
147
|
+
- README.md
|
148
|
+
- demo/applique/assertion_framework.rb
|
149
|
+
- demo/applique/file_helpers.rb
|
150
|
+
- demo/core/array/after.md
|
151
|
+
- demo/core/array/arrange.md
|
152
|
+
- demo/core/array/before.md
|
153
|
+
- demo/core/array/collapse.md
|
154
|
+
- demo/core/array/collisions.md
|
155
|
+
- demo/core/array/commonality.md
|
156
|
+
- demo/core/array/conjoin.md
|
157
|
+
- demo/core/array/contains.md
|
158
|
+
- demo/core/array/delete_unless.md
|
159
|
+
- demo/core/array/delete_values.md
|
160
|
+
- demo/core/array/delete_values_at.md
|
161
|
+
- demo/core/array/divide.md
|
162
|
+
- demo/core/array/duplicates.md
|
163
|
+
- demo/core/array/each_overlap.md
|
164
|
+
- demo/core/array/each_pair.md
|
165
|
+
- demo/core/array/each_value.md
|
166
|
+
- demo/core/array/entropy.md
|
167
|
+
- demo/core/array/extract_options.md
|
168
|
+
- demo/core/array/first.md
|
169
|
+
- demo/core/array/from.md
|
170
|
+
- demo/core/array/ideal_entropy.md
|
171
|
+
- demo/core/array/intersection.md
|
172
|
+
- demo/core/array/last.md
|
173
|
+
- demo/core/array/median.md
|
174
|
+
- demo/core/array/merge.md
|
175
|
+
- demo/core/array/missing.md
|
176
|
+
- demo/core/array/mode.md
|
177
|
+
- demo/core/array/nonuniq.md
|
178
|
+
- demo/core/array/not_empty.md
|
179
|
+
- demo/core/array/occur.md
|
180
|
+
- demo/core/array/occurrence.md
|
181
|
+
- demo/core/array/only.md
|
182
|
+
- demo/core/array/op_pow.md
|
183
|
+
- demo/core/array/pad.md
|
184
|
+
- demo/core/array/peek.md
|
185
|
+
- demo/core/array/poke.md
|
186
|
+
- demo/core/array/probability
|
187
|
+
- demo/core/array/pull.md
|
188
|
+
- demo/core/array/recurse.md
|
189
|
+
- demo/core/array/recursively.md
|
190
|
+
- demo/core/array/reject_values.md
|
191
|
+
- demo/core/array/span.md
|
192
|
+
- demo/core/array/splice.md
|
193
|
+
- demo/core/array/split.md
|
194
|
+
- demo/core/array/split_at.md
|
195
|
+
- demo/core/array/squeeze.md
|
196
|
+
- demo/core/array/step.md
|
197
|
+
- demo/core/array/store.md
|
198
|
+
- demo/core/array/thru.md
|
199
|
+
- demo/core/array/to_h.md
|
200
|
+
- demo/core/array/traverse.md
|
201
|
+
- demo/core/array/uniq_by.md
|
202
|
+
- demo/core/array/unique_permutation.md
|
203
|
+
- demo/core/array/zip.md
|
204
|
+
- demo/core/binding/caller.md
|
205
|
+
- demo/core/binding/defined.md
|
206
|
+
- demo/core/binding/opvars.md
|
207
|
+
- demo/core/binding/self.md
|
208
|
+
- demo/core/class/descendants.md
|
209
|
+
- demo/core/class/to_proc.md
|
210
|
+
- demo/core/comparable/at_least.md
|
211
|
+
- demo/core/comparable/at_most.md
|
212
|
+
- demo/core/comparable/bound.md
|
213
|
+
- demo/core/comparable/cap.md
|
214
|
+
- demo/core/comparable/clip.md
|
215
|
+
- demo/core/comparable/cmp.md
|
216
|
+
- demo/core/comparable/op_get.md
|
217
|
+
- demo/core/dir/ascend.md
|
218
|
+
- demo/core/dir/descend.md
|
219
|
+
- demo/core/dir/multiglob.md
|
220
|
+
- demo/core/dir/parent.md
|
221
|
+
- demo/core/dir/recurse.md
|
222
|
+
- demo/core/exception/detail.md
|
223
|
+
- demo/core/facets.md
|
224
|
+
- demo/core/filetest/root.md
|
225
|
+
- demo/core/hash/recursively.md
|
226
|
+
- demo/core/indexable.md
|
227
|
+
- demo/core/integer/bitmask.md
|
228
|
+
- demo/core/integer/factorial.md
|
229
|
+
- demo/core/integer/length.md
|
230
|
+
- demo/core/integer/multiple.md
|
231
|
+
- demo/core/integer/of.md
|
232
|
+
- demo/core/integer/ordinal.md
|
233
|
+
- demo/core/integer/times_collect.md
|
234
|
+
- demo/core/matchdata/match.md
|
235
|
+
- demo/core/matchdata/matchset.md
|
236
|
+
- demo/core/matchdata/matchtree.md
|
237
|
+
- demo/core/module/cattr.md
|
238
|
+
- demo/core/module/class_extend.md
|
239
|
+
- demo/core/module/class_inheritor.md
|
240
|
+
- demo/core/module/copy_inheritor.md
|
241
|
+
- demo/core/module/include_as.md
|
242
|
+
- demo/core/module/method_space.md
|
243
|
+
- demo/core/string/acronym.md
|
244
|
+
- demo/core/string/align.md
|
245
|
+
- demo/core/string/ascii_only.md
|
246
|
+
- demo/core/string/bracket.md
|
247
|
+
- demo/core/string/camelcase.md
|
248
|
+
- demo/core/string/capitalized.md
|
249
|
+
- demo/core/string/cleanlines.md
|
250
|
+
- demo/core/string/cleave.md
|
251
|
+
- demo/core/string/compress_lines.md
|
252
|
+
- demo/core/string/crypt.md
|
253
|
+
- demo/core/string/divide.md
|
254
|
+
- demo/core/string/each_word.md
|
255
|
+
- demo/core/string/edit_distance.md
|
256
|
+
- demo/core/string/exclude.md
|
257
|
+
- demo/core/string/expand_tabs.md
|
258
|
+
- demo/core/string/fold.md
|
259
|
+
- demo/core/string/indent.md
|
260
|
+
- demo/core/string/index_all.md
|
261
|
+
- demo/core/string/interpolate.md
|
262
|
+
- demo/core/string/lchomp.md
|
263
|
+
- demo/core/string/line_wrap.md
|
264
|
+
- demo/core/string/lowercase.md
|
265
|
+
- demo/core/string/methodize.md
|
266
|
+
- demo/core/string/modulize.md
|
267
|
+
- demo/core/string/mscan.md
|
268
|
+
- demo/core/string/natcmp.md
|
269
|
+
- demo/core/string/nchar.md
|
270
|
+
- demo/core/string/newlines.md
|
271
|
+
- demo/core/string/number.md
|
272
|
+
- demo/core/string/op_div.md
|
273
|
+
- demo/core/string/op_sub.md
|
274
|
+
- demo/core/string/pathize.md
|
275
|
+
- demo/core/string/quote.md
|
276
|
+
- demo/core/string/random.md
|
277
|
+
- demo/core/string/range.md
|
278
|
+
- demo/core/string/remove.md
|
279
|
+
- demo/core/string/rewrite.md
|
280
|
+
- demo/core/string/shatter.md
|
281
|
+
- demo/core/string/similarity.md
|
282
|
+
- demo/core/string/snakecase.md
|
283
|
+
- demo/core/string/splice.md
|
284
|
+
- demo/core/string/squish.md
|
285
|
+
- demo/core/string/store.md
|
286
|
+
- demo/core/string/subtract.md
|
287
|
+
- demo/core/string/titlecase.md
|
288
|
+
- demo/core/string/to_re.md
|
289
|
+
- demo/core/string/trim.md
|
290
|
+
- demo/core/string/unbracket.md
|
291
|
+
- demo/core/string/underscore.md
|
292
|
+
- demo/core/string/unfold.md
|
293
|
+
- demo/core/string/unindent.md
|
294
|
+
- demo/core/string/unquote.md
|
295
|
+
- demo/core/string/uppercase.md
|
296
|
+
- demo/core/string/variablize.md
|
297
|
+
- demo/core/string/word_wrap.md
|
298
|
+
- demo/core/string/words.md
|
299
|
+
- demo/core/string/xor.md
|
300
|
+
- demo/standard/02_cloneable.rdoc
|
301
|
+
- demo/standard/03_enumargs.rdoc
|
302
|
+
- demo/standard/04_equitable.rdoc
|
303
|
+
- demo/standard/05_instantiable.rdoc
|
304
|
+
- demo/standard/date/comparison.md
|
305
|
+
- demo/standard/memoizable.rdoc
|
306
|
+
- demo/standard/mulititon.rdoc
|
307
|
+
- lib/core/facets.rb
|
308
|
+
- lib/core/facets.yml
|
309
|
+
- lib/core/facets/applique/file_helpers.rb
|
310
|
+
- lib/core/facets/array.rb
|
311
|
+
- lib/core/facets/array/after.rb
|
312
|
+
- lib/core/facets/array/arrange.rb
|
313
|
+
- lib/core/facets/array/average.rb
|
314
|
+
- lib/core/facets/array/before.rb
|
315
|
+
- lib/core/facets/array/collapse.rb
|
316
|
+
- lib/core/facets/array/collisions.rb
|
317
|
+
- lib/core/facets/array/commonality.rb
|
318
|
+
- lib/core/facets/array/conjoin.rb
|
319
|
+
- lib/core/facets/array/contains.rb
|
320
|
+
- lib/core/facets/array/delete.rb
|
321
|
+
- lib/core/facets/array/delete_unless.rb
|
322
|
+
- lib/core/facets/array/delete_values.rb
|
323
|
+
- lib/core/facets/array/delete_values_at.rb
|
324
|
+
- lib/core/facets/array/divide.rb
|
325
|
+
- lib/core/facets/array/duplicates.rb
|
326
|
+
- lib/core/facets/array/each_overlap.rb
|
327
|
+
- lib/core/facets/array/each_pair.rb
|
328
|
+
- lib/core/facets/array/each_value.rb
|
329
|
+
- lib/core/facets/array/entropy.rb
|
330
|
+
- lib/core/facets/array/extract_options.rb
|
331
|
+
- lib/core/facets/array/first.rb
|
332
|
+
- lib/core/facets/array/from.rb
|
333
|
+
- lib/core/facets/array/indexable.rb
|
334
|
+
- lib/core/facets/array/intersection.rb
|
335
|
+
- lib/core/facets/array/last.rb
|
336
|
+
- lib/core/facets/array/median.rb
|
337
|
+
- lib/core/facets/array/merge.rb
|
338
|
+
- lib/core/facets/array/missing.rb
|
339
|
+
- lib/core/facets/array/mode.rb
|
340
|
+
- lib/core/facets/array/nonuniq.rb
|
341
|
+
- lib/core/facets/array/not_empty.rb
|
342
|
+
- lib/core/facets/array/occur.rb
|
343
|
+
- lib/core/facets/array/occurrence.rb
|
344
|
+
- lib/core/facets/array/only.rb
|
345
|
+
- lib/core/facets/array/op_pow.rb
|
346
|
+
- lib/core/facets/array/pad.rb
|
347
|
+
- lib/core/facets/array/peek.rb
|
348
|
+
- lib/core/facets/array/poke.rb
|
349
|
+
- lib/core/facets/array/probability.rb
|
350
|
+
- lib/core/facets/array/pull.rb
|
351
|
+
- lib/core/facets/array/recurse.rb
|
352
|
+
- lib/core/facets/array/recursively.rb
|
353
|
+
- lib/core/facets/array/reject_values.rb
|
354
|
+
- lib/core/facets/array/span.rb
|
355
|
+
- lib/core/facets/array/splice.rb
|
356
|
+
- lib/core/facets/array/split.rb
|
357
|
+
- lib/core/facets/array/split_at.rb
|
358
|
+
- lib/core/facets/array/squeeze.rb
|
359
|
+
- lib/core/facets/array/standard_deviation.rb
|
360
|
+
- lib/core/facets/array/step.rb
|
361
|
+
- lib/core/facets/array/store.rb
|
362
|
+
- lib/core/facets/array/thru.rb
|
363
|
+
- lib/core/facets/array/to_h.rb
|
364
|
+
- lib/core/facets/array/traverse.rb
|
365
|
+
- lib/core/facets/array/uniq_by.rb
|
366
|
+
- lib/core/facets/array/unique_permutation.rb
|
367
|
+
- lib/core/facets/array/variance.rb
|
368
|
+
- lib/core/facets/array/zip.rb
|
369
|
+
- lib/core/facets/binding.rb
|
370
|
+
- lib/core/facets/binding/__callee__.rb
|
371
|
+
- lib/core/facets/binding/__method__.rb
|
372
|
+
- lib/core/facets/binding/call_stack.rb
|
373
|
+
- lib/core/facets/binding/caller.rb
|
374
|
+
- lib/core/facets/binding/callstack.rb
|
375
|
+
- lib/core/facets/binding/defined.rb
|
376
|
+
- lib/core/facets/binding/op.rb
|
377
|
+
- lib/core/facets/binding/op_get.rb
|
378
|
+
- lib/core/facets/binding/op_set.rb
|
379
|
+
- lib/core/facets/binding/self.rb
|
380
|
+
- lib/core/facets/binding/with.rb
|
381
|
+
- lib/core/facets/boolean.rb
|
382
|
+
- lib/core/facets/cattr.rb
|
383
|
+
- lib/core/facets/class.rb
|
384
|
+
- lib/core/facets/class/cattr.rb
|
385
|
+
- lib/core/facets/class/descendants.rb
|
386
|
+
- lib/core/facets/class/hierarchically.rb
|
387
|
+
- lib/core/facets/class/methodize.rb
|
388
|
+
- lib/core/facets/class/pathize.rb
|
389
|
+
- lib/core/facets/class/preallocate.rb
|
390
|
+
- lib/core/facets/class/singleton.rb
|
391
|
+
- lib/core/facets/class/singleton_class.rb
|
392
|
+
- lib/core/facets/class/subclasses.rb
|
393
|
+
- lib/core/facets/class/to_proc.rb
|
394
|
+
- lib/core/facets/comparable.rb
|
395
|
+
- lib/core/facets/comparable/at_least.rb
|
396
|
+
- lib/core/facets/comparable/at_most.rb
|
397
|
+
- lib/core/facets/comparable/bound.rb
|
398
|
+
- lib/core/facets/comparable/cap.rb
|
399
|
+
- lib/core/facets/comparable/clip.rb
|
400
|
+
- lib/core/facets/comparable/cmp.rb
|
401
|
+
- lib/core/facets/comparable/op_get.rb
|
402
|
+
- lib/core/facets/denumerable.rb
|
403
|
+
- lib/core/facets/dir.rb
|
404
|
+
- lib/core/facets/dir/ascend.rb
|
405
|
+
- lib/core/facets/dir/descend.rb
|
406
|
+
- lib/core/facets/dir/each_child.rb
|
407
|
+
- lib/core/facets/dir/lookup.rb
|
408
|
+
- lib/core/facets/dir/multiglob.rb
|
409
|
+
- lib/core/facets/dir/parent.rb
|
410
|
+
- lib/core/facets/dir/recurse.rb
|
411
|
+
- lib/core/facets/enumerable.rb
|
412
|
+
- lib/core/facets/enumerable/accumulate.rb
|
413
|
+
- lib/core/facets/enumerable/apply.rb
|
414
|
+
- lib/core/facets/enumerable/associate.rb
|
415
|
+
- lib/core/facets/enumerable/cluster.rb
|
416
|
+
- lib/core/facets/enumerable/collect_with_index.rb
|
417
|
+
- lib/core/facets/enumerable/compact_map.rb
|
418
|
+
- lib/core/facets/enumerable/defer.rb
|
419
|
+
- lib/core/facets/enumerable/each_by.rb
|
420
|
+
- lib/core/facets/enumerable/every.rb
|
421
|
+
- lib/core/facets/enumerable/ewise.rb
|
422
|
+
- lib/core/facets/enumerable/exclude.rb
|
423
|
+
- lib/core/facets/enumerable/expand.rb
|
424
|
+
- lib/core/facets/enumerable/filter.rb
|
425
|
+
- lib/core/facets/enumerable/find_yield.rb
|
426
|
+
- lib/core/facets/enumerable/frequency.rb
|
427
|
+
- lib/core/facets/enumerable/graph.rb
|
428
|
+
- lib/core/facets/enumerable/hashify.rb
|
429
|
+
- lib/core/facets/enumerable/hinge.rb
|
430
|
+
- lib/core/facets/enumerable/incase.rb
|
431
|
+
- lib/core/facets/enumerable/key_by.rb
|
432
|
+
- lib/core/facets/enumerable/map_by.rb
|
433
|
+
- lib/core/facets/enumerable/map_detect.rb
|
434
|
+
- lib/core/facets/enumerable/map_send.rb
|
435
|
+
- lib/core/facets/enumerable/map_to.rb
|
436
|
+
- lib/core/facets/enumerable/map_with.rb
|
437
|
+
- lib/core/facets/enumerable/map_with_index.rb
|
438
|
+
- lib/core/facets/enumerable/mash.rb
|
439
|
+
- lib/core/facets/enumerable/modulate.rb
|
440
|
+
- lib/core/facets/enumerable/occur.rb
|
441
|
+
- lib/core/facets/enumerable/only.rb
|
442
|
+
- lib/core/facets/enumerable/organize_by.rb
|
443
|
+
- lib/core/facets/enumerable/pair.rb
|
444
|
+
- lib/core/facets/enumerable/per.rb
|
445
|
+
- lib/core/facets/enumerable/purge.rb
|
446
|
+
- lib/core/facets/enumerable/recursively.rb
|
447
|
+
- lib/core/facets/enumerable/squeeze.rb
|
448
|
+
- lib/core/facets/enumerable/sum.rb
|
449
|
+
- lib/core/facets/enumerable/unassociate.rb
|
450
|
+
- lib/core/facets/enumerable/uniq_by.rb
|
451
|
+
- lib/core/facets/enumerable/value_by.rb
|
452
|
+
- lib/core/facets/enumerable/visit.rb
|
453
|
+
- lib/core/facets/enumerable/with_position.rb
|
454
|
+
- lib/core/facets/enumerable/zip_map.rb
|
455
|
+
- lib/core/facets/enumerator.rb
|
456
|
+
- lib/core/facets/enumerator/fx.rb
|
457
|
+
- lib/core/facets/enumerator/lazy/squeeze.rb
|
458
|
+
- lib/core/facets/essentials.rb
|
459
|
+
- lib/core/facets/exception.rb
|
460
|
+
- lib/core/facets/exception/detail.rb
|
461
|
+
- lib/core/facets/exception/error_print.rb
|
462
|
+
- lib/core/facets/exception/raised.rb
|
463
|
+
- lib/core/facets/exception/set_message.rb
|
464
|
+
- lib/core/facets/exception/suppress.rb
|
465
|
+
- lib/core/facets/file.rb
|
466
|
+
- lib/core/facets/file/append.rb
|
467
|
+
- lib/core/facets/file/atomic_id.rb
|
468
|
+
- lib/core/facets/file/atomic_open.rb
|
469
|
+
- lib/core/facets/file/atomic_write.rb
|
470
|
+
- lib/core/facets/file/common_path.rb
|
471
|
+
- lib/core/facets/file/create.rb
|
472
|
+
- lib/core/facets/file/ext.rb
|
473
|
+
- lib/core/facets/file/null.rb
|
474
|
+
- lib/core/facets/file/read_binary.rb
|
475
|
+
- lib/core/facets/file/read_list.rb
|
476
|
+
- lib/core/facets/file/rewrite.rb
|
477
|
+
- lib/core/facets/file/rootname.rb
|
478
|
+
- lib/core/facets/file/sanitize.rb
|
479
|
+
- lib/core/facets/file/split_all.rb
|
480
|
+
- lib/core/facets/file/split_root.rb
|
481
|
+
- lib/core/facets/file/write.rb
|
482
|
+
- lib/core/facets/file/writelines.rb
|
483
|
+
- lib/core/facets/filetest.rb
|
484
|
+
- lib/core/facets/filetest/absolute.rb
|
485
|
+
- lib/core/facets/filetest/contains.rb
|
486
|
+
- lib/core/facets/filetest/relative.rb
|
487
|
+
- lib/core/facets/filetest/root.rb
|
488
|
+
- lib/core/facets/filetest/safe.rb
|
489
|
+
- lib/core/facets/filetest/separator_pattern.rb
|
490
|
+
- lib/core/facets/float.rb
|
491
|
+
- lib/core/facets/float/round_to.rb
|
492
|
+
- lib/core/facets/functor.rb
|
493
|
+
- lib/core/facets/hash.rb
|
494
|
+
- lib/core/facets/hash/alias.rb
|
495
|
+
- lib/core/facets/hash/argumentize.rb
|
496
|
+
- lib/core/facets/hash/at.rb
|
497
|
+
- lib/core/facets/hash/autonew.rb
|
498
|
+
- lib/core/facets/hash/collate.rb
|
499
|
+
- lib/core/facets/hash/count.rb
|
500
|
+
- lib/core/facets/hash/data.rb
|
501
|
+
- lib/core/facets/hash/dearray_values.rb
|
502
|
+
- lib/core/facets/hash/deep_merge.rb
|
503
|
+
- lib/core/facets/hash/deep_rekey.rb
|
504
|
+
- lib/core/facets/hash/delete.rb
|
505
|
+
- lib/core/facets/hash/delete_at.rb
|
506
|
+
- lib/core/facets/hash/delete_unless.rb
|
507
|
+
- lib/core/facets/hash/delete_values.rb
|
508
|
+
- lib/core/facets/hash/diff.rb
|
509
|
+
- lib/core/facets/hash/each_with_key.rb
|
510
|
+
- lib/core/facets/hash/except.rb
|
511
|
+
- lib/core/facets/hash/fetch_nested.rb
|
512
|
+
- lib/core/facets/hash/graph.rb
|
513
|
+
- lib/core/facets/hash/insert.rb
|
514
|
+
- lib/core/facets/hash/inverse.rb
|
515
|
+
- lib/core/facets/hash/join.rb
|
516
|
+
- lib/core/facets/hash/keys.rb
|
517
|
+
- lib/core/facets/hash/mash.rb
|
518
|
+
- lib/core/facets/hash/new_with.rb
|
519
|
+
- lib/core/facets/hash/only_keys.rb
|
520
|
+
- lib/core/facets/hash/op.rb
|
521
|
+
- lib/core/facets/hash/op_add.rb
|
522
|
+
- lib/core/facets/hash/op_and.rb
|
523
|
+
- lib/core/facets/hash/op_mul.rb
|
524
|
+
- lib/core/facets/hash/op_or.rb
|
525
|
+
- lib/core/facets/hash/op_push.rb
|
526
|
+
- lib/core/facets/hash/op_sub.rb
|
527
|
+
- lib/core/facets/hash/recurse.rb
|
528
|
+
- lib/core/facets/hash/recursively.rb
|
529
|
+
- lib/core/facets/hash/rekey.rb
|
530
|
+
- lib/core/facets/hash/replace_each.rb
|
531
|
+
- lib/core/facets/hash/revalue.rb
|
532
|
+
- lib/core/facets/hash/reverse_merge.rb
|
533
|
+
- lib/core/facets/hash/slice.rb
|
534
|
+
- lib/core/facets/hash/stringify_keys.rb
|
535
|
+
- lib/core/facets/hash/subset.rb
|
536
|
+
- lib/core/facets/hash/swap.rb
|
537
|
+
- lib/core/facets/hash/symbolize_keys.rb
|
538
|
+
- lib/core/facets/hash/to_mod.rb
|
539
|
+
- lib/core/facets/hash/to_options.rb
|
540
|
+
- lib/core/facets/hash/to_proc.rb
|
541
|
+
- lib/core/facets/hash/to_struct.rb
|
542
|
+
- lib/core/facets/hash/traverse.rb
|
543
|
+
- lib/core/facets/hash/update.rb
|
544
|
+
- lib/core/facets/hash/update_each.rb
|
545
|
+
- lib/core/facets/hash/update_keys.rb
|
546
|
+
- lib/core/facets/hash/update_values.rb
|
547
|
+
- lib/core/facets/hash/weave.rb
|
548
|
+
- lib/core/facets/hash/zip.rb
|
549
|
+
- lib/core/facets/indexable.rb
|
550
|
+
- lib/core/facets/integer.rb
|
551
|
+
- lib/core/facets/integer/bit.rb
|
552
|
+
- lib/core/facets/integer/bitmask.rb
|
553
|
+
- lib/core/facets/integer/factorial.rb
|
554
|
+
- lib/core/facets/integer/multiple.rb
|
555
|
+
- lib/core/facets/integer/of.rb
|
556
|
+
- lib/core/facets/integer/ordinal.rb
|
557
|
+
- lib/core/facets/integer/roman.rb
|
558
|
+
- lib/core/facets/kernel.rb
|
559
|
+
- lib/core/facets/kernel/__class__.rb
|
560
|
+
- lib/core/facets/kernel/__dir__.rb
|
561
|
+
- lib/core/facets/kernel/__get__.rb
|
562
|
+
- lib/core/facets/kernel/__set__.rb
|
563
|
+
- lib/core/facets/kernel/as.rb
|
564
|
+
- lib/core/facets/kernel/ask.rb
|
565
|
+
- lib/core/facets/kernel/assign.rb
|
566
|
+
- lib/core/facets/kernel/assign_from.rb
|
567
|
+
- lib/core/facets/kernel/attr_singleton.rb
|
568
|
+
- lib/core/facets/kernel/blank.rb
|
569
|
+
- lib/core/facets/kernel/call_stack.rb
|
570
|
+
- lib/core/facets/kernel/callstack.rb
|
571
|
+
- lib/core/facets/kernel/case.rb
|
572
|
+
- lib/core/facets/kernel/complete.rb
|
573
|
+
- lib/core/facets/kernel/d.rb
|
574
|
+
- lib/core/facets/kernel/deep_clone.rb
|
575
|
+
- lib/core/facets/kernel/deep_copy.rb
|
576
|
+
- lib/core/facets/kernel/demo.rb
|
577
|
+
- lib/core/facets/kernel/disable_warnings.rb
|
578
|
+
- lib/core/facets/kernel/eigen.rb
|
579
|
+
- lib/core/facets/kernel/eigenclass.rb
|
580
|
+
- lib/core/facets/kernel/enable_warnings.rb
|
581
|
+
- lib/core/facets/kernel/ergo.rb
|
582
|
+
- lib/core/facets/kernel/extend.rb
|
583
|
+
- lib/core/facets/kernel/extension.rb
|
584
|
+
- lib/core/facets/kernel/false.rb
|
585
|
+
- lib/core/facets/kernel/here.rb
|
586
|
+
- lib/core/facets/kernel/hierarchical_send.rb
|
587
|
+
- lib/core/facets/kernel/identical.rb
|
588
|
+
- lib/core/facets/kernel/in.rb
|
589
|
+
- lib/core/facets/kernel/instance_assign.rb
|
590
|
+
- lib/core/facets/kernel/instance_class.rb
|
591
|
+
- lib/core/facets/kernel/instance_exec.rb
|
592
|
+
- lib/core/facets/kernel/instance_extract.rb
|
593
|
+
- lib/core/facets/kernel/instance_replace.rb
|
594
|
+
- lib/core/facets/kernel/instance_send.rb
|
595
|
+
- lib/core/facets/kernel/like.rb
|
596
|
+
- lib/core/facets/kernel/load_all.rb
|
597
|
+
- lib/core/facets/kernel/load_relative.rb
|
598
|
+
- lib/core/facets/kernel/maybe.rb
|
599
|
+
- lib/core/facets/kernel/memo.rb
|
600
|
+
- lib/core/facets/kernel/meta.rb
|
601
|
+
- lib/core/facets/kernel/meta_alias.rb
|
602
|
+
- lib/core/facets/kernel/meta_class.rb
|
603
|
+
- lib/core/facets/kernel/meta_def.rb
|
604
|
+
- lib/core/facets/kernel/meta_eval.rb
|
605
|
+
- lib/core/facets/kernel/method.rb
|
606
|
+
- lib/core/facets/kernel/no.rb
|
607
|
+
- lib/core/facets/kernel/not.rb
|
608
|
+
- lib/core/facets/kernel/not_nil.rb
|
609
|
+
- lib/core/facets/kernel/object_class.rb
|
610
|
+
- lib/core/facets/kernel/object_hexid.rb
|
611
|
+
- lib/core/facets/kernel/object_send.rb
|
612
|
+
- lib/core/facets/kernel/p.rb
|
613
|
+
- lib/core/facets/kernel/presence.rb
|
614
|
+
- lib/core/facets/kernel/present.rb
|
615
|
+
- lib/core/facets/kernel/qua_class.rb
|
616
|
+
- lib/core/facets/kernel/require_all.rb
|
617
|
+
- lib/core/facets/kernel/respond.rb
|
618
|
+
- lib/core/facets/kernel/returning.rb
|
619
|
+
- lib/core/facets/kernel/silence.rb
|
620
|
+
- lib/core/facets/kernel/silence_warnings.rb
|
621
|
+
- lib/core/facets/kernel/singleton_class.rb
|
622
|
+
- lib/core/facets/kernel/super_method.rb
|
623
|
+
- lib/core/facets/kernel/tap.rb
|
624
|
+
- lib/core/facets/kernel/temporarily.rb
|
625
|
+
- lib/core/facets/kernel/trap_chain.rb
|
626
|
+
- lib/core/facets/kernel/true.rb
|
627
|
+
- lib/core/facets/kernel/try.rb
|
628
|
+
- lib/core/facets/kernel/val.rb
|
629
|
+
- lib/core/facets/kernel/with.rb
|
630
|
+
- lib/core/facets/kernel/writers.rb
|
631
|
+
- lib/core/facets/kernel/y.rb
|
632
|
+
- lib/core/facets/kernel/yes.rb
|
633
|
+
- lib/core/facets/lazy.rb
|
634
|
+
- lib/core/facets/load_path.rb
|
635
|
+
- lib/core/facets/load_path/search.rb
|
636
|
+
- lib/core/facets/matchdata.rb
|
637
|
+
- lib/core/facets/matchdata/match.rb
|
638
|
+
- lib/core/facets/matchdata/matchset.rb
|
639
|
+
- lib/core/facets/matchdata/matchtree.rb
|
640
|
+
- lib/core/facets/metaid.rb
|
641
|
+
- lib/core/facets/method.rb
|
642
|
+
- lib/core/facets/method/composition.rb
|
643
|
+
- lib/core/facets/method/curry.rb
|
644
|
+
- lib/core/facets/method/memoize.rb
|
645
|
+
- lib/core/facets/method/op_mul.rb
|
646
|
+
- lib/core/facets/method/op_pow.rb
|
647
|
+
- lib/core/facets/method/partial.rb
|
648
|
+
- lib/core/facets/method/public.rb
|
649
|
+
- lib/core/facets/module.rb
|
650
|
+
- lib/core/facets/module/abstract.rb
|
651
|
+
- lib/core/facets/module/alias_accessor.rb
|
652
|
+
- lib/core/facets/module/alias_class_method.rb
|
653
|
+
- lib/core/facets/module/alias_method_chain.rb
|
654
|
+
- lib/core/facets/module/alias_module_function.rb
|
655
|
+
- lib/core/facets/module/all_instance_methods.rb
|
656
|
+
- lib/core/facets/module/ancestor.rb
|
657
|
+
- lib/core/facets/module/anonymous.rb
|
658
|
+
- lib/core/facets/module/attr_class_accessor.rb
|
659
|
+
- lib/core/facets/module/attr_setter.rb
|
660
|
+
- lib/core/facets/module/attr_tester.rb
|
661
|
+
- lib/core/facets/module/attr_validator.rb
|
662
|
+
- lib/core/facets/module/basename.rb
|
663
|
+
- lib/core/facets/module/can.rb
|
664
|
+
- lib/core/facets/module/cattr.rb
|
665
|
+
- lib/core/facets/module/class.rb
|
666
|
+
- lib/core/facets/module/class_accessor.rb
|
667
|
+
- lib/core/facets/module/class_def.rb
|
668
|
+
- lib/core/facets/module/class_extend.rb
|
669
|
+
- lib/core/facets/module/class_inheritor.rb
|
670
|
+
- lib/core/facets/module/class_method_defined.rb
|
671
|
+
- lib/core/facets/module/copy_inheritor.rb
|
672
|
+
- lib/core/facets/module/enclosure.rb
|
673
|
+
- lib/core/facets/module/enclosures.rb
|
674
|
+
- lib/core/facets/module/extend.rb
|
675
|
+
- lib/core/facets/module/home.rb
|
676
|
+
- lib/core/facets/module/homename.rb
|
677
|
+
- lib/core/facets/module/housing.rb
|
678
|
+
- lib/core/facets/module/include_as.rb
|
679
|
+
- lib/core/facets/module/include_function_module.rb
|
680
|
+
- lib/core/facets/module/instance_function.rb
|
681
|
+
- lib/core/facets/module/instance_method.rb
|
682
|
+
- lib/core/facets/module/instance_method_defined.rb
|
683
|
+
- lib/core/facets/module/integrate.rb
|
684
|
+
- lib/core/facets/module/is.rb
|
685
|
+
- lib/core/facets/module/lastname.rb
|
686
|
+
- lib/core/facets/module/let.rb
|
687
|
+
- lib/core/facets/module/mattr.rb
|
688
|
+
- lib/core/facets/module/memoize.rb
|
689
|
+
- lib/core/facets/module/method_clash.rb
|
690
|
+
- lib/core/facets/module/method_space.rb
|
691
|
+
- lib/core/facets/module/methodize.rb
|
692
|
+
- lib/core/facets/module/modname.rb
|
693
|
+
- lib/core/facets/module/module_def.rb
|
694
|
+
- lib/core/facets/module/module_load.rb
|
695
|
+
- lib/core/facets/module/nodef.rb
|
696
|
+
- lib/core/facets/module/op.rb
|
697
|
+
- lib/core/facets/module/op_add.rb
|
698
|
+
- lib/core/facets/module/op_mul.rb
|
699
|
+
- lib/core/facets/module/op_sub.rb
|
700
|
+
- lib/core/facets/module/pathize.rb
|
701
|
+
- lib/core/facets/module/preextend.rb
|
702
|
+
- lib/core/facets/module/redefine_method.rb
|
703
|
+
- lib/core/facets/module/redirect_method.rb
|
704
|
+
- lib/core/facets/module/remove.rb
|
705
|
+
- lib/core/facets/module/rename_method.rb
|
706
|
+
- lib/core/facets/module/revise.rb
|
707
|
+
- lib/core/facets/module/set.rb
|
708
|
+
- lib/core/facets/module/singleton_method_defined.rb
|
709
|
+
- lib/core/facets/module/spacename.rb
|
710
|
+
- lib/core/facets/module/to_obj.rb
|
711
|
+
- lib/core/facets/module/wrap_method.rb
|
712
|
+
- lib/core/facets/na.rb
|
713
|
+
- lib/core/facets/nilclass.rb
|
714
|
+
- lib/core/facets/nilclass/ergo.rb
|
715
|
+
- lib/core/facets/numeric.rb
|
716
|
+
- lib/core/facets/numeric/approx.rb
|
717
|
+
- lib/core/facets/numeric/close.rb
|
718
|
+
- lib/core/facets/numeric/delimit.rb
|
719
|
+
- lib/core/facets/numeric/distance.rb
|
720
|
+
- lib/core/facets/numeric/length.rb
|
721
|
+
- lib/core/facets/numeric/negative.rb
|
722
|
+
- lib/core/facets/numeric/positive.rb
|
723
|
+
- lib/core/facets/numeric/range.rb
|
724
|
+
- lib/core/facets/numeric/round_to.rb
|
725
|
+
- lib/core/facets/numeric/spacing.rb
|
726
|
+
- lib/core/facets/object.rb
|
727
|
+
- lib/core/facets/object/clone.rb
|
728
|
+
- lib/core/facets/object/dup.rb
|
729
|
+
- lib/core/facets/object/itself.rb
|
730
|
+
- lib/core/facets/object/object_state.rb
|
731
|
+
- lib/core/facets/object/try_dup.rb
|
732
|
+
- lib/core/facets/objectspace.rb
|
733
|
+
- lib/core/facets/objectspace/classes.rb
|
734
|
+
- lib/core/facets/objectspace/op_fetch.rb
|
735
|
+
- lib/core/facets/proc.rb
|
736
|
+
- lib/core/facets/proc/bind.rb
|
737
|
+
- lib/core/facets/proc/bind_to.rb
|
738
|
+
- lib/core/facets/proc/compose.rb
|
739
|
+
- lib/core/facets/proc/partial.rb
|
740
|
+
- lib/core/facets/proc/to_method.rb
|
741
|
+
- lib/core/facets/proc/update.rb
|
742
|
+
- lib/core/facets/proc/wrap.rb
|
743
|
+
- lib/core/facets/process.rb
|
744
|
+
- lib/core/facets/process/daemon.rb
|
745
|
+
- lib/core/facets/range.rb
|
746
|
+
- lib/core/facets/range/combine.rb
|
747
|
+
- lib/core/facets/range/nudge.rb
|
748
|
+
- lib/core/facets/range/op_add.rb
|
749
|
+
- lib/core/facets/range/op_sub.rb
|
750
|
+
- lib/core/facets/range/overlap.rb
|
751
|
+
- lib/core/facets/range/quantile.rb
|
752
|
+
- lib/core/facets/range/to_rng.rb
|
753
|
+
- lib/core/facets/range/umbrella.rb
|
754
|
+
- lib/core/facets/range/within.rb
|
755
|
+
- lib/core/facets/regexp.rb
|
756
|
+
- lib/core/facets/regexp/arity.rb
|
757
|
+
- lib/core/facets/regexp/multiline.rb
|
758
|
+
- lib/core/facets/regexp/op_add.rb
|
759
|
+
- lib/core/facets/regexp/op_or.rb
|
760
|
+
- lib/core/facets/regexp/to_proc.rb
|
761
|
+
- lib/core/facets/regexp/to_re.rb
|
762
|
+
- lib/core/facets/roman.rb
|
763
|
+
- lib/core/facets/string.rb
|
764
|
+
- lib/core/facets/string/acronym.rb
|
765
|
+
- lib/core/facets/string/align.rb
|
766
|
+
- lib/core/facets/string/ascii_only.rb
|
767
|
+
- lib/core/facets/string/bracket.rb
|
768
|
+
- lib/core/facets/string/briefcase.rb
|
769
|
+
- lib/core/facets/string/camelcase.rb
|
770
|
+
- lib/core/facets/string/capitalized.rb
|
771
|
+
- lib/core/facets/string/cleanlines.rb
|
772
|
+
- lib/core/facets/string/cleave.rb
|
773
|
+
- lib/core/facets/string/cmp.rb
|
774
|
+
- lib/core/facets/string/compress_lines.rb
|
775
|
+
- lib/core/facets/string/crypt.rb
|
776
|
+
- lib/core/facets/string/divide.rb
|
777
|
+
- lib/core/facets/string/each_match.rb
|
778
|
+
- lib/core/facets/string/each_word.rb
|
779
|
+
- lib/core/facets/string/edit_distance.rb
|
780
|
+
- lib/core/facets/string/ends_with.rb
|
781
|
+
- lib/core/facets/string/exclude.rb
|
782
|
+
- lib/core/facets/string/expand_tab.rb
|
783
|
+
- lib/core/facets/string/file.rb
|
784
|
+
- lib/core/facets/string/fold.rb
|
785
|
+
- lib/core/facets/string/indent.rb
|
786
|
+
- lib/core/facets/string/index_all.rb
|
787
|
+
- lib/core/facets/string/indexable.rb
|
788
|
+
- lib/core/facets/string/interpolate.rb
|
789
|
+
- lib/core/facets/string/lchomp.rb
|
790
|
+
- lib/core/facets/string/line_wrap.rb
|
791
|
+
- lib/core/facets/string/linear.rb
|
792
|
+
- lib/core/facets/string/lowercase.rb
|
793
|
+
- lib/core/facets/string/margin.rb
|
794
|
+
- lib/core/facets/string/methodize.rb
|
795
|
+
- lib/core/facets/string/modulize.rb
|
796
|
+
- lib/core/facets/string/mscan.rb
|
797
|
+
- lib/core/facets/string/natcmp.rb
|
798
|
+
- lib/core/facets/string/nchar.rb
|
799
|
+
- lib/core/facets/string/newlines.rb
|
800
|
+
- lib/core/facets/string/number.rb
|
801
|
+
- lib/core/facets/string/op_div.rb
|
802
|
+
- lib/core/facets/string/op_sub.rb
|
803
|
+
- lib/core/facets/string/outdent.rb
|
804
|
+
- lib/core/facets/string/pathize.rb
|
805
|
+
- lib/core/facets/string/quote.rb
|
806
|
+
- lib/core/facets/string/random.rb
|
807
|
+
- lib/core/facets/string/range.rb
|
808
|
+
- lib/core/facets/string/range_all.rb
|
809
|
+
- lib/core/facets/string/range_of_line.rb
|
810
|
+
- lib/core/facets/string/remove.rb
|
811
|
+
- lib/core/facets/string/rewrite.rb
|
812
|
+
- lib/core/facets/string/roman.rb
|
813
|
+
- lib/core/facets/string/rotate.rb
|
814
|
+
- lib/core/facets/string/shatter.rb
|
815
|
+
- lib/core/facets/string/similarity.rb
|
816
|
+
- lib/core/facets/string/snakecase.rb
|
817
|
+
- lib/core/facets/string/splice.rb
|
818
|
+
- lib/core/facets/string/squish.rb
|
819
|
+
- lib/core/facets/string/starts_with.rb
|
820
|
+
- lib/core/facets/string/store.rb
|
821
|
+
- lib/core/facets/string/subtract.rb
|
822
|
+
- lib/core/facets/string/titlecase.rb
|
823
|
+
- lib/core/facets/string/to_re.rb
|
824
|
+
- lib/core/facets/string/to_rx.rb
|
825
|
+
- lib/core/facets/string/trim.rb
|
826
|
+
- lib/core/facets/string/unbracket.rb
|
827
|
+
- lib/core/facets/string/underscore.rb
|
828
|
+
- lib/core/facets/string/unfold.rb
|
829
|
+
- lib/core/facets/string/unindent.rb
|
830
|
+
- lib/core/facets/string/unquote.rb
|
831
|
+
- lib/core/facets/string/uppercase.rb
|
832
|
+
- lib/core/facets/string/variablize.rb
|
833
|
+
- lib/core/facets/string/word_wrap.rb
|
834
|
+
- lib/core/facets/string/words.rb
|
835
|
+
- lib/core/facets/string/xor.rb
|
836
|
+
- lib/core/facets/struct.rb
|
837
|
+
- lib/core/facets/struct/attributes.rb
|
838
|
+
- lib/core/facets/struct/replace.rb
|
839
|
+
- lib/core/facets/symbol.rb
|
840
|
+
- lib/core/facets/symbol/as_s.rb
|
841
|
+
- lib/core/facets/symbol/bang.rb
|
842
|
+
- lib/core/facets/symbol/call.rb
|
843
|
+
- lib/core/facets/symbol/chomp.rb
|
844
|
+
- lib/core/facets/symbol/generate.rb
|
845
|
+
- lib/core/facets/symbol/not.rb
|
846
|
+
- lib/core/facets/symbol/op_div.rb
|
847
|
+
- lib/core/facets/symbol/plain.rb
|
848
|
+
- lib/core/facets/symbol/query.rb
|
849
|
+
- lib/core/facets/symbol/reader.rb
|
850
|
+
- lib/core/facets/symbol/setter.rb
|
851
|
+
- lib/core/facets/symbol/succ.rb
|
852
|
+
- lib/core/facets/symbol/thrown.rb
|
853
|
+
- lib/core/facets/symbol/variablize.rb
|
854
|
+
- lib/core/facets/symbol/writer.rb
|
855
|
+
- lib/core/facets/time.rb
|
856
|
+
- lib/core/facets/time/ago.rb
|
857
|
+
- lib/core/facets/time/change.rb
|
858
|
+
- lib/core/facets/time/dst_adjustment.rb
|
859
|
+
- lib/core/facets/time/elapse.rb
|
860
|
+
- lib/core/facets/time/future.rb
|
861
|
+
- lib/core/facets/time/hence.rb
|
862
|
+
- lib/core/facets/time/in.rb
|
863
|
+
- lib/core/facets/time/less.rb
|
864
|
+
- lib/core/facets/time/past.rb
|
865
|
+
- lib/core/facets/time/round_to.rb
|
866
|
+
- lib/core/facets/time/set.rb
|
867
|
+
- lib/core/facets/time/shift.rb
|
868
|
+
- lib/core/facets/time/stamp.rb
|
869
|
+
- lib/core/facets/time/to_time.rb
|
870
|
+
- lib/core/facets/time/trunc.rb
|
871
|
+
- lib/core/facets/unboundmethod.rb
|
872
|
+
- lib/core/facets/unboundmethod/arguments.rb
|
873
|
+
- lib/core/facets/version.rb
|
874
|
+
- lib/facets-glimmer.rb
|
875
|
+
- lib/facets-glimmer/ext/kernel.rb
|
876
|
+
- lib/standard/facets/against.rb
|
877
|
+
- lib/standard/facets/argvector.rb
|
878
|
+
- lib/standard/facets/binding/block_exec.rb
|
879
|
+
- lib/standard/facets/cgi.rb
|
880
|
+
- lib/standard/facets/cgi/esc.rb
|
881
|
+
- lib/standard/facets/cgi/escape_html.rb
|
882
|
+
- lib/standard/facets/cgi/marshal.rb
|
883
|
+
- lib/standard/facets/cli.rb
|
884
|
+
- lib/standard/facets/cloneable.rb
|
885
|
+
- lib/standard/facets/continuation.rb
|
886
|
+
- lib/standard/facets/date.rb
|
887
|
+
- lib/standard/facets/date/cmp.rb
|
888
|
+
- lib/standard/facets/digest.rb
|
889
|
+
- lib/standard/facets/digest/base64digest.rb
|
890
|
+
- lib/standard/facets/digest/salted_digest.rb
|
891
|
+
- lib/standard/facets/enumargs.rb
|
892
|
+
- lib/standard/facets/equitable.rb
|
893
|
+
- lib/standard/facets/erb.rb
|
894
|
+
- lib/standard/facets/fileutils.rb
|
895
|
+
- lib/standard/facets/fileutils/amass.rb
|
896
|
+
- lib/standard/facets/fileutils/cp_rx.rb
|
897
|
+
- lib/standard/facets/fileutils/head.rb
|
898
|
+
- lib/standard/facets/fileutils/ln_r.rb
|
899
|
+
- lib/standard/facets/fileutils/outofdate.rb
|
900
|
+
- lib/standard/facets/fileutils/safe_ln.rb
|
901
|
+
- lib/standard/facets/fileutils/slice.rb
|
902
|
+
- lib/standard/facets/fileutils/stage.rb
|
903
|
+
- lib/standard/facets/fileutils/tail.rb
|
904
|
+
- lib/standard/facets/fileutils/wc.rb
|
905
|
+
- lib/standard/facets/fileutils/whereis.rb
|
906
|
+
- lib/standard/facets/fileutils/which.rb
|
907
|
+
- lib/standard/facets/find.rb
|
908
|
+
- lib/standard/facets/find/select.rb
|
909
|
+
- lib/standard/facets/gem/search.rb
|
910
|
+
- lib/standard/facets/gem/specification/current_specs.rb
|
911
|
+
- lib/standard/facets/gem/specification/find_requireable_file.rb
|
912
|
+
- lib/standard/facets/getoptlong.rb
|
913
|
+
- lib/standard/facets/hash_builder.rb
|
914
|
+
- lib/standard/facets/instantiable.rb
|
915
|
+
- lib/standard/facets/interval.rb
|
916
|
+
- lib/standard/facets/load_monitor.rb
|
917
|
+
- lib/standard/facets/math.rb
|
918
|
+
- lib/standard/facets/math/abs.rb
|
919
|
+
- lib/standard/facets/math/acosec.rb
|
920
|
+
- lib/standard/facets/math/acot.rb
|
921
|
+
- lib/standard/facets/math/acoth.rb
|
922
|
+
- lib/standard/facets/math/acsc.rb
|
923
|
+
- lib/standard/facets/math/acsch.rb
|
924
|
+
- lib/standard/facets/math/amd.rb
|
925
|
+
- lib/standard/facets/math/approx_equal.rb
|
926
|
+
- lib/standard/facets/math/asec.rb
|
927
|
+
- lib/standard/facets/math/asech.rb
|
928
|
+
- lib/standard/facets/math/atkinson_index.rb
|
929
|
+
- lib/standard/facets/math/beta.rb
|
930
|
+
- lib/standard/facets/math/cdf.rb
|
931
|
+
- lib/standard/facets/math/ceil.rb
|
932
|
+
- lib/standard/facets/math/cosec.rb
|
933
|
+
- lib/standard/facets/math/cosech.rb
|
934
|
+
- lib/standard/facets/math/cot.rb
|
935
|
+
- lib/standard/facets/math/coth.rb
|
936
|
+
- lib/standard/facets/math/csc.rb
|
937
|
+
- lib/standard/facets/math/csch.rb
|
938
|
+
- lib/standard/facets/math/delta.rb
|
939
|
+
- lib/standard/facets/math/distance.rb
|
940
|
+
- lib/standard/facets/math/ec.rb
|
941
|
+
- lib/standard/facets/math/epsilon.rb
|
942
|
+
- lib/standard/facets/math/exp10.rb
|
943
|
+
- lib/standard/facets/math/exp2.rb
|
944
|
+
- lib/standard/facets/math/factorial.rb
|
945
|
+
- lib/standard/facets/math/floor.rb
|
946
|
+
- lib/standard/facets/math/gcd.rb
|
947
|
+
- lib/standard/facets/math/gini_coefficient.rb
|
948
|
+
- lib/standard/facets/math/kldivergence.rb
|
949
|
+
- lib/standard/facets/math/lcm.rb
|
950
|
+
- lib/standard/facets/math/lgamma.rb
|
951
|
+
- lib/standard/facets/math/linsolve.rb
|
952
|
+
- lib/standard/facets/math/lngamma.rb
|
953
|
+
- lib/standard/facets/math/log2.rb
|
954
|
+
- lib/standard/facets/math/max.rb
|
955
|
+
- lib/standard/facets/math/mean.rb
|
956
|
+
- lib/standard/facets/math/median.rb
|
957
|
+
- lib/standard/facets/math/min.rb
|
958
|
+
- lib/standard/facets/math/percentile.rb
|
959
|
+
- lib/standard/facets/math/pow.rb
|
960
|
+
- lib/standard/facets/math/pstd.rb
|
961
|
+
- lib/standard/facets/math/pvariance.rb
|
962
|
+
- lib/standard/facets/math/rmd.rb
|
963
|
+
- lib/standard/facets/math/root.rb
|
964
|
+
- lib/standard/facets/math/round.rb
|
965
|
+
- lib/standard/facets/math/sec.rb
|
966
|
+
- lib/standard/facets/math/sech.rb
|
967
|
+
- lib/standard/facets/math/sign.rb
|
968
|
+
- lib/standard/facets/math/sinc.rb
|
969
|
+
- lib/standard/facets/math/sqr.rb
|
970
|
+
- lib/standard/facets/math/sqsolve.rb
|
971
|
+
- lib/standard/facets/math/std.rb
|
972
|
+
- lib/standard/facets/math/stderr.rb
|
973
|
+
- lib/standard/facets/math/sum.rb
|
974
|
+
- lib/standard/facets/math/summed_sqdevs.rb
|
975
|
+
- lib/standard/facets/math/tau.rb
|
976
|
+
- lib/standard/facets/math/tgamma.rb
|
977
|
+
- lib/standard/facets/math/theil_index.rb
|
978
|
+
- lib/standard/facets/math/variance.rb
|
979
|
+
- lib/standard/facets/memoizable.rb
|
980
|
+
- lib/standard/facets/memoizer.rb
|
981
|
+
- lib/standard/facets/multipliers.rb
|
982
|
+
- lib/standard/facets/multiton.rb
|
983
|
+
- lib/standard/facets/net/http.rb
|
984
|
+
- lib/standard/facets/nullclass.rb
|
985
|
+
- lib/standard/facets/opesc.rb
|
986
|
+
- lib/standard/facets/ostruct.rb
|
987
|
+
- lib/standard/facets/ostruct/each.rb
|
988
|
+
- lib/standard/facets/ostruct/initialize.rb
|
989
|
+
- lib/standard/facets/ostruct/merge.rb
|
990
|
+
- lib/standard/facets/ostruct/op_fetch.rb
|
991
|
+
- lib/standard/facets/ostruct/op_store.rb
|
992
|
+
- lib/standard/facets/ostruct/to_h.rb
|
993
|
+
- lib/standard/facets/ostruct/to_ostruct.rb
|
994
|
+
- lib/standard/facets/pathname.rb
|
995
|
+
- lib/standard/facets/pathname/chdir.rb
|
996
|
+
- lib/standard/facets/pathname/empty.rb
|
997
|
+
- lib/standard/facets/pathname/exists.rb
|
998
|
+
- lib/standard/facets/pathname/glob.rb
|
999
|
+
- lib/standard/facets/pathname/home.rb
|
1000
|
+
- lib/standard/facets/pathname/null.rb
|
1001
|
+
- lib/standard/facets/pathname/op_div.rb
|
1002
|
+
- lib/standard/facets/pathname/op_fetch.rb
|
1003
|
+
- lib/standard/facets/pathname/outofdate.rb
|
1004
|
+
- lib/standard/facets/pathname/readline.rb
|
1005
|
+
- lib/standard/facets/pathname/root.rb
|
1006
|
+
- lib/standard/facets/pathname/rootname.rb
|
1007
|
+
- lib/standard/facets/pathname/safe.rb
|
1008
|
+
- lib/standard/facets/pathname/split_root.rb
|
1009
|
+
- lib/standard/facets/pathname/to_path.rb
|
1010
|
+
- lib/standard/facets/pathname/to_str.rb
|
1011
|
+
- lib/standard/facets/pathname/uptodate.rb
|
1012
|
+
- lib/standard/facets/pathname/visit.rb
|
1013
|
+
- lib/standard/facets/pathname/work.rb
|
1014
|
+
- lib/standard/facets/platform.rb
|
1015
|
+
- lib/standard/facets/random.rb
|
1016
|
+
- lib/standard/facets/rbconfig.rb
|
1017
|
+
- lib/standard/facets/set.rb
|
1018
|
+
- lib/standard/facets/shellwords.rb
|
1019
|
+
- lib/standard/facets/strscan.rb
|
1020
|
+
- lib/standard/facets/thread.rb
|
1021
|
+
- lib/standard/facets/timer.rb
|
1022
|
+
- lib/standard/facets/tuple.rb
|
1023
|
+
- lib/standard/facets/uri.rb
|
1024
|
+
- lib/standard/facets/uri/cgi_escape.rb
|
1025
|
+
- lib/standard/facets/uri/cgi_parse.rb
|
1026
|
+
- lib/standard/facets/uri/cgi_unescape.rb
|
1027
|
+
- lib/standard/facets/uri/decode.rb
|
1028
|
+
- lib/standard/facets/uri/parameters.rb
|
1029
|
+
- lib/standard/facets/uri/query.rb
|
1030
|
+
- lib/standard/facets/yaml.rb
|
1031
|
+
- lib/standard/facets/yaml/file.rb
|
1032
|
+
- lib/standard/facets/yaml/kernel.rb
|
1033
|
+
- lib/standard/facets/yaml/read.rb
|
1034
|
+
- lib/standard/facets/zlib.rb
|
1035
|
+
- test/core/array/test_arrange.rb
|
1036
|
+
- test/core/array/test_average.rb
|
1037
|
+
- test/core/array/test_before.rb
|
1038
|
+
- test/core/array/test_collapse.rb
|
1039
|
+
- test/core/array/test_commonality.rb
|
1040
|
+
- test/core/array/test_conjoin.rb
|
1041
|
+
- test/core/array/test_contains.rb
|
1042
|
+
- test/core/array/test_delete.rb
|
1043
|
+
- test/core/array/test_delete_unless.rb
|
1044
|
+
- test/core/array/test_delete_values.rb
|
1045
|
+
- test/core/array/test_divide.rb
|
1046
|
+
- test/core/array/test_duplicates.rb
|
1047
|
+
- test/core/array/test_each_overlap.rb
|
1048
|
+
- test/core/array/test_each_pair.rb
|
1049
|
+
- test/core/array/test_each_value.rb
|
1050
|
+
- test/core/array/test_entropy.rb
|
1051
|
+
- test/core/array/test_extract_options.rb
|
1052
|
+
- test/core/array/test_first.rb
|
1053
|
+
- test/core/array/test_from.rb
|
1054
|
+
- test/core/array/test_intersection.rb
|
1055
|
+
- test/core/array/test_last.rb
|
1056
|
+
- test/core/array/test_median.rb
|
1057
|
+
- test/core/array/test_merge.rb
|
1058
|
+
- test/core/array/test_missing.rb
|
1059
|
+
- test/core/array/test_mode.rb
|
1060
|
+
- test/core/array/test_nonuniq.rb
|
1061
|
+
- test/core/array/test_not_empty.rb
|
1062
|
+
- test/core/array/test_occur.rb
|
1063
|
+
- test/core/array/test_occurrence.rb
|
1064
|
+
- test/core/array/test_only.rb
|
1065
|
+
- test/core/array/test_op_pow.rb
|
1066
|
+
- test/core/array/test_pad.rb
|
1067
|
+
- test/core/array/test_peek.rb
|
1068
|
+
- test/core/array/test_poke.rb
|
1069
|
+
- test/core/array/test_probability.rb
|
1070
|
+
- test/core/array/test_pull.rb
|
1071
|
+
- test/core/array/test_recurse.rb
|
1072
|
+
- test/core/array/test_recursively.rb
|
1073
|
+
- test/core/array/test_reject_values.rb
|
1074
|
+
- test/core/array/test_span.rb
|
1075
|
+
- test/core/array/test_splice.rb
|
1076
|
+
- test/core/array/test_split.rb
|
1077
|
+
- test/core/array/test_split_at.rb
|
1078
|
+
- test/core/array/test_squeeze.rb
|
1079
|
+
- test/core/array/test_standard_deviation.rb
|
1080
|
+
- test/core/array/test_step.rb
|
1081
|
+
- test/core/array/test_store.rb
|
1082
|
+
- test/core/array/test_to_h.rb
|
1083
|
+
- test/core/array/test_traverse.rb
|
1084
|
+
- test/core/array/test_uniq_by.rb
|
1085
|
+
- test/core/array/test_unique_permutation.rb
|
1086
|
+
- test/core/array/test_variance.rb
|
1087
|
+
- test/core/array/test_zip.rb
|
1088
|
+
- test/core/binding/test_caller.rb
|
1089
|
+
- test/core/binding/test_defined.rb
|
1090
|
+
- test/core/binding/test_op.rb
|
1091
|
+
- test/core/binding/test_self.rb
|
1092
|
+
- test/core/class/test_descendents.rb
|
1093
|
+
- test/core/class/test_preallocate.rb
|
1094
|
+
- test/core/class/test_subclasses.rb
|
1095
|
+
- test/core/class/test_to_proc.rb
|
1096
|
+
- test/core/comparable/test_bound.rb
|
1097
|
+
- test/core/comparable/test_cap.rb
|
1098
|
+
- test/core/comparable/test_clip.rb
|
1099
|
+
- test/core/comparable/test_cmp.rb
|
1100
|
+
- test/core/comparable/test_op_get.rb
|
1101
|
+
- test/core/denumerable_tc.rb
|
1102
|
+
- test/core/dir/test_ascend.rb
|
1103
|
+
- test/core/dir/test_descend.rb
|
1104
|
+
- test/core/dir/test_each_child.rb
|
1105
|
+
- test/core/dir/test_multiglob.rb
|
1106
|
+
- test/core/dir/test_parent.rb
|
1107
|
+
- test/core/dir/test_recurse.rb
|
1108
|
+
- test/core/enumerable/test_accumulate.rb
|
1109
|
+
- test/core/enumerable/test_cluster.rb
|
1110
|
+
- test/core/enumerable/test_compact_map.rb
|
1111
|
+
- test/core/enumerable/test_defer.rb
|
1112
|
+
- test/core/enumerable/test_each_by.rb
|
1113
|
+
- test/core/enumerable/test_every.rb
|
1114
|
+
- test/core/enumerable/test_ewise.rb
|
1115
|
+
- test/core/enumerable/test_exclude.rb
|
1116
|
+
- test/core/enumerable/test_expand.rb
|
1117
|
+
- test/core/enumerable/test_filter.rb
|
1118
|
+
- test/core/enumerable/test_find_yield.rb
|
1119
|
+
- test/core/enumerable/test_frequency.rb
|
1120
|
+
- test/core/enumerable/test_graph.rb
|
1121
|
+
- test/core/enumerable/test_hashify.rb
|
1122
|
+
- test/core/enumerable/test_key_by.rb
|
1123
|
+
- test/core/enumerable/test_map_by.rb
|
1124
|
+
- test/core/enumerable/test_map_send.rb
|
1125
|
+
- test/core/enumerable/test_map_with_index.rb
|
1126
|
+
- test/core/enumerable/test_mash.rb
|
1127
|
+
- test/core/enumerable/test_modulate.rb
|
1128
|
+
- test/core/enumerable/test_occur.rb
|
1129
|
+
- test/core/enumerable/test_only.rb
|
1130
|
+
- test/core/enumerable/test_per.rb
|
1131
|
+
- test/core/enumerable/test_purge.rb
|
1132
|
+
- test/core/enumerable/test_recursively.rb
|
1133
|
+
- test/core/enumerable/test_squeeze.rb
|
1134
|
+
- test/core/enumerable/test_sum.rb
|
1135
|
+
- test/core/enumerable/test_uniq_by.rb
|
1136
|
+
- test/core/enumerable/test_visit.rb
|
1137
|
+
- test/core/enumerable/test_with_position.rb
|
1138
|
+
- test/core/enumerator/lazy/test_squeeze.rb
|
1139
|
+
- test/core/enumerator/test_fx.rb
|
1140
|
+
- test/core/enumerator/test_new.rb
|
1141
|
+
- test/core/enumerator_tc.rb
|
1142
|
+
- test/core/exception/test_detail.rb
|
1143
|
+
- test/core/exception/test_raised.rb
|
1144
|
+
- test/core/exception/test_suppress.rb
|
1145
|
+
- test/core/file/test_append.rb
|
1146
|
+
- test/core/file/test_create.rb
|
1147
|
+
- test/core/file/test_ext.rb
|
1148
|
+
- test/core/file/test_null.rb
|
1149
|
+
- test/core/file/test_read_binary.rb
|
1150
|
+
- test/core/file/test_read_list.rb
|
1151
|
+
- test/core/file/test_rewrite.rb
|
1152
|
+
- test/core/file/test_rootname.rb
|
1153
|
+
- test/core/file/test_sanitize.rb
|
1154
|
+
- test/core/file/test_split_all.rb
|
1155
|
+
- test/core/file/test_write.rb
|
1156
|
+
- test/core/file/test_writelines.rb
|
1157
|
+
- test/core/filetest/test_root.rb
|
1158
|
+
- test/core/functor_tc.rb
|
1159
|
+
- test/core/hash/test_alias.rb
|
1160
|
+
- test/core/hash/test_argumentize.rb
|
1161
|
+
- test/core/hash/test_at.rb
|
1162
|
+
- test/core/hash/test_autonew.rb
|
1163
|
+
- test/core/hash/test_collate.rb
|
1164
|
+
- test/core/hash/test_count.rb
|
1165
|
+
- test/core/hash/test_data.rb
|
1166
|
+
- test/core/hash/test_dearray_values.rb
|
1167
|
+
- test/core/hash/test_deep_merge.rb
|
1168
|
+
- test/core/hash/test_deep_rekey.rb
|
1169
|
+
- test/core/hash/test_delete_at.rb
|
1170
|
+
- test/core/hash/test_delete_unless.rb
|
1171
|
+
- test/core/hash/test_delete_values.rb
|
1172
|
+
- test/core/hash/test_diff.rb
|
1173
|
+
- test/core/hash/test_each_with_key.rb
|
1174
|
+
- test/core/hash/test_expect.rb
|
1175
|
+
- test/core/hash/test_fetch_nested.rb
|
1176
|
+
- test/core/hash/test_graph.rb
|
1177
|
+
- test/core/hash/test_insert.rb
|
1178
|
+
- test/core/hash/test_inverse.rb
|
1179
|
+
- test/core/hash/test_join.rb
|
1180
|
+
- test/core/hash/test_keys.rb
|
1181
|
+
- test/core/hash/test_new_with.rb
|
1182
|
+
- test/core/hash/test_op_add.rb
|
1183
|
+
- test/core/hash/test_op_and.rb
|
1184
|
+
- test/core/hash/test_op_mul.rb
|
1185
|
+
- test/core/hash/test_op_or.rb
|
1186
|
+
- test/core/hash/test_op_push.rb
|
1187
|
+
- test/core/hash/test_op_sub.rb
|
1188
|
+
- test/core/hash/test_recurse.rb
|
1189
|
+
- test/core/hash/test_recursively.rb
|
1190
|
+
- test/core/hash/test_rekey.rb
|
1191
|
+
- test/core/hash/test_replace_each.rb
|
1192
|
+
- test/core/hash/test_revalue.rb
|
1193
|
+
- test/core/hash/test_reverse_merge.rb
|
1194
|
+
- test/core/hash/test_slice.rb
|
1195
|
+
- test/core/hash/test_stringify_keys.rb
|
1196
|
+
- test/core/hash/test_swap.rb
|
1197
|
+
- test/core/hash/test_symbolize_keys.rb
|
1198
|
+
- test/core/hash/test_to_mod.rb
|
1199
|
+
- test/core/hash/test_to_proc.rb
|
1200
|
+
- test/core/hash/test_to_struct.rb
|
1201
|
+
- test/core/hash/test_traverse.rb
|
1202
|
+
- test/core/hash/test_update_each.rb
|
1203
|
+
- test/core/hash/test_update_keys.rb
|
1204
|
+
- test/core/hash/test_update_values.rb
|
1205
|
+
- test/core/hash/test_weave.rb
|
1206
|
+
- test/core/hash/test_zip.rb
|
1207
|
+
- test/core/indexable_tc.rb
|
1208
|
+
- test/core/integer/test_bitmask.rb
|
1209
|
+
- test/core/integer/test_factorial.rb
|
1210
|
+
- test/core/integer/test_multiple.rb
|
1211
|
+
- test/core/integer/test_of.rb
|
1212
|
+
- test/core/integer/test_ordinal.rb
|
1213
|
+
- test/core/kernel/test_as.rb
|
1214
|
+
- test/core/kernel/test_ask.rb
|
1215
|
+
- test/core/kernel/test_assign.rb
|
1216
|
+
- test/core/kernel/test_assign_from.rb
|
1217
|
+
- test/core/kernel/test_attr_singleton.rb
|
1218
|
+
- test/core/kernel/test_blank.rb
|
1219
|
+
- test/core/kernel/test_callstack.rb
|
1220
|
+
- test/core/kernel/test_class.rb
|
1221
|
+
- test/core/kernel/test_complete.rb
|
1222
|
+
- test/core/kernel/test_d.rb
|
1223
|
+
- test/core/kernel/test_deep_clone.rb
|
1224
|
+
- test/core/kernel/test_deep_copy.rb
|
1225
|
+
- test/core/kernel/test_dir.rb
|
1226
|
+
- test/core/kernel/test_disable_warnings.rb
|
1227
|
+
- test/core/kernel/test_ergo.rb
|
1228
|
+
- test/core/kernel/test_extension.rb
|
1229
|
+
- test/core/kernel/test_get.rb
|
1230
|
+
- test/core/kernel/test_here.rb
|
1231
|
+
- test/core/kernel/test_hierarchical_send.rb
|
1232
|
+
- test/core/kernel/test_in.rb
|
1233
|
+
- test/core/kernel/test_instance_assign.rb
|
1234
|
+
- test/core/kernel/test_instance_class.rb
|
1235
|
+
- test/core/kernel/test_instance_extract.rb
|
1236
|
+
- test/core/kernel/test_instance_replace.rb
|
1237
|
+
- test/core/kernel/test_instance_send.rb
|
1238
|
+
- test/core/kernel/test_maybe.rb
|
1239
|
+
- test/core/kernel/test_meta_alias.rb
|
1240
|
+
- test/core/kernel/test_meta_class.rb
|
1241
|
+
- test/core/kernel/test_meta_def.rb
|
1242
|
+
- test/core/kernel/test_meta_eval.rb
|
1243
|
+
- test/core/kernel/test_method.rb
|
1244
|
+
- test/core/kernel/test_not.rb
|
1245
|
+
- test/core/kernel/test_not_nil.rb
|
1246
|
+
- test/core/kernel/test_object_class.rb
|
1247
|
+
- test/core/kernel/test_object_hexid.rb
|
1248
|
+
- test/core/kernel/test_object_send.rb
|
1249
|
+
- test/core/kernel/test_presence.rb
|
1250
|
+
- test/core/kernel/test_qua_class.rb
|
1251
|
+
- test/core/kernel/test_require_all.rb
|
1252
|
+
- test/core/kernel/test_respond.rb
|
1253
|
+
- test/core/kernel/test_returning.rb
|
1254
|
+
- test/core/kernel/test_silence.rb
|
1255
|
+
- test/core/kernel/test_singleton_class.rb
|
1256
|
+
- test/core/kernel/test_super_method.rb
|
1257
|
+
- test/core/kernel/test_tap.rb
|
1258
|
+
- test/core/kernel/test_temporarily.rb
|
1259
|
+
- test/core/kernel/test_true.rb
|
1260
|
+
- test/core/kernel/test_try.rb
|
1261
|
+
- test/core/kernel/test_val.rb
|
1262
|
+
- test/core/kernel/test_with.rb
|
1263
|
+
- test/core/kernel/test_writers.rb
|
1264
|
+
- test/core/matchdata/test_match.rb
|
1265
|
+
- test/core/matchdata/test_matchset.rb
|
1266
|
+
- test/core/method/test_composition.rb
|
1267
|
+
- test/core/module/test_abstract.rb
|
1268
|
+
- test/core/module/test_alias_accessor.rb
|
1269
|
+
- test/core/module/test_alias_method_chain.rb
|
1270
|
+
- test/core/module/test_alias_module_function.rb
|
1271
|
+
- test/core/module/test_all_instance_methods.rb
|
1272
|
+
- test/core/module/test_ancestor.rb
|
1273
|
+
- test/core/module/test_anonymous.rb
|
1274
|
+
- test/core/module/test_attr_setter.rb
|
1275
|
+
- test/core/module/test_basename.rb
|
1276
|
+
- test/core/module/test_can.rb
|
1277
|
+
- test/core/module/test_class.rb
|
1278
|
+
- test/core/module/test_class_def.rb
|
1279
|
+
- test/core/module/test_class_extend.rb
|
1280
|
+
- test/core/module/test_class_inheritor.rb
|
1281
|
+
- test/core/module/test_copy_inheritor.rb
|
1282
|
+
- test/core/module/test_enclosure.rb
|
1283
|
+
- test/core/module/test_instance_function.rb
|
1284
|
+
- test/core/module/test_instance_method.rb
|
1285
|
+
- test/core/module/test_instance_method_defined.rb
|
1286
|
+
- test/core/module/test_integrate.rb
|
1287
|
+
- test/core/module/test_is.rb
|
1288
|
+
- test/core/module/test_memoize.rb
|
1289
|
+
- test/core/module/test_method_clash.rb
|
1290
|
+
- test/core/module/test_method_space.rb
|
1291
|
+
- test/core/module/test_methodize.rb
|
1292
|
+
- test/core/module/test_modname.rb
|
1293
|
+
- test/core/module/test_module_def.rb
|
1294
|
+
- test/core/module/test_module_load.rb
|
1295
|
+
- test/core/module/test_nodef.rb
|
1296
|
+
- test/core/module/test_op.rb
|
1297
|
+
- test/core/module/test_pathize.rb
|
1298
|
+
- test/core/module/test_preextend.rb
|
1299
|
+
- test/core/module/test_redefine_method.rb
|
1300
|
+
- test/core/module/test_redirect_method.rb
|
1301
|
+
- test/core/module/test_remove.rb
|
1302
|
+
- test/core/module/test_rename_method.rb
|
1303
|
+
- test/core/module/test_revise.rb
|
1304
|
+
- test/core/module/test_set.rb
|
1305
|
+
- test/core/module/test_spacename.rb
|
1306
|
+
- test/core/module/test_to_obj.rb
|
1307
|
+
- test/core/module/test_wrap_method.rb
|
1308
|
+
- test/core/numeric/test_approx.rb
|
1309
|
+
- test/core/numeric/test_delimit.rb
|
1310
|
+
- test/core/numeric/test_distance.rb
|
1311
|
+
- test/core/numeric/test_length.rb
|
1312
|
+
- test/core/numeric/test_round_to.rb
|
1313
|
+
- test/core/numeric/test_spacing.rb
|
1314
|
+
- test/core/object/test_dup.rb
|
1315
|
+
- test/core/object/test_object_state.rb
|
1316
|
+
- test/core/object/test_try_dup.rb
|
1317
|
+
- test/core/proc/test_bind.rb
|
1318
|
+
- test/core/proc/test_bind_to.rb
|
1319
|
+
- test/core/proc/test_compose.rb
|
1320
|
+
- test/core/proc/test_partial.rb
|
1321
|
+
- test/core/proc/test_to_method.rb
|
1322
|
+
- test/core/proc/test_update.rb
|
1323
|
+
- test/core/range/test_combine.rb
|
1324
|
+
- test/core/range/test_nudge.rb
|
1325
|
+
- test/core/range/test_op_add.rb
|
1326
|
+
- test/core/range/test_op_sub.rb
|
1327
|
+
- test/core/range/test_overlap.rb
|
1328
|
+
- test/core/range/test_to_rng.rb
|
1329
|
+
- test/core/range/test_umbrella.rb
|
1330
|
+
- test/core/range/test_within.rb
|
1331
|
+
- test/core/regexp/test_arity.rb
|
1332
|
+
- test/core/regexp/test_multiline.rb
|
1333
|
+
- test/core/regexp/test_op_add.rb
|
1334
|
+
- test/core/regexp/test_op_or.rb
|
1335
|
+
- test/core/regexp/test_to_re.rb
|
1336
|
+
- test/core/string/test_acronym.rb
|
1337
|
+
- test/core/string/test_align.rb
|
1338
|
+
- test/core/string/test_ascii_only.rb
|
1339
|
+
- test/core/string/test_bracket.rb
|
1340
|
+
- test/core/string/test_camelcase.rb
|
1341
|
+
- test/core/string/test_capitalized.rb
|
1342
|
+
- test/core/string/test_cleanlines.rb
|
1343
|
+
- test/core/string/test_cleave.rb
|
1344
|
+
- test/core/string/test_cmp.rb
|
1345
|
+
- test/core/string/test_compress_lines.rb
|
1346
|
+
- test/core/string/test_crypt.rb
|
1347
|
+
- test/core/string/test_divide.rb
|
1348
|
+
- test/core/string/test_each_word.rb
|
1349
|
+
- test/core/string/test_edit_distance.rb
|
1350
|
+
- test/core/string/test_exclude.rb
|
1351
|
+
- test/core/string/test_expand_tabs.rb
|
1352
|
+
- test/core/string/test_file.rb
|
1353
|
+
- test/core/string/test_fold.rb
|
1354
|
+
- test/core/string/test_indent.rb
|
1355
|
+
- test/core/string/test_index_all.rb
|
1356
|
+
- test/core/string/test_interpolate.rb
|
1357
|
+
- test/core/string/test_lchomp.rb
|
1358
|
+
- test/core/string/test_line_wrap.rb
|
1359
|
+
- test/core/string/test_lowercase.rb
|
1360
|
+
- test/core/string/test_margin.rb
|
1361
|
+
- test/core/string/test_methodize.rb
|
1362
|
+
- test/core/string/test_modulize.rb
|
1363
|
+
- test/core/string/test_mscan.rb
|
1364
|
+
- test/core/string/test_natcmp.rb
|
1365
|
+
- test/core/string/test_nchar.rb
|
1366
|
+
- test/core/string/test_newlines.rb
|
1367
|
+
- test/core/string/test_number.rb
|
1368
|
+
- test/core/string/test_op_div.rb
|
1369
|
+
- test/core/string/test_op_sub.rb
|
1370
|
+
- test/core/string/test_pathize.rb
|
1371
|
+
- test/core/string/test_quote.rb
|
1372
|
+
- test/core/string/test_random.rb
|
1373
|
+
- test/core/string/test_range.rb
|
1374
|
+
- test/core/string/test_remove.rb
|
1375
|
+
- test/core/string/test_rewrite.rb
|
1376
|
+
- test/core/string/test_rotate.rb
|
1377
|
+
- test/core/string/test_shatter.rb
|
1378
|
+
- test/core/string/test_similarity.rb
|
1379
|
+
- test/core/string/test_snakecase.rb
|
1380
|
+
- test/core/string/test_splice.rb
|
1381
|
+
- test/core/string/test_squish.rb
|
1382
|
+
- test/core/string/test_store.rb
|
1383
|
+
- test/core/string/test_subtract.rb
|
1384
|
+
- test/core/string/test_titlecase.rb
|
1385
|
+
- test/core/string/test_to_re.rb
|
1386
|
+
- test/core/string/test_trim.rb
|
1387
|
+
- test/core/string/test_unbracket.rb
|
1388
|
+
- test/core/string/test_underscore.rb
|
1389
|
+
- test/core/string/test_unfold.rb
|
1390
|
+
- test/core/string/test_unindent.rb
|
1391
|
+
- test/core/string/test_unquote.rb
|
1392
|
+
- test/core/string/test_uppercase.rb
|
1393
|
+
- test/core/string/test_variablize.rb
|
1394
|
+
- test/core/string/test_word_wrap.rb
|
1395
|
+
- test/core/string/test_words.rb
|
1396
|
+
- test/core/string/test_xor.rb
|
1397
|
+
- test/core/struct/test_replace.rb
|
1398
|
+
- test/core/symbol/test_as_s.rb
|
1399
|
+
- test/core/symbol/test_bang.rb
|
1400
|
+
- test/core/symbol/test_chomp.rb
|
1401
|
+
- test/core/symbol/test_generate.rb
|
1402
|
+
- test/core/symbol/test_not.rb
|
1403
|
+
- test/core/symbol/test_op_div.rb
|
1404
|
+
- test/core/symbol/test_plain.rb
|
1405
|
+
- test/core/symbol/test_query.rb
|
1406
|
+
- test/core/symbol/test_setter.rb
|
1407
|
+
- test/core/symbol/test_succ.rb
|
1408
|
+
- test/core/symbol/test_thrown.rb
|
1409
|
+
- test/core/symbol/test_variablize.rb
|
1410
|
+
- test/core/time/test_ago.rb
|
1411
|
+
- test/core/time/test_change.rb
|
1412
|
+
- test/core/time/test_dst_adjustment.rb
|
1413
|
+
- test/core/time/test_elapse.rb
|
1414
|
+
- test/core/time/test_future.rb
|
1415
|
+
- test/core/time/test_hence.rb
|
1416
|
+
- test/core/time/test_in.rb
|
1417
|
+
- test/core/time/test_less.rb
|
1418
|
+
- test/core/time/test_past.rb
|
1419
|
+
- test/core/time/test_round_to.rb
|
1420
|
+
- test/core/time/test_set.rb
|
1421
|
+
- test/core/time/test_shift.rb
|
1422
|
+
- test/core/time/test_stamp.rb
|
1423
|
+
- test/core/time/test_to_time.rb
|
1424
|
+
- test/core/time/test_trunc.rb
|
1425
|
+
- test/core/unboundmethod/test_arguments.rb
|
1426
|
+
- test/standard/binding/test_block_exec.rb
|
1427
|
+
- test/standard/date/test_cmp.rb
|
1428
|
+
- test/standard/math/test_abs.rb
|
1429
|
+
- test/standard/math/test_acot.rb
|
1430
|
+
- test/standard/math/test_acoth.rb
|
1431
|
+
- test/standard/math/test_beta.rb
|
1432
|
+
- test/standard/math/test_ceil.rb
|
1433
|
+
- test/standard/math/test_cosec.rb
|
1434
|
+
- test/standard/math/test_cosech.rb
|
1435
|
+
- test/standard/math/test_cot.rb
|
1436
|
+
- test/standard/math/test_coth.rb
|
1437
|
+
- test/standard/math/test_distance.rb
|
1438
|
+
- test/standard/math/test_exp10.rb
|
1439
|
+
- test/standard/math/test_exp2.rb
|
1440
|
+
- test/standard/math/test_factorial.rb
|
1441
|
+
- test/standard/math/test_floor.rb
|
1442
|
+
- test/standard/math/test_gcd.rb
|
1443
|
+
- test/standard/math/test_lcm.rb
|
1444
|
+
- test/standard/math/test_median.rb
|
1445
|
+
- test/standard/math/test_percentile.rb
|
1446
|
+
- test/standard/math/test_pow.rb
|
1447
|
+
- test/standard/math/test_root.rb
|
1448
|
+
- test/standard/math/test_sec.rb
|
1449
|
+
- test/standard/math/test_sech.rb
|
1450
|
+
- test/standard/math/test_sign.rb
|
1451
|
+
- test/standard/math/test_sinc.rb
|
1452
|
+
- test/standard/math/test_srq.rb
|
1453
|
+
- test/standard/pathname/test_chdir.rb
|
1454
|
+
- test/standard/pathname/test_readline.rb
|
1455
|
+
- test/standard/test_argvector.rb
|
1456
|
+
- test/standard/test_cloneable.rb
|
1457
|
+
- test/standard/test_date.rb
|
1458
|
+
- test/standard/test_enumargs.rb
|
1459
|
+
- test/standard/test_equitable.rb
|
1460
|
+
- test/standard/test_instantiable.rb
|
1461
|
+
- test/standard/test_math.rb
|
1462
|
+
- test/standard/test_memoizable.rb
|
1463
|
+
- test/standard/test_multipliers.rb
|
1464
|
+
- test/standard/test_ostruct.rb
|
1465
|
+
- test/standard/test_random.rb
|
1466
|
+
- test/standard/test_shellwords.rb
|
1467
|
+
- test/standard/test_thread.rb
|
1468
|
+
- test/standard/test_timer.rb
|
1469
|
+
- test/standard/test_tuple.rb
|
1470
|
+
- test/standard/test_uri.rb
|
1471
|
+
homepage: https://github.com/AndyObtiva/facets-glimmer
|
1472
|
+
licenses:
|
1473
|
+
- BSD-2-Clause
|
1474
|
+
metadata: {}
|
1475
|
+
post_install_message:
|
1476
|
+
rdoc_options: []
|
1477
|
+
require_paths:
|
1478
|
+
- lib
|
1479
|
+
- lib/core
|
1480
|
+
- lib/standard
|
1481
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
1482
|
+
requirements:
|
1483
|
+
- - ">="
|
1484
|
+
- !ruby/object:Gem::Version
|
1485
|
+
version: '0'
|
1486
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1487
|
+
requirements:
|
1488
|
+
- - ">="
|
1489
|
+
- !ruby/object:Gem::Version
|
1490
|
+
version: '0'
|
1491
|
+
requirements: []
|
1492
|
+
rubygems_version: 3.3.3
|
1493
|
+
signing_key:
|
1494
|
+
specification_version: 4
|
1495
|
+
summary: The orginal well curated collection of extension methods for Ruby.
|
1496
|
+
test_files:
|
1497
|
+
- test/core/array/test_arrange.rb
|
1498
|
+
- test/core/array/test_average.rb
|
1499
|
+
- test/core/array/test_before.rb
|
1500
|
+
- test/core/array/test_collapse.rb
|
1501
|
+
- test/core/array/test_commonality.rb
|
1502
|
+
- test/core/array/test_conjoin.rb
|
1503
|
+
- test/core/array/test_contains.rb
|
1504
|
+
- test/core/array/test_delete.rb
|
1505
|
+
- test/core/array/test_delete_unless.rb
|
1506
|
+
- test/core/array/test_delete_values.rb
|
1507
|
+
- test/core/array/test_divide.rb
|
1508
|
+
- test/core/array/test_duplicates.rb
|
1509
|
+
- test/core/array/test_each_overlap.rb
|
1510
|
+
- test/core/array/test_each_pair.rb
|
1511
|
+
- test/core/array/test_each_value.rb
|
1512
|
+
- test/core/array/test_entropy.rb
|
1513
|
+
- test/core/array/test_extract_options.rb
|
1514
|
+
- test/core/array/test_first.rb
|
1515
|
+
- test/core/array/test_from.rb
|
1516
|
+
- test/core/array/test_intersection.rb
|
1517
|
+
- test/core/array/test_last.rb
|
1518
|
+
- test/core/array/test_median.rb
|
1519
|
+
- test/core/array/test_merge.rb
|
1520
|
+
- test/core/array/test_missing.rb
|
1521
|
+
- test/core/array/test_mode.rb
|
1522
|
+
- test/core/array/test_nonuniq.rb
|
1523
|
+
- test/core/array/test_not_empty.rb
|
1524
|
+
- test/core/array/test_occur.rb
|
1525
|
+
- test/core/array/test_occurrence.rb
|
1526
|
+
- test/core/array/test_only.rb
|
1527
|
+
- test/core/array/test_op_pow.rb
|
1528
|
+
- test/core/array/test_pad.rb
|
1529
|
+
- test/core/array/test_peek.rb
|
1530
|
+
- test/core/array/test_poke.rb
|
1531
|
+
- test/core/array/test_probability.rb
|
1532
|
+
- test/core/array/test_pull.rb
|
1533
|
+
- test/core/array/test_recurse.rb
|
1534
|
+
- test/core/array/test_recursively.rb
|
1535
|
+
- test/core/array/test_reject_values.rb
|
1536
|
+
- test/core/array/test_span.rb
|
1537
|
+
- test/core/array/test_splice.rb
|
1538
|
+
- test/core/array/test_split.rb
|
1539
|
+
- test/core/array/test_split_at.rb
|
1540
|
+
- test/core/array/test_squeeze.rb
|
1541
|
+
- test/core/array/test_standard_deviation.rb
|
1542
|
+
- test/core/array/test_step.rb
|
1543
|
+
- test/core/array/test_store.rb
|
1544
|
+
- test/core/array/test_to_h.rb
|
1545
|
+
- test/core/array/test_traverse.rb
|
1546
|
+
- test/core/array/test_uniq_by.rb
|
1547
|
+
- test/core/array/test_unique_permutation.rb
|
1548
|
+
- test/core/array/test_variance.rb
|
1549
|
+
- test/core/array/test_zip.rb
|
1550
|
+
- test/core/binding/test_caller.rb
|
1551
|
+
- test/core/binding/test_defined.rb
|
1552
|
+
- test/core/binding/test_op.rb
|
1553
|
+
- test/core/binding/test_self.rb
|
1554
|
+
- test/core/class/test_descendents.rb
|
1555
|
+
- test/core/class/test_preallocate.rb
|
1556
|
+
- test/core/class/test_subclasses.rb
|
1557
|
+
- test/core/class/test_to_proc.rb
|
1558
|
+
- test/core/comparable/test_bound.rb
|
1559
|
+
- test/core/comparable/test_cap.rb
|
1560
|
+
- test/core/comparable/test_clip.rb
|
1561
|
+
- test/core/comparable/test_cmp.rb
|
1562
|
+
- test/core/comparable/test_op_get.rb
|
1563
|
+
- test/core/denumerable_tc.rb
|
1564
|
+
- test/core/dir/test_ascend.rb
|
1565
|
+
- test/core/dir/test_descend.rb
|
1566
|
+
- test/core/dir/test_each_child.rb
|
1567
|
+
- test/core/dir/test_multiglob.rb
|
1568
|
+
- test/core/dir/test_parent.rb
|
1569
|
+
- test/core/dir/test_recurse.rb
|
1570
|
+
- test/core/enumerable/test_accumulate.rb
|
1571
|
+
- test/core/enumerable/test_cluster.rb
|
1572
|
+
- test/core/enumerable/test_compact_map.rb
|
1573
|
+
- test/core/enumerable/test_defer.rb
|
1574
|
+
- test/core/enumerable/test_each_by.rb
|
1575
|
+
- test/core/enumerable/test_every.rb
|
1576
|
+
- test/core/enumerable/test_ewise.rb
|
1577
|
+
- test/core/enumerable/test_exclude.rb
|
1578
|
+
- test/core/enumerable/test_expand.rb
|
1579
|
+
- test/core/enumerable/test_filter.rb
|
1580
|
+
- test/core/enumerable/test_find_yield.rb
|
1581
|
+
- test/core/enumerable/test_frequency.rb
|
1582
|
+
- test/core/enumerable/test_graph.rb
|
1583
|
+
- test/core/enumerable/test_hashify.rb
|
1584
|
+
- test/core/enumerable/test_key_by.rb
|
1585
|
+
- test/core/enumerable/test_map_by.rb
|
1586
|
+
- test/core/enumerable/test_map_send.rb
|
1587
|
+
- test/core/enumerable/test_map_with_index.rb
|
1588
|
+
- test/core/enumerable/test_mash.rb
|
1589
|
+
- test/core/enumerable/test_modulate.rb
|
1590
|
+
- test/core/enumerable/test_occur.rb
|
1591
|
+
- test/core/enumerable/test_only.rb
|
1592
|
+
- test/core/enumerable/test_per.rb
|
1593
|
+
- test/core/enumerable/test_purge.rb
|
1594
|
+
- test/core/enumerable/test_recursively.rb
|
1595
|
+
- test/core/enumerable/test_squeeze.rb
|
1596
|
+
- test/core/enumerable/test_sum.rb
|
1597
|
+
- test/core/enumerable/test_uniq_by.rb
|
1598
|
+
- test/core/enumerable/test_visit.rb
|
1599
|
+
- test/core/enumerable/test_with_position.rb
|
1600
|
+
- test/core/enumerator/lazy/test_squeeze.rb
|
1601
|
+
- test/core/enumerator/test_fx.rb
|
1602
|
+
- test/core/enumerator/test_new.rb
|
1603
|
+
- test/core/enumerator_tc.rb
|
1604
|
+
- test/core/exception/test_detail.rb
|
1605
|
+
- test/core/exception/test_raised.rb
|
1606
|
+
- test/core/exception/test_suppress.rb
|
1607
|
+
- test/core/file/test_append.rb
|
1608
|
+
- test/core/file/test_create.rb
|
1609
|
+
- test/core/file/test_ext.rb
|
1610
|
+
- test/core/file/test_null.rb
|
1611
|
+
- test/core/file/test_read_binary.rb
|
1612
|
+
- test/core/file/test_read_list.rb
|
1613
|
+
- test/core/file/test_rewrite.rb
|
1614
|
+
- test/core/file/test_rootname.rb
|
1615
|
+
- test/core/file/test_sanitize.rb
|
1616
|
+
- test/core/file/test_split_all.rb
|
1617
|
+
- test/core/file/test_write.rb
|
1618
|
+
- test/core/file/test_writelines.rb
|
1619
|
+
- test/core/filetest/test_root.rb
|
1620
|
+
- test/core/functor_tc.rb
|
1621
|
+
- test/core/hash/test_alias.rb
|
1622
|
+
- test/core/hash/test_argumentize.rb
|
1623
|
+
- test/core/hash/test_at.rb
|
1624
|
+
- test/core/hash/test_autonew.rb
|
1625
|
+
- test/core/hash/test_collate.rb
|
1626
|
+
- test/core/hash/test_count.rb
|
1627
|
+
- test/core/hash/test_data.rb
|
1628
|
+
- test/core/hash/test_dearray_values.rb
|
1629
|
+
- test/core/hash/test_deep_merge.rb
|
1630
|
+
- test/core/hash/test_deep_rekey.rb
|
1631
|
+
- test/core/hash/test_delete_at.rb
|
1632
|
+
- test/core/hash/test_delete_unless.rb
|
1633
|
+
- test/core/hash/test_delete_values.rb
|
1634
|
+
- test/core/hash/test_diff.rb
|
1635
|
+
- test/core/hash/test_each_with_key.rb
|
1636
|
+
- test/core/hash/test_expect.rb
|
1637
|
+
- test/core/hash/test_fetch_nested.rb
|
1638
|
+
- test/core/hash/test_graph.rb
|
1639
|
+
- test/core/hash/test_insert.rb
|
1640
|
+
- test/core/hash/test_inverse.rb
|
1641
|
+
- test/core/hash/test_join.rb
|
1642
|
+
- test/core/hash/test_keys.rb
|
1643
|
+
- test/core/hash/test_new_with.rb
|
1644
|
+
- test/core/hash/test_op_add.rb
|
1645
|
+
- test/core/hash/test_op_and.rb
|
1646
|
+
- test/core/hash/test_op_mul.rb
|
1647
|
+
- test/core/hash/test_op_or.rb
|
1648
|
+
- test/core/hash/test_op_push.rb
|
1649
|
+
- test/core/hash/test_op_sub.rb
|
1650
|
+
- test/core/hash/test_recurse.rb
|
1651
|
+
- test/core/hash/test_recursively.rb
|
1652
|
+
- test/core/hash/test_rekey.rb
|
1653
|
+
- test/core/hash/test_replace_each.rb
|
1654
|
+
- test/core/hash/test_revalue.rb
|
1655
|
+
- test/core/hash/test_reverse_merge.rb
|
1656
|
+
- test/core/hash/test_slice.rb
|
1657
|
+
- test/core/hash/test_stringify_keys.rb
|
1658
|
+
- test/core/hash/test_swap.rb
|
1659
|
+
- test/core/hash/test_symbolize_keys.rb
|
1660
|
+
- test/core/hash/test_to_mod.rb
|
1661
|
+
- test/core/hash/test_to_proc.rb
|
1662
|
+
- test/core/hash/test_to_struct.rb
|
1663
|
+
- test/core/hash/test_traverse.rb
|
1664
|
+
- test/core/hash/test_update_each.rb
|
1665
|
+
- test/core/hash/test_update_keys.rb
|
1666
|
+
- test/core/hash/test_update_values.rb
|
1667
|
+
- test/core/hash/test_weave.rb
|
1668
|
+
- test/core/hash/test_zip.rb
|
1669
|
+
- test/core/indexable_tc.rb
|
1670
|
+
- test/core/integer/test_bitmask.rb
|
1671
|
+
- test/core/integer/test_factorial.rb
|
1672
|
+
- test/core/integer/test_multiple.rb
|
1673
|
+
- test/core/integer/test_of.rb
|
1674
|
+
- test/core/integer/test_ordinal.rb
|
1675
|
+
- test/core/kernel/test_as.rb
|
1676
|
+
- test/core/kernel/test_ask.rb
|
1677
|
+
- test/core/kernel/test_assign.rb
|
1678
|
+
- test/core/kernel/test_assign_from.rb
|
1679
|
+
- test/core/kernel/test_attr_singleton.rb
|
1680
|
+
- test/core/kernel/test_blank.rb
|
1681
|
+
- test/core/kernel/test_callstack.rb
|
1682
|
+
- test/core/kernel/test_class.rb
|
1683
|
+
- test/core/kernel/test_complete.rb
|
1684
|
+
- test/core/kernel/test_d.rb
|
1685
|
+
- test/core/kernel/test_deep_clone.rb
|
1686
|
+
- test/core/kernel/test_deep_copy.rb
|
1687
|
+
- test/core/kernel/test_dir.rb
|
1688
|
+
- test/core/kernel/test_disable_warnings.rb
|
1689
|
+
- test/core/kernel/test_ergo.rb
|
1690
|
+
- test/core/kernel/test_extension.rb
|
1691
|
+
- test/core/kernel/test_get.rb
|
1692
|
+
- test/core/kernel/test_here.rb
|
1693
|
+
- test/core/kernel/test_hierarchical_send.rb
|
1694
|
+
- test/core/kernel/test_in.rb
|
1695
|
+
- test/core/kernel/test_instance_assign.rb
|
1696
|
+
- test/core/kernel/test_instance_class.rb
|
1697
|
+
- test/core/kernel/test_instance_extract.rb
|
1698
|
+
- test/core/kernel/test_instance_replace.rb
|
1699
|
+
- test/core/kernel/test_instance_send.rb
|
1700
|
+
- test/core/kernel/test_maybe.rb
|
1701
|
+
- test/core/kernel/test_meta_alias.rb
|
1702
|
+
- test/core/kernel/test_meta_class.rb
|
1703
|
+
- test/core/kernel/test_meta_def.rb
|
1704
|
+
- test/core/kernel/test_meta_eval.rb
|
1705
|
+
- test/core/kernel/test_method.rb
|
1706
|
+
- test/core/kernel/test_not.rb
|
1707
|
+
- test/core/kernel/test_not_nil.rb
|
1708
|
+
- test/core/kernel/test_object_class.rb
|
1709
|
+
- test/core/kernel/test_object_hexid.rb
|
1710
|
+
- test/core/kernel/test_object_send.rb
|
1711
|
+
- test/core/kernel/test_presence.rb
|
1712
|
+
- test/core/kernel/test_qua_class.rb
|
1713
|
+
- test/core/kernel/test_require_all.rb
|
1714
|
+
- test/core/kernel/test_respond.rb
|
1715
|
+
- test/core/kernel/test_returning.rb
|
1716
|
+
- test/core/kernel/test_silence.rb
|
1717
|
+
- test/core/kernel/test_singleton_class.rb
|
1718
|
+
- test/core/kernel/test_super_method.rb
|
1719
|
+
- test/core/kernel/test_tap.rb
|
1720
|
+
- test/core/kernel/test_temporarily.rb
|
1721
|
+
- test/core/kernel/test_true.rb
|
1722
|
+
- test/core/kernel/test_try.rb
|
1723
|
+
- test/core/kernel/test_val.rb
|
1724
|
+
- test/core/kernel/test_with.rb
|
1725
|
+
- test/core/kernel/test_writers.rb
|
1726
|
+
- test/core/matchdata/test_match.rb
|
1727
|
+
- test/core/matchdata/test_matchset.rb
|
1728
|
+
- test/core/method/test_composition.rb
|
1729
|
+
- test/core/module/test_abstract.rb
|
1730
|
+
- test/core/module/test_alias_accessor.rb
|
1731
|
+
- test/core/module/test_alias_method_chain.rb
|
1732
|
+
- test/core/module/test_alias_module_function.rb
|
1733
|
+
- test/core/module/test_all_instance_methods.rb
|
1734
|
+
- test/core/module/test_ancestor.rb
|
1735
|
+
- test/core/module/test_anonymous.rb
|
1736
|
+
- test/core/module/test_attr_setter.rb
|
1737
|
+
- test/core/module/test_basename.rb
|
1738
|
+
- test/core/module/test_can.rb
|
1739
|
+
- test/core/module/test_class.rb
|
1740
|
+
- test/core/module/test_class_def.rb
|
1741
|
+
- test/core/module/test_class_extend.rb
|
1742
|
+
- test/core/module/test_class_inheritor.rb
|
1743
|
+
- test/core/module/test_copy_inheritor.rb
|
1744
|
+
- test/core/module/test_enclosure.rb
|
1745
|
+
- test/core/module/test_instance_function.rb
|
1746
|
+
- test/core/module/test_instance_method.rb
|
1747
|
+
- test/core/module/test_instance_method_defined.rb
|
1748
|
+
- test/core/module/test_integrate.rb
|
1749
|
+
- test/core/module/test_is.rb
|
1750
|
+
- test/core/module/test_memoize.rb
|
1751
|
+
- test/core/module/test_method_clash.rb
|
1752
|
+
- test/core/module/test_method_space.rb
|
1753
|
+
- test/core/module/test_methodize.rb
|
1754
|
+
- test/core/module/test_modname.rb
|
1755
|
+
- test/core/module/test_module_def.rb
|
1756
|
+
- test/core/module/test_module_load.rb
|
1757
|
+
- test/core/module/test_nodef.rb
|
1758
|
+
- test/core/module/test_op.rb
|
1759
|
+
- test/core/module/test_pathize.rb
|
1760
|
+
- test/core/module/test_preextend.rb
|
1761
|
+
- test/core/module/test_redefine_method.rb
|
1762
|
+
- test/core/module/test_redirect_method.rb
|
1763
|
+
- test/core/module/test_remove.rb
|
1764
|
+
- test/core/module/test_rename_method.rb
|
1765
|
+
- test/core/module/test_revise.rb
|
1766
|
+
- test/core/module/test_set.rb
|
1767
|
+
- test/core/module/test_spacename.rb
|
1768
|
+
- test/core/module/test_to_obj.rb
|
1769
|
+
- test/core/module/test_wrap_method.rb
|
1770
|
+
- test/core/numeric/test_approx.rb
|
1771
|
+
- test/core/numeric/test_delimit.rb
|
1772
|
+
- test/core/numeric/test_distance.rb
|
1773
|
+
- test/core/numeric/test_length.rb
|
1774
|
+
- test/core/numeric/test_round_to.rb
|
1775
|
+
- test/core/numeric/test_spacing.rb
|
1776
|
+
- test/core/object/test_dup.rb
|
1777
|
+
- test/core/object/test_object_state.rb
|
1778
|
+
- test/core/object/test_try_dup.rb
|
1779
|
+
- test/core/proc/test_bind.rb
|
1780
|
+
- test/core/proc/test_bind_to.rb
|
1781
|
+
- test/core/proc/test_compose.rb
|
1782
|
+
- test/core/proc/test_partial.rb
|
1783
|
+
- test/core/proc/test_to_method.rb
|
1784
|
+
- test/core/proc/test_update.rb
|
1785
|
+
- test/core/range/test_combine.rb
|
1786
|
+
- test/core/range/test_nudge.rb
|
1787
|
+
- test/core/range/test_op_add.rb
|
1788
|
+
- test/core/range/test_op_sub.rb
|
1789
|
+
- test/core/range/test_overlap.rb
|
1790
|
+
- test/core/range/test_to_rng.rb
|
1791
|
+
- test/core/range/test_umbrella.rb
|
1792
|
+
- test/core/range/test_within.rb
|
1793
|
+
- test/core/regexp/test_arity.rb
|
1794
|
+
- test/core/regexp/test_multiline.rb
|
1795
|
+
- test/core/regexp/test_op_add.rb
|
1796
|
+
- test/core/regexp/test_op_or.rb
|
1797
|
+
- test/core/regexp/test_to_re.rb
|
1798
|
+
- test/core/string/test_acronym.rb
|
1799
|
+
- test/core/string/test_align.rb
|
1800
|
+
- test/core/string/test_ascii_only.rb
|
1801
|
+
- test/core/string/test_bracket.rb
|
1802
|
+
- test/core/string/test_camelcase.rb
|
1803
|
+
- test/core/string/test_capitalized.rb
|
1804
|
+
- test/core/string/test_cleanlines.rb
|
1805
|
+
- test/core/string/test_cleave.rb
|
1806
|
+
- test/core/string/test_cmp.rb
|
1807
|
+
- test/core/string/test_compress_lines.rb
|
1808
|
+
- test/core/string/test_crypt.rb
|
1809
|
+
- test/core/string/test_divide.rb
|
1810
|
+
- test/core/string/test_each_word.rb
|
1811
|
+
- test/core/string/test_edit_distance.rb
|
1812
|
+
- test/core/string/test_exclude.rb
|
1813
|
+
- test/core/string/test_expand_tabs.rb
|
1814
|
+
- test/core/string/test_file.rb
|
1815
|
+
- test/core/string/test_fold.rb
|
1816
|
+
- test/core/string/test_indent.rb
|
1817
|
+
- test/core/string/test_index_all.rb
|
1818
|
+
- test/core/string/test_interpolate.rb
|
1819
|
+
- test/core/string/test_lchomp.rb
|
1820
|
+
- test/core/string/test_line_wrap.rb
|
1821
|
+
- test/core/string/test_lowercase.rb
|
1822
|
+
- test/core/string/test_margin.rb
|
1823
|
+
- test/core/string/test_methodize.rb
|
1824
|
+
- test/core/string/test_modulize.rb
|
1825
|
+
- test/core/string/test_mscan.rb
|
1826
|
+
- test/core/string/test_natcmp.rb
|
1827
|
+
- test/core/string/test_nchar.rb
|
1828
|
+
- test/core/string/test_newlines.rb
|
1829
|
+
- test/core/string/test_number.rb
|
1830
|
+
- test/core/string/test_op_div.rb
|
1831
|
+
- test/core/string/test_op_sub.rb
|
1832
|
+
- test/core/string/test_pathize.rb
|
1833
|
+
- test/core/string/test_quote.rb
|
1834
|
+
- test/core/string/test_random.rb
|
1835
|
+
- test/core/string/test_range.rb
|
1836
|
+
- test/core/string/test_remove.rb
|
1837
|
+
- test/core/string/test_rewrite.rb
|
1838
|
+
- test/core/string/test_rotate.rb
|
1839
|
+
- test/core/string/test_shatter.rb
|
1840
|
+
- test/core/string/test_similarity.rb
|
1841
|
+
- test/core/string/test_snakecase.rb
|
1842
|
+
- test/core/string/test_splice.rb
|
1843
|
+
- test/core/string/test_squish.rb
|
1844
|
+
- test/core/string/test_store.rb
|
1845
|
+
- test/core/string/test_subtract.rb
|
1846
|
+
- test/core/string/test_titlecase.rb
|
1847
|
+
- test/core/string/test_to_re.rb
|
1848
|
+
- test/core/string/test_trim.rb
|
1849
|
+
- test/core/string/test_unbracket.rb
|
1850
|
+
- test/core/string/test_underscore.rb
|
1851
|
+
- test/core/string/test_unfold.rb
|
1852
|
+
- test/core/string/test_unindent.rb
|
1853
|
+
- test/core/string/test_unquote.rb
|
1854
|
+
- test/core/string/test_uppercase.rb
|
1855
|
+
- test/core/string/test_variablize.rb
|
1856
|
+
- test/core/string/test_word_wrap.rb
|
1857
|
+
- test/core/string/test_words.rb
|
1858
|
+
- test/core/string/test_xor.rb
|
1859
|
+
- test/core/struct/test_replace.rb
|
1860
|
+
- test/core/symbol/test_as_s.rb
|
1861
|
+
- test/core/symbol/test_bang.rb
|
1862
|
+
- test/core/symbol/test_chomp.rb
|
1863
|
+
- test/core/symbol/test_generate.rb
|
1864
|
+
- test/core/symbol/test_not.rb
|
1865
|
+
- test/core/symbol/test_op_div.rb
|
1866
|
+
- test/core/symbol/test_plain.rb
|
1867
|
+
- test/core/symbol/test_query.rb
|
1868
|
+
- test/core/symbol/test_setter.rb
|
1869
|
+
- test/core/symbol/test_succ.rb
|
1870
|
+
- test/core/symbol/test_thrown.rb
|
1871
|
+
- test/core/symbol/test_variablize.rb
|
1872
|
+
- test/core/time/test_ago.rb
|
1873
|
+
- test/core/time/test_change.rb
|
1874
|
+
- test/core/time/test_dst_adjustment.rb
|
1875
|
+
- test/core/time/test_elapse.rb
|
1876
|
+
- test/core/time/test_future.rb
|
1877
|
+
- test/core/time/test_hence.rb
|
1878
|
+
- test/core/time/test_in.rb
|
1879
|
+
- test/core/time/test_less.rb
|
1880
|
+
- test/core/time/test_past.rb
|
1881
|
+
- test/core/time/test_round_to.rb
|
1882
|
+
- test/core/time/test_set.rb
|
1883
|
+
- test/core/time/test_shift.rb
|
1884
|
+
- test/core/time/test_stamp.rb
|
1885
|
+
- test/core/time/test_to_time.rb
|
1886
|
+
- test/core/time/test_trunc.rb
|
1887
|
+
- test/core/unboundmethod/test_arguments.rb
|
1888
|
+
- test/standard/binding/test_block_exec.rb
|
1889
|
+
- test/standard/date/test_cmp.rb
|
1890
|
+
- test/standard/math/test_abs.rb
|
1891
|
+
- test/standard/math/test_acot.rb
|
1892
|
+
- test/standard/math/test_acoth.rb
|
1893
|
+
- test/standard/math/test_beta.rb
|
1894
|
+
- test/standard/math/test_ceil.rb
|
1895
|
+
- test/standard/math/test_cosec.rb
|
1896
|
+
- test/standard/math/test_cosech.rb
|
1897
|
+
- test/standard/math/test_cot.rb
|
1898
|
+
- test/standard/math/test_coth.rb
|
1899
|
+
- test/standard/math/test_distance.rb
|
1900
|
+
- test/standard/math/test_exp10.rb
|
1901
|
+
- test/standard/math/test_exp2.rb
|
1902
|
+
- test/standard/math/test_factorial.rb
|
1903
|
+
- test/standard/math/test_floor.rb
|
1904
|
+
- test/standard/math/test_gcd.rb
|
1905
|
+
- test/standard/math/test_lcm.rb
|
1906
|
+
- test/standard/math/test_median.rb
|
1907
|
+
- test/standard/math/test_percentile.rb
|
1908
|
+
- test/standard/math/test_pow.rb
|
1909
|
+
- test/standard/math/test_root.rb
|
1910
|
+
- test/standard/math/test_sec.rb
|
1911
|
+
- test/standard/math/test_sech.rb
|
1912
|
+
- test/standard/math/test_sign.rb
|
1913
|
+
- test/standard/math/test_sinc.rb
|
1914
|
+
- test/standard/math/test_srq.rb
|
1915
|
+
- test/standard/pathname/test_chdir.rb
|
1916
|
+
- test/standard/pathname/test_readline.rb
|
1917
|
+
- test/standard/test_argvector.rb
|
1918
|
+
- test/standard/test_cloneable.rb
|
1919
|
+
- test/standard/test_date.rb
|
1920
|
+
- test/standard/test_enumargs.rb
|
1921
|
+
- test/standard/test_equitable.rb
|
1922
|
+
- test/standard/test_instantiable.rb
|
1923
|
+
- test/standard/test_math.rb
|
1924
|
+
- test/standard/test_memoizable.rb
|
1925
|
+
- test/standard/test_multipliers.rb
|
1926
|
+
- test/standard/test_ostruct.rb
|
1927
|
+
- test/standard/test_random.rb
|
1928
|
+
- test/standard/test_shellwords.rb
|
1929
|
+
- test/standard/test_thread.rb
|
1930
|
+
- test/standard/test_timer.rb
|
1931
|
+
- test/standard/test_tuple.rb
|
1932
|
+
- test/standard/test_uri.rb
|