facets 2.4.5 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +6 -2
- data/CHANGES +46 -52
- data/MANIFEST +680 -642
- data/README +3 -10
- data/RELEASE +82 -36
- data/VERSION +1 -1
- data/doc/archive/{changelog-0.rdoc → CHANGELOG-0.10.30} +0 -0
- data/doc/archive/{changelog-1.rdoc → CHANGELOG-1.8.54} +0 -0
- data/doc/archive/CHANGELOG-2.4.5 +1654 -0
- data/doc/{news → archive}/RELEASE-2.0.5 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.1 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.2 +0 -0
- data/doc/{news → archive}/RELEASE-2.1.3 +0 -0
- data/doc/{news → archive}/RELEASE-2.2.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.2.1 +0 -0
- data/doc/{news → archive}/RELEASE-2.3.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.0 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.1 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.2 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.3 +0 -0
- data/doc/{news → archive}/RELEASE-2.4.4 +0 -0
- data/doc/archive/RELEASE-2.4.5 +37 -0
- data/doc/{book/history.rdoc → guide/notes.rd} +62 -4
- data/doc/log/basic_stats/index.html +39 -0
- data/doc/log/bstats/stats.html +39 -0
- data/doc/log/changelog.html +141 -0
- data/doc/log/changelog.txt +1609 -0
- data/doc/log/stats.html +25 -0
- data/doc/log/testlog.txt +278 -0
- data/doc/rdoc/core/classes/Array.html +158 -147
- data/doc/rdoc/core/classes/Binding.html +54 -54
- data/doc/rdoc/core/classes/Class.html +59 -57
- data/doc/rdoc/core/classes/Comparable.html +67 -76
- data/doc/rdoc/core/classes/Dir.html +47 -47
- data/doc/rdoc/core/classes/Enumerable.html +232 -192
- data/doc/rdoc/core/classes/Exception.html +15 -16
- data/doc/rdoc/core/classes/File.html +128 -85
- data/doc/rdoc/core/classes/FileTest.html +7 -7
- data/doc/rdoc/core/classes/Float.html +16 -14
- data/doc/rdoc/core/classes/Functor.html +12 -12
- data/doc/rdoc/core/classes/Hash.html +490 -319
- data/doc/rdoc/core/classes/Indexable.html +110 -110
- data/doc/rdoc/core/classes/InstanceVariables.html +44 -44
- data/doc/rdoc/core/classes/Integer.html +122 -116
- data/doc/rdoc/core/classes/Kernel.html +415 -401
- data/doc/rdoc/core/classes/Lazy/Promise.html +1 -1
- data/doc/rdoc/core/classes/MatchData.html +24 -21
- data/doc/rdoc/core/classes/Module.html +230 -229
- data/doc/rdoc/core/classes/NilClass.html +28 -26
- data/doc/rdoc/core/classes/Numeric.html +30 -30
- data/doc/rdoc/core/classes/Object.html +8 -8
- data/doc/rdoc/core/classes/{Friend.html → ObjectSpace.html} +25 -48
- data/doc/rdoc/core/classes/Proc.html +29 -27
- data/doc/rdoc/core/classes/Range.html +17 -15
- data/doc/rdoc/core/classes/Regexp.html +17 -17
- data/doc/rdoc/core/classes/Stackable.html +31 -31
- data/doc/rdoc/core/classes/String.html +445 -401
- data/doc/rdoc/{more/classes/CLI/NoOptionError.html → core/classes/Struct.html} +24 -21
- data/doc/rdoc/core/classes/Symbol.html +73 -65
- data/doc/rdoc/core/classes/Time.html +87 -86
- data/doc/rdoc/core/classes/TrueClass.html +8 -8
- data/doc/rdoc/core/classes/UnboundMethod.html +17 -16
- data/doc/rdoc/core/created.rid +1 -1
- data/doc/rdoc/core/files/README.html +10 -16
- data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +10 -1
- data/doc/rdoc/core/files/lib/core/facets/array/delete_unless_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/delete_values_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/index_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding/callstack_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/cattr_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/comparable/at_least_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/at_most_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +5 -1
- data/doc/rdoc/core/files/lib/core/facets/comparable/cap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/clip_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/frequency_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/graph_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/enumerable/take_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/append_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/create_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/split_all_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_or_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/op_sub_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/replace_each_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +1 -1
- data/doc/rdoc/{more/files/lib/more → core/files/lib/core}/facets/hash/stringify_keys_rb.html +1 -1
- data/doc/rdoc/{more/files/lib/more → core/files/lib/core}/facets/hash/symbolize_keys_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/to_options_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/update_each_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/update_keys_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +8 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/update_values_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +1 -5
- data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/__here___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/callstack_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/qua_class_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/alias_accessor_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/alias_method_chain_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/alias_module_function_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/methodize_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/redefine_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/rename_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/module/wrap_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/objectspace/classes_rb.html +92 -0
- data/doc/rdoc/{more/files/lib/more/facets/dictionarymatcher_rb.html → core/files/lib/core/facets/objectspace_rb.html} +4 -4
- data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/compress_lines_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/contains_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/expand_tab_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/indent_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/margin_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/outdent_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +8 -1
- data/doc/rdoc/core/files/lib/core/facets/string/tabto_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/struct/attributes_rb.html +92 -0
- data/doc/rdoc/{more/files/lib/more/facets/bytes_rb.html → core/files/lib/core/facets/struct_rb.html} +4 -4
- data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/advance_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +1 -1
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +1 -1
- data/doc/rdoc/core/fr_class_index.html +2 -1
- data/doc/rdoc/core/fr_file_index.html +30 -1
- data/doc/rdoc/core/fr_method_index.html +430 -423
- data/doc/rdoc/lore/classes/Date.html +6 -5
- data/doc/rdoc/{more/classes/CLI/Command/UniversalOptions.html → lore/classes/Enumerable.html} +7 -9
- data/doc/rdoc/lore/classes/Enumerable/Enumerator.html +147 -0
- data/doc/rdoc/lore/classes/OpenStruct.html +13 -15
- data/doc/rdoc/lore/created.rid +1 -1
- data/doc/rdoc/lore/files/README.html +10 -16
- data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +1 -1
- data/doc/rdoc/lore/files/lib/lore/facets/enumerator_rb.html +111 -0
- data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +1 -1
- data/doc/rdoc/lore/fr_class_index.html +2 -0
- data/doc/rdoc/lore/fr_file_index.html +1 -0
- data/doc/rdoc/lore/fr_method_index.html +13 -12
- data/doc/rdoc/more/classes/ANSICode.html +66 -66
- data/doc/rdoc/more/classes/Advisable.html +37 -37
- data/doc/rdoc/more/classes/Advisable/Method.html +20 -20
- data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +27 -27
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +28 -28
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +19 -19
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +31 -31
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +33 -33
- data/doc/rdoc/more/classes/Argvector.html +76 -76
- data/doc/rdoc/more/classes/Association.html +28 -28
- data/doc/rdoc/more/classes/Association/Kernel.html +8 -8
- data/doc/rdoc/more/classes/Autoarray.html +12 -12
- data/doc/rdoc/more/classes/BBCode.html +34 -34
- data/doc/rdoc/more/classes/BaseX.html +16 -16
- data/doc/rdoc/more/classes/BiCrypt.html +67 -67
- data/doc/rdoc/more/classes/BinReadable.html +85 -85
- data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +25 -25
- data/doc/rdoc/more/classes/Binding.html +8 -8
- data/doc/rdoc/more/classes/BlankSlate.html +5 -5
- data/doc/rdoc/more/classes/Buildable.html +4 -4
- data/doc/rdoc/more/classes/BuildingBlock.html +32 -32
- data/doc/rdoc/more/classes/Capsule.html +41 -41
- data/doc/rdoc/more/classes/Cloneable.html +4 -4
- data/doc/rdoc/more/classes/ConsoleUtils.html +22 -22
- data/doc/rdoc/more/classes/Coroutine.html +28 -28
- data/doc/rdoc/more/classes/Crypt.html +16 -16
- data/doc/rdoc/more/classes/CssFilter.html +45 -45
- data/doc/rdoc/more/classes/CssTree.html +8 -8
- data/doc/rdoc/more/classes/Dictionary.html +228 -228
- data/doc/rdoc/more/classes/Downloader.html +56 -56
- data/doc/rdoc/more/classes/Duration.html +369 -445
- data/doc/rdoc/more/classes/Duration/Numeric.html +389 -0
- data/doc/rdoc/more/classes/{CLI/NoCommandError.html → Duration/Time.html} +30 -17
- data/doc/rdoc/more/classes/Enumerable.html +114 -51
- data/doc/rdoc/more/classes/Enumerable/Elementor.html +16 -16
- data/doc/rdoc/more/classes/Enumerable/Enumerator.html +4 -4
- data/doc/rdoc/more/classes/Enumerable/Filterable.html +246 -0
- data/doc/rdoc/more/classes/EnumerablePass.html +17 -17
- data/doc/rdoc/more/classes/{RecursiveDependency.html → Enumerator.html} +7 -4
- data/doc/rdoc/more/classes/{CLI.html → Enumerator/Filter.html} +22 -26
- data/doc/rdoc/more/classes/Equatable.html +16 -16
- data/doc/rdoc/more/classes/Expirable.html +17 -17
- data/doc/rdoc/more/classes/FileList.html +125 -125
- data/doc/rdoc/more/classes/Fileable.html +14 -14
- data/doc/rdoc/more/classes/Fileable/DSL.html +41 -41
- data/doc/rdoc/more/classes/Hash.html +16 -162
- data/doc/rdoc/more/classes/Hash2Xml.html +4 -4
- data/doc/rdoc/more/classes/HtmlFilter.html +9 -9
- data/doc/rdoc/more/classes/IORedirect.html +19 -19
- data/doc/rdoc/more/classes/InfinityClass.html +36 -36
- data/doc/rdoc/more/classes/InfinityClass/Numeric.html +23 -23
- data/doc/rdoc/more/classes/Ini.html +37 -37
- data/doc/rdoc/more/classes/Instantiable.html +9 -9
- data/doc/rdoc/more/classes/Instantize.html +8 -8
- data/doc/rdoc/more/classes/Interval.html +187 -187
- data/doc/rdoc/more/classes/It.html +12 -12
- data/doc/rdoc/more/classes/LRUCache.html +38 -38
- data/doc/rdoc/more/classes/LinkedList.html +68 -68
- data/doc/rdoc/more/classes/LinkedList/Node.html +4 -4
- data/doc/rdoc/more/classes/{DictionaryMatcher.html → Matcher.html} +66 -68
- data/doc/rdoc/more/classes/{DictionaryMatcher → Matcher}/MatchData.html +8 -8
- data/doc/rdoc/more/classes/{CacheDecorator.html → Memoizer.html} +64 -46
- data/doc/rdoc/more/classes/Module.html +182 -361
- data/doc/rdoc/more/classes/Multiton.html +12 -12
- data/doc/rdoc/more/classes/Multiton/MetaMethods.html +28 -28
- data/doc/rdoc/more/classes/Net/SMTP.html +8 -8
- data/doc/rdoc/more/classes/NullClass.html +24 -24
- data/doc/rdoc/more/classes/Numeric/Multipliers.html +456 -0
- data/doc/rdoc/more/classes/ObjectReflection.html +12 -12
- data/doc/rdoc/more/classes/OpEsc.html +8 -7
- data/doc/rdoc/more/classes/OpenCascade.html +4 -4
- data/doc/rdoc/more/classes/OpenCollection.html +8 -8
- data/doc/rdoc/more/classes/OpenHash.html +9 -9
- data/doc/rdoc/more/classes/{EventHook.html → OpenModule.html} +24 -63
- data/doc/rdoc/more/classes/OpenObject.html +95 -95
- data/doc/rdoc/more/classes/OpenStructable.html +326 -0
- data/doc/rdoc/more/classes/PQueue.html +84 -84
- data/doc/rdoc/more/classes/Paramix.html +11 -11
- data/doc/rdoc/more/classes/Paramix/Delegator.html +16 -16
- data/doc/rdoc/more/classes/PathList.html +8 -8
- data/doc/rdoc/more/classes/PathList/Finder.html +8 -8
- data/doc/rdoc/more/classes/Platform.html +46 -46
- data/doc/rdoc/more/classes/Pool.html +18 -18
- data/doc/rdoc/more/classes/Proc.html +9 -9
- data/doc/rdoc/more/classes/ProgressBar.html +52 -52
- data/doc/rdoc/more/classes/Prototype.html +28 -28
- data/doc/rdoc/more/classes/RWDelegator.html +16 -16
- data/doc/rdoc/more/classes/Random.html +5 -5
- data/doc/rdoc/more/classes/Random/Array.html +37 -37
- data/doc/rdoc/more/classes/Random/Hash.html +52 -52
- data/doc/rdoc/more/classes/Random/Object.html +4 -4
- data/doc/rdoc/more/classes/Random/String.html +34 -34
- data/doc/rdoc/more/classes/Random/String/Self.html +9 -9
- data/doc/rdoc/more/classes/Recorder.html +16 -16
- data/doc/rdoc/more/classes/Reference.html +19 -19
- data/doc/rdoc/more/classes/Registerable.html +13 -13
- data/doc/rdoc/more/classes/Semaphore.html +36 -36
- data/doc/rdoc/more/classes/Settings.html +28 -28
- data/doc/rdoc/more/classes/Settings/Setting.html +13 -13
- data/doc/rdoc/more/classes/Settings/SettingCollection.html +4 -4
- data/doc/rdoc/more/classes/SimpleStringIO.html +8 -8
- data/doc/rdoc/more/classes/Snapshot.html +16 -16
- data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +12 -12
- data/doc/rdoc/more/classes/SparseArray.html +1397 -0
- data/doc/rdoc/more/classes/Stash.html +232 -0
- data/doc/rdoc/more/classes/String/Mask.html +72 -72
- data/doc/rdoc/more/classes/String/Words.html +49 -49
- data/doc/rdoc/more/classes/Struct.html +8 -8
- data/doc/rdoc/more/classes/SyncArray.html +4 -4
- data/doc/rdoc/more/classes/SyncHash.html +4 -4
- data/doc/rdoc/more/classes/SyncHash/Delegator.html +28 -28
- data/doc/rdoc/more/classes/SyncHash/Inheritor.html +28 -28
- data/doc/rdoc/more/classes/System.html +253 -253
- data/doc/rdoc/more/classes/Timer.html +48 -48
- data/doc/rdoc/more/classes/Timer/Dummy.html +9 -9
- data/doc/rdoc/more/classes/TracePoint.html +58 -58
- data/doc/rdoc/more/classes/Tuple.html +170 -170
- data/doc/rdoc/more/classes/TypeCast/Class.html +4 -4
- data/doc/rdoc/more/classes/TypeCast/Object.html +4 -4
- data/doc/rdoc/more/classes/Uninheritable.html +6 -6
- data/doc/rdoc/more/classes/VersionNumber.html +57 -57
- data/doc/rdoc/more/classes/XOXO.html +9 -9
- data/doc/rdoc/more/classes/ZipUtils.html +251 -118
- data/doc/rdoc/more/classes/ZipUtils/DryRun.html +203 -35
- data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +203 -35
- data/doc/rdoc/more/classes/ZipUtils/Verbose.html +173 -35
- data/doc/rdoc/more/created.rid +1 -1
- data/doc/rdoc/more/files/README.html +10 -16
- data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +1 -18
- data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +1 -41
- data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +2 -1
- data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +2 -1
- data/doc/rdoc/more/files/lib/more/facets/{fileshell_rb.html → filter_rb.html} +6 -5
- data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +3 -28
- data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/matcher_rb.html +97 -0
- data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +7 -4
- data/doc/rdoc/more/files/lib/more/facets/{cachedecorator_rb.html → memoizer_rb.html} +23 -49
- data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +2 -18
- data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +1 -1
- data/doc/rdoc/{core/files/lib/core/facets/callstack_rb.html → more/files/lib/more/facets/openmodule_rb.html} +4 -4
- data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/ostructable_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/sparse_array_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/stash_rb.html +166 -0
- data/doc/rdoc/more/files/lib/more/facets/string/words_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +1 -1
- data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +6 -34
- data/doc/rdoc/more/fr_class_index.html +13 -17
- data/doc/rdoc/more/fr_file_index.html +7 -15
- data/doc/rdoc/more/fr_method_index.html +1079 -1003
- data/doc/rdoc/more/index.html +1 -1
- data/lib/core/facets/array/conjoin.rb +1 -1
- data/lib/core/facets/array/delete.rb +3 -60
- 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/index.rb +0 -26
- data/lib/core/facets/array/indexable.rb +2 -2
- data/lib/core/facets/array/merge.rb +1 -1
- data/lib/core/facets/array/only.rb +1 -2
- data/lib/core/facets/array/pad.rb +2 -2
- data/lib/core/facets/array/permutation.rb +1 -1
- data/lib/core/facets/array/product.rb +2 -2
- data/lib/core/facets/array/rotate.rb +2 -4
- data/lib/core/facets/array/select.rb +1 -1
- data/lib/core/facets/array/splice.rb +1 -1
- data/lib/core/facets/array/stackable.rb +2 -2
- data/lib/core/facets/binding/caller.rb +2 -7
- data/lib/core/facets/binding/callstack.rb +1 -0
- data/lib/core/facets/binding/defined.rb +0 -1
- data/lib/core/facets/bitmask.rb +6 -9
- data/lib/core/facets/class/cattr.rb +6 -9
- data/lib/core/facets/class/descendents.rb +0 -2
- data/lib/core/facets/class/prepend.rb +3 -4
- data/lib/core/facets/class/to_proc.rb +0 -20
- 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 -65
- 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 +3 -3
- data/lib/core/facets/comparable/comparable.rb +1 -1
- data/lib/core/facets/dir/ascend.rb +2 -5
- data/lib/core/facets/dir/multiglob.rb +0 -2
- data/lib/core/facets/dir/recurse.rb +1 -2
- data/lib/core/facets/enumerable/accumulate.rb +2 -0
- data/lib/core/facets/enumerable/cluster_by.rb +1 -1
- data/lib/core/facets/enumerable/collect.rb +2 -2
- data/lib/core/facets/enumerable/commonality.rb +1 -1
- data/lib/core/facets/enumerable/count.rb +1 -1
- data/lib/core/facets/enumerable/divide.rb +1 -1
- data/lib/core/facets/enumerable/duplicates.rb +2 -2
- data/lib/core/facets/enumerable/each_by.rb +1 -1
- data/lib/core/facets/enumerable/entropy.rb +2 -2
- data/lib/core/facets/enumerable/frequency.rb +1 -1
- data/lib/core/facets/enumerable/graph.rb +1 -0
- data/lib/core/facets/enumerable/group_by.rb +1 -1
- data/lib/core/facets/enumerable/inject.rb +2 -3
- data/lib/core/facets/enumerable/map_send.rb +15 -3
- data/lib/core/facets/enumerable/mash.rb +4 -5
- data/lib/core/facets/enumerable/mode.rb +1 -1
- data/lib/core/facets/enumerable/modulate.rb +2 -2
- data/lib/core/facets/enumerable/none.rb +1 -1
- data/lib/core/facets/enumerable/occur.rb +0 -2
- data/lib/core/facets/enumerable/one.rb +1 -1
- data/lib/core/facets/enumerable/probability.rb +1 -1
- data/lib/core/facets/enumerable/sum.rb +1 -1
- data/lib/core/facets/enumerable/take.rb +20 -0
- data/lib/core/facets/enumerable/uniq_by.rb +0 -2
- data/lib/core/facets/exception/detail.rb +1 -1
- data/lib/core/facets/exception/suppress.rb +1 -2
- data/lib/core/facets/file/append.rb +1 -1
- data/lib/core/facets/file/create.rb +1 -1
- data/lib/core/facets/file/null.rb +1 -1
- data/lib/core/facets/file/read.rb +3 -3
- data/lib/core/facets/file/rewrite.rb +1 -1
- data/lib/core/facets/file/rootname.rb +1 -1
- data/lib/core/facets/file/split_all.rb +19 -0
- data/lib/core/facets/file/split_root.rb +3 -0
- data/lib/core/facets/file/write.rb +1 -1
- data/lib/core/facets/file/writelines.rb +1 -2
- data/lib/core/facets/filetest/root.rb +1 -1
- data/lib/core/facets/hash/alias.rb +1 -1
- data/lib/core/facets/hash/autonew.rb +1 -17
- data/lib/core/facets/hash/collate.rb +1 -1
- data/lib/core/facets/hash/delete.rb +3 -3
- data/lib/core/facets/hash/insert.rb +1 -1
- data/lib/core/facets/hash/inverse.rb +1 -1
- data/lib/core/facets/hash/join.rb +1 -1
- data/lib/core/facets/hash/keys.rb +3 -3
- data/lib/core/facets/hash/op_add.rb +1 -1
- data/lib/core/facets/hash/op_and.rb +1 -1
- data/lib/core/facets/hash/op_mul.rb +1 -1
- data/lib/core/facets/hash/op_or.rb +1 -1
- data/lib/core/facets/hash/op_push.rb +1 -1
- data/lib/core/facets/hash/op_sub.rb +1 -1
- data/lib/core/facets/hash/rekey.rb +11 -7
- data/lib/core/facets/hash/replace_each.rb +16 -0
- data/lib/core/facets/hash/select.rb +1 -2
- data/lib/{more → core}/facets/hash/stringify_keys.rb +0 -0
- data/lib/core/facets/hash/symbolize_keys.rb +94 -0
- data/lib/core/facets/hash/to_options.rb +1 -0
- data/lib/core/facets/hash/to_struct.rb +1 -1
- data/lib/core/facets/hash/traverse.rb +2 -2
- data/lib/core/facets/hash/update.rb +5 -80
- data/lib/core/facets/hash/update_each.rb +18 -0
- data/lib/core/facets/hash/update_keys.rb +20 -0
- data/lib/core/facets/hash/update_values.rb +20 -0
- data/lib/core/facets/hash/weave.rb +1 -1
- data/lib/core/facets/hash/zipnew.rb +17 -1
- data/lib/core/facets/integer/factorial.rb +1 -1
- data/lib/core/facets/integer/multiple.rb +1 -1
- data/lib/core/facets/integer/odd.rb +2 -2
- data/lib/core/facets/kernel/__here__.rb +8 -0
- data/lib/core/facets/kernel/as.rb +2 -2
- data/lib/core/facets/kernel/attr_singleton.rb +5 -5
- data/lib/core/facets/{callstack.rb → kernel/callstack.rb} +1 -1
- data/lib/core/facets/kernel/complete.rb +1 -1
- data/lib/core/facets/kernel/constant.rb +1 -1
- data/lib/core/facets/kernel/d.rb +1 -5
- data/lib/core/facets/kernel/demo.rb +2 -2
- data/lib/core/facets/kernel/ergo.rb +2 -2
- data/lib/core/facets/kernel/instance_class.rb +1 -1
- data/lib/core/facets/kernel/instance_variables.rb +2 -4
- data/lib/core/facets/kernel/not_nil.rb +1 -1
- data/lib/core/facets/kernel/object_send.rb +1 -1
- data/lib/core/facets/kernel/p.rb +1 -1
- data/lib/core/facets/kernel/populate.rb +2 -2
- data/lib/core/facets/kernel/qua_class.rb +2 -2
- data/lib/core/facets/kernel/resc.rb +1 -1
- data/lib/core/facets/kernel/respond.rb +1 -1
- data/lib/core/facets/kernel/returning.rb +1 -1
- data/lib/core/facets/kernel/silence.rb +4 -4
- data/lib/core/facets/kernel/try.rb +5 -3
- data/lib/core/facets/matchdata/match.rb +1 -1
- data/lib/core/facets/matchdata/matchset.rb +2 -2
- data/lib/core/facets/metaid.rb +5 -5
- data/lib/core/facets/module/abstract.rb +1 -1
- data/lib/core/facets/module/alias_accessor.rb +3 -3
- data/lib/core/facets/module/alias_method_chain.rb +1 -2
- data/lib/core/facets/module/alias_module_function.rb +1 -1
- data/lib/core/facets/module/ancestor.rb +1 -1
- data/lib/core/facets/module/basename.rb +1 -1
- data/lib/core/facets/module/conflict.rb +1 -2
- data/lib/core/facets/module/include_function_module.rb +1 -1
- data/lib/core/facets/module/instance_methods.rb +4 -6
- data/lib/core/facets/module/is.rb +2 -2
- data/lib/core/facets/module/modspace.rb +1 -1
- data/lib/core/facets/module/module_load.rb +2 -2
- data/lib/core/facets/module/nesting.rb +1 -1
- data/lib/core/facets/module/op.rb +3 -6
- data/lib/core/facets/module/prepend.rb +1 -1
- data/lib/core/facets/module/redefine_method.rb +1 -1
- data/lib/core/facets/module/rename_method.rb +1 -1
- data/lib/core/facets/module/revise.rb +2 -2
- data/lib/core/facets/module/spacename.rb +1 -1
- data/lib/core/facets/module/wrap_method.rb +1 -1
- data/lib/core/facets/nilclass/to_f.rb +1 -1
- data/lib/core/facets/numeric/approx.rb +1 -1
- data/lib/core/facets/numeric/distance.rb +1 -1
- data/lib/core/facets/numeric/round.rb +3 -6
- data/lib/core/facets/objectspace.rb +6 -0
- data/lib/core/facets/objectspace/classes.rb +11 -0
- data/lib/core/facets/proc/bind.rb +1 -1
- data/lib/core/facets/proc/compose.rb +2 -2
- data/lib/core/facets/proc/to_method.rb +1 -1
- data/lib/core/facets/proc/update.rb +1 -1
- data/lib/core/facets/range/combine.rb +2 -2
- data/lib/core/facets/range/overlap.rb +1 -2
- data/lib/core/facets/range/within.rb +2 -4
- data/lib/core/facets/regexp/arity.rb +1 -1
- data/lib/core/facets/string/align.rb +3 -3
- data/lib/core/facets/string/bracket.rb +6 -6
- data/lib/core/facets/string/camelcase.rb +1 -1
- data/lib/core/facets/string/capitalized.rb +3 -3
- data/lib/core/facets/string/chars.rb +1 -1
- data/lib/core/facets/string/chomp.rb +2 -2
- data/lib/core/facets/string/cleave.rb +1 -1
- data/lib/core/facets/string/compress_lines.rb +17 -0
- data/lib/core/facets/string/contains.rb +7 -0
- data/lib/core/facets/string/divide.rb +1 -1
- data/lib/core/facets/string/expand_tab.rb +35 -0
- data/lib/core/facets/string/fold.rb +1 -1
- data/lib/core/facets/string/indent.rb +25 -0
- data/lib/core/facets/string/interpolate.rb +1 -1
- data/lib/core/facets/string/line_wrap.rb +1 -1
- data/lib/core/facets/string/lines.rb +1 -2
- data/lib/core/facets/string/margin.rb +30 -0
- data/lib/core/facets/string/methodize.rb +1 -1
- data/lib/core/facets/string/mscan.rb +1 -1
- data/lib/core/facets/string/natcmp.rb +1 -2
- data/lib/core/facets/string/nchar.rb +0 -2
- data/lib/core/facets/string/op_sub.rb +1 -1
- data/lib/core/facets/string/outdent.rb +1 -0
- data/lib/core/facets/string/range.rb +4 -5
- data/lib/core/facets/string/rewrite.rb +1 -1
- data/lib/core/facets/string/shatter.rb +1 -1
- data/lib/core/facets/string/snakecase.rb +1 -1
- data/lib/core/facets/string/splice.rb +2 -2
- data/lib/core/facets/string/start_with.rb +2 -4
- data/lib/core/facets/string/tab.rb +9 -92
- data/lib/core/facets/string/tabto.rb +19 -0
- data/lib/core/facets/string/titlecase.rb +1 -1
- data/lib/core/facets/string/to_re.rb +2 -2
- data/lib/core/facets/string/word_wrap.rb +2 -4
- data/lib/core/facets/struct.rb +6 -0
- data/lib/core/facets/struct/attributes.rb +11 -0
- data/lib/core/facets/symbol/chomp.rb +2 -2
- data/lib/core/facets/symbol/generate.rb +1 -1
- data/lib/core/facets/symbol/not.rb +2 -2
- data/lib/core/facets/symbol/succ.rb +1 -1
- data/lib/core/facets/symbol/to_proc.rb +2 -3
- data/lib/core/facets/time/advance.rb +2 -1
- data/lib/core/facets/time/elapse.rb +1 -1
- data/lib/core/facets/time/hence.rb +16 -13
- data/lib/core/facets/time/stamp.rb +2 -2
- data/lib/core/facets/to_hash.rb +1 -1
- data/lib/core/facets/unboundmethod/arguments.rb +1 -1
- data/lib/core/facets/unboundmethod/name.rb +1 -1
- data/lib/lore/facets/date.rb +2 -2
- data/lib/lore/facets/enumerator.rb +67 -0
- data/lib/lore/facets/ostruct.rb +3 -7
- data/lib/more/facets/attr.rb +10 -9
- data/lib/more/facets/consoleutils.rb +1 -15
- data/lib/more/facets/dependency.rb +1 -1
- data/lib/more/facets/duration.rb +271 -525
- data/lib/more/facets/filter.rb +121 -0
- data/lib/more/facets/inheritor.rb +37 -58
- data/lib/more/facets/iteration.rb +1 -1
- data/lib/more/facets/kernel/meta.rb +1 -1
- data/lib/more/facets/{dictionarymatcher.rb → matcher.rb} +15 -11
- data/lib/more/facets/memoize.rb +9 -12
- data/lib/more/facets/memoizer.rb +74 -0
- data/lib/more/facets/multipliers.rb +54 -66
- data/lib/more/facets/nilstatus.rb +3 -2
- data/lib/more/facets/openmodule.rb +15 -0
- data/lib/more/facets/opesc.rb +1 -1
- data/lib/more/facets/ostructable.rb +212 -0
- data/lib/more/facets/pathlist.rb +1 -0
- data/lib/more/facets/sparse_array.rb +809 -0
- data/lib/more/facets/stash.rb +66 -0
- data/lib/more/facets/string/words.rb +8 -11
- data/lib/more/facets/succ.rb +3 -3
- data/lib/more/facets/thread.rb +2 -2
- data/lib/more/facets/ziputils.rb +238 -97
- data/test/core/array/test_index.rb +17 -0
- data/test/core/class/test_cattr.rb +1 -1
- data/test/core/class/test_to_proc.rb +13 -0
- data/test/core/comparable/test_cap.rb +25 -0
- data/test/core/comparable/{test_bound.rb → test_clip.rb} +1 -20
- data/test/core/file/test_split_all.rb +32 -0
- data/test/core/hash/test_op_mul.rb +1 -1
- data/test/core/hash/test_op_push.rb +7 -0
- data/test/core/hash/test_replace_each.rb +14 -0
- data/test/core/hash/test_update_each.rb +13 -0
- data/test/core/hash/test_update_keys.rb +18 -0
- data/test/core/hash/test_update_values.rb +12 -0
- data/test/core/kernel/test_callstack.rb +1 -1
- data/test/core/string/test_indent.rb +13 -0
- data/test/core/string/test_margin.rb +100 -0
- data/test/core/string/test_outdent.rb +65 -0
- data/test/core/string/test_tab.rb +1 -162
- data/test/core/string/test_tabto.rb +13 -0
- data/test/{more → core}/test_metaid.rb +8 -8
- data/test/core/time/test_hence.rb +118 -4
- data/test/core/unboundmethod/test_name.rb +1 -1
- data/test/more/{test_arguments.rb → test_argvector.rb} +8 -12
- data/test/more/test_filter.rb +87 -0
- data/test/more/test_memoize.rb +11 -9
- data/test/more/test_sparsearray.rb +279 -0
- metadata +741 -725
- data/demo/bench/bench_load.rb +0 -56
- data/demo/bench/enumerable/bench_collect.rb +0 -84
- data/demo/bench/enumerable/bench_count.rb +0 -58
- data/demo/bench/general/bench_calls.rb +0 -74
- data/demo/bench/general/bench_includes.rb +0 -25
- data/demo/bench/general/bench_methods.rb +0 -17
- data/demo/bench/general/bench_pathname.rb +0 -24
- data/demo/bench/general/bench_range.rb +0 -64
- data/demo/bench/general/bench_return.rb +0 -56
- data/demo/bench/general/bench_yeild.rb +0 -75
- data/demo/bench/general/comment_loading/bench.rb +0 -46
- data/demo/bench/general/comment_loading/comments_begin.rb +0 -109
- data/demo/bench/general/comment_loading/comments_end.rb +0 -127
- data/demo/bench/general/comment_loading/comments_none.rb +0 -1
- data/demo/bench/general/comment_loading/comments_sharp.rb +0 -125
- data/demo/bench/integer/bench_factorial.rb +0 -31
- data/demo/sample/annotations/annotations1.rb +0 -22
- data/demo/sample/ansicolor/cdiff.rb +0 -20
- data/demo/sample/ansicolor/example.rb +0 -82
- data/doc/book/notes.rdoc +0 -9
- data/doc/rdoc/more/classes/BigDuration.html +0 -323
- data/doc/rdoc/more/classes/CLI/Arguments.html +0 -488
- data/doc/rdoc/more/classes/CLI/Command.html +0 -316
- data/doc/rdoc/more/classes/Chain.html +0 -206
- data/doc/rdoc/more/classes/FileShell.html +0 -743
- data/doc/rdoc/more/classes/TagIterator.html +0 -581
- data/doc/rdoc/more/classes/UploadUtils.html +0 -497
- data/doc/rdoc/more/classes/Weekdays.html +0 -218
- data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +0 -180
- data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +0 -142
- data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +0 -125
- data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +0 -114
- data/doc/rdoc/more/files/lib/more/facets/command_rb.html +0 -170
- data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +0 -141
- data/doc/rdoc/more/files/lib/more/facets/tagiterator_rb.html +0 -111
- data/doc/rdoc/more/files/lib/more/facets/times_rb.html +0 -163
- data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +0 -176
- data/lib/more/facets/annotations.rb +0 -302
- data/lib/more/facets/arguments.rb +0 -365
- data/lib/more/facets/bytes.rb +0 -175
- data/lib/more/facets/cachedecorator.rb +0 -117
- data/lib/more/facets/chain.rb +0 -58
- data/lib/more/facets/command.rb +0 -439
- data/lib/more/facets/eventhook.rb +0 -132
- data/lib/more/facets/fileshell.rb +0 -202
- data/lib/more/facets/hash/symbolize_keys.rb +0 -94
- data/lib/more/facets/tagiter.rb +0 -366
- data/lib/more/facets/times.rb +0 -431
- data/lib/more/facets/uploadutils.rb +0 -464
- data/test/core/hash/test_update.rb +0 -46
- data/test/more/test_annotations.rb +0 -120
- data/test/more/test_bytes.rb +0 -71
- data/test/more/test_command.rb +0 -69
- data/test/more/test_times.rb +0 -89
metadata
CHANGED
@@ -1,22 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: facets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
facets-universal@rubyforge.org
|
9
|
-
|
7
|
+
- facets-universal@rubyforge.org
|
10
8
|
- Thomas Sawyer <transfire@gmail.com>
|
11
9
|
autorequire:
|
12
10
|
bindir: bin
|
13
11
|
cert_chain: []
|
14
12
|
|
15
|
-
date: 2008-
|
13
|
+
date: 2008-11-27 00:00:00 -05:00
|
16
14
|
default_executable:
|
17
15
|
dependencies: []
|
18
16
|
|
19
|
-
description: Facets is the single largest collection of core extension methods and standard class additions available for the Ruby programming language.
|
17
|
+
description: Facets is the single largest collection of core extension methods and standard class additions available for the Ruby programming language. Premium Core Extensions and Standard Additions. Facets is a large collection of core extension methods and standard additions for the Ruby programming language. The core extensions are unique by virtue of thier atomicity. Methods are stored in small, tightly related collections, allowing for highly granular control of requirements. The modules include a variety of useful classes, mixins and microframeworks, from the Functor to a complete Annotations system.
|
20
18
|
email:
|
21
19
|
executables: []
|
22
20
|
|
@@ -32,17 +30,39 @@ extra_rdoc_files:
|
|
32
30
|
- VERSION
|
33
31
|
- COPYING
|
34
32
|
files:
|
35
|
-
- Rakefile
|
36
33
|
- doc
|
34
|
+
- lib
|
35
|
+
- task
|
36
|
+
- test
|
37
|
+
- Rakefile
|
38
|
+
- CHANGES
|
39
|
+
- RELEASE
|
40
|
+
- README
|
41
|
+
- AUTHORS
|
42
|
+
- VERSION
|
43
|
+
- COPYING
|
44
|
+
- doc/guide
|
37
45
|
- doc/rdoc
|
46
|
+
- doc/README.lore
|
47
|
+
- doc/README.core
|
48
|
+
- doc/archive
|
49
|
+
- doc/log
|
50
|
+
- doc/README.more
|
51
|
+
- doc/guide/notes.rd
|
38
52
|
- doc/rdoc/lore
|
53
|
+
- doc/rdoc/core
|
54
|
+
- doc/rdoc/more
|
39
55
|
- doc/rdoc/lore/fr_file_index.html
|
40
56
|
- doc/rdoc/lore/classes
|
57
|
+
- doc/rdoc/lore/rdoc-style.css
|
58
|
+
- doc/rdoc/lore/files
|
59
|
+
- doc/rdoc/lore/fr_class_index.html
|
60
|
+
- doc/rdoc/lore/index.html
|
61
|
+
- doc/rdoc/lore/created.rid
|
62
|
+
- doc/rdoc/lore/fr_method_index.html
|
41
63
|
- doc/rdoc/lore/classes/DateTime.html
|
42
64
|
- doc/rdoc/lore/classes/String.html
|
43
65
|
- doc/rdoc/lore/classes/Logger
|
44
|
-
- doc/rdoc/lore/classes/Logger/LogDevice.html
|
45
|
-
- doc/rdoc/lore/classes/Logger/Ansicolor.html
|
46
66
|
- doc/rdoc/lore/classes/URI.html
|
47
67
|
- doc/rdoc/lore/classes/GetoptLong.html
|
48
68
|
- doc/rdoc/lore/classes/Pathname.html
|
@@ -55,41 +75,38 @@ files:
|
|
55
75
|
- doc/rdoc/lore/classes/Kernel.html
|
56
76
|
- doc/rdoc/lore/classes/Set.html
|
57
77
|
- doc/rdoc/lore/classes/URI
|
58
|
-
- doc/rdoc/lore/classes/
|
59
|
-
- doc/rdoc/lore/classes/URI/Kernel.html
|
78
|
+
- doc/rdoc/lore/classes/Enumerable.html
|
60
79
|
- doc/rdoc/lore/classes/GetoptLong
|
61
|
-
- doc/rdoc/lore/classes/GetoptLong/DSL.html
|
62
80
|
- doc/rdoc/lore/classes/FileUtils.html
|
63
81
|
- doc/rdoc/lore/classes/Continuation.html
|
64
82
|
- doc/rdoc/lore/classes/Shellwords.html
|
83
|
+
- doc/rdoc/lore/classes/Enumerable
|
65
84
|
- doc/rdoc/lore/classes/CGI.html
|
66
85
|
- doc/rdoc/lore/classes/Time.html
|
67
86
|
- doc/rdoc/lore/classes/OpenStruct.html
|
68
87
|
- doc/rdoc/lore/classes/File.html
|
69
|
-
- doc/rdoc/lore/
|
70
|
-
- doc/rdoc/lore/
|
88
|
+
- doc/rdoc/lore/classes/Logger/LogDevice.html
|
89
|
+
- doc/rdoc/lore/classes/Logger/Ansicolor.html
|
90
|
+
- doc/rdoc/lore/classes/URI/Hash.html
|
91
|
+
- doc/rdoc/lore/classes/URI/Kernel.html
|
92
|
+
- doc/rdoc/lore/classes/GetoptLong/DSL.html
|
93
|
+
- doc/rdoc/lore/classes/Enumerable/Enumerator.html
|
71
94
|
- doc/rdoc/lore/files/doc
|
72
|
-
- doc/rdoc/lore/files/doc/README_lore.html
|
73
95
|
- doc/rdoc/lore/files/README.html
|
74
96
|
- doc/rdoc/lore/files/lib
|
97
|
+
- doc/rdoc/lore/files/doc/README_lore.html
|
75
98
|
- doc/rdoc/lore/files/lib/lore
|
76
99
|
- doc/rdoc/lore/files/lib/lore/facets
|
77
100
|
- doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html
|
78
101
|
- doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html
|
79
102
|
- doc/rdoc/lore/files/lib/lore/facets/fileutils
|
80
|
-
- doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html
|
81
|
-
- doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html
|
82
|
-
- doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html
|
83
|
-
- doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html
|
84
|
-
- doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html
|
85
|
-
- doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html
|
86
|
-
- doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html
|
87
103
|
- doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html
|
88
104
|
- doc/rdoc/lore/files/lib/lore/facets/uri_rb.html
|
89
105
|
- doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html
|
90
106
|
- doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html
|
91
107
|
- doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html
|
92
108
|
- doc/rdoc/lore/files/lib/lore/facets/set_rb.html
|
109
|
+
- doc/rdoc/lore/files/lib/lore/facets/enumerator_rb.html
|
93
110
|
- doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html
|
94
111
|
- doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html
|
95
112
|
- doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html
|
@@ -97,13 +114,21 @@ files:
|
|
97
114
|
- doc/rdoc/lore/files/lib/lore/facets/logger_rb.html
|
98
115
|
- doc/rdoc/lore/files/lib/lore/facets/date_rb.html
|
99
116
|
- doc/rdoc/lore/files/lib/lore/facets/zlib_rb.html
|
100
|
-
- doc/rdoc/lore/
|
101
|
-
- doc/rdoc/lore/
|
102
|
-
- doc/rdoc/lore/
|
103
|
-
- doc/rdoc/lore/
|
104
|
-
- doc/rdoc/
|
117
|
+
- doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html
|
118
|
+
- doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html
|
119
|
+
- doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html
|
120
|
+
- doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html
|
121
|
+
- doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html
|
122
|
+
- doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html
|
123
|
+
- doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html
|
105
124
|
- doc/rdoc/core/fr_file_index.html
|
106
125
|
- doc/rdoc/core/classes
|
126
|
+
- doc/rdoc/core/rdoc-style.css
|
127
|
+
- doc/rdoc/core/files
|
128
|
+
- doc/rdoc/core/fr_class_index.html
|
129
|
+
- doc/rdoc/core/index.html
|
130
|
+
- doc/rdoc/core/created.rid
|
131
|
+
- doc/rdoc/core/fr_method_index.html
|
107
132
|
- doc/rdoc/core/classes/Lazy.html
|
108
133
|
- doc/rdoc/core/classes/String.html
|
109
134
|
- doc/rdoc/core/classes/Dir.html
|
@@ -122,7 +147,6 @@ files:
|
|
122
147
|
- doc/rdoc/core/classes/Kernel.html
|
123
148
|
- doc/rdoc/core/classes/Proc.html
|
124
149
|
- doc/rdoc/core/classes/Functor.html
|
125
|
-
- doc/rdoc/core/classes/Friend.html
|
126
150
|
- doc/rdoc/core/classes/Binding.html
|
127
151
|
- doc/rdoc/core/classes/Class.html
|
128
152
|
- doc/rdoc/core/classes/Object.html
|
@@ -130,35 +154,93 @@ files:
|
|
130
154
|
- doc/rdoc/core/classes/Symbol.html
|
131
155
|
- doc/rdoc/core/classes/Enumerable.html
|
132
156
|
- doc/rdoc/core/classes/UnboundMethod.html
|
157
|
+
- doc/rdoc/core/classes/Struct.html
|
133
158
|
- doc/rdoc/core/classes/Lazy
|
134
|
-
- doc/rdoc/core/classes/Lazy/Future.html
|
135
|
-
- doc/rdoc/core/classes/Lazy/PromiseSafe.html
|
136
|
-
- doc/rdoc/core/classes/Lazy/Promise.html
|
137
159
|
- doc/rdoc/core/classes/TrueClass.html
|
138
160
|
- doc/rdoc/core/classes/Indexable.html
|
139
161
|
- doc/rdoc/core/classes/Range.html
|
162
|
+
- doc/rdoc/core/classes/ObjectSpace.html
|
140
163
|
- doc/rdoc/core/classes/Regexp.html
|
141
164
|
- doc/rdoc/core/classes/Module.html
|
142
165
|
- doc/rdoc/core/classes/Time.html
|
143
166
|
- doc/rdoc/core/classes/File.html
|
144
|
-
- doc/rdoc/core/
|
145
|
-
- doc/rdoc/core/
|
167
|
+
- doc/rdoc/core/classes/Lazy/Future.html
|
168
|
+
- doc/rdoc/core/classes/Lazy/PromiseSafe.html
|
169
|
+
- doc/rdoc/core/classes/Lazy/Promise.html
|
146
170
|
- doc/rdoc/core/files/doc
|
147
|
-
- doc/rdoc/core/files/doc/README_core.html
|
148
171
|
- doc/rdoc/core/files/README.html
|
149
172
|
- doc/rdoc/core/files/lib
|
173
|
+
- doc/rdoc/core/files/doc/README_core.html
|
150
174
|
- doc/rdoc/core/files/lib/core
|
151
175
|
- doc/rdoc/core/files/lib/core/facets
|
152
176
|
- doc/rdoc/core/files/lib/core/facets/integer
|
177
|
+
- doc/rdoc/core/files/lib/core/facets/comparable_rb.html
|
178
|
+
- doc/rdoc/core/files/lib/core/facets/string_rb.html
|
179
|
+
- doc/rdoc/core/files/lib/core/facets/symbol
|
180
|
+
- doc/rdoc/core/files/lib/core/facets/bitmask_rb.html
|
181
|
+
- doc/rdoc/core/files/lib/core/facets/kernel_rb.html
|
182
|
+
- doc/rdoc/core/files/lib/core/facets/objectspace_rb.html
|
183
|
+
- doc/rdoc/core/files/lib/core/facets/objectspace
|
184
|
+
- doc/rdoc/core/files/lib/core/facets/unboundmethod
|
185
|
+
- doc/rdoc/core/files/lib/core/facets/to_hash_rb.html
|
186
|
+
- doc/rdoc/core/files/lib/core/facets/numeric_rb.html
|
187
|
+
- doc/rdoc/core/files/lib/core/facets/nilclass
|
188
|
+
- doc/rdoc/core/files/lib/core/facets/proc_rb.html
|
189
|
+
- doc/rdoc/core/files/lib/core/facets/boolean_rb.html
|
190
|
+
- doc/rdoc/core/files/lib/core/facets/stackable_rb.html
|
191
|
+
- doc/rdoc/core/files/lib/core/facets/numeric
|
192
|
+
- doc/rdoc/core/files/lib/core/facets/lazy_rb.html
|
193
|
+
- doc/rdoc/core/files/lib/core/facets/binding
|
194
|
+
- doc/rdoc/core/files/lib/core/facets/class_rb.html
|
195
|
+
- doc/rdoc/core/files/lib/core/facets/float
|
196
|
+
- doc/rdoc/core/files/lib/core/facets/proc
|
197
|
+
- doc/rdoc/core/files/lib/core/facets/range
|
198
|
+
- doc/rdoc/core/files/lib/core/facets/module_rb.html
|
199
|
+
- doc/rdoc/core/files/lib/core/facets/struct_rb.html
|
200
|
+
- doc/rdoc/core/files/lib/core/facets/matchdata_rb.html
|
201
|
+
- doc/rdoc/core/files/lib/core/facets/file
|
202
|
+
- doc/rdoc/core/files/lib/core/facets/time_rb.html
|
203
|
+
- doc/rdoc/core/files/lib/core/facets/hash
|
204
|
+
- doc/rdoc/core/files/lib/core/facets/blank_rb.html
|
205
|
+
- doc/rdoc/core/files/lib/core/facets/kernel
|
206
|
+
- doc/rdoc/core/files/lib/core/facets/struct
|
207
|
+
- doc/rdoc/core/files/lib/core/facets/comparable
|
208
|
+
- doc/rdoc/core/files/lib/core/facets/exception_rb.html
|
209
|
+
- doc/rdoc/core/files/lib/core/facets/functor_rb.html
|
210
|
+
- doc/rdoc/core/files/lib/core/facets/cattr_rb.html
|
211
|
+
- doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html
|
212
|
+
- doc/rdoc/core/files/lib/core/facets/enumerable
|
213
|
+
- doc/rdoc/core/files/lib/core/facets/regexp_rb.html
|
214
|
+
- doc/rdoc/core/files/lib/core/facets/string
|
215
|
+
- doc/rdoc/core/files/lib/core/facets/module
|
216
|
+
- doc/rdoc/core/files/lib/core/facets/integer_rb.html
|
217
|
+
- doc/rdoc/core/files/lib/core/facets/filetest_rb.html
|
218
|
+
- doc/rdoc/core/files/lib/core/facets/range_rb.html
|
219
|
+
- doc/rdoc/core/files/lib/core/facets/binding_rb.html
|
220
|
+
- doc/rdoc/core/files/lib/core/facets/hash_rb.html
|
221
|
+
- doc/rdoc/core/files/lib/core/facets/time
|
222
|
+
- doc/rdoc/core/files/lib/core/facets/enumerable_rb.html
|
223
|
+
- doc/rdoc/core/files/lib/core/facets/array_rb.html
|
224
|
+
- doc/rdoc/core/files/lib/core/facets/dir
|
225
|
+
- doc/rdoc/core/files/lib/core/facets/dir_rb.html
|
226
|
+
- doc/rdoc/core/files/lib/core/facets/nilclass_rb.html
|
227
|
+
- doc/rdoc/core/files/lib/core/facets/metaid_rb.html
|
228
|
+
- doc/rdoc/core/files/lib/core/facets/symbol_rb.html
|
229
|
+
- doc/rdoc/core/files/lib/core/facets/filetest
|
230
|
+
- doc/rdoc/core/files/lib/core/facets/class
|
231
|
+
- doc/rdoc/core/files/lib/core/facets/array
|
232
|
+
- doc/rdoc/core/files/lib/core/facets/regexp
|
233
|
+
- doc/rdoc/core/files/lib/core/facets/file_rb.html
|
234
|
+
- doc/rdoc/core/files/lib/core/facets/matchdata
|
235
|
+
- doc/rdoc/core/files/lib/core/facets/float_rb.html
|
236
|
+
- doc/rdoc/core/files/lib/core/facets/exception
|
237
|
+
- doc/rdoc/core/files/lib/core/facets/indexable_rb.html
|
153
238
|
- doc/rdoc/core/files/lib/core/facets/integer/even_rb.html
|
154
239
|
- doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html
|
155
240
|
- doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html
|
156
241
|
- doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html
|
157
242
|
- doc/rdoc/core/files/lib/core/facets/integer/of_rb.html
|
158
243
|
- doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html
|
159
|
-
- doc/rdoc/core/files/lib/core/facets/comparable_rb.html
|
160
|
-
- doc/rdoc/core/files/lib/core/facets/string_rb.html
|
161
|
-
- doc/rdoc/core/files/lib/core/facets/symbol
|
162
244
|
- doc/rdoc/core/files/lib/core/facets/symbol/query_rb.html
|
163
245
|
- doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html
|
164
246
|
- doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html
|
@@ -169,48 +251,31 @@ files:
|
|
169
251
|
- doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html
|
170
252
|
- doc/rdoc/core/files/lib/core/facets/symbol/setter_rb.html
|
171
253
|
- doc/rdoc/core/files/lib/core/facets/symbol/plain_rb.html
|
172
|
-
- doc/rdoc/core/files/lib/core/facets/
|
173
|
-
- doc/rdoc/core/files/lib/core/facets/kernel_rb.html
|
174
|
-
- doc/rdoc/core/files/lib/core/facets/unboundmethod
|
254
|
+
- doc/rdoc/core/files/lib/core/facets/objectspace/classes_rb.html
|
175
255
|
- doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html
|
176
256
|
- doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html
|
177
|
-
- doc/rdoc/core/files/lib/core/facets/to_hash_rb.html
|
178
|
-
- doc/rdoc/core/files/lib/core/facets/numeric_rb.html
|
179
|
-
- doc/rdoc/core/files/lib/core/facets/nilclass
|
180
257
|
- doc/rdoc/core/files/lib/core/facets/nilclass/ergo_rb.html
|
181
258
|
- doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html
|
182
|
-
- doc/rdoc/core/files/lib/core/facets/proc_rb.html
|
183
|
-
- doc/rdoc/core/files/lib/core/facets/boolean_rb.html
|
184
|
-
- doc/rdoc/core/files/lib/core/facets/stackable_rb.html
|
185
|
-
- doc/rdoc/core/files/lib/core/facets/numeric
|
186
259
|
- doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html
|
187
260
|
- doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html
|
188
261
|
- doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html
|
189
|
-
- doc/rdoc/core/files/lib/core/facets/lazy_rb.html
|
190
|
-
- doc/rdoc/core/files/lib/core/facets/binding
|
191
262
|
- doc/rdoc/core/files/lib/core/facets/binding/self_rb.html
|
192
263
|
- doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html
|
193
264
|
- doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html
|
194
265
|
- doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html
|
195
266
|
- doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html
|
196
|
-
- doc/rdoc/core/files/lib/core/facets/
|
197
|
-
- doc/rdoc/core/files/lib/core/facets/float
|
267
|
+
- doc/rdoc/core/files/lib/core/facets/binding/callstack_rb.html
|
198
268
|
- doc/rdoc/core/files/lib/core/facets/float/round_rb.html
|
199
|
-
- doc/rdoc/core/files/lib/core/facets/proc
|
200
269
|
- doc/rdoc/core/files/lib/core/facets/proc/update_rb.html
|
201
270
|
- doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html
|
202
271
|
- doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html
|
203
272
|
- doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html
|
204
273
|
- doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html
|
205
|
-
- doc/rdoc/core/files/lib/core/facets/range
|
206
274
|
- doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html
|
207
275
|
- doc/rdoc/core/files/lib/core/facets/range/within_rb.html
|
208
276
|
- doc/rdoc/core/files/lib/core/facets/range/combine_rb.html
|
209
277
|
- doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html
|
210
278
|
- doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html
|
211
|
-
- doc/rdoc/core/files/lib/core/facets/module_rb.html
|
212
|
-
- doc/rdoc/core/files/lib/core/facets/matchdata_rb.html
|
213
|
-
- doc/rdoc/core/files/lib/core/facets/file
|
214
279
|
- doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html
|
215
280
|
- doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html
|
216
281
|
- doc/rdoc/core/files/lib/core/facets/file/write_rb.html
|
@@ -218,10 +283,9 @@ files:
|
|
218
283
|
- doc/rdoc/core/files/lib/core/facets/file/read_rb.html
|
219
284
|
- doc/rdoc/core/files/lib/core/facets/file/create_rb.html
|
220
285
|
- doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html
|
286
|
+
- doc/rdoc/core/files/lib/core/facets/file/split_all_rb.html
|
221
287
|
- doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html
|
222
288
|
- doc/rdoc/core/files/lib/core/facets/file/null_rb.html
|
223
|
-
- doc/rdoc/core/files/lib/core/facets/time_rb.html
|
224
|
-
- doc/rdoc/core/files/lib/core/facets/hash
|
225
289
|
- doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html
|
226
290
|
- doc/rdoc/core/files/lib/core/facets/hash/update_rb.html
|
227
291
|
- doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html
|
@@ -231,6 +295,8 @@ files:
|
|
231
295
|
- doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html
|
232
296
|
- doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html
|
233
297
|
- doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html
|
298
|
+
- doc/rdoc/core/files/lib/core/facets/hash/update_keys_rb.html
|
299
|
+
- doc/rdoc/core/files/lib/core/facets/hash/update_values_rb.html
|
234
300
|
- doc/rdoc/core/files/lib/core/facets/hash/except_rb.html
|
235
301
|
- doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html
|
236
302
|
- doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html
|
@@ -244,20 +310,23 @@ files:
|
|
244
310
|
- doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html
|
245
311
|
- doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html
|
246
312
|
- doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html
|
313
|
+
- doc/rdoc/core/files/lib/core/facets/hash/stringify_keys_rb.html
|
314
|
+
- doc/rdoc/core/files/lib/core/facets/hash/update_each_rb.html
|
247
315
|
- doc/rdoc/core/files/lib/core/facets/hash/op_rb.html
|
248
316
|
- doc/rdoc/core/files/lib/core/facets/hash/join_rb.html
|
249
317
|
- doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html
|
250
318
|
- doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html
|
251
319
|
- doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html
|
320
|
+
- doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html
|
252
321
|
- doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html
|
253
322
|
- doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html
|
323
|
+
- doc/rdoc/core/files/lib/core/facets/hash/replace_each_rb.html
|
254
324
|
- doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html
|
255
325
|
- doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html
|
256
326
|
- doc/rdoc/core/files/lib/core/facets/hash/at_rb.html
|
327
|
+
- doc/rdoc/core/files/lib/core/facets/hash/to_options_rb.html
|
257
328
|
- doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html
|
258
329
|
- doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html
|
259
|
-
- doc/rdoc/core/files/lib/core/facets/blank_rb.html
|
260
|
-
- doc/rdoc/core/files/lib/core/facets/kernel
|
261
330
|
- doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html
|
262
331
|
- doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html
|
263
332
|
- doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html
|
@@ -272,6 +341,7 @@ files:
|
|
272
341
|
- doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html
|
273
342
|
- doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html
|
274
343
|
- doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html
|
344
|
+
- doc/rdoc/core/files/lib/core/facets/kernel/__here___rb.html
|
275
345
|
- doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html
|
276
346
|
- doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html
|
277
347
|
- doc/rdoc/core/files/lib/core/facets/kernel/require_all_rb.html
|
@@ -297,18 +367,18 @@ files:
|
|
297
367
|
- doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html
|
298
368
|
- doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html
|
299
369
|
- doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html
|
370
|
+
- doc/rdoc/core/files/lib/core/facets/kernel/callstack_rb.html
|
300
371
|
- doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html
|
301
372
|
- doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html
|
302
373
|
- doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html
|
303
|
-
- doc/rdoc/core/files/lib/core/facets/
|
374
|
+
- doc/rdoc/core/files/lib/core/facets/struct/attributes_rb.html
|
304
375
|
- doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html
|
305
376
|
- doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html
|
377
|
+
- doc/rdoc/core/files/lib/core/facets/comparable/at_least_rb.html
|
378
|
+
- doc/rdoc/core/files/lib/core/facets/comparable/at_most_rb.html
|
306
379
|
- doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html
|
307
|
-
- doc/rdoc/core/files/lib/core/facets/
|
308
|
-
- doc/rdoc/core/files/lib/core/facets/
|
309
|
-
- doc/rdoc/core/files/lib/core/facets/cattr_rb.html
|
310
|
-
- doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html
|
311
|
-
- doc/rdoc/core/files/lib/core/facets/enumerable
|
380
|
+
- doc/rdoc/core/files/lib/core/facets/comparable/cap_rb.html
|
381
|
+
- doc/rdoc/core/files/lib/core/facets/comparable/clip_rb.html
|
312
382
|
- doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html
|
313
383
|
- doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html
|
314
384
|
- doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html
|
@@ -319,10 +389,12 @@ files:
|
|
319
389
|
- doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html
|
320
390
|
- doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html
|
321
391
|
- doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html
|
392
|
+
- doc/rdoc/core/files/lib/core/facets/enumerable/graph_rb.html
|
322
393
|
- doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html
|
323
394
|
- doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html
|
324
395
|
- doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html
|
325
396
|
- doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html
|
397
|
+
- doc/rdoc/core/files/lib/core/facets/enumerable/take_rb.html
|
326
398
|
- doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html
|
327
399
|
- doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html
|
328
400
|
- doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html
|
@@ -332,8 +404,6 @@ files:
|
|
332
404
|
- doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html
|
333
405
|
- doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html
|
334
406
|
- doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html
|
335
|
-
- doc/rdoc/core/files/lib/core/facets/regexp_rb.html
|
336
|
-
- doc/rdoc/core/files/lib/core/facets/string
|
337
407
|
- doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html
|
338
408
|
- doc/rdoc/core/files/lib/core/facets/string/pathize_rb.html
|
339
409
|
- doc/rdoc/core/files/lib/core/facets/string/align_rb.html
|
@@ -348,6 +418,7 @@ files:
|
|
348
418
|
- doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html
|
349
419
|
- doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html
|
350
420
|
- doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html
|
421
|
+
- doc/rdoc/core/files/lib/core/facets/string/compress_lines_rb.html
|
351
422
|
- doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html
|
352
423
|
- doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html
|
353
424
|
- doc/rdoc/core/files/lib/core/facets/string/variablize_rb.html
|
@@ -357,6 +428,7 @@ files:
|
|
357
428
|
- doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html
|
358
429
|
- doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html
|
359
430
|
- doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html
|
431
|
+
- doc/rdoc/core/files/lib/core/facets/string/expand_tab_rb.html
|
360
432
|
- doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html
|
361
433
|
- doc/rdoc/core/files/lib/core/facets/string/chars_rb.html
|
362
434
|
- doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html
|
@@ -365,13 +437,17 @@ files:
|
|
365
437
|
- doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html
|
366
438
|
- doc/rdoc/core/files/lib/core/facets/string/range_rb.html
|
367
439
|
- doc/rdoc/core/files/lib/core/facets/string/each_word_rb.html
|
440
|
+
- doc/rdoc/core/files/lib/core/facets/string/tabto_rb.html
|
441
|
+
- doc/rdoc/core/files/lib/core/facets/string/contains_rb.html
|
368
442
|
- doc/rdoc/core/files/lib/core/facets/string/xor_rb.html
|
369
443
|
- doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html
|
444
|
+
- doc/rdoc/core/files/lib/core/facets/string/indent_rb.html
|
370
445
|
- doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html
|
446
|
+
- doc/rdoc/core/files/lib/core/facets/string/outdent_rb.html
|
371
447
|
- doc/rdoc/core/files/lib/core/facets/string/words_rb.html
|
448
|
+
- doc/rdoc/core/files/lib/core/facets/string/margin_rb.html
|
372
449
|
- doc/rdoc/core/files/lib/core/facets/string/splice_rb.html
|
373
450
|
- doc/rdoc/core/files/lib/core/facets/string/divide_rb.html
|
374
|
-
- doc/rdoc/core/files/lib/core/facets/module
|
375
451
|
- doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html
|
376
452
|
- doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html
|
377
453
|
- doc/rdoc/core/files/lib/core/facets/module/basename_rb.html
|
@@ -398,12 +474,6 @@ files:
|
|
398
474
|
- doc/rdoc/core/files/lib/core/facets/module/revise_rb.html
|
399
475
|
- doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html
|
400
476
|
- doc/rdoc/core/files/lib/core/facets/module/integrate_rb.html
|
401
|
-
- doc/rdoc/core/files/lib/core/facets/integer_rb.html
|
402
|
-
- doc/rdoc/core/files/lib/core/facets/filetest_rb.html
|
403
|
-
- doc/rdoc/core/files/lib/core/facets/range_rb.html
|
404
|
-
- doc/rdoc/core/files/lib/core/facets/binding_rb.html
|
405
|
-
- doc/rdoc/core/files/lib/core/facets/hash_rb.html
|
406
|
-
- doc/rdoc/core/files/lib/core/facets/time
|
407
477
|
- doc/rdoc/core/files/lib/core/facets/time/change_rb.html
|
408
478
|
- doc/rdoc/core/files/lib/core/facets/time/round_rb.html
|
409
479
|
- doc/rdoc/core/files/lib/core/facets/time/hence_rb.html
|
@@ -414,21 +484,12 @@ files:
|
|
414
484
|
- doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html
|
415
485
|
- doc/rdoc/core/files/lib/core/facets/time/advance_rb.html
|
416
486
|
- doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html
|
417
|
-
- doc/rdoc/core/files/lib/core/facets/enumerable_rb.html
|
418
|
-
- doc/rdoc/core/files/lib/core/facets/array_rb.html
|
419
|
-
- doc/rdoc/core/files/lib/core/facets/dir
|
420
487
|
- doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html
|
421
488
|
- doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html
|
422
489
|
- doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html
|
423
490
|
- doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html
|
424
491
|
- doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html
|
425
|
-
- doc/rdoc/core/files/lib/core/facets/dir_rb.html
|
426
|
-
- doc/rdoc/core/files/lib/core/facets/nilclass_rb.html
|
427
|
-
- doc/rdoc/core/files/lib/core/facets/metaid_rb.html
|
428
|
-
- doc/rdoc/core/files/lib/core/facets/symbol_rb.html
|
429
|
-
- doc/rdoc/core/files/lib/core/facets/filetest
|
430
492
|
- doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html
|
431
|
-
- doc/rdoc/core/files/lib/core/facets/class
|
432
493
|
- doc/rdoc/core/files/lib/core/facets/class/pathize_rb.html
|
433
494
|
- doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html
|
434
495
|
- doc/rdoc/core/files/lib/core/facets/class/cattr_writer_rb.html
|
@@ -439,7 +500,6 @@ files:
|
|
439
500
|
- doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html
|
440
501
|
- doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html
|
441
502
|
- doc/rdoc/core/files/lib/core/facets/class/cattr_reader_rb.html
|
442
|
-
- doc/rdoc/core/files/lib/core/facets/array
|
443
503
|
- doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html
|
444
504
|
- doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html
|
445
505
|
- doc/rdoc/core/files/lib/core/facets/array/combination_rb.html
|
@@ -450,89 +510,75 @@ files:
|
|
450
510
|
- doc/rdoc/core/files/lib/core/facets/array/select_rb.html
|
451
511
|
- doc/rdoc/core/files/lib/core/facets/array/delete_rb.html
|
452
512
|
- doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html
|
513
|
+
- doc/rdoc/core/files/lib/core/facets/array/delete_values_rb.html
|
453
514
|
- doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html
|
454
515
|
- doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html
|
455
516
|
- doc/rdoc/core/files/lib/core/facets/array/index_rb.html
|
456
517
|
- doc/rdoc/core/files/lib/core/facets/array/pad_rb.html
|
518
|
+
- doc/rdoc/core/files/lib/core/facets/array/delete_unless_rb.html
|
457
519
|
- doc/rdoc/core/files/lib/core/facets/array/only_rb.html
|
458
520
|
- doc/rdoc/core/files/lib/core/facets/array/splice_rb.html
|
459
521
|
- doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html
|
460
|
-
- doc/rdoc/core/files/lib/core/facets/regexp
|
461
522
|
- doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html
|
462
523
|
- doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html
|
463
|
-
- doc/rdoc/core/files/lib/core/facets/file_rb.html
|
464
|
-
- doc/rdoc/core/files/lib/core/facets/matchdata
|
465
524
|
- doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html
|
466
525
|
- doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html
|
467
|
-
- doc/rdoc/core/files/lib/core/facets/callstack_rb.html
|
468
|
-
- doc/rdoc/core/files/lib/core/facets/float_rb.html
|
469
|
-
- doc/rdoc/core/files/lib/core/facets/exception
|
470
526
|
- doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html
|
471
527
|
- doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html
|
472
|
-
- doc/rdoc/core/files/lib/core/facets/indexable_rb.html
|
473
|
-
- doc/rdoc/core/fr_class_index.html
|
474
|
-
- doc/rdoc/core/index.html
|
475
|
-
- doc/rdoc/core/created.rid
|
476
|
-
- doc/rdoc/core/fr_method_index.html
|
477
|
-
- doc/rdoc/more
|
478
528
|
- doc/rdoc/more/fr_file_index.html
|
479
529
|
- doc/rdoc/more/classes
|
530
|
+
- doc/rdoc/more/rdoc-style.css
|
531
|
+
- doc/rdoc/more/files
|
532
|
+
- doc/rdoc/more/fr_class_index.html
|
533
|
+
- doc/rdoc/more/index.html
|
534
|
+
- doc/rdoc/more/created.rid
|
535
|
+
- doc/rdoc/more/fr_method_index.html
|
480
536
|
- doc/rdoc/more/classes/PathList
|
481
|
-
- doc/rdoc/more/classes/PathList/Finder.html
|
482
537
|
- doc/rdoc/more/classes/TypeCast.html
|
538
|
+
- doc/rdoc/more/classes/Matcher.html
|
483
539
|
- doc/rdoc/more/classes/Archive.html
|
484
540
|
- doc/rdoc/more/classes/String
|
485
|
-
- doc/rdoc/more/classes/String/Mask.html
|
486
|
-
- doc/rdoc/more/classes/String/Words.html
|
487
541
|
- doc/rdoc/more/classes/BuildingBlock.html
|
488
|
-
- doc/rdoc/more/classes/
|
489
|
-
- doc/rdoc/more/classes/DictionaryMatcher/MatchData.html
|
542
|
+
- doc/rdoc/more/classes/Memoizer.html
|
490
543
|
- doc/rdoc/more/classes/BiCrypt.html
|
491
|
-
- doc/rdoc/more/classes/
|
544
|
+
- doc/rdoc/more/classes/SparseArray.html
|
492
545
|
- doc/rdoc/more/classes/Pool.html
|
493
|
-
- doc/rdoc/more/classes/CacheDecorator.html
|
494
546
|
- doc/rdoc/more/classes/Equatable.html
|
495
|
-
- doc/rdoc/more/classes/Weekdays.html
|
496
547
|
- doc/rdoc/more/classes/BinReadable
|
497
|
-
- doc/rdoc/more/classes/BinReadable/ByteOrder.html
|
498
548
|
- doc/rdoc/more/classes/Platform.html
|
499
549
|
- doc/rdoc/more/classes/Net
|
500
|
-
- doc/rdoc/more/classes/
|
550
|
+
- doc/rdoc/more/classes/Stash.html
|
551
|
+
- doc/rdoc/more/classes/Numeric
|
501
552
|
- doc/rdoc/more/classes/PQueue.html
|
502
553
|
- doc/rdoc/more/classes/Instantize.html
|
503
554
|
- doc/rdoc/more/classes/Semaphore.html
|
504
555
|
- doc/rdoc/more/classes/Association.html
|
505
556
|
- doc/rdoc/more/classes/LRUCache
|
506
|
-
- doc/rdoc/more/classes/LRUCache/Sentinel.html
|
507
|
-
- doc/rdoc/more/classes/LRUCache/Item.html
|
508
557
|
- doc/rdoc/more/classes/ZipUtils
|
509
|
-
- doc/rdoc/more/classes/ZipUtils/NoWrite.html
|
510
|
-
- doc/rdoc/more/classes/ZipUtils/Verbose.html
|
511
|
-
- doc/rdoc/more/classes/ZipUtils/DryRun.html
|
512
558
|
- doc/rdoc/more/classes/OpenCascade.html
|
513
559
|
- doc/rdoc/more/classes/MissingArgument.html
|
514
560
|
- doc/rdoc/more/classes/Net.html
|
515
561
|
- doc/rdoc/more/classes/Hash2Xml.html
|
516
562
|
- doc/rdoc/more/classes/OpEsc.html
|
563
|
+
- doc/rdoc/more/classes/Enumerator.html
|
517
564
|
- doc/rdoc/more/classes/Dictionary.html
|
518
|
-
- doc/rdoc/more/classes/CLI.html
|
519
565
|
- doc/rdoc/more/classes/PathList.html
|
520
566
|
- doc/rdoc/more/classes/NullClass.html
|
521
|
-
- doc/rdoc/more/classes/
|
567
|
+
- doc/rdoc/more/classes/Matcher
|
522
568
|
- doc/rdoc/more/classes/Reference.html
|
523
569
|
- doc/rdoc/more/classes/Paramix
|
524
|
-
- doc/rdoc/more/classes/Paramix/Delegator.html
|
525
570
|
- doc/rdoc/more/classes/BinReadable.html
|
526
571
|
- doc/rdoc/more/classes/Snapshot.html
|
527
572
|
- doc/rdoc/more/classes/SyncArray.html
|
528
573
|
- doc/rdoc/more/classes/InfinityClass
|
529
|
-
- doc/rdoc/more/classes/InfinityClass/Numeric.html
|
530
574
|
- doc/rdoc/more/classes/CssTree.html
|
575
|
+
- doc/rdoc/more/classes/Enumerator
|
531
576
|
- doc/rdoc/more/classes/Ini.html
|
532
577
|
- doc/rdoc/more/classes/OpenCollection.html
|
533
578
|
- doc/rdoc/more/classes/Hash.html
|
534
579
|
- doc/rdoc/more/classes/Autoarray.html
|
535
580
|
- doc/rdoc/more/classes/Proc.html
|
581
|
+
- doc/rdoc/more/classes/Duration
|
536
582
|
- doc/rdoc/more/classes/TracePoint.html
|
537
583
|
- doc/rdoc/more/classes/ProgressBar.html
|
538
584
|
- doc/rdoc/more/classes/SimpleStringIO.html
|
@@ -546,126 +592,128 @@ files:
|
|
546
592
|
- doc/rdoc/more/classes/Binding.html
|
547
593
|
- doc/rdoc/more/classes/Downloader.html
|
548
594
|
- doc/rdoc/more/classes/LRUCache.html
|
549
|
-
- doc/rdoc/more/classes/CLI
|
550
|
-
- doc/rdoc/more/classes/CLI/Command
|
551
|
-
- doc/rdoc/more/classes/CLI/Command/UniversalOptions.html
|
552
|
-
- doc/rdoc/more/classes/CLI/NoCommandError.html
|
553
|
-
- doc/rdoc/more/classes/CLI/NoOptionError.html
|
554
|
-
- doc/rdoc/more/classes/CLI/Command.html
|
555
|
-
- doc/rdoc/more/classes/CLI/Arguments.html
|
556
595
|
- doc/rdoc/more/classes/Advisable
|
557
|
-
- doc/rdoc/more/classes/Advisable/Method.html
|
558
596
|
- doc/rdoc/more/classes/ConsoleUtils.html
|
559
597
|
- doc/rdoc/more/classes/LinkedList.html
|
560
598
|
- doc/rdoc/more/classes/BlankSlate.html
|
561
599
|
- doc/rdoc/more/classes/NackClass.html
|
562
600
|
- doc/rdoc/more/classes/Capsule.html
|
563
|
-
- doc/rdoc/more/classes/TagIterator.html
|
564
601
|
- doc/rdoc/more/classes/XOXO.html
|
565
602
|
- doc/rdoc/more/classes/Random
|
566
|
-
- doc/rdoc/more/classes/Random/String
|
567
|
-
- doc/rdoc/more/classes/Random/String/Self.html
|
568
|
-
- doc/rdoc/more/classes/Random/String.html
|
569
|
-
- doc/rdoc/more/classes/Random/Array.html
|
570
|
-
- doc/rdoc/more/classes/Random/Hash.html
|
571
|
-
- doc/rdoc/more/classes/Random/Object.html
|
572
603
|
- doc/rdoc/more/classes/Timer.html
|
573
604
|
- doc/rdoc/more/classes/Enumerable.html
|
574
605
|
- doc/rdoc/more/classes/Prototype.html
|
575
606
|
- doc/rdoc/more/classes/Multiton.html
|
576
607
|
- doc/rdoc/more/classes/Multiton
|
577
|
-
- doc/rdoc/more/classes/Multiton/Inclusive.html
|
578
|
-
- doc/rdoc/more/classes/Multiton/MetaMethods.html
|
579
608
|
- doc/rdoc/more/classes/TypeCastException.html
|
580
609
|
- doc/rdoc/more/classes/Recorder.html
|
581
610
|
- doc/rdoc/more/classes/Random.html
|
582
|
-
- doc/rdoc/more/classes/DictionaryMatcher.html
|
583
611
|
- doc/rdoc/more/classes/InfinityClass.html
|
584
612
|
- doc/rdoc/more/classes/CssFilter.html
|
613
|
+
- doc/rdoc/more/classes/OpenStructable.html
|
585
614
|
- doc/rdoc/more/classes/SyncHash.html
|
586
615
|
- doc/rdoc/more/classes/BBCode.html
|
587
616
|
- doc/rdoc/more/classes/Settings
|
588
|
-
- doc/rdoc/more/classes/Settings/Setting.html
|
589
|
-
- doc/rdoc/more/classes/Settings/SettingCollection.html
|
590
617
|
- doc/rdoc/more/classes/Paramix.html
|
591
618
|
- doc/rdoc/more/classes/Advisable.html
|
592
619
|
- doc/rdoc/more/classes/Argvector.html
|
593
620
|
- doc/rdoc/more/classes/Struct.html
|
594
621
|
- doc/rdoc/more/classes/Registerable.html
|
595
|
-
- doc/rdoc/more/classes/UploadUtils.html
|
596
|
-
- doc/rdoc/more/classes/EventHook.html
|
597
622
|
- doc/rdoc/more/classes/EnumerablePass.html
|
598
623
|
- doc/rdoc/more/classes/FileList.html
|
599
|
-
- doc/rdoc/more/classes/RecursiveDependency.html
|
600
624
|
- doc/rdoc/more/classes/It.html
|
601
625
|
- doc/rdoc/more/classes/Timer
|
602
|
-
- doc/rdoc/more/classes/Timer/Dummy.html
|
603
626
|
- doc/rdoc/more/classes/VersionNumber.html
|
604
627
|
- doc/rdoc/more/classes/Coroutine.html
|
605
628
|
- doc/rdoc/more/classes/Duration.html
|
606
629
|
- doc/rdoc/more/classes/Tuple.html
|
607
630
|
- doc/rdoc/more/classes/ZipUtils.html
|
608
631
|
- doc/rdoc/more/classes/Snapshot
|
609
|
-
- doc/rdoc/more/classes/Snapshot/ValueHolder.html
|
610
632
|
- doc/rdoc/more/classes/OpenObject.html
|
611
633
|
- doc/rdoc/more/classes/Association
|
612
|
-
- doc/rdoc/more/classes/
|
613
|
-
- doc/rdoc/more/classes/BigDuration.html
|
634
|
+
- doc/rdoc/more/classes/OpenModule.html
|
614
635
|
- doc/rdoc/more/classes/RWDelegator.html
|
615
636
|
- doc/rdoc/more/classes/SyncHash
|
616
|
-
- doc/rdoc/more/classes/SyncHash/Inheritor.html
|
617
|
-
- doc/rdoc/more/classes/SyncHash/Delegator.html
|
618
637
|
- doc/rdoc/more/classes/Expirable.html
|
619
638
|
- doc/rdoc/more/classes/IORedirect.html
|
620
639
|
- doc/rdoc/more/classes/Enumerable
|
621
|
-
- doc/rdoc/more/classes/Enumerable/Elementor.html
|
622
|
-
- doc/rdoc/more/classes/Enumerable/Enumerator.html
|
623
640
|
- doc/rdoc/more/classes/Settings.html
|
624
641
|
- doc/rdoc/more/classes/HtmlFilter.html
|
625
642
|
- doc/rdoc/more/classes/Module.html
|
626
643
|
- doc/rdoc/more/classes/Archive
|
627
|
-
- doc/rdoc/more/classes/Archive/Tar
|
628
|
-
- doc/rdoc/more/classes/Archive/Tar/Minitar.html
|
629
|
-
- doc/rdoc/more/classes/Archive/Tar/Minitar
|
630
|
-
- doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html
|
631
|
-
- doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html
|
632
|
-
- doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html
|
633
|
-
- doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html
|
634
|
-
- doc/rdoc/more/classes/Archive/Tar.html
|
635
644
|
- doc/rdoc/more/classes/Fileable.html
|
636
645
|
- doc/rdoc/more/classes/Interval.html
|
637
646
|
- doc/rdoc/more/classes/BaseX.html
|
638
647
|
- doc/rdoc/more/classes/System.html
|
639
648
|
- doc/rdoc/more/classes/LinkedList
|
640
|
-
- doc/rdoc/more/classes/LinkedList/Node.html
|
641
649
|
- doc/rdoc/more/classes/Buildable.html
|
642
650
|
- doc/rdoc/more/classes/TypeCast
|
643
|
-
- doc/rdoc/more/classes/TypeCast/Class.html
|
644
|
-
- doc/rdoc/more/classes/TypeCast/Object.html
|
645
651
|
- doc/rdoc/more/classes/Fileable
|
646
|
-
- doc/rdoc/more/classes/Fileable/DSL.html
|
647
652
|
- doc/rdoc/more/classes/Capsule
|
648
|
-
- doc/rdoc/more/classes/
|
649
|
-
- doc/rdoc/more/
|
650
|
-
- doc/rdoc/more/
|
651
|
-
- doc/rdoc/more/
|
652
|
-
- doc/rdoc/more/
|
653
|
-
- doc/rdoc/more/
|
654
|
-
- doc/rdoc/more/
|
655
|
-
- doc/rdoc/more/
|
656
|
-
- doc/rdoc/more/
|
657
|
-
- doc/rdoc/more/
|
658
|
-
- doc/rdoc/more/
|
659
|
-
- doc/rdoc/more/
|
660
|
-
- doc/rdoc/more/
|
661
|
-
- doc/rdoc/more/
|
662
|
-
- doc/rdoc/more/
|
663
|
-
- doc/rdoc/more/
|
664
|
-
- doc/rdoc/more/
|
665
|
-
- doc/rdoc/more/
|
653
|
+
- doc/rdoc/more/classes/PathList/Finder.html
|
654
|
+
- doc/rdoc/more/classes/String/Mask.html
|
655
|
+
- doc/rdoc/more/classes/String/Words.html
|
656
|
+
- doc/rdoc/more/classes/BinReadable/ByteOrder.html
|
657
|
+
- doc/rdoc/more/classes/Net/SMTP.html
|
658
|
+
- doc/rdoc/more/classes/Numeric/Multipliers.html
|
659
|
+
- doc/rdoc/more/classes/LRUCache/Sentinel.html
|
660
|
+
- doc/rdoc/more/classes/LRUCache/Item.html
|
661
|
+
- doc/rdoc/more/classes/ZipUtils/NoWrite.html
|
662
|
+
- doc/rdoc/more/classes/ZipUtils/Verbose.html
|
663
|
+
- doc/rdoc/more/classes/ZipUtils/DryRun.html
|
664
|
+
- doc/rdoc/more/classes/Matcher/MatchData.html
|
665
|
+
- doc/rdoc/more/classes/Paramix/Delegator.html
|
666
|
+
- doc/rdoc/more/classes/InfinityClass/Numeric.html
|
667
|
+
- doc/rdoc/more/classes/Enumerator/Filter.html
|
668
|
+
- doc/rdoc/more/classes/Duration/Numeric.html
|
669
|
+
- doc/rdoc/more/classes/Duration/Time.html
|
670
|
+
- doc/rdoc/more/classes/Advisable/Method.html
|
671
|
+
- doc/rdoc/more/classes/Random/String
|
672
|
+
- doc/rdoc/more/classes/Random/String.html
|
673
|
+
- doc/rdoc/more/classes/Random/Array.html
|
674
|
+
- doc/rdoc/more/classes/Random/Hash.html
|
675
|
+
- doc/rdoc/more/classes/Random/Object.html
|
676
|
+
- doc/rdoc/more/classes/Random/String/Self.html
|
677
|
+
- doc/rdoc/more/classes/Multiton/Inclusive.html
|
678
|
+
- doc/rdoc/more/classes/Multiton/MetaMethods.html
|
679
|
+
- doc/rdoc/more/classes/Settings/Setting.html
|
680
|
+
- doc/rdoc/more/classes/Settings/SettingCollection.html
|
681
|
+
- doc/rdoc/more/classes/Timer/Dummy.html
|
682
|
+
- doc/rdoc/more/classes/Snapshot/ValueHolder.html
|
683
|
+
- doc/rdoc/more/classes/Association/Kernel.html
|
684
|
+
- doc/rdoc/more/classes/SyncHash/Inheritor.html
|
685
|
+
- doc/rdoc/more/classes/SyncHash/Delegator.html
|
686
|
+
- doc/rdoc/more/classes/Enumerable/Elementor.html
|
687
|
+
- doc/rdoc/more/classes/Enumerable/Enumerator.html
|
688
|
+
- doc/rdoc/more/classes/Enumerable/Filterable.html
|
689
|
+
- doc/rdoc/more/classes/Archive/Tar
|
690
|
+
- doc/rdoc/more/classes/Archive/Tar.html
|
691
|
+
- doc/rdoc/more/classes/Archive/Tar/Minitar.html
|
692
|
+
- doc/rdoc/more/classes/Archive/Tar/Minitar
|
693
|
+
- doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html
|
694
|
+
- doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html
|
695
|
+
- doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html
|
696
|
+
- doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html
|
697
|
+
- doc/rdoc/more/classes/LinkedList/Node.html
|
698
|
+
- doc/rdoc/more/classes/TypeCast/Class.html
|
699
|
+
- doc/rdoc/more/classes/TypeCast/Object.html
|
700
|
+
- doc/rdoc/more/classes/Fileable/DSL.html
|
701
|
+
- doc/rdoc/more/classes/Capsule/MissingFile.html
|
702
|
+
- doc/rdoc/more/files/doc
|
703
|
+
- doc/rdoc/more/files/README.html
|
704
|
+
- doc/rdoc/more/files/lib
|
705
|
+
- doc/rdoc/more/files/doc/README_more.html
|
706
|
+
- doc/rdoc/more/files/lib/more
|
707
|
+
- doc/rdoc/more/files/lib/more/facets
|
708
|
+
- doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html
|
709
|
+
- doc/rdoc/more/files/lib/more/facets/settings_rb.html
|
710
|
+
- doc/rdoc/more/files/lib/more/facets/pathlist_rb.html
|
711
|
+
- doc/rdoc/more/files/lib/more/facets/multiton_rb.html
|
712
|
+
- doc/rdoc/more/files/lib/more/facets/dependency_rb.html
|
713
|
+
- doc/rdoc/more/files/lib/more/facets/fileable_rb.html
|
714
|
+
- doc/rdoc/more/files/lib/more/facets/pqueue_rb.html
|
666
715
|
- doc/rdoc/more/files/lib/more/facets/buildable_rb.html
|
667
716
|
- doc/rdoc/more/files/lib/more/facets/tuple_rb.html
|
668
|
-
- doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html
|
669
717
|
- doc/rdoc/more/files/lib/more/facets/openobject_rb.html
|
670
718
|
- doc/rdoc/more/files/lib/more/facets/paramix_rb.html
|
671
719
|
- doc/rdoc/more/files/lib/more/facets/elementor_rb.html
|
@@ -678,34 +726,30 @@ files:
|
|
678
726
|
- doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html
|
679
727
|
- doc/rdoc/more/files/lib/more/facets/prototype_rb.html
|
680
728
|
- doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html
|
729
|
+
- doc/rdoc/more/files/lib/more/facets/stash_rb.html
|
681
730
|
- doc/rdoc/more/files/lib/more/facets/dictionary_rb.html
|
682
731
|
- doc/rdoc/more/files/lib/more/facets/expirable_rb.html
|
683
732
|
- doc/rdoc/more/files/lib/more/facets/daemonize_rb.html
|
684
|
-
- doc/rdoc/more/files/lib/more/facets/
|
733
|
+
- doc/rdoc/more/files/lib/more/facets/memoizer_rb.html
|
685
734
|
- doc/rdoc/more/files/lib/more/facets/autoarray_rb.html
|
686
735
|
- doc/rdoc/more/files/lib/more/facets/cloneable_rb.html
|
687
736
|
- doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html
|
688
737
|
- doc/rdoc/more/files/lib/more/facets/heap_rb.html
|
689
738
|
- doc/rdoc/more/files/lib/more/facets/ziputils_rb.html
|
690
|
-
- doc/rdoc/more/files/lib/more/facets/chain_rb.html
|
691
739
|
- doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html
|
692
740
|
- doc/rdoc/more/files/lib/more/facets/partial_rb.html
|
693
|
-
- doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html
|
694
741
|
- doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html
|
695
742
|
- doc/rdoc/more/files/lib/more/facets/synchash_rb.html
|
696
|
-
- doc/rdoc/more/files/lib/more/facets/tagiterator_rb.html
|
697
743
|
- doc/rdoc/more/files/lib/more/facets/recorder_rb.html
|
698
|
-
- doc/rdoc/more/files/lib/more/facets/eventhook_rb.html
|
699
744
|
- doc/rdoc/more/files/lib/more/facets/pool_rb.html
|
700
745
|
- doc/rdoc/more/files/lib/more/facets/progressbar_rb.html
|
701
746
|
- doc/rdoc/more/files/lib/more/facets/blankslate_rb.html
|
702
747
|
- doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html
|
703
748
|
- doc/rdoc/more/files/lib/more/facets/reflection_rb.html
|
749
|
+
- doc/rdoc/more/files/lib/more/facets/matcher_rb.html
|
704
750
|
- doc/rdoc/more/files/lib/more/facets/binding
|
705
|
-
- doc/rdoc/more/files/lib/more/facets/binding/opvars_rb.html
|
706
751
|
- doc/rdoc/more/files/lib/more/facets/nullclass_rb.html
|
707
752
|
- doc/rdoc/more/files/lib/more/facets/duration_rb.html
|
708
|
-
- doc/rdoc/more/files/lib/more/facets/times_rb.html
|
709
753
|
- doc/rdoc/more/files/lib/more/facets/instantize_rb.html
|
710
754
|
- doc/rdoc/more/files/lib/more/facets/memoize_rb.html
|
711
755
|
- doc/rdoc/more/files/lib/more/facets/openhash_rb.html
|
@@ -713,429 +757,93 @@ files:
|
|
713
757
|
- doc/rdoc/more/files/lib/more/facets/snapshot_rb.html
|
714
758
|
- doc/rdoc/more/files/lib/more/facets/random_rb.html
|
715
759
|
- doc/rdoc/more/files/lib/more/facets/net
|
716
|
-
- doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html
|
717
760
|
- doc/rdoc/more/files/lib/more/facets/infinity_rb.html
|
718
761
|
- doc/rdoc/more/files/lib/more/facets/classmethods_rb.html
|
719
762
|
- doc/rdoc/more/files/lib/more/facets/equatable_rb.html
|
720
763
|
- doc/rdoc/more/files/lib/more/facets/duplicable_rb.html
|
721
764
|
- doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html
|
765
|
+
- doc/rdoc/more/files/lib/more/facets/openmodule_rb.html
|
722
766
|
- doc/rdoc/more/files/lib/more/facets/succ_rb.html
|
723
767
|
- doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html
|
724
|
-
- doc/rdoc/more/files/lib/more/facets/hash
|
725
|
-
- doc/rdoc/more/files/lib/more/facets/hash/stringify_keys_rb.html
|
726
|
-
- doc/rdoc/more/files/lib/more/facets/hash/symbolize_keys_rb.html
|
727
768
|
- doc/rdoc/more/files/lib/more/facets/kernel
|
728
|
-
- doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html
|
729
769
|
- doc/rdoc/more/files/lib/more/facets/nackclass_rb.html
|
730
770
|
- doc/rdoc/more/files/lib/more/facets/methodspace_rb.html
|
731
771
|
- doc/rdoc/more/files/lib/more/facets/opencollection_rb.html
|
732
772
|
- doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html
|
733
|
-
- doc/rdoc/more/files/lib/more/facets/opesc_rb.html
|
734
|
-
- doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html
|
735
|
-
- doc/rdoc/more/files/lib/more/facets/timer_rb.html
|
736
|
-
- doc/rdoc/more/files/lib/more/facets/
|
737
|
-
- doc/rdoc/more/files/lib/more/facets/
|
738
|
-
- doc/rdoc/more/files/lib/more/facets/
|
739
|
-
- doc/rdoc/more/files/lib/more/facets/
|
740
|
-
- doc/rdoc/more/files/lib/more/facets/
|
741
|
-
- doc/rdoc/more/files/lib/more/facets/
|
742
|
-
- doc/rdoc/more/files/lib/more/facets/
|
743
|
-
- doc/rdoc/more/files/lib/more/facets/
|
744
|
-
- doc/rdoc/more/files/lib/more/facets/
|
745
|
-
- doc/rdoc/more/files/lib/more/facets/
|
746
|
-
- doc/rdoc/more/files/lib/more/facets/
|
747
|
-
- doc/rdoc/more/files/lib/more/facets/
|
748
|
-
- doc/rdoc/more/files/lib/more/facets/
|
749
|
-
- doc/rdoc/more/files/lib/more/facets/
|
750
|
-
- doc/rdoc/more/files/lib/more/facets/
|
751
|
-
- doc/rdoc/more/files/lib/more/facets/
|
752
|
-
- doc/rdoc/more/files/lib/more/facets/
|
753
|
-
- doc/rdoc/more/files/lib/more/facets/
|
754
|
-
- doc/rdoc/more/files/lib/more/facets/
|
755
|
-
- doc/rdoc/more/files/lib/more/facets/
|
756
|
-
- doc/rdoc/more/files/lib/more/facets/
|
757
|
-
- doc/rdoc/more/files/lib/more/facets/
|
758
|
-
- doc/rdoc/more/files/lib/more/facets/
|
759
|
-
- doc/rdoc/more/files/lib/more/facets/
|
760
|
-
- doc/rdoc/more/files/lib/more/facets/
|
761
|
-
- doc/rdoc/more/files/lib/more/facets/
|
762
|
-
- doc/rdoc/more/files/lib/more/facets/
|
763
|
-
- doc/rdoc/more/files/lib/more/facets/
|
764
|
-
- doc/rdoc/more/files/lib/more/facets/
|
765
|
-
- doc/rdoc/more/files/lib/more/facets/
|
766
|
-
- doc/rdoc/more/files/lib/more/facets/
|
767
|
-
- doc/rdoc/more/files/lib/more/facets/
|
768
|
-
- doc/rdoc/more/files/lib/more/facets/
|
769
|
-
- doc/rdoc/more/files/lib/more/facets/
|
770
|
-
- doc/rdoc/more/files/lib/more/facets/
|
771
|
-
- doc/rdoc/more/files/lib/more/facets/
|
772
|
-
- doc/rdoc/more/files/lib/more/facets/
|
773
|
-
- doc/rdoc/more/files/lib/more/facets/
|
774
|
-
- doc/rdoc/more/files/lib/more/facets/
|
775
|
-
- doc/rdoc/more/files/lib/more/facets/
|
776
|
-
- doc/rdoc/more/files/lib/more/facets/
|
777
|
-
- doc/rdoc/more/
|
778
|
-
- doc/rdoc/more/
|
779
|
-
- doc/
|
780
|
-
- doc/
|
781
|
-
- doc/
|
782
|
-
- doc/
|
783
|
-
- doc/
|
784
|
-
- doc/
|
785
|
-
- doc/
|
786
|
-
- doc/archive
|
787
|
-
- doc/archive/
|
788
|
-
- doc/archive/
|
789
|
-
- doc/
|
790
|
-
- doc/
|
791
|
-
- doc/
|
792
|
-
- doc/
|
793
|
-
- doc/
|
794
|
-
- doc/
|
795
|
-
- doc/
|
796
|
-
- doc/
|
797
|
-
- doc/
|
798
|
-
- doc/
|
799
|
-
- doc/
|
800
|
-
- doc/
|
801
|
-
- doc/
|
802
|
-
- doc/
|
803
|
-
- doc/
|
804
|
-
- MANIFEST
|
805
|
-
- test
|
806
|
-
- test/lore
|
807
|
-
- test/lore/test_basicobject.rb
|
808
|
-
- test/lore/test_continuation.rb
|
809
|
-
- test/lore/test_ostruct.rb
|
810
|
-
- test/lore/test_date.rb
|
811
|
-
- test/lore/fileutils
|
812
|
-
- test/core
|
813
|
-
- test/core/integer
|
814
|
-
- test/core/integer/test_of.rb
|
815
|
-
- test/core/integer/test_factorial.rb
|
816
|
-
- test/core/integer/test_even.rb
|
817
|
-
- test/core/integer/test_ordinal.rb
|
818
|
-
- test/core/integer/test_odd.rb
|
819
|
-
- test/core/integer/test_bitmask.rb
|
820
|
-
- test/core/integer/test_multiple.rb
|
821
|
-
- test/core/symbol
|
822
|
-
- test/core/symbol/test_plain.rb
|
823
|
-
- test/core/symbol/test_generate.rb
|
824
|
-
- test/core/symbol/test_setter.rb
|
825
|
-
- test/core/symbol/test_chomp.rb
|
826
|
-
- test/core/symbol/test_not.rb
|
827
|
-
- test/core/symbol/test_succ.rb
|
828
|
-
- test/core/symbol/test_query.rb
|
829
|
-
- test/core/symbol/test_to_proc.rb
|
830
|
-
- test/core/unboundmethod
|
831
|
-
- test/core/unboundmethod/test_name.rb
|
832
|
-
- test/core/unboundmethod/test_arguments.rb
|
833
|
-
- test/core/nilclass
|
834
|
-
- test/core/nilclass/test_to_f.rb
|
835
|
-
- test/core/numeric
|
836
|
-
- test/core/numeric/test_distance.rb
|
837
|
-
- test/core/numeric/test_round.rb
|
838
|
-
- test/core/numeric/test_approx.rb
|
839
|
-
- test/core/binding
|
840
|
-
- test/core/binding/test_defined.rb
|
841
|
-
- test/core/binding/test_self.rb
|
842
|
-
- test/core/binding/test_eval.rb
|
843
|
-
- test/core/binding/test_caller.rb
|
844
|
-
- test/core/binding/test_local_variables.rb
|
845
|
-
- test/core/binding/test_opvars.rb
|
846
|
-
- test/core/proc
|
847
|
-
- test/core/proc/test_bind.rb
|
848
|
-
- test/core/proc/test_to_method.rb
|
849
|
-
- test/core/proc/test_curry.rb
|
850
|
-
- test/core/proc/test_compose.rb
|
851
|
-
- test/core/range
|
852
|
-
- test/core/range/test_overlap.rb
|
853
|
-
- test/core/range/test_combine.rb
|
854
|
-
- test/core/range/test_to_r.rb
|
855
|
-
- test/core/range/test_within.rb
|
856
|
-
- test/core/file
|
857
|
-
- test/core/file/test_write.rb
|
858
|
-
- test/core/file/test_writelines.rb
|
859
|
-
- test/core/file/test_null.rb
|
860
|
-
- test/core/file/test_file.rb
|
861
|
-
- test/core/file/test_create.rb
|
862
|
-
- test/core/file/test_rewrite.rb
|
863
|
-
- test/core/hash
|
864
|
-
- test/core/hash/test_collate.rb
|
865
|
-
- test/core/hash/test_op_add.rb
|
866
|
-
- test/core/hash/test_keys.rb
|
867
|
-
- test/core/hash/test_inverse.rb
|
868
|
-
- test/core/hash/test_stringify_keys.rb
|
869
|
-
- test/core/hash/test_delete.rb
|
870
|
-
- test/core/hash/test_slice.rb
|
871
|
-
- test/core/hash/test_op_mul.rb
|
872
|
-
- test/core/hash/test_symbolize_keys.rb
|
873
|
-
- test/core/hash/test_weave.rb
|
874
|
-
- test/core/hash/test_alias.rb
|
875
|
-
- test/core/hash/test_update.rb
|
876
|
-
- test/core/hash/test_swap.rb
|
877
|
-
- test/core/hash/test_op_and.rb
|
878
|
-
- test/core/hash/test_at.rb
|
879
|
-
- test/core/hash/test_op.rb
|
880
|
-
- test/core/hash/test_select.rb
|
881
|
-
- test/core/hash/test_op_push.rb
|
882
|
-
- test/core/hash/test_op_or.rb
|
883
|
-
- test/core/hash/test_autonew.rb
|
884
|
-
- test/core/hash/test_insert.rb
|
885
|
-
- test/core/hash/test_traverse.rb
|
886
|
-
- test/core/hash/test_zipnew.rb
|
887
|
-
- test/core/hash/test_mash.rb
|
888
|
-
- test/core/hash/test_merge.rb
|
889
|
-
- test/core/hash/test_op_sub.rb
|
890
|
-
- test/core/hash/test_rekey.rb
|
891
|
-
- test/core/kernel
|
892
|
-
- test/core/kernel/test_val.rb
|
893
|
-
- test/core/kernel/test_not_nil.rb
|
894
|
-
- test/core/kernel/test_resc.rb
|
895
|
-
- test/core/kernel/test_attr_singleton.rb
|
896
|
-
- test/core/kernel/test_constant.rb
|
897
|
-
- test/core/kernel/test_populate.rb
|
898
|
-
- test/core/kernel/test_callstack.rb
|
899
|
-
- test/core/kernel/test_instance_class.rb
|
900
|
-
- test/core/kernel/test_silence.rb
|
901
|
-
- test/core/kernel/test_object_hexid.rb
|
902
|
-
- test/core/kernel/test_in.rb
|
903
|
-
- test/core/kernel/test_instance_assign.rb
|
904
|
-
- test/core/kernel/test_object_class.rb
|
905
|
-
- test/core/kernel/test_tap.rb
|
906
|
-
- test/core/kernel/test_returning.rb
|
907
|
-
- test/core/kernel/test_here.rb
|
908
|
-
- test/core/kernel/test_deepcopy.rb
|
909
|
-
- test/core/kernel/test_as.rb
|
910
|
-
- test/core/comparable
|
911
|
-
- test/core/comparable/test_cmp.rb
|
912
|
-
- test/core/comparable/test_comparable.rb
|
913
|
-
- test/core/comparable/test_bound.rb
|
914
|
-
- test/core/method
|
915
|
-
- test/core/enumerable
|
916
|
-
- test/core/enumerable/test_uniq_by.rb
|
917
|
-
- test/core/enumerable/test_none.rb
|
918
|
-
- test/core/enumerable/test_frequency.rb
|
919
|
-
- test/core/enumerable/test_occur.rb
|
920
|
-
- test/core/enumerable/test_inject.rb
|
921
|
-
- test/core/enumerable/test_entropy.rb
|
922
|
-
- test/core/enumerable/test_modulate.rb
|
923
|
-
- test/core/enumerable/test_probability.rb
|
924
|
-
- test/core/enumerable/test_cluster_by.rb
|
925
|
-
- test/core/enumerable/test_group_by.rb
|
926
|
-
- test/core/enumerable/test_commonality.rb
|
927
|
-
- test/core/enumerable/test_count.rb
|
928
|
-
- test/core/enumerable/test_each_by.rb
|
929
|
-
- test/core/enumerable/test_collect.rb
|
930
|
-
- test/core/enumerable/test_one.rb
|
931
|
-
- test/core/enumerable/test_mash.rb
|
932
|
-
- test/core/string
|
933
|
-
- test/core/string/test_subtract.rb
|
934
|
-
- test/core/string/test_natcmp.rb
|
935
|
-
- test/core/string/test_words.rb
|
936
|
-
- test/core/string/test_bytes.rb
|
937
|
-
- test/core/string/test_each_char.rb
|
938
|
-
- test/core/string/test_camelcase.rb
|
939
|
-
- test/core/string/test_nchar.rb
|
940
|
-
- test/core/string/test_cleave.rb
|
941
|
-
- test/core/string/test_capitalized.rb
|
942
|
-
- test/core/string/test_titlecase.rb
|
943
|
-
- test/core/string/test_fold.rb
|
944
|
-
- test/core/string/test_line_wrap.rb
|
945
|
-
- test/core/string/test_lchomp.rb
|
946
|
-
- test/core/string/test_to_re.rb
|
947
|
-
- test/core/string/test_range.rb
|
948
|
-
- test/core/string/test_chars.rb
|
949
|
-
- test/core/string/test_align.rb
|
950
|
-
- test/core/string/test_lines.rb
|
951
|
-
- test/core/string/test_word_wrap.rb
|
952
|
-
- test/core/string/test_methodize.rb
|
953
|
-
- test/core/string/test_xor.rb
|
954
|
-
- test/core/string/test_divide.rb
|
955
|
-
- test/core/string/test_snakecase.rb
|
956
|
-
- test/core/string/test_shatter.rb
|
957
|
-
- test/core/string/test_splice.rb
|
958
|
-
- test/core/string/test_end_with.rb
|
959
|
-
- test/core/string/test_interpolate.rb
|
960
|
-
- test/core/string/test_start_with.rb
|
961
|
-
- test/core/string/test_tab.rb
|
962
|
-
- test/core/string/test_rewrite.rb
|
963
|
-
- test/core/string/test_modulize.rb
|
964
|
-
- test/core/string/test_variablize.rb
|
965
|
-
- test/core/string/test_op_sub.rb
|
966
|
-
- test/core/string/test_pathize.rb
|
967
|
-
- test/core/string/test_mscan.rb
|
968
|
-
- test/core/string/test_each_word.rb
|
969
|
-
- test/core/string/test_bracket.rb
|
970
|
-
- test/core/module
|
971
|
-
- test/core/module/test_wrap_method.rb
|
972
|
-
- test/core/module/test_integrate.rb
|
973
|
-
- test/core/module/test_spacename.rb
|
974
|
-
- test/core/module/test_basename.rb
|
975
|
-
- test/core/module/test_nesting.rb
|
976
|
-
- test/core/module/test_class.rb
|
977
|
-
- test/core/module/test_alias_module_function.rb
|
978
|
-
- test/core/module/test_ancestor.rb
|
979
|
-
- test/core/module/test_modspace.rb
|
980
|
-
- test/core/module/test_rename_method.rb
|
981
|
-
- test/core/module/test_op.rb
|
982
|
-
- test/core/module/test_redirect_method.rb
|
983
|
-
- test/core/module/test_can.rb
|
984
|
-
- test/core/module/test_methodize.rb
|
985
|
-
- test/core/module/test_alias_method_chain.rb
|
986
|
-
- test/core/module/test_alias_accessor.rb
|
987
|
-
- test/core/module/test_revise.rb
|
988
|
-
- test/core/module/test_is.rb
|
989
|
-
- test/core/module/test_abstract.rb
|
990
|
-
- test/core/module/test_redefine_method.rb
|
991
|
-
- test/core/module/test_conflict.rb
|
992
|
-
- test/core/module/test_prepend.rb
|
993
|
-
- test/core/module/test_pathize.rb
|
994
|
-
- test/core/time
|
995
|
-
- test/core/time/test_to_time.rb
|
996
|
-
- test/core/time/test_hence.rb
|
997
|
-
- test/core/time/test_trunc.rb
|
998
|
-
- test/core/time/test_round.rb
|
999
|
-
- test/core/time/test_stamp.rb
|
1000
|
-
- test/core/time/test_change.rb
|
1001
|
-
- test/core/time/test_elapse.rb
|
1002
|
-
- test/core/dir
|
1003
|
-
- test/core/dir/test_descend.rb
|
1004
|
-
- test/core/dir/test_ascend.rb
|
1005
|
-
- test/core/dir/test_multiglob.rb
|
1006
|
-
- test/core/dir/test_parent.rb
|
1007
|
-
- test/core/dir/test_recurse.rb
|
1008
|
-
- test/core/filetest
|
1009
|
-
- test/core/filetest/test_filetest.rb
|
1010
|
-
- test/core/class
|
1011
|
-
- test/core/class/test_cattr_writer.rb
|
1012
|
-
- test/core/class/test_cattr_reader.rb
|
1013
|
-
- test/core/class/test_descendents.rb
|
1014
|
-
- test/core/class/test_cattr_accessor.rb
|
1015
|
-
- test/core/class/test_cattr.rb
|
1016
|
-
- test/core/array
|
1017
|
-
- test/core/array/test_combination.rb
|
1018
|
-
- test/core/array/test_product.rb
|
1019
|
-
- test/core/array/test_delete.rb
|
1020
|
-
- test/core/array/test_stackable.rb
|
1021
|
-
- test/core/array/test_select.rb
|
1022
|
-
- test/core/array/test_only.rb
|
1023
|
-
- test/core/array/test_indexable.rb
|
1024
|
-
- test/core/array/test_permutation.rb
|
1025
|
-
- test/core/array/test_pad.rb
|
1026
|
-
- test/core/array/test_merge.rb
|
1027
|
-
- test/core/array/test_rotate.rb
|
1028
|
-
- test/core/regexp
|
1029
|
-
- test/core/regexp/test_to_re.rb
|
1030
|
-
- test/core/regexp/test_arity.rb
|
1031
|
-
- test/core/matchdata
|
1032
|
-
- test/core/matchdata/test_matchset.rb
|
1033
|
-
- test/core/matchdata/test_match.rb
|
1034
|
-
- test/core/exception
|
1035
|
-
- test/core/exception/test_exception.rb
|
1036
|
-
- test/more
|
1037
|
-
- test/more/test_syncarray.rb
|
1038
|
-
- test/more/test_crypt.rb
|
1039
|
-
- test/more/test_metaid.rb
|
1040
|
-
- test/more/test_bytes.rb
|
1041
|
-
- test/more/test_infinity.rb
|
1042
|
-
- test/more/test_1stclassmethod.rb
|
1043
|
-
- test/more/test_typecast.rb
|
1044
|
-
- test/more/test_buildable.rb
|
1045
|
-
- test/more/test_instantise.rb
|
1046
|
-
- test/more/test_openobject.rb
|
1047
|
-
- test/more/test_equatable.rb
|
1048
|
-
- test/more/test_uri.rb
|
1049
|
-
- test/more/test_opencascade.rb
|
1050
|
-
- test/more/test_multipliers.rb
|
1051
|
-
- test/more/test_autoarray.rb
|
1052
|
-
- test/more/test_random.rb
|
1053
|
-
- test/more/test_boolean.rb
|
1054
|
-
- test/more/test_prototype.rb
|
1055
|
-
- test/more/test_elementwise.rb
|
1056
|
-
- test/more/test_class_extension.rb
|
1057
|
-
- test/more/test_thread.rb
|
1058
|
-
- test/more/test_dependency.rb
|
1059
|
-
- test/more/test_times.rb
|
1060
|
-
- test/more/test_binreadable.rb
|
1061
|
-
- test/more/test_cloneable.rb
|
1062
|
-
- test/more/test_inheritor.rb
|
1063
|
-
- test/more/test_uninheritable.rb
|
1064
|
-
- test/more/test_timer.rb
|
1065
|
-
- test/more/test_annotations.rb
|
1066
|
-
- test/more/test_recorder.rb
|
1067
|
-
- test/more/test_tuple.rb
|
1068
|
-
- test/more/test_classmethods.rb
|
1069
|
-
- test/more/test_association.rb
|
1070
|
-
- test/more/test_blank.rb
|
1071
|
-
- test/more/test_command.rb
|
1072
|
-
- test/more/test_bbcode.rb
|
1073
|
-
- test/more/test_memoize.rb
|
1074
|
-
- test/more/test_interval.rb
|
1075
|
-
- test/more/test_getoptlong.rb
|
1076
|
-
- test/more/test_snapshot.rb
|
1077
|
-
- test/more/test_succ.rb
|
1078
|
-
- test/more/test_coroutine.rb
|
1079
|
-
- test/more/test_overload.rb
|
1080
|
-
- test/more/test_elementor.rb
|
1081
|
-
- test/more/test_to_hash.rb
|
1082
|
-
- test/more/test_enumerablepass.rb
|
1083
|
-
- test/more/test_ansicode.rb
|
1084
|
-
- test/more/test_dictionary.rb
|
1085
|
-
- test/more/test_lrucache.rb
|
1086
|
-
- test/more/test_xoxo.rb
|
1087
|
-
- test/more/test_instantiable.rb
|
1088
|
-
- test/more/test_functor.rb
|
1089
|
-
- test/more/test_linkedlist.rb
|
1090
|
-
- test/more/test_partial.rb
|
1091
|
-
- test/more/test_methodspace.rb
|
1092
|
-
- test/more/test_synchash.rb
|
1093
|
-
- test/more/test_arguments.rb
|
1094
|
-
- test/more/test_paramix.rb
|
1095
|
-
- test/more/test_multiton.rb
|
1096
|
-
- test/more/test_advisable.rb
|
1097
|
-
- test/test_facets.rb
|
1098
|
-
- CHANGES
|
1099
|
-
- RELEASE
|
1100
|
-
- README
|
1101
|
-
- AUTHORS
|
1102
|
-
- task
|
1103
|
-
- task/methods
|
1104
|
-
- task/test.rake
|
1105
|
-
- task/conflicts
|
1106
|
-
- task/rdoc.rake
|
1107
|
-
- task/setup.rake
|
1108
|
-
- task/coverage.rake
|
1109
|
-
- demo
|
1110
|
-
- demo/bench
|
1111
|
-
- demo/bench/integer
|
1112
|
-
- demo/bench/integer/bench_factorial.rb
|
1113
|
-
- demo/bench/bench_load.rb
|
1114
|
-
- demo/bench/enumerable
|
1115
|
-
- demo/bench/enumerable/bench_count.rb
|
1116
|
-
- demo/bench/enumerable/bench_collect.rb
|
1117
|
-
- demo/bench/general
|
1118
|
-
- demo/bench/general/bench_calls.rb
|
1119
|
-
- demo/bench/general/bench_range.rb
|
1120
|
-
- demo/bench/general/comment_loading
|
1121
|
-
- demo/bench/general/comment_loading/comments_begin.rb
|
1122
|
-
- demo/bench/general/comment_loading/bench.rb
|
1123
|
-
- demo/bench/general/comment_loading/comments_end.rb
|
1124
|
-
- demo/bench/general/comment_loading/comments_sharp.rb
|
1125
|
-
- demo/bench/general/comment_loading/comments_none.rb
|
1126
|
-
- demo/bench/general/bench_pathname.rb
|
1127
|
-
- demo/bench/general/bench_includes.rb
|
1128
|
-
- demo/bench/general/bench_return.rb
|
1129
|
-
- demo/bench/general/bench_methods.rb
|
1130
|
-
- demo/bench/general/bench_yeild.rb
|
1131
|
-
- demo/sample
|
1132
|
-
- demo/sample/annotations
|
1133
|
-
- demo/sample/annotations/annotations1.rb
|
1134
|
-
- demo/sample/ansicolor
|
1135
|
-
- demo/sample/ansicolor/cdiff.rb
|
1136
|
-
- demo/sample/ansicolor/example.rb
|
1137
|
-
- lib
|
773
|
+
- doc/rdoc/more/files/lib/more/facets/opesc_rb.html
|
774
|
+
- doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html
|
775
|
+
- doc/rdoc/more/files/lib/more/facets/timer_rb.html
|
776
|
+
- doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html
|
777
|
+
- doc/rdoc/more/files/lib/more/facets/multipliers_rb.html
|
778
|
+
- doc/rdoc/more/files/lib/more/facets/attr_rb.html
|
779
|
+
- doc/rdoc/more/files/lib/more/facets/version_rb.html
|
780
|
+
- doc/rdoc/more/files/lib/more/facets/downloader_rb.html
|
781
|
+
- doc/rdoc/more/files/lib/more/facets/instantiable_rb.html
|
782
|
+
- doc/rdoc/more/files/lib/more/facets/syncarray_rb.html
|
783
|
+
- doc/rdoc/more/files/lib/more/facets/autoreload_rb.html
|
784
|
+
- doc/rdoc/more/files/lib/more/facets/string
|
785
|
+
- doc/rdoc/more/files/lib/more/facets/inheritor_rb.html
|
786
|
+
- doc/rdoc/more/files/lib/more/facets/coroutine_rb.html
|
787
|
+
- doc/rdoc/more/files/lib/more/facets/instantise_rb.html
|
788
|
+
- doc/rdoc/more/files/lib/more/facets/elementwise_rb.html
|
789
|
+
- doc/rdoc/more/files/lib/more/facets/ostructable_rb.html
|
790
|
+
- doc/rdoc/more/files/lib/more/facets/class_extension_rb.html
|
791
|
+
- doc/rdoc/more/files/lib/more/facets/filter_rb.html
|
792
|
+
- doc/rdoc/more/files/lib/more/facets/xoxo_rb.html
|
793
|
+
- doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html
|
794
|
+
- doc/rdoc/more/files/lib/more/facets/argvector_rb.html
|
795
|
+
- doc/rdoc/more/files/lib/more/facets/typecast_rb.html
|
796
|
+
- doc/rdoc/more/files/lib/more/facets/filelist_rb.html
|
797
|
+
- doc/rdoc/more/files/lib/more/facets/thread_rb.html
|
798
|
+
- doc/rdoc/more/files/lib/more/facets/sparse_array_rb.html
|
799
|
+
- doc/rdoc/more/files/lib/more/facets/reference_rb.html
|
800
|
+
- doc/rdoc/more/files/lib/more/facets/binreadable_rb.html
|
801
|
+
- doc/rdoc/more/files/lib/more/facets/advisable_rb.html
|
802
|
+
- doc/rdoc/more/files/lib/more/facets/overload_rb.html
|
803
|
+
- doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html
|
804
|
+
- doc/rdoc/more/files/lib/more/facets/minitar_rb.html
|
805
|
+
- doc/rdoc/more/files/lib/more/facets/capsule_rb.html
|
806
|
+
- doc/rdoc/more/files/lib/more/facets/ansicode_rb.html
|
807
|
+
- doc/rdoc/more/files/lib/more/facets/bbcode_rb.html
|
808
|
+
- doc/rdoc/more/files/lib/more/facets/association_rb.html
|
809
|
+
- doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html
|
810
|
+
- doc/rdoc/more/files/lib/more/facets/ini_rb.html
|
811
|
+
- doc/rdoc/more/files/lib/more/facets/registerable_rb.html
|
812
|
+
- doc/rdoc/more/files/lib/more/facets/crypt_rb.html
|
813
|
+
- doc/rdoc/more/files/lib/more/facets/opencascade_rb.html
|
814
|
+
- doc/rdoc/more/files/lib/more/facets/binding/opvars_rb.html
|
815
|
+
- doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html
|
816
|
+
- doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html
|
817
|
+
- doc/rdoc/more/files/lib/more/facets/string/words_rb.html
|
818
|
+
- doc/rdoc/more/files/lib/more/facets/string/mask_rb.html
|
819
|
+
- doc/archive/RELEASE-2.4.3
|
820
|
+
- doc/archive/RELEASE-2.2.0
|
821
|
+
- doc/archive/RELEASE-2.4.2
|
822
|
+
- doc/archive/CHANGELOG-2.4.5
|
823
|
+
- doc/archive/RELEASE-2.4.0
|
824
|
+
- doc/archive/RELEASE-2.3.0
|
825
|
+
- doc/archive/CHANGELOG-1.8.54
|
826
|
+
- doc/archive/RELEASE-2.0.5
|
827
|
+
- doc/archive/RELEASE-2.1.2
|
828
|
+
- doc/archive/CHANGELOG-0.10.30
|
829
|
+
- doc/archive/RELEASE-2.1.0
|
830
|
+
- doc/archive/RELEASE-2.2.1
|
831
|
+
- doc/archive/RELEASE-2.4.4
|
832
|
+
- doc/archive/RELEASE-2.1.1
|
833
|
+
- doc/archive/RELEASE-2.1.3
|
834
|
+
- doc/archive/RELEASE-2.4.5
|
835
|
+
- doc/archive/RELEASE-2.4.1
|
836
|
+
- doc/log/basic_stats
|
837
|
+
- doc/log/changelog.html
|
838
|
+
- doc/log/changelog.txt
|
839
|
+
- doc/log/stats.html
|
840
|
+
- doc/log/bstats
|
841
|
+
- doc/log/testlog.txt
|
842
|
+
- doc/log/basic_stats/index.html
|
843
|
+
- doc/log/bstats/stats.html
|
1138
844
|
- lib/lore
|
845
|
+
- lib/core
|
846
|
+
- lib/more
|
1139
847
|
- lib/lore/facets
|
1140
848
|
- lib/lore/facets/pathname.rb
|
1141
849
|
- lib/lore/facets/cgi.rb
|
@@ -1148,6 +856,12 @@ files:
|
|
1148
856
|
- lib/lore/facets/fileutils.rb
|
1149
857
|
- lib/lore/facets/shellwords.rb
|
1150
858
|
- lib/lore/facets/fileutils
|
859
|
+
- lib/lore/facets/enumerator.rb
|
860
|
+
- lib/lore/facets/yaml.rb
|
861
|
+
- lib/lore/facets/set.rb
|
862
|
+
- lib/lore/facets/uri.rb
|
863
|
+
- lib/lore/facets/ostruct.rb
|
864
|
+
- lib/lore/facets/rbconfig.rb
|
1151
865
|
- lib/lore/facets/fileutils/tail.rb
|
1152
866
|
- lib/lore/facets/fileutils/which.rb
|
1153
867
|
- lib/lore/facets/fileutils/whereis.rb
|
@@ -1155,24 +869,78 @@ files:
|
|
1155
869
|
- lib/lore/facets/fileutils/slice.rb
|
1156
870
|
- lib/lore/facets/fileutils/safe_ln.rb
|
1157
871
|
- lib/lore/facets/fileutils/head.rb
|
1158
|
-
- lib/lore/facets/yaml.rb
|
1159
|
-
- lib/lore/facets/set.rb
|
1160
|
-
- lib/lore/facets/uri.rb
|
1161
|
-
- lib/lore/facets/ostruct.rb
|
1162
|
-
- lib/lore/facets/rbconfig.rb
|
1163
|
-
- lib/core
|
1164
872
|
- lib/core/facets
|
873
|
+
- lib/core/facets.rb
|
874
|
+
- lib/core/facets-load.rb
|
875
|
+
- lib/core/facets-live.rb
|
1165
876
|
- lib/core/facets/integer
|
877
|
+
- lib/core/facets/file.rb
|
878
|
+
- lib/core/facets/metaid.rb
|
879
|
+
- lib/core/facets/matchdata.rb
|
880
|
+
- lib/core/facets/symbol
|
881
|
+
- lib/core/facets/time.rb
|
882
|
+
- lib/core/facets/dir.rb
|
883
|
+
- lib/core/facets/to_hash.rb
|
884
|
+
- lib/core/facets/cattr.rb
|
885
|
+
- lib/core/facets/objectspace
|
886
|
+
- lib/core/facets/unboundmethod
|
887
|
+
- lib/core/facets/objectspace.rb
|
888
|
+
- lib/core/facets/nilclass
|
889
|
+
- lib/core/facets/filetest.rb
|
890
|
+
- lib/core/facets/lazy.rb
|
891
|
+
- lib/core/facets/range.rb
|
892
|
+
- lib/core/facets/numeric
|
893
|
+
- lib/core/facets/indexable.rb
|
894
|
+
- lib/core/facets/module.rb
|
895
|
+
- lib/core/facets/binding
|
896
|
+
- lib/core/facets/float
|
897
|
+
- lib/core/facets/hash.rb
|
898
|
+
- lib/core/facets/proc
|
899
|
+
- lib/core/facets/boolean.rb
|
900
|
+
- lib/core/facets/range
|
901
|
+
- lib/core/facets/struct.rb
|
902
|
+
- lib/core/facets/nilclass.rb
|
903
|
+
- lib/core/facets/file
|
904
|
+
- lib/core/facets/bitmask.rb
|
905
|
+
- lib/core/facets/integer.rb
|
906
|
+
- lib/core/facets/exception.rb
|
907
|
+
- lib/core/facets/comparable.rb
|
908
|
+
- lib/core/facets/float.rb
|
909
|
+
- lib/core/facets/hash
|
910
|
+
- lib/core/facets/kernel
|
911
|
+
- lib/core/facets/struct
|
912
|
+
- lib/core/facets/comparable
|
913
|
+
- lib/core/facets/regexp.rb
|
914
|
+
- lib/core/facets/enumerable
|
915
|
+
- lib/core/facets/class.rb
|
916
|
+
- lib/core/facets/symbol.rb
|
917
|
+
- lib/core/facets/numeric.rb
|
918
|
+
- lib/core/facets/string
|
919
|
+
- lib/core/facets/module
|
920
|
+
- lib/core/facets/proc.rb
|
921
|
+
- lib/core/facets/array.rb
|
922
|
+
- lib/core/facets/time
|
923
|
+
- lib/core/facets/enumerable.rb
|
924
|
+
- lib/core/facets/functor.rb
|
925
|
+
- lib/core/facets/dir
|
926
|
+
- lib/core/facets/unboundmethod.rb
|
927
|
+
- lib/core/facets/filetest
|
928
|
+
- lib/core/facets/class
|
929
|
+
- lib/core/facets/array
|
930
|
+
- lib/core/facets/stackable.rb
|
931
|
+
- lib/core/facets/kernel.rb
|
932
|
+
- lib/core/facets/regexp
|
933
|
+
- lib/core/facets/matchdata
|
934
|
+
- lib/core/facets/exception
|
935
|
+
- lib/core/facets/string.rb
|
936
|
+
- lib/core/facets/binding.rb
|
937
|
+
- lib/core/facets/blank.rb
|
1166
938
|
- lib/core/facets/integer/multiple.rb
|
1167
939
|
- lib/core/facets/integer/ordinal.rb
|
1168
940
|
- lib/core/facets/integer/odd.rb
|
1169
941
|
- lib/core/facets/integer/even.rb
|
1170
942
|
- lib/core/facets/integer/factorial.rb
|
1171
943
|
- lib/core/facets/integer/of.rb
|
1172
|
-
- lib/core/facets/file.rb
|
1173
|
-
- lib/core/facets/metaid.rb
|
1174
|
-
- lib/core/facets/matchdata.rb
|
1175
|
-
- lib/core/facets/symbol
|
1176
944
|
- lib/core/facets/symbol/not.rb
|
1177
945
|
- lib/core/facets/symbol/setter.rb
|
1178
946
|
- lib/core/facets/symbol/re_s.rb
|
@@ -1183,49 +951,31 @@ files:
|
|
1183
951
|
- lib/core/facets/symbol/generate.rb
|
1184
952
|
- lib/core/facets/symbol/succ.rb
|
1185
953
|
- lib/core/facets/symbol/chomp.rb
|
1186
|
-
- lib/core/facets/
|
1187
|
-
- lib/core/facets/dir.rb
|
1188
|
-
- lib/core/facets/to_hash.rb
|
1189
|
-
- lib/core/facets/cattr.rb
|
1190
|
-
- lib/core/facets/unboundmethod
|
954
|
+
- lib/core/facets/objectspace/classes.rb
|
1191
955
|
- lib/core/facets/unboundmethod/name.rb
|
1192
956
|
- lib/core/facets/unboundmethod/arguments.rb
|
1193
|
-
- lib/core/facets/nilclass
|
1194
957
|
- lib/core/facets/nilclass/ergo.rb
|
1195
958
|
- lib/core/facets/nilclass/to_f.rb
|
1196
|
-
- lib/core/facets/filetest.rb
|
1197
|
-
- lib/core/facets/lazy.rb
|
1198
|
-
- lib/core/facets/range.rb
|
1199
|
-
- lib/core/facets/numeric
|
1200
959
|
- lib/core/facets/numeric/distance.rb
|
1201
960
|
- lib/core/facets/numeric/round.rb
|
1202
961
|
- lib/core/facets/numeric/approx.rb
|
1203
|
-
- lib/core/facets/indexable.rb
|
1204
|
-
- lib/core/facets/module.rb
|
1205
|
-
- lib/core/facets/binding
|
1206
962
|
- lib/core/facets/binding/caller.rb
|
1207
963
|
- lib/core/facets/binding/eval.rb
|
1208
964
|
- lib/core/facets/binding/self.rb
|
1209
965
|
- lib/core/facets/binding/local_variables.rb
|
966
|
+
- lib/core/facets/binding/callstack.rb
|
1210
967
|
- lib/core/facets/binding/defined.rb
|
1211
|
-
- lib/core/facets/float
|
1212
968
|
- lib/core/facets/float/round.rb
|
1213
|
-
- lib/core/facets/hash.rb
|
1214
|
-
- lib/core/facets/proc
|
1215
969
|
- lib/core/facets/proc/update.rb
|
1216
970
|
- lib/core/facets/proc/curry.rb
|
1217
971
|
- lib/core/facets/proc/compose.rb
|
1218
972
|
- lib/core/facets/proc/to_method.rb
|
1219
973
|
- lib/core/facets/proc/bind.rb
|
1220
|
-
- lib/core/facets/boolean.rb
|
1221
|
-
- lib/core/facets/range
|
1222
974
|
- lib/core/facets/range/overlap.rb
|
1223
975
|
- lib/core/facets/range/umbrella.rb
|
1224
976
|
- lib/core/facets/range/combine.rb
|
1225
977
|
- lib/core/facets/range/to_r.rb
|
1226
978
|
- lib/core/facets/range/within.rb
|
1227
|
-
- lib/core/facets/nilclass.rb
|
1228
|
-
- lib/core/facets/file
|
1229
979
|
- lib/core/facets/file/rootname.rb
|
1230
980
|
- lib/core/facets/file/split_root.rb
|
1231
981
|
- lib/core/facets/file/null.rb
|
@@ -1233,15 +983,11 @@ files:
|
|
1233
983
|
- lib/core/facets/file/write.rb
|
1234
984
|
- lib/core/facets/file/writelines.rb
|
1235
985
|
- lib/core/facets/file/append.rb
|
986
|
+
- lib/core/facets/file/split_all.rb
|
1236
987
|
- lib/core/facets/file/rewrite.rb
|
1237
988
|
- lib/core/facets/file/read.rb
|
1238
|
-
- lib/core/facets/bitmask.rb
|
1239
|
-
- lib/core/facets/integer.rb
|
1240
|
-
- lib/core/facets/exception.rb
|
1241
|
-
- lib/core/facets/comparable.rb
|
1242
|
-
- lib/core/facets/float.rb
|
1243
|
-
- lib/core/facets/hash
|
1244
989
|
- lib/core/facets/hash/zipnew.rb
|
990
|
+
- lib/core/facets/hash/update_values.rb
|
1245
991
|
- lib/core/facets/hash/alias.rb
|
1246
992
|
- lib/core/facets/hash/update.rb
|
1247
993
|
- lib/core/facets/hash/autonew.rb
|
@@ -1249,6 +995,7 @@ files:
|
|
1249
995
|
- lib/core/facets/hash/op_and.rb
|
1250
996
|
- lib/core/facets/hash/op_sub.rb
|
1251
997
|
- lib/core/facets/hash/except.rb
|
998
|
+
- lib/core/facets/hash/stringify_keys.rb
|
1252
999
|
- lib/core/facets/hash/keys.rb
|
1253
1000
|
- lib/core/facets/hash/merge.rb
|
1254
1001
|
- lib/core/facets/hash/traverse.rb
|
@@ -1261,6 +1008,7 @@ files:
|
|
1261
1008
|
- lib/core/facets/hash/to_proc.rb
|
1262
1009
|
- lib/core/facets/hash/insert.rb
|
1263
1010
|
- lib/core/facets/hash/select.rb
|
1011
|
+
- lib/core/facets/hash/to_options.rb
|
1264
1012
|
- lib/core/facets/hash/diff.rb
|
1265
1013
|
- lib/core/facets/hash/mash.rb
|
1266
1014
|
- lib/core/facets/hash/collate.rb
|
@@ -1268,14 +1016,17 @@ files:
|
|
1268
1016
|
- lib/core/facets/hash/weave.rb
|
1269
1017
|
- lib/core/facets/hash/swap.rb
|
1270
1018
|
- lib/core/facets/hash/to_struct.rb
|
1019
|
+
- lib/core/facets/hash/symbolize_keys.rb
|
1271
1020
|
- lib/core/facets/hash/join.rb
|
1021
|
+
- lib/core/facets/hash/replace_each.rb
|
1272
1022
|
- lib/core/facets/hash/slice.rb
|
1273
1023
|
- lib/core/facets/hash/to_h.rb
|
1274
1024
|
- lib/core/facets/hash/op_add.rb
|
1275
1025
|
- lib/core/facets/hash/rekey.rb
|
1026
|
+
- lib/core/facets/hash/update_each.rb
|
1027
|
+
- lib/core/facets/hash/update_keys.rb
|
1276
1028
|
- lib/core/facets/hash/argumentize.rb
|
1277
1029
|
- lib/core/facets/hash/at.rb
|
1278
|
-
- lib/core/facets/kernel
|
1279
1030
|
- lib/core/facets/kernel/here.rb
|
1280
1031
|
- lib/core/facets/kernel/as.rb
|
1281
1032
|
- lib/core/facets/kernel/__class__.rb
|
@@ -1305,12 +1056,14 @@ files:
|
|
1305
1056
|
- lib/core/facets/kernel/__method__.rb
|
1306
1057
|
- lib/core/facets/kernel/instance_class.rb
|
1307
1058
|
- lib/core/facets/kernel/instance_exec.rb
|
1059
|
+
- lib/core/facets/kernel/__here__.rb
|
1308
1060
|
- lib/core/facets/kernel/attr_singleton.rb
|
1309
1061
|
- lib/core/facets/kernel/p.rb
|
1310
1062
|
- lib/core/facets/kernel/singleton_class.rb
|
1311
1063
|
- lib/core/facets/kernel/try.rb
|
1312
1064
|
- lib/core/facets/kernel/__dir__.rb
|
1313
1065
|
- lib/core/facets/kernel/returning.rb
|
1066
|
+
- lib/core/facets/kernel/callstack.rb
|
1314
1067
|
- lib/core/facets/kernel/populate.rb
|
1315
1068
|
- lib/core/facets/kernel/val.rb
|
1316
1069
|
- lib/core/facets/kernel/constant.rb
|
@@ -1318,17 +1071,21 @@ files:
|
|
1318
1071
|
- lib/core/facets/kernel/__callee__.rb
|
1319
1072
|
- lib/core/facets/kernel/respond.rb
|
1320
1073
|
- lib/core/facets/kernel/in.rb
|
1321
|
-
- lib/core/facets/
|
1074
|
+
- lib/core/facets/struct/attributes.rb
|
1075
|
+
- lib/core/facets/comparable/cap.rb
|
1322
1076
|
- lib/core/facets/comparable/bound.rb
|
1323
1077
|
- lib/core/facets/comparable/cmp.rb
|
1078
|
+
- lib/core/facets/comparable/clip.rb
|
1324
1079
|
- lib/core/facets/comparable/comparable.rb
|
1325
|
-
- lib/core/facets/
|
1326
|
-
- lib/core/facets/
|
1080
|
+
- lib/core/facets/comparable/at_least.rb
|
1081
|
+
- lib/core/facets/comparable/at_most.rb
|
1082
|
+
- lib/core/facets/enumerable/take.rb
|
1327
1083
|
- lib/core/facets/enumerable/one.rb
|
1328
1084
|
- lib/core/facets/enumerable/cluster_by.rb
|
1329
1085
|
- lib/core/facets/enumerable/group_by.rb
|
1330
1086
|
- lib/core/facets/enumerable/sum.rb
|
1331
1087
|
- lib/core/facets/enumerable/mode.rb
|
1088
|
+
- lib/core/facets/enumerable/graph.rb
|
1332
1089
|
- lib/core/facets/enumerable/commonality.rb
|
1333
1090
|
- lib/core/facets/enumerable/occur.rb
|
1334
1091
|
- lib/core/facets/enumerable/collect.rb
|
@@ -1347,10 +1104,6 @@ files:
|
|
1347
1104
|
- lib/core/facets/enumerable/probability.rb
|
1348
1105
|
- lib/core/facets/enumerable/count.rb
|
1349
1106
|
- lib/core/facets/enumerable/each_by.rb
|
1350
|
-
- lib/core/facets/class.rb
|
1351
|
-
- lib/core/facets/symbol.rb
|
1352
|
-
- lib/core/facets/numeric.rb
|
1353
|
-
- lib/core/facets/string
|
1354
1107
|
- lib/core/facets/string/shatter.rb
|
1355
1108
|
- lib/core/facets/string/to_re.rb
|
1356
1109
|
- lib/core/facets/string/fold.rb
|
@@ -1363,18 +1116,24 @@ files:
|
|
1363
1116
|
- lib/core/facets/string/tab.rb
|
1364
1117
|
- lib/core/facets/string/methodize.rb
|
1365
1118
|
- lib/core/facets/string/op_sub.rb
|
1119
|
+
- lib/core/facets/string/compress_lines.rb
|
1366
1120
|
- lib/core/facets/string/range.rb
|
1367
1121
|
- lib/core/facets/string/snakecase.rb
|
1368
1122
|
- lib/core/facets/string/each_char.rb
|
1369
1123
|
- lib/core/facets/string/divide.rb
|
1124
|
+
- lib/core/facets/string/margin.rb
|
1370
1125
|
- lib/core/facets/string/mscan.rb
|
1371
1126
|
- lib/core/facets/string/capitalized.rb
|
1127
|
+
- lib/core/facets/string/expand_tab.rb
|
1372
1128
|
- lib/core/facets/string/natcmp.rb
|
1373
1129
|
- lib/core/facets/string/variablize.rb
|
1374
1130
|
- lib/core/facets/string/bytes.rb
|
1375
1131
|
- lib/core/facets/string/subtract.rb
|
1376
1132
|
- lib/core/facets/string/pathize.rb
|
1133
|
+
- lib/core/facets/string/outdent.rb
|
1134
|
+
- lib/core/facets/string/indent.rb
|
1377
1135
|
- lib/core/facets/string/titlecase.rb
|
1136
|
+
- lib/core/facets/string/tabto.rb
|
1378
1137
|
- lib/core/facets/string/words.rb
|
1379
1138
|
- lib/core/facets/string/interpolate.rb
|
1380
1139
|
- lib/core/facets/string/cleave.rb
|
@@ -1388,7 +1147,7 @@ files:
|
|
1388
1147
|
- lib/core/facets/string/xor.rb
|
1389
1148
|
- lib/core/facets/string/end_with.rb
|
1390
1149
|
- lib/core/facets/string/each_word.rb
|
1391
|
-
- lib/core/facets/
|
1150
|
+
- lib/core/facets/string/contains.rb
|
1392
1151
|
- lib/core/facets/module/alias_accessor.rb
|
1393
1152
|
- lib/core/facets/module/prepend.rb
|
1394
1153
|
- lib/core/facets/module/ancestor.rb
|
@@ -1415,9 +1174,6 @@ files:
|
|
1415
1174
|
- lib/core/facets/module/spacename.rb
|
1416
1175
|
- lib/core/facets/module/wrap_method.rb
|
1417
1176
|
- lib/core/facets/module/basename.rb
|
1418
|
-
- lib/core/facets/proc.rb
|
1419
|
-
- lib/core/facets/array.rb
|
1420
|
-
- lib/core/facets/time
|
1421
1177
|
- lib/core/facets/time/elapse.rb
|
1422
1178
|
- lib/core/facets/time/ago.rb
|
1423
1179
|
- lib/core/facets/time/trunc.rb
|
@@ -1428,18 +1184,12 @@ files:
|
|
1428
1184
|
- lib/core/facets/time/to_time.rb
|
1429
1185
|
- lib/core/facets/time/change.rb
|
1430
1186
|
- lib/core/facets/time/stamp.rb
|
1431
|
-
- lib/core/facets/enumerable.rb
|
1432
|
-
- lib/core/facets/functor.rb
|
1433
|
-
- lib/core/facets/dir
|
1434
1187
|
- lib/core/facets/dir/ascend.rb
|
1435
1188
|
- lib/core/facets/dir/multiglob.rb
|
1436
1189
|
- lib/core/facets/dir/recurse.rb
|
1437
1190
|
- lib/core/facets/dir/parent.rb
|
1438
1191
|
- lib/core/facets/dir/descend.rb
|
1439
|
-
- lib/core/facets/unboundmethod.rb
|
1440
|
-
- lib/core/facets/filetest
|
1441
1192
|
- lib/core/facets/filetest/root.rb
|
1442
|
-
- lib/core/facets/class
|
1443
1193
|
- lib/core/facets/class/prepend.rb
|
1444
1194
|
- lib/core/facets/class/cattr.rb
|
1445
1195
|
- lib/core/facets/class/methodize.rb
|
@@ -1450,11 +1200,10 @@ files:
|
|
1450
1200
|
- lib/core/facets/class/to_proc.rb
|
1451
1201
|
- lib/core/facets/class/cattr_accessor.rb
|
1452
1202
|
- lib/core/facets/class/cattr_writer.rb
|
1453
|
-
- lib/core/facets/callstack.rb
|
1454
|
-
- lib/core/facets/array
|
1455
1203
|
- lib/core/facets/array/product.rb
|
1456
1204
|
- lib/core/facets/array/recursively.rb
|
1457
1205
|
- lib/core/facets/array/not_empty.rb
|
1206
|
+
- lib/core/facets/array/delete_unless.rb
|
1458
1207
|
- lib/core/facets/array/rotate.rb
|
1459
1208
|
- lib/core/facets/array/conjoin.rb
|
1460
1209
|
- lib/core/facets/array/indexable.rb
|
@@ -1466,37 +1215,25 @@ files:
|
|
1466
1215
|
- lib/core/facets/array/only.rb
|
1467
1216
|
- lib/core/facets/array/delete.rb
|
1468
1217
|
- lib/core/facets/array/combination.rb
|
1218
|
+
- lib/core/facets/array/delete_values.rb
|
1469
1219
|
- lib/core/facets/array/splice.rb
|
1470
1220
|
- lib/core/facets/array/stackable.rb
|
1471
1221
|
- lib/core/facets/array/pad.rb
|
1472
|
-
- lib/core/facets/stackable.rb
|
1473
|
-
- lib/core/facets/kernel.rb
|
1474
|
-
- lib/core/facets/regexp
|
1475
1222
|
- lib/core/facets/regexp/to_re.rb
|
1476
1223
|
- lib/core/facets/regexp/arity.rb
|
1477
|
-
- lib/core/facets/matchdata
|
1478
1224
|
- lib/core/facets/matchdata/match.rb
|
1479
1225
|
- lib/core/facets/matchdata/matchset.rb
|
1480
|
-
- lib/core/facets/exception
|
1481
1226
|
- lib/core/facets/exception/suppress.rb
|
1482
1227
|
- lib/core/facets/exception/detail.rb
|
1483
|
-
- lib/core/facets/string.rb
|
1484
|
-
- lib/core/facets/binding.rb
|
1485
|
-
- lib/core/facets/blank.rb
|
1486
|
-
- lib/core/facets.rb
|
1487
|
-
- lib/core/facets-load.rb
|
1488
|
-
- lib/core/facets-live.rb
|
1489
|
-
- lib/more
|
1490
1228
|
- lib/more/facets
|
1491
1229
|
- lib/more/facets/synchash.rb
|
1492
1230
|
- lib/more/facets/platform.rb
|
1493
|
-
- lib/more/facets/annotations.rb
|
1494
1231
|
- lib/more/facets/pathlist.rb
|
1495
1232
|
- lib/more/facets/registerable.rb
|
1496
1233
|
- lib/more/facets/classmethods.rb
|
1497
1234
|
- lib/more/facets/cloneable.rb
|
1498
1235
|
- lib/more/facets/expirable.rb
|
1499
|
-
- lib/more/facets/
|
1236
|
+
- lib/more/facets/matcher.rb
|
1500
1237
|
- lib/more/facets/duration.rb
|
1501
1238
|
- lib/more/facets/opesc.rb
|
1502
1239
|
- lib/more/facets/cssfilter.rb
|
@@ -1510,13 +1247,10 @@ files:
|
|
1510
1247
|
- lib/more/facets/memoize.rb
|
1511
1248
|
- lib/more/facets/autoarray.rb
|
1512
1249
|
- lib/more/facets/htmlfilter.rb
|
1513
|
-
- lib/more/facets/fileshell.rb
|
1514
|
-
- lib/more/facets/command.rb
|
1515
1250
|
- lib/more/facets/buildable.rb
|
1516
1251
|
- lib/more/facets/pqueue.rb
|
1517
1252
|
- lib/more/facets/syncarray.rb
|
1518
1253
|
- lib/more/facets/thread.rb
|
1519
|
-
- lib/more/facets/arguments.rb
|
1520
1254
|
- lib/more/facets/iteration.rb
|
1521
1255
|
- lib/more/facets/daemonize.rb
|
1522
1256
|
- lib/more/facets/rwdelegator.rb
|
@@ -1531,30 +1265,24 @@ files:
|
|
1531
1265
|
- lib/more/facets/basex.rb
|
1532
1266
|
- lib/more/facets/typecast.rb
|
1533
1267
|
- lib/more/facets/binding
|
1534
|
-
- lib/more/facets/binding/opvars.rb
|
1535
1268
|
- lib/more/facets/association.rb
|
1536
1269
|
- lib/more/facets/nullclass.rb
|
1537
1270
|
- lib/more/facets/instantize.rb
|
1538
|
-
- lib/more/facets/cachedecorator.rb
|
1539
|
-
- lib/more/facets/chain.rb
|
1540
1271
|
- lib/more/facets/dictionary.rb
|
1541
1272
|
- lib/more/facets/net
|
1542
|
-
- lib/more/facets/net/smtp_tls.rb
|
1543
1273
|
- lib/more/facets/autoreload.rb
|
1544
1274
|
- lib/more/facets/xoxo.rb
|
1545
|
-
- lib/more/facets/
|
1275
|
+
- lib/more/facets/memoizer.rb
|
1546
1276
|
- lib/more/facets/infinity.rb
|
1547
1277
|
- lib/more/facets/reference.rb
|
1548
1278
|
- lib/more/facets/attr.rb
|
1549
1279
|
- lib/more/facets/settings.rb
|
1550
|
-
- lib/more/facets/hash
|
1551
|
-
- lib/more/facets/hash/stringify_keys.rb
|
1552
|
-
- lib/more/facets/hash/symbolize_keys.rb
|
1553
1280
|
- lib/more/facets/kernel
|
1554
|
-
- lib/more/facets/kernel/meta.rb
|
1555
1281
|
- lib/more/facets/heap.rb
|
1556
1282
|
- lib/more/facets/prototype.rb
|
1557
1283
|
- lib/more/facets/partial.rb
|
1284
|
+
- lib/more/facets/openmodule.rb
|
1285
|
+
- lib/more/facets/sparse_array.rb
|
1558
1286
|
- lib/more/facets/filelist.rb
|
1559
1287
|
- lib/more/facets/1stclassmethod.rb
|
1560
1288
|
- lib/more/facets/overload.rb
|
@@ -1566,14 +1294,11 @@ files:
|
|
1566
1294
|
- lib/more/facets/duplicable.rb
|
1567
1295
|
- lib/more/facets/pool.rb
|
1568
1296
|
- lib/more/facets/blankslate.rb
|
1569
|
-
- lib/more/facets/dictionarymatcher.rb
|
1570
1297
|
- lib/more/facets/capsule.rb
|
1571
1298
|
- lib/more/facets/tuple.rb
|
1572
|
-
- lib/more/facets/uploadutils.rb
|
1573
1299
|
- lib/more/facets/string
|
1574
|
-
- lib/more/facets/string/words.rb
|
1575
|
-
- lib/more/facets/string/mask.rb
|
1576
1300
|
- lib/more/facets/instantise.rb
|
1301
|
+
- lib/more/facets/filter.rb
|
1577
1302
|
- lib/more/facets/rbsystem.rb
|
1578
1303
|
- lib/more/facets/argvector.rb
|
1579
1304
|
- lib/more/facets/nilstatus.rb
|
@@ -1581,7 +1306,7 @@ files:
|
|
1581
1306
|
- lib/more/facets/instantiable.rb
|
1582
1307
|
- lib/more/facets/xmlhash.rb
|
1583
1308
|
- lib/more/facets/opencascade.rb
|
1584
|
-
- lib/more/facets/
|
1309
|
+
- lib/more/facets/ostructable.rb
|
1585
1310
|
- lib/more/facets/elementor.rb
|
1586
1311
|
- lib/more/facets/succ.rb
|
1587
1312
|
- lib/more/facets/inheritor.rb
|
@@ -1596,23 +1321,332 @@ files:
|
|
1596
1321
|
- lib/more/facets/uninheritable.rb
|
1597
1322
|
- lib/more/facets/enumerablepass.rb
|
1598
1323
|
- lib/more/facets/snapshot.rb
|
1599
|
-
- lib/more/facets/tagiter.rb
|
1600
1324
|
- lib/more/facets/minitar.rb
|
1601
1325
|
- lib/more/facets/paramix.rb
|
1602
1326
|
- lib/more/facets/class_extension.rb
|
1603
1327
|
- lib/more/facets/crypt.rb
|
1328
|
+
- lib/more/facets/stash.rb
|
1604
1329
|
- lib/more/facets/openobject.rb
|
1605
1330
|
- lib/more/facets/random.rb
|
1606
1331
|
- lib/more/facets/opencollection.rb
|
1607
1332
|
- lib/more/facets/fileable.rb
|
1608
1333
|
- lib/more/facets/linkedlist.rb
|
1609
1334
|
- lib/more/facets/tracepoint.rb
|
1610
|
-
-
|
1611
|
-
-
|
1335
|
+
- lib/more/facets/binding/opvars.rb
|
1336
|
+
- lib/more/facets/net/smtp_tls.rb
|
1337
|
+
- lib/more/facets/kernel/meta.rb
|
1338
|
+
- lib/more/facets/string/words.rb
|
1339
|
+
- lib/more/facets/string/mask.rb
|
1340
|
+
- task/methods
|
1341
|
+
- task/test.rake
|
1342
|
+
- task/conflicts
|
1343
|
+
- task/rdoc.rake
|
1344
|
+
- task/setup.rake
|
1345
|
+
- task/coverage.rake
|
1346
|
+
- test/lore
|
1347
|
+
- test/core
|
1348
|
+
- test/more
|
1349
|
+
- test/test_facets.rb
|
1350
|
+
- test/lore/test_basicobject.rb
|
1351
|
+
- test/lore/test_continuation.rb
|
1352
|
+
- test/lore/test_ostruct.rb
|
1353
|
+
- test/lore/test_date.rb
|
1354
|
+
- test/lore/fileutils
|
1355
|
+
- test/core/integer
|
1356
|
+
- test/core/test_metaid.rb
|
1357
|
+
- test/core/symbol
|
1358
|
+
- test/core/unboundmethod
|
1359
|
+
- test/core/nilclass
|
1360
|
+
- test/core/numeric
|
1361
|
+
- test/core/binding
|
1362
|
+
- test/core/proc
|
1363
|
+
- test/core/range
|
1364
|
+
- test/core/file
|
1365
|
+
- test/core/hash
|
1366
|
+
- test/core/kernel
|
1367
|
+
- test/core/comparable
|
1368
|
+
- test/core/method
|
1369
|
+
- test/core/enumerable
|
1370
|
+
- test/core/string
|
1371
|
+
- test/core/module
|
1372
|
+
- test/core/time
|
1373
|
+
- test/core/dir
|
1374
|
+
- test/core/filetest
|
1375
|
+
- test/core/class
|
1376
|
+
- test/core/array
|
1377
|
+
- test/core/regexp
|
1378
|
+
- test/core/matchdata
|
1379
|
+
- test/core/exception
|
1380
|
+
- test/core/integer/test_of.rb
|
1381
|
+
- test/core/integer/test_factorial.rb
|
1382
|
+
- test/core/integer/test_even.rb
|
1383
|
+
- test/core/integer/test_ordinal.rb
|
1384
|
+
- test/core/integer/test_odd.rb
|
1385
|
+
- test/core/integer/test_bitmask.rb
|
1386
|
+
- test/core/integer/test_multiple.rb
|
1387
|
+
- test/core/symbol/test_plain.rb
|
1388
|
+
- test/core/symbol/test_generate.rb
|
1389
|
+
- test/core/symbol/test_setter.rb
|
1390
|
+
- test/core/symbol/test_chomp.rb
|
1391
|
+
- test/core/symbol/test_not.rb
|
1392
|
+
- test/core/symbol/test_succ.rb
|
1393
|
+
- test/core/symbol/test_query.rb
|
1394
|
+
- test/core/symbol/test_to_proc.rb
|
1395
|
+
- test/core/unboundmethod/test_name.rb
|
1396
|
+
- test/core/unboundmethod/test_arguments.rb
|
1397
|
+
- test/core/nilclass/test_to_f.rb
|
1398
|
+
- test/core/numeric/test_distance.rb
|
1399
|
+
- test/core/numeric/test_round.rb
|
1400
|
+
- test/core/numeric/test_approx.rb
|
1401
|
+
- test/core/binding/test_defined.rb
|
1402
|
+
- test/core/binding/test_self.rb
|
1403
|
+
- test/core/binding/test_eval.rb
|
1404
|
+
- test/core/binding/test_caller.rb
|
1405
|
+
- test/core/binding/test_local_variables.rb
|
1406
|
+
- test/core/binding/test_opvars.rb
|
1407
|
+
- test/core/proc/test_bind.rb
|
1408
|
+
- test/core/proc/test_to_method.rb
|
1409
|
+
- test/core/proc/test_curry.rb
|
1410
|
+
- test/core/proc/test_compose.rb
|
1411
|
+
- test/core/range/test_overlap.rb
|
1412
|
+
- test/core/range/test_combine.rb
|
1413
|
+
- test/core/range/test_to_r.rb
|
1414
|
+
- test/core/range/test_within.rb
|
1415
|
+
- test/core/file/test_write.rb
|
1416
|
+
- test/core/file/test_writelines.rb
|
1417
|
+
- test/core/file/test_null.rb
|
1418
|
+
- test/core/file/test_split_all.rb
|
1419
|
+
- test/core/file/test_file.rb
|
1420
|
+
- test/core/file/test_create.rb
|
1421
|
+
- test/core/file/test_rewrite.rb
|
1422
|
+
- test/core/hash/test_collate.rb
|
1423
|
+
- test/core/hash/test_op_add.rb
|
1424
|
+
- test/core/hash/test_keys.rb
|
1425
|
+
- test/core/hash/test_inverse.rb
|
1426
|
+
- test/core/hash/test_stringify_keys.rb
|
1427
|
+
- test/core/hash/test_replace_each.rb
|
1428
|
+
- test/core/hash/test_delete.rb
|
1429
|
+
- test/core/hash/test_slice.rb
|
1430
|
+
- test/core/hash/test_op_mul.rb
|
1431
|
+
- test/core/hash/test_symbolize_keys.rb
|
1432
|
+
- test/core/hash/test_weave.rb
|
1433
|
+
- test/core/hash/test_update_keys.rb
|
1434
|
+
- test/core/hash/test_alias.rb
|
1435
|
+
- test/core/hash/test_swap.rb
|
1436
|
+
- test/core/hash/test_op_and.rb
|
1437
|
+
- test/core/hash/test_at.rb
|
1438
|
+
- test/core/hash/test_op.rb
|
1439
|
+
- test/core/hash/test_select.rb
|
1440
|
+
- test/core/hash/test_op_push.rb
|
1441
|
+
- test/core/hash/test_op_or.rb
|
1442
|
+
- test/core/hash/test_update_each.rb
|
1443
|
+
- test/core/hash/test_update_values.rb
|
1444
|
+
- test/core/hash/test_autonew.rb
|
1445
|
+
- test/core/hash/test_insert.rb
|
1446
|
+
- test/core/hash/test_traverse.rb
|
1447
|
+
- test/core/hash/test_zipnew.rb
|
1448
|
+
- test/core/hash/test_mash.rb
|
1449
|
+
- test/core/hash/test_merge.rb
|
1450
|
+
- test/core/hash/test_op_sub.rb
|
1451
|
+
- test/core/hash/test_rekey.rb
|
1452
|
+
- test/core/kernel/test_val.rb
|
1453
|
+
- test/core/kernel/test_not_nil.rb
|
1454
|
+
- test/core/kernel/test_resc.rb
|
1455
|
+
- test/core/kernel/test_attr_singleton.rb
|
1456
|
+
- test/core/kernel/test_constant.rb
|
1457
|
+
- test/core/kernel/test_populate.rb
|
1458
|
+
- test/core/kernel/test_callstack.rb
|
1459
|
+
- test/core/kernel/test_instance_class.rb
|
1460
|
+
- test/core/kernel/test_silence.rb
|
1461
|
+
- test/core/kernel/test_object_hexid.rb
|
1462
|
+
- test/core/kernel/test_in.rb
|
1463
|
+
- test/core/kernel/test_instance_assign.rb
|
1464
|
+
- test/core/kernel/test_object_class.rb
|
1465
|
+
- test/core/kernel/test_tap.rb
|
1466
|
+
- test/core/kernel/test_returning.rb
|
1467
|
+
- test/core/kernel/test_here.rb
|
1468
|
+
- test/core/kernel/test_deepcopy.rb
|
1469
|
+
- test/core/kernel/test_as.rb
|
1470
|
+
- test/core/comparable/test_cmp.rb
|
1471
|
+
- test/core/comparable/test_comparable.rb
|
1472
|
+
- test/core/comparable/test_clip.rb
|
1473
|
+
- test/core/comparable/test_cap.rb
|
1474
|
+
- test/core/enumerable/test_uniq_by.rb
|
1475
|
+
- test/core/enumerable/test_none.rb
|
1476
|
+
- test/core/enumerable/test_frequency.rb
|
1477
|
+
- test/core/enumerable/test_occur.rb
|
1478
|
+
- test/core/enumerable/test_inject.rb
|
1479
|
+
- test/core/enumerable/test_entropy.rb
|
1480
|
+
- test/core/enumerable/test_modulate.rb
|
1481
|
+
- test/core/enumerable/test_probability.rb
|
1482
|
+
- test/core/enumerable/test_cluster_by.rb
|
1483
|
+
- test/core/enumerable/test_group_by.rb
|
1484
|
+
- test/core/enumerable/test_commonality.rb
|
1485
|
+
- test/core/enumerable/test_count.rb
|
1486
|
+
- test/core/enumerable/test_each_by.rb
|
1487
|
+
- test/core/enumerable/test_collect.rb
|
1488
|
+
- test/core/enumerable/test_one.rb
|
1489
|
+
- test/core/enumerable/test_mash.rb
|
1490
|
+
- test/core/string/test_subtract.rb
|
1491
|
+
- test/core/string/test_natcmp.rb
|
1492
|
+
- test/core/string/test_margin.rb
|
1493
|
+
- test/core/string/test_words.rb
|
1494
|
+
- test/core/string/test_bytes.rb
|
1495
|
+
- test/core/string/test_each_char.rb
|
1496
|
+
- test/core/string/test_tabto.rb
|
1497
|
+
- test/core/string/test_outdent.rb
|
1498
|
+
- test/core/string/test_camelcase.rb
|
1499
|
+
- test/core/string/test_nchar.rb
|
1500
|
+
- test/core/string/test_cleave.rb
|
1501
|
+
- test/core/string/test_capitalized.rb
|
1502
|
+
- test/core/string/test_titlecase.rb
|
1503
|
+
- test/core/string/test_fold.rb
|
1504
|
+
- test/core/string/test_line_wrap.rb
|
1505
|
+
- test/core/string/test_lchomp.rb
|
1506
|
+
- test/core/string/test_to_re.rb
|
1507
|
+
- test/core/string/test_range.rb
|
1508
|
+
- test/core/string/test_chars.rb
|
1509
|
+
- test/core/string/test_align.rb
|
1510
|
+
- test/core/string/test_lines.rb
|
1511
|
+
- test/core/string/test_word_wrap.rb
|
1512
|
+
- test/core/string/test_methodize.rb
|
1513
|
+
- test/core/string/test_xor.rb
|
1514
|
+
- test/core/string/test_divide.rb
|
1515
|
+
- test/core/string/test_snakecase.rb
|
1516
|
+
- test/core/string/test_shatter.rb
|
1517
|
+
- test/core/string/test_splice.rb
|
1518
|
+
- test/core/string/test_end_with.rb
|
1519
|
+
- test/core/string/test_interpolate.rb
|
1520
|
+
- test/core/string/test_start_with.rb
|
1521
|
+
- test/core/string/test_tab.rb
|
1522
|
+
- test/core/string/test_indent.rb
|
1523
|
+
- test/core/string/test_rewrite.rb
|
1524
|
+
- test/core/string/test_modulize.rb
|
1525
|
+
- test/core/string/test_variablize.rb
|
1526
|
+
- test/core/string/test_op_sub.rb
|
1527
|
+
- test/core/string/test_pathize.rb
|
1528
|
+
- test/core/string/test_mscan.rb
|
1529
|
+
- test/core/string/test_each_word.rb
|
1530
|
+
- test/core/string/test_bracket.rb
|
1531
|
+
- test/core/module/test_wrap_method.rb
|
1532
|
+
- test/core/module/test_integrate.rb
|
1533
|
+
- test/core/module/test_spacename.rb
|
1534
|
+
- test/core/module/test_basename.rb
|
1535
|
+
- test/core/module/test_nesting.rb
|
1536
|
+
- test/core/module/test_class.rb
|
1537
|
+
- test/core/module/test_alias_module_function.rb
|
1538
|
+
- test/core/module/test_ancestor.rb
|
1539
|
+
- test/core/module/test_modspace.rb
|
1540
|
+
- test/core/module/test_rename_method.rb
|
1541
|
+
- test/core/module/test_op.rb
|
1542
|
+
- test/core/module/test_redirect_method.rb
|
1543
|
+
- test/core/module/test_can.rb
|
1544
|
+
- test/core/module/test_methodize.rb
|
1545
|
+
- test/core/module/test_alias_method_chain.rb
|
1546
|
+
- test/core/module/test_alias_accessor.rb
|
1547
|
+
- test/core/module/test_revise.rb
|
1548
|
+
- test/core/module/test_is.rb
|
1549
|
+
- test/core/module/test_abstract.rb
|
1550
|
+
- test/core/module/test_redefine_method.rb
|
1551
|
+
- test/core/module/test_conflict.rb
|
1552
|
+
- test/core/module/test_prepend.rb
|
1553
|
+
- test/core/module/test_pathize.rb
|
1554
|
+
- test/core/time/test_to_time.rb
|
1555
|
+
- test/core/time/test_hence.rb
|
1556
|
+
- test/core/time/test_trunc.rb
|
1557
|
+
- test/core/time/test_round.rb
|
1558
|
+
- test/core/time/test_stamp.rb
|
1559
|
+
- test/core/time/test_change.rb
|
1560
|
+
- test/core/time/test_elapse.rb
|
1561
|
+
- test/core/dir/test_descend.rb
|
1562
|
+
- test/core/dir/test_ascend.rb
|
1563
|
+
- test/core/dir/test_multiglob.rb
|
1564
|
+
- test/core/dir/test_parent.rb
|
1565
|
+
- test/core/dir/test_recurse.rb
|
1566
|
+
- test/core/filetest/test_filetest.rb
|
1567
|
+
- test/core/class/test_cattr_writer.rb
|
1568
|
+
- test/core/class/test_cattr_reader.rb
|
1569
|
+
- test/core/class/test_descendents.rb
|
1570
|
+
- test/core/class/test_cattr_accessor.rb
|
1571
|
+
- test/core/class/test_to_proc.rb
|
1572
|
+
- test/core/class/test_cattr.rb
|
1573
|
+
- test/core/array/test_combination.rb
|
1574
|
+
- test/core/array/test_product.rb
|
1575
|
+
- test/core/array/test_delete.rb
|
1576
|
+
- test/core/array/test_stackable.rb
|
1577
|
+
- test/core/array/test_select.rb
|
1578
|
+
- test/core/array/test_only.rb
|
1579
|
+
- test/core/array/test_indexable.rb
|
1580
|
+
- test/core/array/test_index.rb
|
1581
|
+
- test/core/array/test_permutation.rb
|
1582
|
+
- test/core/array/test_pad.rb
|
1583
|
+
- test/core/array/test_merge.rb
|
1584
|
+
- test/core/array/test_rotate.rb
|
1585
|
+
- test/core/regexp/test_to_re.rb
|
1586
|
+
- test/core/regexp/test_arity.rb
|
1587
|
+
- test/core/matchdata/test_matchset.rb
|
1588
|
+
- test/core/matchdata/test_match.rb
|
1589
|
+
- test/core/exception/test_exception.rb
|
1590
|
+
- test/more/test_syncarray.rb
|
1591
|
+
- test/more/test_crypt.rb
|
1592
|
+
- test/more/test_infinity.rb
|
1593
|
+
- test/more/test_1stclassmethod.rb
|
1594
|
+
- test/more/test_typecast.rb
|
1595
|
+
- test/more/test_buildable.rb
|
1596
|
+
- test/more/test_instantise.rb
|
1597
|
+
- test/more/test_openobject.rb
|
1598
|
+
- test/more/test_equatable.rb
|
1599
|
+
- test/more/test_uri.rb
|
1600
|
+
- test/more/test_opencascade.rb
|
1601
|
+
- test/more/test_multipliers.rb
|
1602
|
+
- test/more/test_autoarray.rb
|
1603
|
+
- test/more/test_random.rb
|
1604
|
+
- test/more/test_argvector.rb
|
1605
|
+
- test/more/test_filter.rb
|
1606
|
+
- test/more/test_boolean.rb
|
1607
|
+
- test/more/test_prototype.rb
|
1608
|
+
- test/more/test_elementwise.rb
|
1609
|
+
- test/more/test_class_extension.rb
|
1610
|
+
- test/more/test_thread.rb
|
1611
|
+
- test/more/test_dependency.rb
|
1612
|
+
- test/more/test_sparsearray.rb
|
1613
|
+
- test/more/test_binreadable.rb
|
1614
|
+
- test/more/test_cloneable.rb
|
1615
|
+
- test/more/test_inheritor.rb
|
1616
|
+
- test/more/test_uninheritable.rb
|
1617
|
+
- test/more/test_timer.rb
|
1618
|
+
- test/more/test_recorder.rb
|
1619
|
+
- test/more/test_tuple.rb
|
1620
|
+
- test/more/test_classmethods.rb
|
1621
|
+
- test/more/test_association.rb
|
1622
|
+
- test/more/test_blank.rb
|
1623
|
+
- test/more/test_bbcode.rb
|
1624
|
+
- test/more/test_memoize.rb
|
1625
|
+
- test/more/test_interval.rb
|
1626
|
+
- test/more/test_getoptlong.rb
|
1627
|
+
- test/more/test_snapshot.rb
|
1628
|
+
- test/more/test_succ.rb
|
1629
|
+
- test/more/test_coroutine.rb
|
1630
|
+
- test/more/test_overload.rb
|
1631
|
+
- test/more/test_elementor.rb
|
1632
|
+
- test/more/test_to_hash.rb
|
1633
|
+
- test/more/test_enumerablepass.rb
|
1634
|
+
- test/more/test_ansicode.rb
|
1635
|
+
- test/more/test_dictionary.rb
|
1636
|
+
- test/more/test_lrucache.rb
|
1637
|
+
- test/more/test_xoxo.rb
|
1638
|
+
- test/more/test_instantiable.rb
|
1639
|
+
- test/more/test_functor.rb
|
1640
|
+
- test/more/test_linkedlist.rb
|
1641
|
+
- test/more/test_partial.rb
|
1642
|
+
- test/more/test_methodspace.rb
|
1643
|
+
- test/more/test_synchash.rb
|
1644
|
+
- test/more/test_paramix.rb
|
1645
|
+
- test/more/test_multiton.rb
|
1646
|
+
- test/more/test_advisable.rb
|
1647
|
+
- MANIFEST
|
1612
1648
|
has_rdoc: true
|
1613
|
-
homepage:
|
1614
|
-
http://facets.rubyforge.org
|
1615
|
-
|
1649
|
+
homepage: http://facets.rubyforge.org
|
1616
1650
|
post_install_message:
|
1617
1651
|
rdoc_options:
|
1618
1652
|
- --inline-source
|
@@ -1644,14 +1678,13 @@ signing_key:
|
|
1644
1678
|
specification_version: 2
|
1645
1679
|
summary: Facets is the single largest collection of core extension methods
|
1646
1680
|
test_files:
|
1647
|
-
-
|
1681
|
+
- lib/core/facets/filetest.rb
|
1682
|
+
- test/test_facets.rb
|
1648
1683
|
- test/lore/test_basicobject.rb
|
1649
1684
|
- test/lore/test_continuation.rb
|
1650
1685
|
- test/lore/test_ostruct.rb
|
1651
1686
|
- test/lore/test_date.rb
|
1652
|
-
- test/
|
1653
|
-
- test/core
|
1654
|
-
- test/core/integer
|
1687
|
+
- test/core/test_metaid.rb
|
1655
1688
|
- test/core/integer/test_of.rb
|
1656
1689
|
- test/core/integer/test_factorial.rb
|
1657
1690
|
- test/core/integer/test_even.rb
|
@@ -1659,7 +1692,6 @@ test_files:
|
|
1659
1692
|
- test/core/integer/test_odd.rb
|
1660
1693
|
- test/core/integer/test_bitmask.rb
|
1661
1694
|
- test/core/integer/test_multiple.rb
|
1662
|
-
- test/core/symbol
|
1663
1695
|
- test/core/symbol/test_plain.rb
|
1664
1696
|
- test/core/symbol/test_generate.rb
|
1665
1697
|
- test/core/symbol/test_setter.rb
|
@@ -1668,52 +1700,46 @@ test_files:
|
|
1668
1700
|
- test/core/symbol/test_succ.rb
|
1669
1701
|
- test/core/symbol/test_query.rb
|
1670
1702
|
- test/core/symbol/test_to_proc.rb
|
1671
|
-
- test/core/unboundmethod
|
1672
1703
|
- test/core/unboundmethod/test_name.rb
|
1673
1704
|
- test/core/unboundmethod/test_arguments.rb
|
1674
|
-
- test/core/nilclass
|
1675
1705
|
- test/core/nilclass/test_to_f.rb
|
1676
|
-
- test/core/numeric
|
1677
1706
|
- test/core/numeric/test_distance.rb
|
1678
1707
|
- test/core/numeric/test_round.rb
|
1679
1708
|
- test/core/numeric/test_approx.rb
|
1680
|
-
- test/core/binding
|
1681
1709
|
- test/core/binding/test_defined.rb
|
1682
1710
|
- test/core/binding/test_self.rb
|
1683
1711
|
- test/core/binding/test_eval.rb
|
1684
1712
|
- test/core/binding/test_caller.rb
|
1685
1713
|
- test/core/binding/test_local_variables.rb
|
1686
1714
|
- test/core/binding/test_opvars.rb
|
1687
|
-
- test/core/proc
|
1688
1715
|
- test/core/proc/test_bind.rb
|
1689
1716
|
- test/core/proc/test_to_method.rb
|
1690
1717
|
- test/core/proc/test_curry.rb
|
1691
1718
|
- test/core/proc/test_compose.rb
|
1692
|
-
- test/core/range
|
1693
1719
|
- test/core/range/test_overlap.rb
|
1694
1720
|
- test/core/range/test_combine.rb
|
1695
1721
|
- test/core/range/test_to_r.rb
|
1696
1722
|
- test/core/range/test_within.rb
|
1697
|
-
- test/core/file
|
1698
1723
|
- test/core/file/test_write.rb
|
1699
1724
|
- test/core/file/test_writelines.rb
|
1700
1725
|
- test/core/file/test_null.rb
|
1726
|
+
- test/core/file/test_split_all.rb
|
1701
1727
|
- test/core/file/test_file.rb
|
1702
1728
|
- test/core/file/test_create.rb
|
1703
1729
|
- test/core/file/test_rewrite.rb
|
1704
|
-
- test/core/hash
|
1705
1730
|
- test/core/hash/test_collate.rb
|
1706
1731
|
- test/core/hash/test_op_add.rb
|
1707
1732
|
- test/core/hash/test_keys.rb
|
1708
1733
|
- test/core/hash/test_inverse.rb
|
1709
1734
|
- test/core/hash/test_stringify_keys.rb
|
1735
|
+
- test/core/hash/test_replace_each.rb
|
1710
1736
|
- test/core/hash/test_delete.rb
|
1711
1737
|
- test/core/hash/test_slice.rb
|
1712
1738
|
- test/core/hash/test_op_mul.rb
|
1713
1739
|
- test/core/hash/test_symbolize_keys.rb
|
1714
1740
|
- test/core/hash/test_weave.rb
|
1741
|
+
- test/core/hash/test_update_keys.rb
|
1715
1742
|
- test/core/hash/test_alias.rb
|
1716
|
-
- test/core/hash/test_update.rb
|
1717
1743
|
- test/core/hash/test_swap.rb
|
1718
1744
|
- test/core/hash/test_op_and.rb
|
1719
1745
|
- test/core/hash/test_at.rb
|
@@ -1721,6 +1747,8 @@ test_files:
|
|
1721
1747
|
- test/core/hash/test_select.rb
|
1722
1748
|
- test/core/hash/test_op_push.rb
|
1723
1749
|
- test/core/hash/test_op_or.rb
|
1750
|
+
- test/core/hash/test_update_each.rb
|
1751
|
+
- test/core/hash/test_update_values.rb
|
1724
1752
|
- test/core/hash/test_autonew.rb
|
1725
1753
|
- test/core/hash/test_insert.rb
|
1726
1754
|
- test/core/hash/test_traverse.rb
|
@@ -1729,7 +1757,6 @@ test_files:
|
|
1729
1757
|
- test/core/hash/test_merge.rb
|
1730
1758
|
- test/core/hash/test_op_sub.rb
|
1731
1759
|
- test/core/hash/test_rekey.rb
|
1732
|
-
- test/core/kernel
|
1733
1760
|
- test/core/kernel/test_val.rb
|
1734
1761
|
- test/core/kernel/test_not_nil.rb
|
1735
1762
|
- test/core/kernel/test_resc.rb
|
@@ -1748,12 +1775,10 @@ test_files:
|
|
1748
1775
|
- test/core/kernel/test_here.rb
|
1749
1776
|
- test/core/kernel/test_deepcopy.rb
|
1750
1777
|
- test/core/kernel/test_as.rb
|
1751
|
-
- test/core/comparable
|
1752
1778
|
- test/core/comparable/test_cmp.rb
|
1753
1779
|
- test/core/comparable/test_comparable.rb
|
1754
|
-
- test/core/comparable/
|
1755
|
-
- test/core/
|
1756
|
-
- test/core/enumerable
|
1780
|
+
- test/core/comparable/test_clip.rb
|
1781
|
+
- test/core/comparable/test_cap.rb
|
1757
1782
|
- test/core/enumerable/test_uniq_by.rb
|
1758
1783
|
- test/core/enumerable/test_none.rb
|
1759
1784
|
- test/core/enumerable/test_frequency.rb
|
@@ -1770,12 +1795,14 @@ test_files:
|
|
1770
1795
|
- test/core/enumerable/test_collect.rb
|
1771
1796
|
- test/core/enumerable/test_one.rb
|
1772
1797
|
- test/core/enumerable/test_mash.rb
|
1773
|
-
- test/core/string
|
1774
1798
|
- test/core/string/test_subtract.rb
|
1775
1799
|
- test/core/string/test_natcmp.rb
|
1800
|
+
- test/core/string/test_margin.rb
|
1776
1801
|
- test/core/string/test_words.rb
|
1777
1802
|
- test/core/string/test_bytes.rb
|
1778
1803
|
- test/core/string/test_each_char.rb
|
1804
|
+
- test/core/string/test_tabto.rb
|
1805
|
+
- test/core/string/test_outdent.rb
|
1779
1806
|
- test/core/string/test_camelcase.rb
|
1780
1807
|
- test/core/string/test_nchar.rb
|
1781
1808
|
- test/core/string/test_cleave.rb
|
@@ -1800,6 +1827,7 @@ test_files:
|
|
1800
1827
|
- test/core/string/test_interpolate.rb
|
1801
1828
|
- test/core/string/test_start_with.rb
|
1802
1829
|
- test/core/string/test_tab.rb
|
1830
|
+
- test/core/string/test_indent.rb
|
1803
1831
|
- test/core/string/test_rewrite.rb
|
1804
1832
|
- test/core/string/test_modulize.rb
|
1805
1833
|
- test/core/string/test_variablize.rb
|
@@ -1808,7 +1836,6 @@ test_files:
|
|
1808
1836
|
- test/core/string/test_mscan.rb
|
1809
1837
|
- test/core/string/test_each_word.rb
|
1810
1838
|
- test/core/string/test_bracket.rb
|
1811
|
-
- test/core/module
|
1812
1839
|
- test/core/module/test_wrap_method.rb
|
1813
1840
|
- test/core/module/test_integrate.rb
|
1814
1841
|
- test/core/module/test_spacename.rb
|
@@ -1832,7 +1859,6 @@ test_files:
|
|
1832
1859
|
- test/core/module/test_conflict.rb
|
1833
1860
|
- test/core/module/test_prepend.rb
|
1834
1861
|
- test/core/module/test_pathize.rb
|
1835
|
-
- test/core/time
|
1836
1862
|
- test/core/time/test_to_time.rb
|
1837
1863
|
- test/core/time/test_hence.rb
|
1838
1864
|
- test/core/time/test_trunc.rb
|
@@ -1840,21 +1866,18 @@ test_files:
|
|
1840
1866
|
- test/core/time/test_stamp.rb
|
1841
1867
|
- test/core/time/test_change.rb
|
1842
1868
|
- test/core/time/test_elapse.rb
|
1843
|
-
- test/core/dir
|
1844
1869
|
- test/core/dir/test_descend.rb
|
1845
1870
|
- test/core/dir/test_ascend.rb
|
1846
1871
|
- test/core/dir/test_multiglob.rb
|
1847
1872
|
- test/core/dir/test_parent.rb
|
1848
1873
|
- test/core/dir/test_recurse.rb
|
1849
|
-
- test/core/filetest
|
1850
1874
|
- test/core/filetest/test_filetest.rb
|
1851
|
-
- test/core/class
|
1852
1875
|
- test/core/class/test_cattr_writer.rb
|
1853
1876
|
- test/core/class/test_cattr_reader.rb
|
1854
1877
|
- test/core/class/test_descendents.rb
|
1855
1878
|
- test/core/class/test_cattr_accessor.rb
|
1879
|
+
- test/core/class/test_to_proc.rb
|
1856
1880
|
- test/core/class/test_cattr.rb
|
1857
|
-
- test/core/array
|
1858
1881
|
- test/core/array/test_combination.rb
|
1859
1882
|
- test/core/array/test_product.rb
|
1860
1883
|
- test/core/array/test_delete.rb
|
@@ -1862,23 +1885,18 @@ test_files:
|
|
1862
1885
|
- test/core/array/test_select.rb
|
1863
1886
|
- test/core/array/test_only.rb
|
1864
1887
|
- test/core/array/test_indexable.rb
|
1888
|
+
- test/core/array/test_index.rb
|
1865
1889
|
- test/core/array/test_permutation.rb
|
1866
1890
|
- test/core/array/test_pad.rb
|
1867
1891
|
- test/core/array/test_merge.rb
|
1868
1892
|
- test/core/array/test_rotate.rb
|
1869
|
-
- test/core/regexp
|
1870
1893
|
- test/core/regexp/test_to_re.rb
|
1871
1894
|
- test/core/regexp/test_arity.rb
|
1872
|
-
- test/core/matchdata
|
1873
1895
|
- test/core/matchdata/test_matchset.rb
|
1874
1896
|
- test/core/matchdata/test_match.rb
|
1875
|
-
- test/core/exception
|
1876
1897
|
- test/core/exception/test_exception.rb
|
1877
|
-
- test/more
|
1878
1898
|
- test/more/test_syncarray.rb
|
1879
1899
|
- test/more/test_crypt.rb
|
1880
|
-
- test/more/test_metaid.rb
|
1881
|
-
- test/more/test_bytes.rb
|
1882
1900
|
- test/more/test_infinity.rb
|
1883
1901
|
- test/more/test_1stclassmethod.rb
|
1884
1902
|
- test/more/test_typecast.rb
|
@@ -1891,25 +1909,25 @@ test_files:
|
|
1891
1909
|
- test/more/test_multipliers.rb
|
1892
1910
|
- test/more/test_autoarray.rb
|
1893
1911
|
- test/more/test_random.rb
|
1912
|
+
- test/more/test_argvector.rb
|
1913
|
+
- test/more/test_filter.rb
|
1894
1914
|
- test/more/test_boolean.rb
|
1895
1915
|
- test/more/test_prototype.rb
|
1896
1916
|
- test/more/test_elementwise.rb
|
1897
1917
|
- test/more/test_class_extension.rb
|
1898
1918
|
- test/more/test_thread.rb
|
1899
1919
|
- test/more/test_dependency.rb
|
1900
|
-
- test/more/
|
1920
|
+
- test/more/test_sparsearray.rb
|
1901
1921
|
- test/more/test_binreadable.rb
|
1902
1922
|
- test/more/test_cloneable.rb
|
1903
1923
|
- test/more/test_inheritor.rb
|
1904
1924
|
- test/more/test_uninheritable.rb
|
1905
1925
|
- test/more/test_timer.rb
|
1906
|
-
- test/more/test_annotations.rb
|
1907
1926
|
- test/more/test_recorder.rb
|
1908
1927
|
- test/more/test_tuple.rb
|
1909
1928
|
- test/more/test_classmethods.rb
|
1910
1929
|
- test/more/test_association.rb
|
1911
1930
|
- test/more/test_blank.rb
|
1912
|
-
- test/more/test_command.rb
|
1913
1931
|
- test/more/test_bbcode.rb
|
1914
1932
|
- test/more/test_memoize.rb
|
1915
1933
|
- test/more/test_interval.rb
|
@@ -1931,8 +1949,6 @@ test_files:
|
|
1931
1949
|
- test/more/test_partial.rb
|
1932
1950
|
- test/more/test_methodspace.rb
|
1933
1951
|
- test/more/test_synchash.rb
|
1934
|
-
- test/more/test_arguments.rb
|
1935
1952
|
- test/more/test_paramix.rb
|
1936
1953
|
- test/more/test_multiton.rb
|
1937
1954
|
- test/more/test_advisable.rb
|
1938
|
-
- test/test_facets.rb
|