facets 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/AUTHORS +16 -5
- data/CHANGES +9 -1
- data/MANIFEST +3093 -1289
- data/METADATA +28 -0
- data/NEWS +52 -0
- data/README +7 -65
- data/README.core +102 -0
- data/README.lore +51 -0
- data/README.more +43 -0
- data/doc/{history.rdoc → notes/history.rdoc} +0 -0
- data/doc/{notes.rdoc → notes/notes.rdoc} +0 -0
- data/doc/rdoc/core/classes/Array.html +1704 -0
- data/doc/rdoc/core/classes/Binding.html +718 -0
- data/doc/rdoc/core/classes/Class.html +518 -0
- data/doc/rdoc/core/classes/Comparable.html +430 -0
- data/doc/rdoc/core/classes/Dir.html +697 -0
- data/doc/rdoc/core/classes/Enumerable.html +2126 -0
- data/doc/rdoc/core/classes/Exception.html +234 -0
- data/doc/rdoc/core/classes/FalseClass.html +133 -0
- data/doc/rdoc/core/classes/File.html +929 -0
- data/doc/rdoc/core/classes/FileTest.html +147 -0
- data/doc/rdoc/core/classes/Float.html +297 -0
- data/doc/rdoc/core/classes/Friend.html +178 -0
- data/doc/rdoc/core/classes/Functor.html +173 -0
- data/doc/rdoc/core/classes/Hash.html +3864 -0
- data/doc/rdoc/core/classes/InstanceVariables.html +515 -0
- data/doc/rdoc/core/classes/Integer.html +852 -0
- data/doc/rdoc/core/classes/Kernel.html +3952 -0
- data/doc/rdoc/core/classes/Lazy.html +96 -0
- data/doc/rdoc/core/classes/Lazy/Future.html +100 -0
- data/doc/rdoc/core/classes/Lazy/Promise.html +114 -0
- data/doc/rdoc/core/classes/Lazy/PromiseSafe.html +99 -0
- data/doc/rdoc/core/classes/MatchData.html +309 -0
- data/doc/rdoc/core/classes/MissingArgument.html +98 -0
- data/doc/rdoc/core/classes/Module.html +2219 -0
- data/doc/rdoc/core/classes/Module/CloneExtensions.html +287 -0
- data/doc/rdoc/core/classes/NilClass.html +274 -0
- data/doc/rdoc/core/classes/Numeric.html +362 -0
- data/doc/rdoc/core/classes/Object.html +115 -0
- data/doc/rdoc/core/classes/Proc.html +595 -0
- data/doc/rdoc/core/classes/Range.html +622 -0
- data/doc/rdoc/core/classes/Regexp.html +289 -0
- data/doc/rdoc/core/classes/String.html +3913 -0
- data/doc/rdoc/core/classes/String/Words.html +571 -0
- data/doc/rdoc/core/classes/Symbol.html +584 -0
- data/doc/rdoc/core/classes/Time.html +824 -0
- data/doc/rdoc/core/classes/TrueClass.html +133 -0
- data/doc/rdoc/core/classes/UnboundMethod.html +295 -0
- data/doc/rdoc/core/created.rid +1 -0
- data/doc/rdoc/core/files/README.html +300 -0
- data/doc/rdoc/core/files/README_core.html +229 -0
- data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/array_rb.html +125 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/opvars_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding/self_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/binding_rb.html +100 -0
- data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/blank_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/boolean_rb.html +126 -0
- data/doc/rdoc/core/files/lib/core/facets/callstack_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/class/to_methodname_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/to_pathname_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +109 -0
- data/doc/rdoc/core/files/lib/core/facets/comparable_rb.html +98 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/dir_rb.html +102 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/enumerable_rb.html +114 -0
- data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/exception_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file_rb.html +99 -0
- data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/filetest_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/float/round_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/float_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/functor_rb.html +151 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/argumentize_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/at_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/except_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/op_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/slice_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/stringify_keys_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/symbolize_keys_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_proc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/hash_rb.html +117 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/even_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/of_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/integer_rb.html +101 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__callee___rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__get___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__method___rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/here_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_assign_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_exec_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/load_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_hexid_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/suppress_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/tap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/val_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/kernel_rb.html +124 -0
- data/doc/rdoc/core/files/lib/core/facets/lazy_rb.html +120 -0
- data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/matchdata_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/alias_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/can_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/class_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/clone_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/module_rb.html +115 -0
- data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/nilclass_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/numeric_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/partial_rb.html +125 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/proc_rb.html +102 -0
- data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/range_rb.html +100 -0
- data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/regexp_rb.html +97 -0
- data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/to_time_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/words_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/string/xor_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string_rb.html +124 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/symbol_rb.html +99 -0
- data/doc/rdoc/core/files/lib/core/facets/time/ago_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/round_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/set_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/to_date_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/to_time_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/time_rb.html +106 -0
- data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html +97 -0
- data/doc/rdoc/core/fr_class_index.html +83 -0
- data/doc/rdoc/core/fr_file_index.html +536 -0
- data/doc/rdoc/core/fr_method_index.html +838 -0
- data/doc/rdoc/core/index.html +26 -0
- data/doc/{html/api → rdoc}/core/rdoc-style.css +0 -0
- data/doc/rdoc/lore/classes/Array.html +178 -0
- data/doc/rdoc/lore/classes/BasicObject.html +259 -0
- data/doc/rdoc/lore/classes/CGI.html +187 -0
- data/doc/rdoc/lore/classes/Config.html +137 -0
- data/doc/rdoc/lore/classes/Continuation.html +115 -0
- data/doc/rdoc/lore/classes/Date.html +254 -0
- data/doc/rdoc/lore/classes/File.html +130 -0
- data/doc/rdoc/lore/classes/FileUtils.html +780 -0
- data/doc/rdoc/lore/classes/GetoptLong.html +120 -0
- data/doc/rdoc/lore/classes/GetoptLong/DSL.html +210 -0
- data/doc/rdoc/lore/classes/Logger.html +231 -0
- data/doc/rdoc/lore/classes/Logger/Ansicolor.html +279 -0
- data/doc/rdoc/lore/classes/Logger/LogDevice.html +123 -0
- data/doc/rdoc/lore/classes/NilClass.html +121 -0
- data/doc/rdoc/lore/classes/OpenStruct.html +413 -0
- data/doc/rdoc/lore/classes/Pathname.html +269 -0
- data/doc/rdoc/lore/classes/Set.html +119 -0
- data/doc/rdoc/lore/classes/Shellwords.html +113 -0
- data/doc/rdoc/lore/classes/String.html +121 -0
- data/doc/rdoc/lore/classes/URI.html +456 -0
- data/doc/rdoc/lore/classes/URI/Hash.html +107 -0
- data/doc/rdoc/lore/classes/URI/Kernel.html +124 -0
- data/doc/rdoc/lore/created.rid +1 -0
- data/doc/rdoc/lore/files/README.html +299 -0
- data/doc/rdoc/lore/files/README_lore.html +155 -0
- data/doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html +190 -0
- data/doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html +111 -0
- data/doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html +147 -0
- data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +122 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html +131 -0
- data/doc/rdoc/lore/files/lib/lore/facets/getoptlong_rb.html +135 -0
- data/doc/rdoc/lore/files/lib/lore/facets/logger_rb.html +142 -0
- data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +135 -0
- data/doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html +159 -0
- data/doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html +124 -0
- data/doc/rdoc/lore/files/lib/lore/facets/set_rb.html +96 -0
- data/doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html +124 -0
- data/doc/rdoc/lore/files/lib/lore/facets/uri_rb.html +125 -0
- data/doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html +145 -0
- data/doc/rdoc/lore/fr_class_index.html +68 -0
- data/doc/rdoc/lore/fr_file_index.html +76 -0
- data/doc/rdoc/lore/fr_method_index.html +140 -0
- data/doc/rdoc/lore/index.html +26 -0
- data/doc/{html/api/more → rdoc/lore}/rdoc-style.css +0 -0
- data/doc/rdoc/more/classes/ANSICode.html +495 -0
- data/doc/rdoc/more/classes/Advisable.html +271 -0
- data/doc/rdoc/more/classes/Advisable/Method.html +225 -0
- data/doc/rdoc/more/classes/Archive.html +89 -0
- data/doc/rdoc/more/classes/Archive/Tar.html +89 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +471 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +357 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +218 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +285 -0
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +380 -0
- data/doc/rdoc/more/classes/Association.html +307 -0
- data/doc/rdoc/more/classes/Association/Kernel.html +134 -0
- data/doc/rdoc/more/classes/Autoarray.html +168 -0
- data/doc/rdoc/more/classes/BBCode.html +534 -0
- data/doc/rdoc/more/classes/BaseX.html +196 -0
- data/doc/rdoc/more/classes/BiCrypt.html +543 -0
- data/doc/rdoc/more/classes/BigDuration.html +325 -0
- data/doc/rdoc/more/classes/BinReadable.html +487 -0
- data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +225 -0
- data/doc/rdoc/more/classes/Buildable.html +154 -0
- data/doc/rdoc/more/classes/BuildingBlock.html +362 -0
- data/doc/rdoc/more/classes/CLI/Arguments.html +490 -0
- data/doc/rdoc/more/classes/CLI/Command.html +317 -0
- data/doc/rdoc/more/classes/CLI/Command/UniversalOptions.html +91 -0
- data/doc/rdoc/more/classes/CLI/NoCommandError.html +113 -0
- data/doc/rdoc/more/classes/CLI/NoOptionError.html +120 -0
- data/doc/rdoc/more/classes/CacheDecorator.html +224 -0
- data/doc/rdoc/more/classes/Capsule.html +410 -0
- data/doc/rdoc/more/classes/Capsule/MissingFile.html +96 -0
- data/doc/rdoc/more/classes/Chain.html +208 -0
- data/doc/rdoc/more/classes/Cloneable.html +131 -0
- data/doc/rdoc/more/classes/ConsoleUtils.html +240 -0
- data/doc/rdoc/more/classes/Coroutine.html +286 -0
- data/doc/rdoc/more/classes/Crypt.html +277 -0
- data/doc/rdoc/more/classes/CssFilter.html +473 -0
- data/doc/rdoc/more/classes/CssTree.html +151 -0
- data/doc/rdoc/more/classes/Dictionary.html +1250 -0
- data/doc/rdoc/more/classes/DictionaryMatcher.html +339 -0
- data/doc/rdoc/more/classes/DictionaryMatcher/MatchData.html +117 -0
- data/doc/rdoc/more/classes/Downloader.html +514 -0
- data/doc/rdoc/more/classes/Duration.html +769 -0
- data/doc/rdoc/more/classes/Enumerable.html +340 -0
- data/doc/rdoc/more/classes/Enumerable/Elementor.html +172 -0
- data/doc/rdoc/more/classes/Enumerable/Enumerator.html +118 -0
- data/doc/rdoc/more/classes/EnumerablePass.html +216 -0
- data/doc/rdoc/more/classes/Equatable.html +190 -0
- data/doc/rdoc/more/classes/EventHook.html +176 -0
- data/doc/rdoc/more/classes/Expirable.html +197 -0
- data/doc/rdoc/more/classes/FileList.html +957 -0
- data/doc/rdoc/more/classes/FileShell.html +745 -0
- data/doc/rdoc/more/classes/Fileable.html +180 -0
- data/doc/rdoc/more/classes/Fileable/DSL.html +305 -0
- data/doc/rdoc/more/classes/Hash.html +173 -0
- data/doc/rdoc/more/classes/Hash2Xml.html +107 -0
- data/doc/rdoc/more/classes/HtmlFilter.html +331 -0
- data/doc/rdoc/more/classes/IORedirect.html +222 -0
- data/doc/rdoc/more/classes/Indexable.html +606 -0
- data/doc/rdoc/more/classes/InfinityClass.html +450 -0
- data/doc/rdoc/more/classes/InfinityClass/Numeric.html +197 -0
- data/doc/rdoc/more/classes/Ini.html +449 -0
- data/doc/rdoc/more/classes/Instantiable.html +142 -0
- data/doc/rdoc/more/classes/Instantise.html +162 -0
- data/doc/rdoc/more/classes/Interval.html +879 -0
- data/doc/rdoc/more/classes/It.html +187 -0
- data/doc/rdoc/more/classes/Kernel.html +641 -0
- data/doc/rdoc/more/classes/LRUCache.html +323 -0
- data/doc/rdoc/more/classes/LRUCache/Item.html +114 -0
- data/doc/rdoc/more/classes/LRUCache/Sentinel.html +100 -0
- data/doc/rdoc/more/classes/LinkedList.html +434 -0
- data/doc/rdoc/more/classes/LinkedList/Node.html +151 -0
- data/doc/rdoc/more/classes/Module.html +1405 -0
- data/doc/rdoc/more/classes/Multiton.html +207 -0
- data/doc/rdoc/more/classes/Multiton/Inclusive.html +93 -0
- data/doc/rdoc/more/classes/Multiton/MetaMethods.html +223 -0
- data/doc/rdoc/more/classes/NackClass.html +98 -0
- data/doc/{html/api → rdoc}/more/classes/Net.html +0 -0
- data/doc/rdoc/more/classes/Net/SMTP.html +203 -0
- data/doc/rdoc/more/classes/NullClass.html +204 -0
- data/doc/rdoc/more/classes/ObjectReflection.html +174 -0
- data/doc/rdoc/more/classes/OpEsc.html +138 -0
- data/doc/rdoc/more/classes/OpenCascade.html +144 -0
- data/doc/rdoc/more/classes/OpenCollection.html +140 -0
- data/doc/rdoc/more/classes/OpenHash.html +159 -0
- data/doc/rdoc/more/classes/OpenObject.html +610 -0
- data/doc/rdoc/more/classes/PQueue.html +609 -0
- data/doc/rdoc/more/classes/Paramix.html +203 -0
- data/doc/rdoc/more/classes/Paramix/Delegator.html +217 -0
- data/doc/rdoc/more/classes/PathList.html +161 -0
- data/doc/rdoc/more/classes/PathList/Finder.html +137 -0
- data/doc/rdoc/more/classes/Platform.html +446 -0
- data/doc/rdoc/more/classes/Pool.html +206 -0
- data/doc/rdoc/more/classes/Proc.html +138 -0
- data/doc/rdoc/more/classes/ProgressBar.html +358 -0
- data/doc/rdoc/more/classes/Prototype.html +245 -0
- data/doc/rdoc/more/classes/RWDelegator.html +196 -0
- data/doc/rdoc/more/classes/Random.html +164 -0
- data/doc/rdoc/more/classes/Random/Array.html +341 -0
- data/doc/rdoc/more/classes/Random/Hash.html +380 -0
- data/doc/rdoc/more/classes/Random/Object.html +121 -0
- data/doc/rdoc/more/classes/Random/String.html +301 -0
- data/doc/rdoc/more/classes/Random/String/Self.html +155 -0
- data/doc/rdoc/more/classes/Recorder.html +205 -0
- data/doc/rdoc/more/classes/RecursiveDependency.html +92 -0
- data/doc/rdoc/more/classes/Reference.html +198 -0
- data/doc/rdoc/more/classes/Registerable.html +159 -0
- data/doc/rdoc/more/classes/Semaphore.html +262 -0
- data/doc/rdoc/more/classes/Settings.html +290 -0
- data/doc/rdoc/more/classes/Settings/Setting.html +225 -0
- data/doc/rdoc/more/classes/Settings/SettingCollection.html +146 -0
- data/doc/rdoc/more/classes/SimpleStringIO.html +137 -0
- data/doc/rdoc/more/classes/Snapshot.html +196 -0
- data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +165 -0
- data/doc/rdoc/more/classes/Stackable.html +264 -0
- data/doc/rdoc/more/classes/String/Style.html +804 -0
- data/doc/rdoc/more/classes/Struct.html +132 -0
- data/doc/rdoc/more/classes/SyncArray.html +129 -0
- data/doc/rdoc/more/classes/SyncHash.html +160 -0
- data/doc/rdoc/more/classes/SyncHash/Delegator.html +213 -0
- data/doc/rdoc/more/classes/SyncHash/Inheritor.html +213 -0
- data/doc/rdoc/more/classes/System.html +1119 -0
- data/doc/rdoc/more/classes/Timer.html +466 -0
- data/doc/rdoc/more/classes/Timer/Dummy.html +141 -0
- data/doc/rdoc/more/classes/TracePoint.html +455 -0
- data/doc/rdoc/more/classes/Tuple.html +902 -0
- data/doc/rdoc/more/classes/TypeCast.html +158 -0
- data/doc/rdoc/more/classes/TypeCast/Class.html +129 -0
- data/doc/rdoc/more/classes/TypeCast/Object.html +119 -0
- data/doc/rdoc/more/classes/TypeCastException.html +96 -0
- data/doc/rdoc/more/classes/Uninheritable.html +122 -0
- data/doc/rdoc/more/classes/UploadUtils.html +499 -0
- data/doc/rdoc/more/classes/VersionNumber.html +384 -0
- data/doc/rdoc/more/classes/Weekdays.html +220 -0
- data/doc/rdoc/more/classes/XOXO.html +191 -0
- data/doc/rdoc/more/classes/ZipUtils.html +437 -0
- data/doc/rdoc/more/classes/ZipUtils/DryRun.html +225 -0
- data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +225 -0
- data/doc/rdoc/more/classes/ZipUtils/Verbose.html +225 -0
- data/doc/rdoc/more/created.rid +1 -0
- data/doc/rdoc/more/files/README.html +299 -0
- data/doc/rdoc/more/files/README_more.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html +181 -0
- data/doc/rdoc/more/files/lib/more/facets/advisable_rb.html +124 -0
- data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +180 -0
- data/doc/rdoc/more/files/lib/more/facets/ansicode_rb.html +200 -0
- data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +142 -0
- data/doc/rdoc/more/files/lib/more/facets/association_rb.html +158 -0
- data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/autoarray_rb.html +125 -0
- data/doc/rdoc/more/files/lib/more/facets/autoreload_rb.html +134 -0
- data/doc/rdoc/more/files/lib/more/facets/basex_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/bbcode_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html +124 -0
- data/doc/rdoc/more/files/lib/more/facets/binreadable_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +230 -0
- data/doc/rdoc/more/files/lib/more/facets/bytes_rb.html +169 -0
- data/doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html +178 -0
- data/doc/rdoc/more/files/lib/more/facets/capsule_rb.html +143 -0
- data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +125 -0
- data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +114 -0
- data/doc/rdoc/more/files/lib/more/facets/class_extension_rb.html +155 -0
- data/doc/rdoc/more/files/lib/more/facets/classmethods_rb.html +213 -0
- data/doc/rdoc/more/files/lib/more/facets/cloneable_rb.html +134 -0
- data/doc/rdoc/more/files/lib/more/facets/command_rb.html +170 -0
- data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +109 -0
- data/doc/rdoc/more/files/lib/more/facets/coroutine_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/crypt_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html +121 -0
- data/doc/rdoc/more/files/lib/more/facets/daemonize_rb.html +118 -0
- data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +158 -0
- data/doc/rdoc/more/files/lib/more/facets/dictionary_rb.html +201 -0
- data/doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/downloader_rb.html +137 -0
- data/doc/rdoc/more/files/lib/more/facets/duplicable_rb.html +100 -0
- data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +132 -0
- data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +148 -0
- data/doc/rdoc/more/files/lib/more/facets/elementwise_rb.html +96 -0
- data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +153 -0
- data/doc/rdoc/more/files/lib/more/facets/equatable_rb.html +146 -0
- data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/expirable_rb.html +116 -0
- data/doc/rdoc/more/files/lib/more/facets/fileable_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/filelist_rb.html +165 -0
- data/doc/rdoc/more/files/lib/more/facets/fileshell_rb.html +124 -0
- data/doc/rdoc/more/files/lib/more/facets/heap_rb.html +132 -0
- data/doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html +153 -0
- data/doc/rdoc/more/files/lib/more/facets/indexable_rb.html +113 -0
- data/doc/rdoc/more/files/lib/more/facets/infinity_rb.html +153 -0
- data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +149 -0
- data/doc/rdoc/more/files/lib/more/facets/ini_rb.html +105 -0
- data/doc/rdoc/more/files/lib/more/facets/instantiable_rb.html +119 -0
- data/doc/rdoc/more/files/lib/more/facets/instantise_rb.html +145 -0
- data/doc/rdoc/more/files/lib/more/facets/interval_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html +133 -0
- data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +94 -0
- data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +96 -0
- data/doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html +159 -0
- data/doc/rdoc/more/files/lib/more/facets/lrucache_rb.html +129 -0
- data/doc/rdoc/more/files/lib/more/facets/main_rb.html +126 -0
- data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/methodspace_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/minitar_rb.html +203 -0
- data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +148 -0
- data/doc/rdoc/more/files/lib/more/facets/multiton_rb.html +187 -0
- data/doc/rdoc/more/files/lib/more/facets/nackclass_rb.html +120 -0
- data/doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html +143 -0
- data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/nullclass_rb.html +122 -0
- data/doc/rdoc/more/files/lib/more/facets/opencascade_rb.html +156 -0
- data/doc/rdoc/more/files/lib/more/facets/opencollection_rb.html +123 -0
- data/doc/rdoc/more/files/lib/more/facets/openhash_rb.html +107 -0
- data/doc/rdoc/more/files/lib/more/facets/openobject_rb.html +169 -0
- data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +94 -0
- data/doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html +143 -0
- data/doc/rdoc/more/files/lib/more/facets/overload_rb.html +119 -0
- data/doc/rdoc/more/files/lib/more/facets/paramix_rb.html +135 -0
- data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +133 -0
- data/doc/rdoc/more/files/lib/more/facets/platform_rb.html +103 -0
- data/doc/rdoc/more/files/lib/more/facets/pool_rb.html +131 -0
- data/doc/rdoc/more/files/lib/more/facets/pqueue_rb.html +128 -0
- data/doc/rdoc/more/files/lib/more/facets/progressbar_rb.html +126 -0
- data/doc/rdoc/more/files/lib/more/facets/prototype_rb.html +102 -0
- data/doc/rdoc/more/files/lib/more/facets/random_rb.html +149 -0
- data/doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html +144 -0
- data/doc/rdoc/more/files/lib/more/facets/recorder_rb.html +154 -0
- data/doc/rdoc/more/files/lib/more/facets/reference_rb.html +130 -0
- data/doc/rdoc/more/files/lib/more/facets/reflection_rb.html +135 -0
- data/doc/rdoc/more/files/lib/more/facets/registerable_rb.html +98 -0
- data/doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html +122 -0
- data/doc/rdoc/more/files/lib/more/facets/semaphore_rb.html +120 -0
- data/doc/rdoc/more/files/lib/more/facets/settings_rb.html +141 -0
- data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +177 -0
- data/doc/rdoc/more/files/lib/more/facets/stackable_rb.html +121 -0
- data/doc/rdoc/more/files/lib/more/facets/style_rb.html +96 -0
- data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +92 -0
- data/doc/rdoc/more/files/lib/more/facets/syncarray_rb.html +125 -0
- data/doc/rdoc/more/files/lib/more/facets/synchash_rb.html +138 -0
- data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +132 -0
- data/doc/rdoc/more/files/lib/more/facets/timer_rb.html +174 -0
- data/doc/rdoc/more/files/lib/more/facets/times_rb.html +163 -0
- data/doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html +167 -0
- data/doc/rdoc/more/files/lib/more/facets/tuple_rb.html +160 -0
- data/doc/rdoc/more/files/lib/more/facets/typecast_rb.html +214 -0
- data/doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html +129 -0
- data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +176 -0
- data/doc/rdoc/more/files/lib/more/facets/version_rb.html +133 -0
- data/doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html +97 -0
- data/doc/rdoc/more/files/lib/more/facets/xoxo_rb.html +136 -0
- data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +133 -0
- data/doc/rdoc/more/fr_class_index.html +183 -0
- data/doc/rdoc/more/fr_file_index.html +158 -0
- data/doc/rdoc/more/fr_method_index.html +1057 -0
- data/doc/rdoc/more/index.html +26 -0
- data/doc/rdoc/more/rdoc-style.css +175 -0
- data/doc/ri/ANSICode/cdesc-ANSICode.yaml +60 -0
- data/doc/ri/ANSICode/clear_line-i.yaml +13 -0
- data/doc/ri/ANSICode/clear_screen-i.yaml +13 -0
- data/doc/ri/ANSICode/clr-i.yaml +12 -0
- data/doc/ri/ANSICode/cls-i.yaml +12 -0
- data/doc/ri/ANSICode/colors-i.yaml +10 -0
- data/doc/ri/ANSICode/define_ansicolor_method-c.yaml +12 -0
- data/doc/ri/ANSICode/display-i.yaml +12 -0
- data/doc/ri/ANSICode/down-i.yaml +12 -0
- data/doc/ri/ANSICode/left-i.yaml +12 -0
- data/doc/ri/ANSICode/move-i.yaml +12 -0
- data/doc/ri/ANSICode/restore-i.yaml +12 -0
- data/doc/ri/ANSICode/right-i.yaml +12 -0
- data/doc/ri/ANSICode/save-i.yaml +12 -0
- data/doc/ri/ANSICode/uncolored-i.yaml +10 -0
- data/doc/ri/ANSICode/up-i.yaml +12 -0
- data/doc/ri/Advisable/Method/advice_after%3d-i.yaml +10 -0
- data/doc/ri/Advisable/Method/advice_around%3d-i.yaml +10 -0
- data/doc/ri/Advisable/Method/advice_before%3d-i.yaml +10 -0
- data/doc/ri/Advisable/Method/advised%3f-i.yaml +10 -0
- data/doc/ri/Advisable/Method/call_with_advice-i.yaml +12 -0
- data/doc/ri/Advisable/Method/cdesc-Method.yaml +43 -0
- data/doc/ri/Advisable/Method/lambda_target-i.yaml +12 -0
- data/doc/ri/Advisable/advice_after-i.yaml +10 -0
- data/doc/ri/Advisable/advice_around-i.yaml +10 -0
- data/doc/ri/Advisable/advice_before-i.yaml +10 -0
- data/doc/ri/Advisable/advise-i.yaml +12 -0
- data/doc/ri/Advisable/after-i.yaml +10 -0
- data/doc/ri/Advisable/around-i.yaml +10 -0
- data/doc/ri/Advisable/before-i.yaml +10 -0
- data/doc/ri/Advisable/cdesc-Advisable.yaml +35 -0
- data/doc/ri/Advisable/method_added-i.yaml +16 -0
- data/doc/ri/Archive/Tar/Minitar/BlockRequired/cdesc-BlockRequired.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/ClosedStream/cdesc-ClosedStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/FileNameTooLong/cdesc-FileNameTooLong.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Input/cdesc-Input.yaml +30 -0
- data/doc/ri/Archive/Tar/Minitar/Input/close-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/each-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/extract_entry-i.yaml +43 -0
- data/doc/ri/Archive/Tar/Minitar/Input/fsync_dir-i.yaml +10 -0
- data/doc/ri/Archive/Tar/Minitar/Input/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Input/tar-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/NonSeekableStream/cdesc-NonSeekableStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Output/cdesc-Output.yaml +23 -0
- data/doc/ri/Archive/Tar/Minitar/Output/close-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Output/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Output/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Output/tar-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/EntryStream/cdesc-EntryStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/InvalidEntryStream/cdesc-InvalidEntryStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/cdesc-Reader.yaml +27 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/close-i.yaml +10 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/each-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/each_entry-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Reader/rewind-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/UnexpectedEOF/cdesc-UnexpectedEOF.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/FileOverflow/cdesc-FileOverflow.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/BoundedStream/cdesc-BoundedStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/RestrictedStream/cdesc-RestrictedStream.yaml +17 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/add_file-i.yaml +34 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/add_file_simple-i.yaml +33 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/cdesc-Writer.yaml +31 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/close-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/flush-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/mkdir-i.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/new-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/Writer/split_name-i.yaml +10 -0
- data/doc/ri/Archive/Tar/Minitar/cdesc-Minitar.yaml +68 -0
- data/doc/ri/Archive/Tar/Minitar/dir%3f-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/open-c.yaml +12 -0
- data/doc/ri/Archive/Tar/Minitar/pack-c.yaml +14 -0
- data/doc/ri/Archive/Tar/Minitar/pack_file-c.yaml +75 -0
- data/doc/ri/Archive/Tar/Minitar/unpack-c.yaml +12 -0
- data/doc/ri/Archive/Tar/PosixHeader/cdesc-PosixHeader.yaml +53 -0
- data/doc/ri/Archive/Tar/cdesc-Tar.yaml +15 -0
- data/doc/ri/Archive/cdesc-Archive.yaml +16 -0
- data/doc/ri/Array/cdesc-Array.yaml +17 -0
- data/doc/ri/As/cdesc-As.yaml +19 -0
- data/doc/ri/Association/%3c%3d%3e-i.yaml +10 -0
- data/doc/ri/Association/%5b%5d-c.yaml +10 -0
- data/doc/ri/Association/Kernel/%3e%3e-i.yaml +12 -0
- data/doc/ri/Association/Kernel/associations-i.yaml +10 -0
- data/doc/ri/Association/Kernel/cdesc-Kernel.yaml +20 -0
- data/doc/ri/Association/cdesc-Association.yaml +67 -0
- data/doc/ri/Association/inspect-i.yaml +10 -0
- data/doc/ri/Association/invert%21-i.yaml +10 -0
- data/doc/ri/Association/new-c.yaml +10 -0
- data/doc/ri/Association/to_ary-i.yaml +10 -0
- data/doc/ri/Association/to_s-i.yaml +10 -0
- data/doc/ri/Autoarray/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/Autoarray/%5b%5d-i.yaml +10 -0
- data/doc/ri/Autoarray/cdesc-Autoarray.yaml +26 -0
- data/doc/ri/Autoarray/new-c.yaml +10 -0
- data/doc/ri/BBCode/ansi-c.yaml +12 -0
- data/doc/ri/BBCode/ansi_to_bbcode-c.yaml +12 -0
- data/doc/ri/BBCode/ansi_to_html-c.yaml +12 -0
- data/doc/ri/BBCode/bbcode_to_ansi-c.yaml +12 -0
- data/doc/ri/BBCode/bbcode_to_html-c.yaml +12 -0
- data/doc/ri/BBCode/cdesc-BBCode.yaml +59 -0
- data/doc/ri/BBCode/html_to_ansi-c.yaml +12 -0
- data/doc/ri/BBCode/html_to_bbcode-c.yaml +12 -0
- data/doc/ri/BBCode/strip_bbcode-c.yaml +12 -0
- data/doc/ri/BaseX/cdesc-BaseX.yaml +27 -0
- data/doc/ri/BaseX/convert_base-i.yaml +10 -0
- data/doc/ri/BaseX/decode-i.yaml +10 -0
- data/doc/ri/BaseX/encode-i.yaml +10 -0
- data/doc/ri/BaseX/new-c.yaml +10 -0
- data/doc/ri/BasicObject/__self__-i.yaml +12 -0
- data/doc/ri/BasicObject/cdesc-BasicObject.yaml +53 -0
- data/doc/ri/BasicObject/hide-c.yaml +12 -0
- data/doc/ri/BasicObject/object_self-i.yaml +13 -0
- data/doc/ri/BiCrypt/block_size-i.yaml +10 -0
- data/doc/ri/BiCrypt/carefully_open_file-i.yaml +10 -0
- data/doc/ri/BiCrypt/cdesc-BiCrypt.yaml +53 -0
- data/doc/ri/BiCrypt/decrypt_block-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_file-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_pair-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_stream-i.yaml +10 -0
- data/doc/ri/BiCrypt/decrypt_string-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_block-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_file-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_pair-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_stream-i.yaml +10 -0
- data/doc/ri/BiCrypt/encrypt_string-i.yaml +10 -0
- data/doc/ri/BiCrypt/f-i.yaml +10 -0
- data/doc/ri/BiCrypt/generate_initialization_vector-i.yaml +12 -0
- data/doc/ri/BiCrypt/new-c.yaml +10 -0
- data/doc/ri/BiCrypt/precalculate_S_table-i.yaml +10 -0
- data/doc/ri/BigDuration/cdesc-BigDuration.yaml +41 -0
- data/doc/ri/BigDuration/each-i.yaml +12 -0
- data/doc/ri/BigDuration/months%3d-i.yaml +12 -0
- data/doc/ri/BigDuration/new-c.yaml +12 -0
- data/doc/ri/BigDuration/seconds-i.yaml +12 -0
- data/doc/ri/BigDuration/strftime-i.yaml +16 -0
- data/doc/ri/BigDuration/years%3d-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/big%3f-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/big_endian%3f-i.yaml +13 -0
- data/doc/ri/BinReadable/ByteOrder/byte_order-i.yaml +13 -0
- data/doc/ri/BinReadable/ByteOrder/byteorder-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/cdesc-ByteOrder.yaml +39 -0
- data/doc/ri/BinReadable/ByteOrder/little%3f-i.yaml +12 -0
- data/doc/ri/BinReadable/ByteOrder/little_endian%3f-i.yaml +11 -0
- data/doc/ri/BinReadable/ByteOrder/network%3f-i.yaml +12 -0
- data/doc/ri/BinReadable/byte_order%3d-i.yaml +11 -0
- data/doc/ri/BinReadable/byte_order-i.yaml +13 -0
- data/doc/ri/BinReadable/byteorder%3d-i.yaml +12 -0
- data/doc/ri/BinReadable/byteorder-i.yaml +12 -0
- data/doc/ri/BinReadable/cdesc-BinReadable.yaml +65 -0
- data/doc/ri/BinReadable/read_cstring-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int16_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int16_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int16_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_int32_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int32_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_int32_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_int8-i.yaml +10 -0
- data/doc/ri/BinReadable/read_uint8-i.yaml +12 -0
- data/doc/ri/BinReadable/read_word16_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word16_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word16_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_word32_big-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word32_little-i.yaml +10 -0
- data/doc/ri/BinReadable/read_word32_native-i.yaml +13 -0
- data/doc/ri/BinReadable/read_word8-i.yaml +13 -0
- data/doc/ri/BinReadable/readn-i.yaml +12 -0
- data/doc/ri/BinReadable/ru-i.yaml +12 -0
- data/doc/ri/BinReadable/ru_swap-i.yaml +12 -0
- data/doc/ri/Binding/%5b%5d%3d-i.yaml +14 -0
- data/doc/ri/Binding/%5b%5d-i.yaml +14 -0
- data/doc/ri/Binding/__DIR__-i.yaml +12 -0
- data/doc/ri/Binding/__FILE__-i.yaml +12 -0
- data/doc/ri/Binding/__LINE__-i.yaml +12 -0
- data/doc/ri/Binding/__callee__-i.yaml +14 -0
- data/doc/ri/Binding/__method__-i.yaml +14 -0
- data/doc/ri/Binding/caller-i.yaml +12 -0
- data/doc/ri/Binding/callstack-i.yaml +12 -0
- data/doc/ri/Binding/cdesc-Binding.yaml +40 -0
- data/doc/ri/Binding/defined%3f-i.yaml +12 -0
- data/doc/ri/Binding/eval-i.yaml +12 -0
- data/doc/ri/Binding/local_variables-i.yaml +14 -0
- data/doc/ri/Binding/self-i.yaml +12 -0
- data/doc/ri/Buildable/cdesc-Buildable.yaml +29 -0
- data/doc/ri/Buildable/included-c.yaml +10 -0
- data/doc/ri/BuildingBlock/%3c%3c-i.yaml +12 -0
- data/doc/ri/BuildingBlock/build%21-i.yaml +11 -0
- data/doc/ri/BuildingBlock/cdesc-BuildingBlock.yaml +57 -0
- data/doc/ri/BuildingBlock/inspect-i.yaml +12 -0
- data/doc/ri/BuildingBlock/method_missing-i.yaml +11 -0
- data/doc/ri/BuildingBlock/new-c.yaml +11 -0
- data/doc/ri/BuildingBlock/to_buffer-i.yaml +12 -0
- data/doc/ri/BuildingBlock/to_s-i.yaml +12 -0
- data/doc/ri/BuildingBlock/to_str-i.yaml +10 -0
- data/doc/ri/CGI/cdesc-CGI.yaml +25 -0
- data/doc/ri/CGI/esc-i.yaml +12 -0
- data/doc/ri/CGI/escformat-i.yaml +12 -0
- data/doc/ri/CGI/marshal_from_cgi-i.yaml +12 -0
- data/doc/ri/CGI/marshal_to_cgi-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/arguments-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/assoc_options-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/cdesc-Arguments.yaml +77 -0
- data/doc/ri/CLI/Arguments/flags-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/format_options-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/multi_flag-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/new-c.yaml +12 -0
- data/doc/ri/CLI/Arguments/operands-i.yaml +13 -0
- data/doc/ri/CLI/Arguments/options-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parameters-c.yaml +10 -0
- data/doc/ri/CLI/Arguments/parameters-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parameters_without_duplicates-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parse-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/parse_arity-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parse_line-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/parse_preoptions-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/preflags-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/preoptions-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/subcommand-i.yaml +12 -0
- data/doc/ri/CLI/Arguments/subcommand_with_arguments-i.yaml +14 -0
- data/doc/ri/CLI/Arguments/subcommand_with_parameters-i.yaml +13 -0
- data/doc/ri/CLI/Arguments/subcommand_with_preoptions-i.yaml +11 -0
- data/doc/ri/CLI/Command/UniversalOptions/cdesc-UniversalOptions.yaml +17 -0
- data/doc/ri/CLI/Command/call-i.yaml +12 -0
- data/doc/ri/CLI/Command/cdesc-Command.yaml +50 -0
- data/doc/ri/CLI/Command/command_missing-i.yaml +11 -0
- data/doc/ri/CLI/Command/commands-i.yaml +11 -0
- data/doc/ri/CLI/Command/default-i.yaml +12 -0
- data/doc/ri/CLI/Command/initialize_arguments-i.yaml +11 -0
- data/doc/ri/CLI/Command/initialize_options-i.yaml +11 -0
- data/doc/ri/CLI/Command/new-c.yaml +11 -0
- data/doc/ri/CLI/Command/option_arity-c.yaml +11 -0
- data/doc/ri/CLI/Command/option_missing-i.yaml +11 -0
- data/doc/ri/CLI/Command/start-c.yaml +11 -0
- data/doc/ri/CLI/Command/subcommand-c.yaml +12 -0
- data/doc/ri/CLI/NoCommandError/cdesc-NoCommandError.yaml +16 -0
- data/doc/ri/CLI/NoCommandError/new-c.yaml +10 -0
- data/doc/ri/CLI/NoOptionError/cdesc-NoOptionError.yaml +18 -0
- data/doc/ri/CLI/NoOptionError/new-c.yaml +10 -0
- data/doc/ri/CLI/cdesc-CLI.yaml +15 -0
- data/doc/ri/CacheDecorator/cache-c.yaml +10 -0
- data/doc/ri/CacheDecorator/cdesc-CacheDecorator.yaml +45 -0
- data/doc/ri/CacheDecorator/method_missing-i.yaml +10 -0
- data/doc/ri/CacheDecorator/new-c.yaml +10 -0
- data/doc/ri/CacheDecorator/self-i.yaml +10 -0
- data/doc/ri/CacheDecorator/uncache-c.yaml +10 -0
- data/doc/ri/Capsule/MissingFile/cdesc-MissingFile.yaml +17 -0
- data/doc/ri/Capsule/cdesc-Capsule.yaml +55 -0
- data/doc/ri/Capsule/include-i.yaml +11 -0
- data/doc/ri/Capsule/include_script-i.yaml +10 -0
- data/doc/ri/Capsule/load-c.yaml +12 -0
- data/doc/ri/Capsule/load-i.yaml +16 -0
- data/doc/ri/Capsule/load_in_module-i.yaml +12 -0
- data/doc/ri/Capsule/load_path_lookup-i.yaml +12 -0
- data/doc/ri/Capsule/new-c.yaml +12 -0
- data/doc/ri/Capsule/require-i.yaml +14 -0
- data/doc/ri/Chain/%7e-i.yaml +10 -0
- data/doc/ri/Chain/cdesc-Chain.yaml +36 -0
- data/doc/ri/Chain/end-i.yaml +16 -0
- data/doc/ri/Chain/method_missing-i.yaml +10 -0
- data/doc/ri/Chain/new-c.yaml +10 -0
- data/doc/ri/Class/cdesc-Class.yaml +17 -0
- data/doc/ri/Cloneable/cdesc-Cloneable.yaml +21 -0
- data/doc/ri/Cloneable/initialize_copy-i.yaml +10 -0
- data/doc/ri/Comparable/at_least-i.yaml +14 -0
- data/doc/ri/Comparable/at_most-i.yaml +14 -0
- data/doc/ri/Comparable/bound-i.yaml +15 -0
- data/doc/ri/Comparable/cap-i.yaml +14 -0
- data/doc/ri/Comparable/cdesc-Comparable.yaml +26 -0
- data/doc/ri/Comparable/clip-i.yaml +12 -0
- data/doc/ri/Comparable/cmp-i.yaml +18 -0
- data/doc/ri/Config/cdesc-Config.yaml +18 -0
- data/doc/ri/Config/datadir-c.yaml +16 -0
- data/doc/ri/Config/inspect-c.yaml +10 -0
- data/doc/ri/Console/cdesc-Console.yaml +17 -0
- data/doc/ri/ConsoleUtils/ask-i.yaml +12 -0
- data/doc/ri/ConsoleUtils/cdesc-ConsoleUtils.yaml +27 -0
- data/doc/ri/ConsoleUtils/password-i.yaml +12 -0
- data/doc/ri/ConsoleUtils/print_justified-i.yaml +14 -0
- data/doc/ri/ConsoleUtils/screen_width-i.yaml +14 -0
- data/doc/ri/Continuation/cdesc-Continuation.yaml +16 -0
- data/doc/ri/Continuation/create-c.yaml +10 -0
- data/doc/ri/Coroutine/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/Coroutine/%5b%5d-i.yaml +10 -0
- data/doc/ri/Coroutine/cdesc-Coroutine.yaml +42 -0
- data/doc/ri/Coroutine/continue-i.yaml +10 -0
- data/doc/ri/Coroutine/new-c.yaml +10 -0
- data/doc/ri/Coroutine/resume-i.yaml +10 -0
- data/doc/ri/Coroutine/run-i.yaml +10 -0
- data/doc/ri/Coroutine/stop-i.yaml +10 -0
- data/doc/ri/Crypt/cdesc-Crypt.yaml +28 -0
- data/doc/ri/Crypt/check-c.yaml +12 -0
- data/doc/ri/Crypt/crypt-c.yaml +20 -0
- data/doc/ri/Crypt/generate_salt-c.yaml +12 -0
- data/doc/ri/CssFilter/accept_host-i.yaml +11 -0
- data/doc/ri/CssFilter/cdesc-CssFilter.yaml +98 -0
- data/doc/ri/CssFilter/clean_properties-i.yaml +14 -0
- data/doc/ri/CssFilter/clean_value-i.yaml +11 -0
- data/doc/ri/CssFilter/filter-i.yaml +11 -0
- data/doc/ri/CssFilter/new-c.yaml +11 -0
- data/doc/ri/CssFilter/parse-i.yaml +14 -0
- data/doc/ri/CssFilter/remove_blanklines-i.yaml +11 -0
- data/doc/ri/CssFilter/remove_comments-i.yaml +11 -0
- data/doc/ri/CssFilter/remove_nullvalues-i.yaml +11 -0
- data/doc/ri/CssFilter/remove_urls-i.yaml +12 -0
- data/doc/ri/CssFilter/remove_whitespace-i.yaml +11 -0
- data/doc/ri/CssTree/cdesc-CssTree.yaml +19 -0
- data/doc/ri/CssTree/new-c.yaml +10 -0
- data/doc/ri/CssTree/to_css-i.yaml +12 -0
- data/doc/ri/Date/cdesc-Date.yaml +28 -0
- data/doc/ri/Date/days_in_month-i.yaml +14 -0
- data/doc/ri/Date/days_of_month-i.yaml +10 -0
- data/doc/ri/Date/month_name-i.yaml +14 -0
- data/doc/ri/Date/stamp-i.yaml +13 -0
- data/doc/ri/Date/to_date-i.yaml +12 -0
- data/doc/ri/Date/to_s-i.yaml +12 -0
- data/doc/ri/Date/to_time-i.yaml +12 -0
- data/doc/ri/Dictionary/%3c%3c-i.yaml +10 -0
- data/doc/ri/Dictionary/%3d%3d-i.yaml +16 -0
- data/doc/ri/Dictionary/%5b%5d%3d-i.yaml +18 -0
- data/doc/ri/Dictionary/%5b%5d-c.yaml +10 -0
- data/doc/ri/Dictionary/%5b%5d-i.yaml +10 -0
- data/doc/ri/Dictionary/alpha-c.yaml +18 -0
- data/doc/ri/Dictionary/auto-c.yaml +14 -0
- data/doc/ri/Dictionary/cdesc-Dictionary.yaml +150 -0
- data/doc/ri/Dictionary/clear-i.yaml +10 -0
- data/doc/ri/Dictionary/delete-i.yaml +10 -0
- data/doc/ri/Dictionary/delete_if-i.yaml +10 -0
- data/doc/ri/Dictionary/dup-i.yaml +10 -0
- data/doc/ri/Dictionary/each-i.yaml +11 -0
- data/doc/ri/Dictionary/each_key-i.yaml +10 -0
- data/doc/ri/Dictionary/each_pair-i.yaml +12 -0
- data/doc/ri/Dictionary/each_value-i.yaml +10 -0
- data/doc/ri/Dictionary/empty%3f-i.yaml +10 -0
- data/doc/ri/Dictionary/fetch-i.yaml +10 -0
- data/doc/ri/Dictionary/first-i.yaml +11 -0
- data/doc/ri/Dictionary/has_key%3f-i.yaml +10 -0
- data/doc/ri/Dictionary/insert-i.yaml +10 -0
- data/doc/ri/Dictionary/inspect-i.yaml +10 -0
- data/doc/ri/Dictionary/invert-i.yaml +10 -0
- data/doc/ri/Dictionary/key%3f-i.yaml +10 -0
- data/doc/ri/Dictionary/keys-i.yaml +10 -0
- data/doc/ri/Dictionary/last-i.yaml +11 -0
- data/doc/ri/Dictionary/length-i.yaml +11 -0
- data/doc/ri/Dictionary/merge%21-i.yaml +12 -0
- data/doc/ri/Dictionary/merge-i.yaml +10 -0
- data/doc/ri/Dictionary/new-c.yaml +12 -0
- data/doc/ri/Dictionary/new_by-c.yaml +12 -0
- data/doc/ri/Dictionary/order-i.yaml +10 -0
- data/doc/ri/Dictionary/order_by-i.yaml +12 -0
- data/doc/ri/Dictionary/order_by_key-i.yaml +20 -0
- data/doc/ri/Dictionary/order_by_value-i.yaml +18 -0
- data/doc/ri/Dictionary/pop-i.yaml +10 -0
- data/doc/ri/Dictionary/push-i.yaml +10 -0
- data/doc/ri/Dictionary/reject%21-i.yaml +10 -0
- data/doc/ri/Dictionary/reject-i.yaml +10 -0
- data/doc/ri/Dictionary/reorder-i.yaml +11 -0
- data/doc/ri/Dictionary/replace-i.yaml +10 -0
- data/doc/ri/Dictionary/reverse%21-i.yaml +10 -0
- data/doc/ri/Dictionary/reverse-i.yaml +10 -0
- data/doc/ri/Dictionary/select-i.yaml +10 -0
- data/doc/ri/Dictionary/shift-i.yaml +10 -0
- data/doc/ri/Dictionary/size-i.yaml +12 -0
- data/doc/ri/Dictionary/store-i.yaml +10 -0
- data/doc/ri/Dictionary/to_a-i.yaml +10 -0
- data/doc/ri/Dictionary/to_h-i.yaml +10 -0
- data/doc/ri/Dictionary/to_hash-i.yaml +10 -0
- data/doc/ri/Dictionary/to_s-i.yaml +10 -0
- data/doc/ri/Dictionary/unshift-i.yaml +10 -0
- data/doc/ri/Dictionary/update-i.yaml +11 -0
- data/doc/ri/Dictionary/values-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/%3c%3c-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/%3d%3d%3d-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/%3d%7e-i.yaml +13 -0
- data/doc/ri/DictionaryMatcher/MatchData/cdesc-MatchData.yaml +18 -0
- data/doc/ri/DictionaryMatcher/MatchData/inspect-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/add-i.yaml +13 -0
- data/doc/ri/DictionaryMatcher/cdesc-DictionaryMatcher.yaml +38 -0
- data/doc/ri/DictionaryMatcher/compute_failure_function-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/include%3f-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/inspect-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/internal_match-i.yaml +10 -0
- data/doc/ri/DictionaryMatcher/match-i.yaml +12 -0
- data/doc/ri/DictionaryMatcher/new-c.yaml +12 -0
- data/doc/ri/DictionaryMatcher/scan-i.yaml +12 -0
- data/doc/ri/Dir/ascend-c.yaml +18 -0
- data/doc/ri/Dir/cdesc-Dir.yaml +28 -0
- data/doc/ri/Dir/descend-c.yaml +18 -0
- data/doc/ri/Dir/ls_r-c.yaml +12 -0
- data/doc/ri/Dir/multiglob-c.yaml +30 -0
- data/doc/ri/Dir/multiglob_r-c.yaml +22 -0
- data/doc/ri/Dir/parent%3f-c.yaml +14 -0
- data/doc/ri/Dir/recurse-c.yaml +14 -0
- data/doc/ri/Downloader/Checksum/cdesc-Checksum.yaml +17 -0
- data/doc/ri/Downloader/Mirror/cdesc-Mirror.yaml +15 -0
- data/doc/ri/Downloader/add_mirror-i.yaml +10 -0
- data/doc/ri/Downloader/add_mirrors-i.yaml +10 -0
- data/doc/ri/Downloader/cdesc-Downloader.yaml +49 -0
- data/doc/ri/Downloader/compute_checksum-i.yaml +12 -0
- data/doc/ri/Downloader/download-i.yaml +14 -0
- data/doc/ri/Downloader/extract-i.yaml +12 -0
- data/doc/ri/Downloader/fetch-i.yaml +12 -0
- data/doc/ri/Downloader/interface%3d-i.yaml +10 -0
- data/doc/ri/Downloader/interface-i.yaml +12 -0
- data/doc/ri/Downloader/mirrors-i.yaml +10 -0
- data/doc/ri/Downloader/monitored_download-i.yaml +12 -0
- data/doc/ri/Downloader/new-c.yaml +10 -0
- data/doc/ri/Downloader/prioritize_urls-i.yaml +12 -0
- data/doc/ri/Duration/%2a-i.yaml +16 -0
- data/doc/ri/Duration/%2b-i.yaml +16 -0
- data/doc/ri/Duration/%2d-i.yaml +16 -0
- data/doc/ri/Duration/%2f-i.yaml +16 -0
- data/doc/ri/Duration/%3c%3d%3e-i.yaml +16 -0
- data/doc/ri/Duration/cdesc-Duration.yaml +93 -0
- data/doc/ri/Duration/days%3d-i.yaml +16 -0
- data/doc/ri/Duration/each-i.yaml +20 -0
- data/doc/ri/Duration/hours%3d-i.yaml +16 -0
- data/doc/ri/Duration/inspect-i.yaml +16 -0
- data/doc/ri/Duration/minutes%3d-i.yaml +16 -0
- data/doc/ri/Duration/new-c.yaml +16 -0
- data/doc/ri/Duration/seconds%3d-i.yaml +16 -0
- data/doc/ri/Duration/seconds-i.yaml +16 -0
- data/doc/ri/Duration/strftime-i.yaml +20 -0
- data/doc/ri/Duration/to_s-i.yaml +16 -0
- data/doc/ri/Duration/weeks%3d-i.yaml +16 -0
- data/doc/ri/Enumerable/Elementor/cdesc-Elementor.yaml +26 -0
- data/doc/ri/Enumerable/Elementor/instance_delegate-i.yaml +10 -0
- data/doc/ri/Enumerable/Elementor/instance_operator-i.yaml +10 -0
- data/doc/ri/Enumerable/Elementor/method_missing-i.yaml +10 -0
- data/doc/ri/Enumerable/Elementor/new-c.yaml +10 -0
- data/doc/ri/Enumerable/Enumerator/cdesc-Enumerator.yaml +16 -0
- data/doc/ri/Enumerable/Enumerator/to_elem-i.yaml +12 -0
- data/doc/ri/Enumerable/accumulate-i.yaml +18 -0
- data/doc/ri/Enumerable/cdesc-Enumerable.yaml +94 -0
- data/doc/ri/Enumerable/cluster_by-i.yaml +18 -0
- data/doc/ri/Enumerable/collect_with_index-i.yaml +15 -0
- data/doc/ri/Enumerable/commonality-i.yaml +14 -0
- data/doc/ri/Enumerable/compact_collect-i.yaml +12 -0
- data/doc/ri/Enumerable/compact_map-i.yaml +23 -0
- data/doc/ri/Enumerable/count-i.yaml +18 -0
- data/doc/ri/Enumerable/divide-i.yaml +14 -0
- data/doc/ri/Enumerable/duplicates-i.yaml +12 -0
- data/doc/ri/Enumerable/each_by-i.yaml +18 -0
- data/doc/ri/Enumerable/elements%21-i.yaml +12 -0
- data/doc/ri/Enumerable/elements-i.yaml +12 -0
- data/doc/ri/Enumerable/elementwise-i.yaml +15 -0
- data/doc/ri/Enumerable/entropy-i.yaml +14 -0
- data/doc/ri/Enumerable/every%21-i.yaml +13 -0
- data/doc/ri/Enumerable/every-i.yaml +15 -0
- data/doc/ri/Enumerable/ewise-i.yaml +12 -0
- data/doc/ri/Enumerable/frequency-i.yaml +14 -0
- data/doc/ri/Enumerable/graph-i.yaml +12 -0
- data/doc/ri/Enumerable/group_by-i.yaml +14 -0
- data/doc/ri/Enumerable/ideal_entropy-i.yaml +14 -0
- data/doc/ri/Enumerable/inject%21-i.yaml +20 -0
- data/doc/ri/Enumerable/map_send-i.yaml +14 -0
- data/doc/ri/Enumerable/map_with_index-i.yaml +12 -0
- data/doc/ri/Enumerable/mash-i.yaml +19 -0
- data/doc/ri/Enumerable/mode-i.yaml +14 -0
- data/doc/ri/Enumerable/modulate-i.yaml +18 -0
- data/doc/ri/Enumerable/none%3f-i.yaml +16 -0
- data/doc/ri/Enumerable/nonuniq-i.yaml +15 -0
- data/doc/ri/Enumerable/occur-i.yaml +14 -0
- data/doc/ri/Enumerable/one%3f-i.yaml +16 -0
- data/doc/ri/Enumerable/per-i.yaml +10 -0
- data/doc/ri/Enumerable/probability-i.yaml +14 -0
- data/doc/ri/Enumerable/split-i.yaml +16 -0
- data/doc/ri/Enumerable/sum-i.yaml +14 -0
- data/doc/ri/Enumerable/threaded_map-i.yaml +14 -0
- data/doc/ri/Enumerable/threaded_map_send-i.yaml +14 -0
- data/doc/ri/Enumerable/to_elem-i.yaml +12 -0
- data/doc/ri/Enumerable/to_h-i.yaml +14 -0
- data/doc/ri/Enumerable/uniq_by-i.yaml +18 -0
- data/doc/ri/EnumerablePass/cdesc-EnumerablePass.yaml +28 -0
- data/doc/ri/EnumerablePass/detect-i.yaml +12 -0
- data/doc/ri/EnumerablePass/find-i.yaml +15 -0
- data/doc/ri/EnumerablePass/wrap_enumerable_method-c.yaml +10 -0
- data/doc/ri/Equatable/%3d%3d-i.yaml +10 -0
- data/doc/ri/Equatable/cdesc-Equatable.yaml +34 -0
- data/doc/ri/Equatable/eql%3f-i.yaml +10 -0
- data/doc/ri/Equatable/hash-i.yaml +10 -0
- data/doc/ri/Equatable/identify-c.yaml +10 -0
- data/doc/ri/EventHook/call-i.yaml +10 -0
- data/doc/ri/EventHook/cdesc-EventHook.yaml +31 -0
- data/doc/ri/EventHook/new-c.yaml +10 -0
- data/doc/ri/Exception/cdesc-Exception.yaml +17 -0
- data/doc/ri/Exception/detail-i.yaml +18 -0
- data/doc/ri/Exception/suppress-c.yaml +14 -0
- data/doc/ri/Expirable/cdesc-Expirable.yaml +30 -0
- data/doc/ri/Expirable/expired%3f-i.yaml +12 -0
- data/doc/ri/Expirable/expires_after-i.yaml +12 -0
- data/doc/ri/Expirable/expires_spread-i.yaml +12 -0
- data/doc/ri/Expirable/touch%21-i.yaml +12 -0
- data/doc/ri/FalseClass/cdesc-FalseClass.yaml +15 -0
- data/doc/ri/File/append-c.yaml +14 -0
- data/doc/ri/File/cdesc-File.yaml +38 -0
- data/doc/ri/File/create-c.yaml +14 -0
- data/doc/ri/File/null-c.yaml +14 -0
- data/doc/ri/File/read_binary-c.yaml +14 -0
- data/doc/ri/File/read_list-c.yaml +14 -0
- data/doc/ri/File/rewrite%21-c.yaml +14 -0
- data/doc/ri/File/rewrite-c.yaml +24 -0
- data/doc/ri/File/rootname-c.yaml +14 -0
- data/doc/ri/File/sanitize-c.yaml +14 -0
- data/doc/ri/File/write-c.yaml +16 -0
- data/doc/ri/File/writelines-c.yaml +18 -0
- data/doc/ri/File/yaml%3f-c.yaml +14 -0
- data/doc/ri/FileList/%2a-i.yaml +12 -0
- data/doc/ri/FileList/%3d%3d-i.yaml +12 -0
- data/doc/ri/FileList/%5b%5d-c.yaml +14 -0
- data/doc/ri/FileList/add-i.yaml +12 -0
- data/doc/ri/FileList/add_matching-i.yaml +12 -0
- data/doc/ri/FileList/calculate_exclude_regexp-i.yaml +10 -0
- data/doc/ri/FileList/cdesc-FileList.yaml +111 -0
- data/doc/ri/FileList/clear_exclude-i.yaml +12 -0
- data/doc/ri/FileList/clear_ignore_patterns-c.yaml +12 -0
- data/doc/ri/FileList/clone-i.yaml +13 -0
- data/doc/ri/FileList/dup-i.yaml +12 -0
- data/doc/ri/FileList/egrep-i.yaml +12 -0
- data/doc/ri/FileList/exclude%3f-i.yaml +12 -0
- data/doc/ri/FileList/exclude-i.yaml +26 -0
- data/doc/ri/FileList/ext-i.yaml +18 -0
- data/doc/ri/FileList/gsub%21-i.yaml +12 -0
- data/doc/ri/FileList/gsub-i.yaml +16 -0
- data/doc/ri/FileList/import-i.yaml +10 -0
- data/doc/ri/FileList/include-i.yaml +17 -0
- data/doc/ri/FileList/new-c.yaml +16 -0
- data/doc/ri/FileList/resolve-i.yaml +12 -0
- data/doc/ri/FileList/resolve_add-i.yaml +10 -0
- data/doc/ri/FileList/resolve_exclude-i.yaml +10 -0
- data/doc/ri/FileList/select_default_ignore_patterns-c.yaml +35 -0
- data/doc/ri/FileList/sub%21-i.yaml +12 -0
- data/doc/ri/FileList/sub-i.yaml +16 -0
- data/doc/ri/FileList/to_a-i.yaml +12 -0
- data/doc/ri/FileList/to_ary-i.yaml +12 -0
- data/doc/ri/FileList/to_s-i.yaml +12 -0
- data/doc/ri/FileShell/%5b%5d-i.yaml +12 -0
- data/doc/ri/FileShell/cd-i.yaml +15 -0
- data/doc/ri/FileShell/cdesc-FileShell.yaml +83 -0
- data/doc/ri/FileShell/chdir-i.yaml +12 -0
- data/doc/ri/FileShell/chmod-i.yaml +12 -0
- data/doc/ri/FileShell/chmod_R-i.yaml +12 -0
- data/doc/ri/FileShell/chown-i.yaml +12 -0
- data/doc/ri/FileShell/chown_R-i.yaml +12 -0
- data/doc/ri/FileShell/cp-i.yaml +12 -0
- data/doc/ri/FileShell/cp_r-i.yaml +12 -0
- data/doc/ri/FileShell/dryrun%3f-i.yaml +10 -0
- data/doc/ri/FileShell/fu-i.yaml +11 -0
- data/doc/ri/FileShell/install-i.yaml +12 -0
- data/doc/ri/FileShell/ln-i.yaml +12 -0
- data/doc/ri/FileShell/ln_s-i.yaml +12 -0
- data/doc/ri/FileShell/ln_sf-i.yaml +12 -0
- data/doc/ri/FileShell/ls-i.yaml +12 -0
- data/doc/ri/FileShell/mkdir-i.yaml +12 -0
- data/doc/ri/FileShell/mkdir_p-i.yaml +12 -0
- data/doc/ri/FileShell/move-i.yaml +12 -0
- data/doc/ri/FileShell/mv-i.yaml +13 -0
- data/doc/ri/FileShell/new-c.yaml +10 -0
- data/doc/ri/FileShell/pwd-i.yaml +12 -0
- data/doc/ri/FileShell/quiet%3f-i.yaml +10 -0
- data/doc/ri/FileShell/rm-i.yaml +12 -0
- data/doc/ri/FileShell/rm_r-i.yaml +12 -0
- data/doc/ri/FileShell/rm_rf-i.yaml +12 -0
- data/doc/ri/FileShell/rmdir-i.yaml +12 -0
- data/doc/ri/FileShell/root%3f-i.yaml +12 -0
- data/doc/ri/FileShell/touch-i.yaml +12 -0
- data/doc/ri/FileShell/verbose%3f-i.yaml +10 -0
- data/doc/ri/FileTest/cdesc-FileTest.yaml +16 -0
- data/doc/ri/FileTest/root%3f-i.yaml +14 -0
- data/doc/ri/FileUtils/cdesc-FileUtils.yaml +39 -0
- data/doc/ri/FileUtils/head-i.yaml +14 -0
- data/doc/ri/FileUtils/safe_ln-i.yaml +14 -0
- data/doc/ri/FileUtils/slice-i.yaml +16 -0
- data/doc/ri/FileUtils/tail-i.yaml +16 -0
- data/doc/ri/FileUtils/wc-i.yaml +18 -0
- data/doc/ri/FileUtils/whereis-i.yaml +10 -0
- data/doc/ri/FileUtils/which-i.yaml +16 -0
- data/doc/ri/Fileable/DSL/cdesc-DSL.yaml +31 -0
- data/doc/ri/Fileable/DSL/file-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/filename-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/included-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/load-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/load_cache-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/locate-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/lookup-i.yaml +12 -0
- data/doc/ri/Fileable/DSL/open-i.yaml +12 -0
- data/doc/ri/Fileable/cdesc-Fileable.yaml +30 -0
- data/doc/ri/Fileable/included-c.yaml +12 -0
- data/doc/ri/Fileable/new-c.yaml +12 -0
- data/doc/ri/Fileable/read-i.yaml +12 -0
- data/doc/ri/Float/cdesc-Float.yaml +17 -0
- data/doc/ri/Friend/cdesc-Friend.yaml +27 -0
- data/doc/ri/Friend/new-c.yaml +10 -0
- data/doc/ri/Functor/cdesc-Functor.yaml +23 -0
- data/doc/ri/Functor/method_missing-i.yaml +12 -0
- data/doc/ri/Functor/new-c.yaml +10 -0
- data/doc/ri/Functor/to_proc-i.yaml +10 -0
- data/doc/ri/GetoptLong/DSL/cdesc-DSL.yaml +30 -0
- data/doc/ri/GetoptLong/DSL/flag-i.yaml +10 -0
- data/doc/ri/GetoptLong/DSL/new-c.yaml +10 -0
- data/doc/ri/GetoptLong/DSL/optional-i.yaml +11 -0
- data/doc/ri/GetoptLong/DSL/opts-i.yaml +12 -0
- data/doc/ri/GetoptLong/DSL/reqs-i.yaml +12 -0
- data/doc/ri/GetoptLong/DSL/required-i.yaml +11 -0
- data/doc/ri/GetoptLong/cdesc-GetoptLong.yaml +16 -0
- data/doc/ri/GetoptLong/new-c.yaml +10 -0
- data/doc/ri/Hash/cdesc-Hash.yaml +15 -0
- data/doc/ri/Hash2Xml/cdesc-Hash2Xml.yaml +21 -0
- data/doc/ri/Hash2Xml/convert-i.yaml +10 -0
- data/doc/ri/Hash2Xml/convert_body-i.yaml +11 -0
- data/doc/ri/Hash2Xml/convert_tag-i.yaml +11 -0
- data/doc/ri/HtmlFilter/balance_html-i.yaml +11 -0
- data/doc/ri/HtmlFilter/cdesc-HtmlFilter.yaml +149 -0
- data/doc/ri/HtmlFilter/check_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/check_tags-i.yaml +11 -0
- data/doc/ri/HtmlFilter/decode_dec_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/decode_entities-i.yaml +12 -0
- data/doc/ri/HtmlFilter/decode_hex_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/decode_num_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/escape_comments-i.yaml +11 -0
- data/doc/ri/HtmlFilter/escape_special_chars-i.yaml +12 -0
- data/doc/ri/HtmlFilter/filter-i.yaml +12 -0
- data/doc/ri/HtmlFilter/fix_case-i.yaml +11 -0
- data/doc/ri/HtmlFilter/fix_case_inner-i.yaml +11 -0
- data/doc/ri/HtmlFilter/is_valid_entity-i.yaml +11 -0
- data/doc/ri/HtmlFilter/new-c.yaml +12 -0
- data/doc/ri/HtmlFilter/process_param_protocol-i.yaml +11 -0
- data/doc/ri/HtmlFilter/process_remove_blanks-i.yaml +11 -0
- data/doc/ri/HtmlFilter/process_tag-i.yaml +11 -0
- data/doc/ri/HtmlFilter/strip_single-i.yaml +11 -0
- data/doc/ri/HtmlFilter/validate_entities-i.yaml +11 -0
- data/doc/ri/IORedirect/cdesc-IORedirect.yaml +28 -0
- data/doc/ri/IORedirect/new-c.yaml +12 -0
- data/doc/ri/IORedirect/redirect-c.yaml +12 -0
- data/doc/ri/IORedirect/start-i.yaml +12 -0
- data/doc/ri/IORedirect/stop-i.yaml +12 -0
- data/doc/ri/Indexable/body-i.yaml +14 -0
- data/doc/ri/Indexable/cdesc-Indexable.yaml +55 -0
- data/doc/ri/Indexable/ends-i.yaml +16 -0
- data/doc/ri/Indexable/first%21-i.yaml +14 -0
- data/doc/ri/Indexable/first%3d-i.yaml +14 -0
- data/doc/ri/Indexable/first-i.yaml +14 -0
- data/doc/ri/Indexable/foot-i.yaml +14 -0
- data/doc/ri/Indexable/head-i.yaml +14 -0
- data/doc/ri/Indexable/index_of-i.yaml +16 -0
- data/doc/ri/Indexable/last%21-i.yaml +14 -0
- data/doc/ri/Indexable/last%3d-i.yaml +14 -0
- data/doc/ri/Indexable/last-i.yaml +14 -0
- data/doc/ri/Indexable/mid-i.yaml +16 -0
- data/doc/ri/Indexable/middle-i.yaml +16 -0
- data/doc/ri/Indexable/pos-i.yaml +14 -0
- data/doc/ri/Indexable/range-i.yaml +14 -0
- data/doc/ri/Indexable/tail-i.yaml +14 -0
- data/doc/ri/Indexable/thru-i.yaml +14 -0
- data/doc/ri/InfinityClass/%2b%40-i.yaml +12 -0
- data/doc/ri/InfinityClass/%2d%40-i.yaml +12 -0
- data/doc/ri/InfinityClass/%3c%3d%3e-i.yaml +12 -0
- data/doc/ri/InfinityClass/%3d%3d-i.yaml +12 -0
- data/doc/ri/InfinityClass/Numeric/cdesc-Numeric.yaml +27 -0
- data/doc/ri/InfinityClass/Numeric/finite%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/Numeric/inf%3f-i.yaml +12 -0
- data/doc/ri/InfinityClass/Numeric/infinite%3f-i.yaml +11 -0
- data/doc/ri/InfinityClass/Numeric/nan%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/Numeric/neginf%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/Numeric/posinf%3f-i.yaml +10 -0
- data/doc/ri/InfinityClass/cdesc-InfinityClass.yaml +75 -0
- data/doc/ri/InfinityClass/coerce-i.yaml +12 -0
- data/doc/ri/InfinityClass/new-c.yaml +10 -0
- data/doc/ri/InfinityClass/times-i.yaml +12 -0
- data/doc/ri/InfinityClass/to_f-i.yaml +12 -0
- data/doc/ri/InfinityClass/to_s-i.yaml +11 -0
- data/doc/ri/Ini/%5b%5d%3d-i.yaml +12 -0
- data/doc/ri/Ini/%5b%5d-i.yaml +12 -0
- data/doc/ri/Ini/cdesc-Ini.yaml +51 -0
- data/doc/ri/Ini/new-c.yaml +16 -0
- data/doc/ri/Ini/read_comment_from_file-c.yaml +16 -0
- data/doc/ri/Ini/read_from_file-c.yaml +16 -0
- data/doc/ri/Ini/restore-i.yaml +12 -0
- data/doc/ri/Ini/to_s-c.yaml +16 -0
- data/doc/ri/Ini/update-i.yaml +12 -0
- data/doc/ri/Ini/write_to_file-c.yaml +16 -0
- data/doc/ri/InstanceVariables/%3c%3c-i.yaml +10 -0
- data/doc/ri/InstanceVariables/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/InstanceVariables/%5b%5d-i.yaml +10 -0
- data/doc/ri/InstanceVariables/atize-i.yaml +10 -0
- data/doc/ri/InstanceVariables/cdesc-InstanceVariables.yaml +38 -0
- data/doc/ri/InstanceVariables/each-i.yaml +10 -0
- data/doc/ri/InstanceVariables/instance_delegate-i.yaml +10 -0
- data/doc/ri/InstanceVariables/keys-i.yaml +10 -0
- data/doc/ri/InstanceVariables/names-i.yaml +10 -0
- data/doc/ri/InstanceVariables/new-c.yaml +10 -0
- data/doc/ri/InstanceVariables/to_hash-i.yaml +10 -0
- data/doc/ri/InstanceVariables/update-i.yaml +10 -0
- data/doc/ri/InstanceVariables/values-i.yaml +10 -0
- data/doc/ri/Instantiable/append_features-c.yaml +10 -0
- data/doc/ri/Instantiable/cdesc-Instantiable.yaml +24 -0
- data/doc/ri/Instantiable/new-i.yaml +12 -0
- data/doc/ri/Instantise/append_features-c.yaml +10 -0
- data/doc/ri/Instantise/cdesc-Instantise.yaml +29 -0
- data/doc/ri/Instantise/singleton_method_added-i.yaml +10 -0
- data/doc/ri/Integer/cdesc-Integer.yaml +15 -0
- data/doc/ri/Interval/%2b%40-i.yaml +12 -0
- data/doc/ri/Interval/%2d%40-i.yaml +10 -0
- data/doc/ri/Interval/%3d%3d%3d-i.yaml +12 -0
- data/doc/ri/Interval/%5b%5d-c.yaml +10 -0
- data/doc/ri/Interval/%7e-i.yaml +10 -0
- data/doc/ri/Interval/begin-i.yaml +12 -0
- data/doc/ri/Interval/cdesc-Interval.yaml +97 -0
- data/doc/ri/Interval/closed-i.yaml +12 -0
- data/doc/ri/Interval/degenerate%3f-i.yaml +12 -0
- data/doc/ri/Interval/direction-i.yaml +14 -0
- data/doc/ri/Interval/distance-i.yaml +15 -0
- data/doc/ri/Interval/each-i.yaml +15 -0
- data/doc/ri/Interval/end-i.yaml +12 -0
- data/doc/ri/Interval/eql%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_begin%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_end%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_first%3f-i.yaml +12 -0
- data/doc/ri/Interval/exclude_last%3f-i.yaml +11 -0
- data/doc/ri/Interval/first-i.yaml +13 -0
- data/doc/ri/Interval/first_closed-i.yaml +12 -0
- data/doc/ri/Interval/first_opened-i.yaml +10 -0
- data/doc/ri/Interval/half_closed-i.yaml +12 -0
- data/doc/ri/Interval/include%3f-i.yaml +15 -0
- data/doc/ri/Interval/last-i.yaml +11 -0
- data/doc/ri/Interval/last_closed-i.yaml +10 -0
- data/doc/ri/Interval/last_opened-i.yaml +10 -0
- data/doc/ri/Interval/length-i.yaml +12 -0
- data/doc/ri/Interval/max-i.yaml +12 -0
- data/doc/ri/Interval/member%3f-i.yaml +12 -0
- data/doc/ri/Interval/min-i.yaml +12 -0
- data/doc/ri/Interval/new-c.yaml +10 -0
- data/doc/ri/Interval/null%3f-i.yaml +12 -0
- data/doc/ri/Interval/opened-i.yaml +12 -0
- data/doc/ri/Interval/reversed-i.yaml +14 -0
- data/doc/ri/Interval/sentinels-i.yaml +14 -0
- data/doc/ri/Interval/size-i.yaml +12 -0
- data/doc/ri/Interval/step-i.yaml +12 -0
- data/doc/ri/It/cdesc-It.yaml +39 -0
- data/doc/ri/It/first%3f-i.yaml +10 -0
- data/doc/ri/It/last%3f-i.yaml +10 -0
- data/doc/ri/It/new-c.yaml +10 -0
- data/doc/ri/It/next_iteration-i.yaml +10 -0
- data/doc/ri/Kernel/cdesc-Kernel.yaml +16 -0
- data/doc/ri/LRUCache/%5b%5d%3d-i.yaml +12 -0
- data/doc/ri/LRUCache/%5b%5d-i.yaml +12 -0
- data/doc/ri/LRUCache/Item/cdesc-Item.yaml +28 -0
- data/doc/ri/LRUCache/Sentinel/cdesc-Sentinel.yaml +18 -0
- data/doc/ri/LRUCache/cdesc-LRUCache.yaml +65 -0
- data/doc/ri/LRUCache/clear-i.yaml +12 -0
- data/doc/ri/LRUCache/delete-i.yaml +12 -0
- data/doc/ri/LRUCache/first-i.yaml +12 -0
- data/doc/ri/LRUCache/last-i.yaml +13 -0
- data/doc/ri/LRUCache/lru-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_append-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_clear-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_delete-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_insert-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_join-i.yaml +12 -0
- data/doc/ri/LRUCache/lru_touch-i.yaml +12 -0
- data/doc/ri/LRUCache/new-c.yaml +10 -0
- data/doc/ri/Lazy/DivergenceError/cdesc-DivergenceError.yaml +17 -0
- data/doc/ri/Lazy/Future/cdesc-Future.yaml +20 -0
- data/doc/ri/Lazy/LazyException/cdesc-LazyException.yaml +19 -0
- data/doc/ri/Lazy/Promise/cdesc-Promise.yaml +25 -0
- data/doc/ri/Lazy/PromiseSafe/cdesc-PromiseSafe.yaml +20 -0
- data/doc/ri/Lazy/cdesc-Lazy.yaml +20 -0
- data/doc/ri/LinkedList/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/LinkedList/%5b%5d-i.yaml +10 -0
- data/doc/ri/LinkedList/Node/cdesc-Node.yaml +33 -0
- data/doc/ri/LinkedList/Node/new-c.yaml +10 -0
- data/doc/ri/LinkedList/cdesc-LinkedList.yaml +57 -0
- data/doc/ri/LinkedList/delete-i.yaml +10 -0
- data/doc/ri/LinkedList/each-i.yaml +10 -0
- data/doc/ri/LinkedList/empty%3f-i.yaml +10 -0
- data/doc/ri/LinkedList/first-i.yaml +10 -0
- data/doc/ri/LinkedList/last-i.yaml +10 -0
- data/doc/ri/LinkedList/length-i.yaml +10 -0
- data/doc/ri/LinkedList/new-c.yaml +10 -0
- data/doc/ri/LinkedList/node_delete-i.yaml +10 -0
- data/doc/ri/LinkedList/node_join-i.yaml +10 -0
- data/doc/ri/LinkedList/node_purge-i.yaml +10 -0
- data/doc/ri/LinkedList/pop-i.yaml +10 -0
- data/doc/ri/LinkedList/push-i.yaml +10 -0
- data/doc/ri/LinkedList/queue-i.yaml +10 -0
- data/doc/ri/LinkedList/shift-i.yaml +10 -0
- data/doc/ri/LinkedList/to_a-i.yaml +10 -0
- data/doc/ri/LinkedList/unshift-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/cdesc-Ansicolor.yaml +36 -0
- data/doc/ri/Logger/Ansicolor/debug-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/debug_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/error-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/error_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/fatal-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/fatal_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/info-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/info_with_color-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/warn-i.yaml +10 -0
- data/doc/ri/Logger/Ansicolor/warn_with_color-i.yaml +10 -0
- data/doc/ri/Logger/LogDevice/ansicolor%3f-i.yaml +10 -0
- data/doc/ri/Logger/LogDevice/cdesc-LogDevice.yaml +19 -0
- data/doc/ri/Logger/ansicolor%3d-i.yaml +10 -0
- data/doc/ri/Logger/cdesc-Logger.yaml +44 -0
- data/doc/ri/Logger/format_procedure-i.yaml +10 -0
- data/doc/ri/Logger/setup_format-i.yaml +21 -0
- data/doc/ri/MatchData/cdesc-MatchData.yaml +20 -0
- data/doc/ri/MatchData/match-i.yaml +14 -0
- data/doc/ri/MatchData/matchset-i.yaml +14 -0
- data/doc/ri/MatchData/matchtree-i.yaml +14 -0
- data/doc/ri/Method/cdesc-Method.yaml +15 -0
- data/doc/ri/MissingArgument/cdesc-MissingArgument.yaml +17 -0
- data/doc/ri/Module/%2a-i.yaml +14 -0
- data/doc/ri/Module/%2b-i.yaml +22 -0
- data/doc/ri/Module/%2d-i.yaml +14 -0
- data/doc/ri/Module/CloneExtensions/cdesc-CloneExtensions.yaml +20 -0
- data/doc/ri/Module/CloneExtensions/clone_removing-i.yaml +14 -0
- data/doc/ri/Module/CloneExtensions/clone_renaming-i.yaml +14 -0
- data/doc/ri/Module/CloneExtensions/clone_using-i.yaml +14 -0
- data/doc/ri/Module/Comparable-i.yaml +18 -0
- data/doc/ri/Module/Equatable-i.yaml +18 -0
- data/doc/ri/Module/abstract-i.yaml +14 -0
- data/doc/ri/Module/alias_accessor%21-i.yaml +17 -0
- data/doc/ri/Module/alias_accessor-i.yaml +14 -0
- data/doc/ri/Module/alias_method_chain-i.yaml +32 -0
- data/doc/ri/Module/alias_module_function-i.yaml +14 -0
- data/doc/ri/Module/alias_reader%21-i.yaml +17 -0
- data/doc/ri/Module/alias_reader%3f-i.yaml +12 -0
- data/doc/ri/Module/alias_reader-i.yaml +12 -0
- data/doc/ri/Module/alias_setter-i.yaml +14 -0
- data/doc/ri/Module/alias_switcher-i.yaml +12 -0
- data/doc/ri/Module/alias_tester-i.yaml +12 -0
- data/doc/ri/Module/alias_toggler-i.yaml +12 -0
- data/doc/ri/Module/alias_validator-i.yaml +12 -0
- data/doc/ri/Module/alias_writer%21-i.yaml +14 -0
- data/doc/ri/Module/alias_writer-i.yaml +12 -0
- data/doc/ri/Module/all_instance_methods-i.yaml +18 -0
- data/doc/ri/Module/ancestor%3f-i.yaml +14 -0
- data/doc/ri/Module/ann%21-i.yaml +12 -0
- data/doc/ri/Module/ann-i.yaml +12 -0
- data/doc/ri/Module/annotations-i.yaml +10 -0
- data/doc/ri/Module/append_features-c.yaml +10 -0
- data/doc/ri/Module/append_features-i.yaml +10 -0
- data/doc/ri/Module/append_features_without_class_extension-i.yaml +12 -0
- data/doc/ri/Module/attr-i.yaml +10 -0
- data/doc/ri/Module/attr_accessor%21-i.yaml +21 -0
- data/doc/ri/Module/attr_reader%21-i.yaml +21 -0
- data/doc/ri/Module/attr_reader%3f-i.yaml +12 -0
- data/doc/ri/Module/attr_setter-i.yaml +18 -0
- data/doc/ri/Module/attr_switcher-i.yaml +12 -0
- data/doc/ri/Module/attr_tester-i.yaml +12 -0
- data/doc/ri/Module/attr_toggler-i.yaml +12 -0
- data/doc/ri/Module/attr_validator-i.yaml +14 -0
- data/doc/ri/Module/attr_writer%21-i.yaml +18 -0
- data/doc/ri/Module/basename-i.yaml +18 -0
- data/doc/ri/Module/cdesc-Module.yaml +191 -0
- data/doc/ri/Module/class_def-i.yaml +14 -0
- data/doc/ri/Module/class_extension-i.yaml +17 -0
- data/doc/ri/Module/class_inherit-i.yaml +12 -0
- data/doc/ri/Module/class_load-i.yaml +12 -0
- data/doc/ri/Module/class_methods-i.yaml +11 -0
- data/doc/ri/Module/class_require-i.yaml +12 -0
- data/doc/ri/Module/classified_attributes-i.yaml +14 -0
- data/doc/ri/Module/conflict%3f-i.yaml +14 -0
- data/doc/ri/Module/define_dependency-i.yaml +11 -0
- data/doc/ri/Module/depend-i.yaml +11 -0
- data/doc/ri/Module/dependencies-i.yaml +12 -0
- data/doc/ri/Module/heritage-i.yaml +10 -0
- data/doc/ri/Module/include_as-i.yaml +14 -0
- data/doc/ri/Module/include_function_module-i.yaml +14 -0
- data/doc/ri/Module/instance_method%21-i.yaml +16 -0
- data/doc/ri/Module/instance_method_defined%3f-i.yaml +14 -0
- data/doc/ri/Module/integrate-i.yaml +20 -0
- data/doc/ri/Module/is%3f-i.yaml +14 -0
- data/doc/ri/Module/is-i.yaml +12 -0
- data/doc/ri/Module/memoize-i.yaml +14 -0
- data/doc/ri/Module/method_overloads-i.yaml +10 -0
- data/doc/ri/Module/method_space-i.yaml +14 -0
- data/doc/ri/Module/mixin_parameters-i.yaml +17 -0
- data/doc/ri/Module/mixin_params-i.yaml +12 -0
- data/doc/ri/Module/modspace-i.yaml +18 -0
- data/doc/ri/Module/module_load-i.yaml +15 -0
- data/doc/ri/Module/module_method_defined%3f-i.yaml +12 -0
- data/doc/ri/Module/module_require-i.yaml +15 -0
- data/doc/ri/Module/nesting-i.yaml +14 -0
- data/doc/ri/Module/overload-i.yaml +14 -0
- data/doc/ri/Module/pathize-i.yaml +16 -0
- data/doc/ri/Module/prepend-i.yaml +14 -0
- data/doc/ri/Module/private_conflict%3f-i.yaml +12 -0
- data/doc/ri/Module/protected_conflict%3f-i.yaml +12 -0
- data/doc/ri/Module/public_conflict%3f-i.yaml +12 -0
- data/doc/ri/Module/redef-i.yaml +12 -0
- data/doc/ri/Module/redefine_method-i.yaml +17 -0
- data/doc/ri/Module/redirect-i.yaml +12 -0
- data/doc/ri/Module/redirect_method-i.yaml +19 -0
- data/doc/ri/Module/rename-i.yaml +12 -0
- data/doc/ri/Module/rename_method-i.yaml +15 -0
- data/doc/ri/Module/revisal-i.yaml +12 -0
- data/doc/ri/Module/revise-i.yaml +15 -0
- data/doc/ri/Module/setting-i.yaml +21 -0
- data/doc/ri/Module/singleton_method_defined%3f-i.yaml +15 -0
- data/doc/ri/Module/spacename-i.yaml +20 -0
- data/doc/ri/Module/wrap-i.yaml +12 -0
- data/doc/ri/Module/wrap_method-i.yaml +19 -0
- data/doc/ri/Multiton/Inclusive/cdesc-Inclusive.yaml +18 -0
- data/doc/ri/Multiton/Inclusive/included-i.yaml +10 -0
- data/doc/ri/Multiton/InstanceMutex/cdesc-InstanceMutex.yaml +17 -0
- data/doc/ri/Multiton/MetaMethods/_load-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/cdesc-MetaMethods.yaml +34 -0
- data/doc/ri/Multiton/MetaMethods/initialized%3f-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/instance-i.yaml +11 -0
- data/doc/ri/Multiton/MetaMethods/multiton_id-i.yaml +12 -0
- data/doc/ri/Multiton/MetaMethods/multiton_instance-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/multiton_mutex-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/new-i.yaml +12 -0
- data/doc/ri/Multiton/MetaMethods/reinitialize-i.yaml +10 -0
- data/doc/ri/Multiton/MetaMethods/singleton_method_added-i.yaml +10 -0
- data/doc/ri/Multiton/_dump-i.yaml +12 -0
- data/doc/ri/Multiton/cdesc-Multiton.yaml +40 -0
- data/doc/ri/Multiton/clone-i.yaml +12 -0
- data/doc/ri/Multiton/dup-i.yaml +10 -0
- data/doc/ri/NackClass/cdesc-NackClass.yaml +20 -0
- data/doc/ri/Net/SMTP/cdesc-SMTP.yaml +25 -0
- data/doc/ri/Net/SMTP/do_helo-i.yaml +10 -0
- data/doc/ri/Net/SMTP/do_tls_start-i.yaml +10 -0
- data/doc/ri/Net/SMTP/quit-i.yaml +10 -0
- data/doc/ri/Net/SMTP/start-c.yaml +10 -0
- data/doc/ri/Net/SMTP/start-i.yaml +10 -0
- data/doc/ri/Net/SMTP/starttls-i.yaml +10 -0
- data/doc/ri/Net/cdesc-Net.yaml +15 -0
- data/doc/ri/NilClass/cdesc-NilClass.yaml +17 -0
- data/doc/ri/NullClass/%5b%5d-i.yaml +10 -0
- data/doc/ri/NullClass/cdesc-NullClass.yaml +32 -0
- data/doc/ri/NullClass/inspect-i.yaml +10 -0
- data/doc/ri/NullClass/method_missing-i.yaml +10 -0
- data/doc/ri/NullClass/new-c.yaml +10 -0
- data/doc/ri/NullClass/nil%3f-i.yaml +10 -0
- data/doc/ri/NullClass/null%3f-i.yaml +10 -0
- data/doc/ri/Numeric/cdesc-Numeric.yaml +26 -0
- data/doc/ri/Object/cdesc-Object.yaml +15 -0
- data/doc/ri/ObjectReflection/_bind_method-i.yaml +10 -0
- data/doc/ri/ObjectReflection/cdesc-ObjectReflection.yaml +28 -0
- data/doc/ri/ObjectReflection/id-i.yaml +11 -0
- data/doc/ri/ObjectReflection/method_missing-i.yaml +16 -0
- data/doc/ri/ObjectReflection/new-c.yaml +11 -0
- data/doc/ri/OpEsc/cdesc-OpEsc.yaml +30 -0
- data/doc/ri/OpEsc/escape-c.yaml +14 -0
- data/doc/ri/OpenCascade/cdesc-OpenCascade.yaml +25 -0
- data/doc/ri/OpenCascade/method_missing-i.yaml +10 -0
- data/doc/ri/OpenCollection/cdesc-OpenCollection.yaml +22 -0
- data/doc/ri/OpenCollection/method_missing-i.yaml +10 -0
- data/doc/ri/OpenCollection/new-c.yaml +10 -0
- data/doc/ri/OpenHash/cdesc-OpenHash.yaml +22 -0
- data/doc/ri/OpenHash/method_missing-i.yaml +12 -0
- data/doc/ri/OpenHash/new-c.yaml +12 -0
- data/doc/ri/OpenObject/%3d%3d-i.yaml +12 -0
- data/doc/ri/OpenObject/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/OpenObject/%5b%5d-c.yaml +10 -0
- data/doc/ri/OpenObject/%5b%5d-i.yaml +10 -0
- data/doc/ri/OpenObject/as_hash%21-i.yaml +12 -0
- data/doc/ri/OpenObject/cdesc-OpenObject.yaml +77 -0
- data/doc/ri/OpenObject/default%21-i.yaml +12 -0
- data/doc/ri/OpenObject/define_slot-i.yaml +10 -0
- data/doc/ri/OpenObject/delete-i.yaml +11 -0
- data/doc/ri/OpenObject/each-i.yaml +12 -0
- data/doc/ri/OpenObject/fetch-i.yaml +10 -0
- data/doc/ri/OpenObject/initialize_copy-i.yaml +10 -0
- data/doc/ri/OpenObject/inspect-i.yaml +12 -0
- data/doc/ri/OpenObject/merge-i.yaml +12 -0
- data/doc/ri/OpenObject/method_missing-i.yaml +10 -0
- data/doc/ri/OpenObject/new-c.yaml +14 -0
- data/doc/ri/OpenObject/protect_slot-i.yaml +10 -0
- data/doc/ri/OpenObject/store-i.yaml +10 -0
- data/doc/ri/OpenObject/to_a-i.yaml +12 -0
- data/doc/ri/OpenObject/to_h-i.yaml +10 -0
- data/doc/ri/OpenObject/to_hash-i.yaml +10 -0
- data/doc/ri/OpenObject/to_openobject-i.yaml +10 -0
- data/doc/ri/OpenObject/to_proc-i.yaml +10 -0
- data/doc/ri/OpenObject/update-i.yaml +12 -0
- data/doc/ri/OpenStruct/%5b%5d%3d-i.yaml +14 -0
- data/doc/ri/OpenStruct/%5b%5d-i.yaml +14 -0
- data/doc/ri/OpenStruct/__merge__-i.yaml +14 -0
- data/doc/ri/OpenStruct/__update__-i.yaml +14 -0
- data/doc/ri/OpenStruct/cdesc-OpenStruct.yaml +35 -0
- data/doc/ri/OpenStruct/each-i.yaml +11 -0
- data/doc/ri/OpenStruct/instance_delegate-i.yaml +19 -0
- data/doc/ri/OpenStruct/new-c.yaml +18 -0
- data/doc/ri/OpenStruct/ostruct_delegate-i.yaml +12 -0
- data/doc/ri/OpenStruct/ostruct_merge-i.yaml +14 -0
- data/doc/ri/OpenStruct/ostruct_update-i.yaml +14 -0
- data/doc/ri/OpenStruct/to_h-i.yaml +11 -0
- data/doc/ri/PQueue/%3c%3c-i.yaml +12 -0
- data/doc/ri/PQueue/%3d%3d-i.yaml +12 -0
- data/doc/ri/PQueue/cdesc-PQueue.yaml +77 -0
- data/doc/ri/PQueue/clear-i.yaml +12 -0
- data/doc/ri/PQueue/downheap-i.yaml +14 -0
- data/doc/ri/PQueue/each_pop-i.yaml +12 -0
- data/doc/ri/PQueue/empty%3f-i.yaml +12 -0
- data/doc/ri/PQueue/heapify-i.yaml +12 -0
- data/doc/ri/PQueue/include%3f-i.yaml +12 -0
- data/doc/ri/PQueue/initialize_copy-i.yaml +10 -0
- data/doc/ri/PQueue/inspect-i.yaml +12 -0
- data/doc/ri/PQueue/merge-i.yaml +12 -0
- data/doc/ri/PQueue/new-c.yaml +18 -0
- data/doc/ri/PQueue/pop-i.yaml +18 -0
- data/doc/ri/PQueue/pop_array-i.yaml +12 -0
- data/doc/ri/PQueue/push-i.yaml +15 -0
- data/doc/ri/PQueue/push_all-i.yaml +15 -0
- data/doc/ri/PQueue/replace-i.yaml +14 -0
- data/doc/ri/PQueue/replace_top-i.yaml +14 -0
- data/doc/ri/PQueue/sort-i.yaml +12 -0
- data/doc/ri/PQueue/to_a-i.yaml +13 -0
- data/doc/ri/PQueue/top-i.yaml +12 -0
- data/doc/ri/PQueue/upheap-i.yaml +14 -0
- data/doc/ri/Paramix/Delegator/%5b%5d-i.yaml +10 -0
- data/doc/ri/Paramix/Delegator/append_features-i.yaml +11 -0
- data/doc/ri/Paramix/Delegator/cdesc-Delegator.yaml +33 -0
- data/doc/ri/Paramix/Delegator/extend_object-i.yaml +11 -0
- data/doc/ri/Paramix/Delegator/new-c.yaml +11 -0
- data/doc/ri/Paramix/append_features-c.yaml +10 -0
- data/doc/ri/Paramix/cdesc-Paramix.yaml +41 -0
- data/doc/ri/Paramix/new-c.yaml +12 -0
- data/doc/ri/PathList/Finder/cdesc-Finder.yaml +21 -0
- data/doc/ri/PathList/Finder/find-i.yaml +11 -0
- data/doc/ri/PathList/Finder/include%3f-i.yaml +12 -0
- data/doc/ri/PathList/cdesc-PathList.yaml +28 -0
- data/doc/ri/PathList/new-c.yaml +10 -0
- data/doc/ri/PathList/to_s-i.yaml +10 -0
- data/doc/ri/Pathname/%2f-c.yaml +14 -0
- data/doc/ri/Pathname/%5b%5d-c.yaml +14 -0
- data/doc/ri/Pathname/cdesc-Pathname.yaml +27 -0
- data/doc/ri/Pathname/home-c.yaml +14 -0
- data/doc/ri/Pathname/null-c.yaml +12 -0
- data/doc/ri/Pathname/root-c.yaml +12 -0
- data/doc/ri/Pathname/rootname-i.yaml +11 -0
- data/doc/ri/Pathname/work-c.yaml +12 -0
- data/doc/ri/Platform/%3d%3d%3d-i.yaml +10 -0
- data/doc/ri/Platform/%3d%3d-i.yaml +10 -0
- data/doc/ri/Platform/%3d%7e-i.yaml +10 -0
- data/doc/ri/Platform/cdesc-Platform.yaml +65 -0
- data/doc/ri/Platform/const_missing-c.yaml +10 -0
- data/doc/ri/Platform/inspect-i.yaml +10 -0
- data/doc/ri/Platform/local-c.yaml +10 -0
- data/doc/ri/Platform/match-c.yaml +10 -0
- data/doc/ri/Platform/new-c.yaml +10 -0
- data/doc/ri/Platform/supported-c.yaml +12 -0
- data/doc/ri/Platform/to_a-i.yaml +10 -0
- data/doc/ri/Platform/to_s-i.yaml +10 -0
- data/doc/ri/Pool/cdesc-Pool.yaml +27 -0
- data/doc/ri/Pool/new-c.yaml +10 -0
- data/doc/ri/Pool/obtain-i.yaml +12 -0
- data/doc/ri/Pool/pop-i.yaml +12 -0
- data/doc/ri/Pool/push-i.yaml +12 -0
- data/doc/ri/Proc/%2a-i.yaml +14 -0
- data/doc/ri/Proc/bind-i.yaml +16 -0
- data/doc/ri/Proc/cdesc-Proc.yaml +28 -0
- data/doc/ri/Proc/compose-i.yaml +14 -0
- data/doc/ri/Proc/curry-i.yaml +14 -0
- data/doc/ri/Proc/partial-i.yaml +20 -0
- data/doc/ri/Proc/to_method-i.yaml +14 -0
- data/doc/ri/Proc/to_openobject-i.yaml +16 -0
- data/doc/ri/ProgressBar/bar-i.yaml +10 -0
- data/doc/ri/ProgressBar/bar_mark%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/bytes-i.yaml +10 -0
- data/doc/ri/ProgressBar/cdesc-ProgressBar.yaml +76 -0
- data/doc/ri/ProgressBar/convert_bytes-i.yaml +10 -0
- data/doc/ri/ProgressBar/elapsed-i.yaml +10 -0
- data/doc/ri/ProgressBar/eol-i.yaml +10 -0
- data/doc/ri/ProgressBar/eta-i.yaml +12 -0
- data/doc/ri/ProgressBar/file_transfer_mode-i.yaml +10 -0
- data/doc/ri/ProgressBar/finish-i.yaml +10 -0
- data/doc/ri/ProgressBar/flush-i.yaml +10 -0
- data/doc/ri/ProgressBar/format%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/format_arguments%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/format_time-i.yaml +10 -0
- data/doc/ri/ProgressBar/get_width-i.yaml +10 -0
- data/doc/ri/ProgressBar/halt-i.yaml +10 -0
- data/doc/ri/ProgressBar/inc-i.yaml +10 -0
- data/doc/ri/ProgressBar/inspect-i.yaml +10 -0
- data/doc/ri/ProgressBar/new-c.yaml +10 -0
- data/doc/ri/ProgressBar/percentage-i.yaml +10 -0
- data/doc/ri/ProgressBar/set-i.yaml +10 -0
- data/doc/ri/ProgressBar/show-i.yaml +10 -0
- data/doc/ri/ProgressBar/show_progress-i.yaml +10 -0
- data/doc/ri/ProgressBar/stat-i.yaml +10 -0
- data/doc/ri/ProgressBar/stat_for_file_transfer-i.yaml +10 -0
- data/doc/ri/ProgressBar/title%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/title-i.yaml +10 -0
- data/doc/ri/ProgressBar/total_overflow%3d-i.yaml +10 -0
- data/doc/ri/ProgressBar/transfer_rate-i.yaml +10 -0
- data/doc/ri/Prototype/cdesc-Prototype.yaml +30 -0
- data/doc/ri/Prototype/fn-i.yaml +10 -0
- data/doc/ri/Prototype/meta-i.yaml +10 -0
- data/doc/ri/Prototype/method_missing-i.yaml +10 -0
- data/doc/ri/Prototype/new-c.yaml +12 -0
- data/doc/ri/Prototype/new-i.yaml +10 -0
- data/doc/ri/Prototype/trait-i.yaml +10 -0
- data/doc/ri/Prototype/traits-i.yaml +10 -0
- data/doc/ri/RWDelegator/%3d%3d-i.yaml +10 -0
- data/doc/ri/RWDelegator/cdesc-RWDelegator.yaml +28 -0
- data/doc/ri/RWDelegator/inspect-i.yaml +10 -0
- data/doc/ri/RWDelegator/method_missing-i.yaml +10 -0
- data/doc/ri/RWDelegator/new-c.yaml +10 -0
- data/doc/ri/Random/Array/at_rand%21-i.yaml +14 -0
- data/doc/ri/Random/Array/at_rand-i.yaml +14 -0
- data/doc/ri/Random/Array/cdesc-Array.yaml +31 -0
- data/doc/ri/Random/Array/pick%21-i.yaml +12 -0
- data/doc/ri/Random/Array/pick-i.yaml +12 -0
- data/doc/ri/Random/Array/rand_index-i.yaml +12 -0
- data/doc/ri/Random/Array/rand_subset-i.yaml +18 -0
- data/doc/ri/Random/Array/shuffle%21-i.yaml +16 -0
- data/doc/ri/Random/Array/shuffle-i.yaml +14 -0
- data/doc/ri/Random/Hash/at_rand%21-i.yaml +12 -0
- data/doc/ri/Random/Hash/at_rand-i.yaml +12 -0
- data/doc/ri/Random/Hash/cdesc-Hash.yaml +41 -0
- data/doc/ri/Random/Hash/pick-i.yaml +12 -0
- data/doc/ri/Random/Hash/pick_key-i.yaml +12 -0
- data/doc/ri/Random/Hash/pick_pair-i.yaml +12 -0
- data/doc/ri/Random/Hash/rand_key%21-i.yaml +15 -0
- data/doc/ri/Random/Hash/rand_key-i.yaml +14 -0
- data/doc/ri/Random/Hash/rand_pair%21-i.yaml +15 -0
- data/doc/ri/Random/Hash/rand_pair-i.yaml +14 -0
- data/doc/ri/Random/Hash/rand_value%21-i.yaml +17 -0
- data/doc/ri/Random/Hash/rand_value-i.yaml +15 -0
- data/doc/ri/Random/Hash/shuffle%21-i.yaml +14 -0
- data/doc/ri/Random/Hash/shuffle-i.yaml +14 -0
- data/doc/ri/Random/Object/cdesc-Object.yaml +16 -0
- data/doc/ri/Random/Object/maybe-i.yaml +14 -0
- data/doc/ri/Random/String/Self/cdesc-Self.yaml +20 -0
- data/doc/ri/Random/String/Self/rand_letter-i.yaml +14 -0
- data/doc/ri/Random/String/Self/random-i.yaml +12 -0
- data/doc/ri/Random/String/at_rand%21-i.yaml +14 -0
- data/doc/ri/Random/String/at_rand-i.yaml +14 -0
- data/doc/ri/Random/String/cdesc-String.yaml +30 -0
- data/doc/ri/Random/String/included-c.yaml +10 -0
- data/doc/ri/Random/String/rand_byte%21-i.yaml +14 -0
- data/doc/ri/Random/String/rand_byte-i.yaml +14 -0
- data/doc/ri/Random/String/rand_index-i.yaml +14 -0
- data/doc/ri/Random/String/shuffle%21-i.yaml +12 -0
- data/doc/ri/Random/String/shuffle-i.yaml +14 -0
- data/doc/ri/Random/append_features-c.yaml +11 -0
- data/doc/ri/Random/cdesc-Random.yaml +31 -0
- data/doc/ri/Random/number-c.yaml +11 -0
- data/doc/ri/Range/cdesc-Range.yaml +27 -0
- data/doc/ri/Range/combine-c.yaml +14 -0
- data/doc/ri/Range/combine-i.yaml +14 -0
- data/doc/ri/Range/overlap%3f-i.yaml +14 -0
- data/doc/ri/Range/to_r-i.yaml +14 -0
- data/doc/ri/Range/to_range-i.yaml +16 -0
- data/doc/ri/Range/umbrella-i.yaml +20 -0
- data/doc/ri/Range/within%3f-i.yaml +14 -0
- data/doc/ri/Recorder/__call__-i.yaml +10 -0
- data/doc/ri/Recorder/cdesc-Recorder.yaml +34 -0
- data/doc/ri/Recorder/inspect-i.yaml +10 -0
- data/doc/ri/Recorder/method_missing-i.yaml +10 -0
- data/doc/ri/Recorder/new-c.yaml +11 -0
- data/doc/ri/RecursiveDependency/cdesc-RecursiveDependency.yaml +15 -0
- data/doc/ri/Reference/__value__-i.yaml +11 -0
- data/doc/ri/Reference/become-i.yaml +10 -0
- data/doc/ri/Reference/cdesc-Reference.yaml +30 -0
- data/doc/ri/Reference/instance_delegate-i.yaml +12 -0
- data/doc/ri/Reference/method_missing-i.yaml +10 -0
- data/doc/ri/Reference/new-c.yaml +10 -0
- data/doc/ri/Regexp/arity-i.yaml +18 -0
- data/doc/ri/Regexp/cdesc-Regexp.yaml +20 -0
- data/doc/ri/Regexp/to_re-i.yaml +16 -0
- data/doc/ri/Regexp/to_regexp-i.yaml +16 -0
- data/doc/ri/Registerable/cdesc-Registerable.yaml +23 -0
- data/doc/ri/Registerable/register-i.yaml +12 -0
- data/doc/ri/Registerable/registry-i.yaml +12 -0
- data/doc/ri/Registerable/registry_invalid%3f-i.yaml +11 -0
- data/doc/ri/Semaphore/cdesc-Semaphore.yaml +36 -0
- data/doc/ri/Semaphore/down-i.yaml +12 -0
- data/doc/ri/Semaphore/exclusive-i.yaml +11 -0
- data/doc/ri/Semaphore/new-c.yaml +10 -0
- data/doc/ri/Semaphore/p-i.yaml +12 -0
- data/doc/ri/Semaphore/signal-i.yaml +13 -0
- data/doc/ri/Semaphore/synchronize-i.yaml +12 -0
- data/doc/ri/Semaphore/up-i.yaml +12 -0
- data/doc/ri/Semaphore/v-i.yaml +12 -0
- data/doc/ri/Semaphore/wait-i.yaml +13 -0
- data/doc/ri/Set/cdesc-Set.yaml +16 -0
- data/doc/ri/Set/power_set-i.yaml +10 -0
- data/doc/ri/Settings/Setting/cdesc-Setting.yaml +42 -0
- data/doc/ri/Settings/Setting/new-c.yaml +10 -0
- data/doc/ri/Settings/Setting/to_s-i.yaml +12 -0
- data/doc/ri/Settings/Setting/update-i.yaml +12 -0
- data/doc/ri/Settings/SettingCollection/cdesc-SettingCollection.yaml +23 -0
- data/doc/ri/Settings/SettingCollection/method_missing-i.yaml +12 -0
- data/doc/ri/Settings/add_setting-c.yaml +17 -0
- data/doc/ri/Settings/cdesc-Settings.yaml +33 -0
- data/doc/ri/Settings/load-c.yaml +12 -0
- data/doc/ri/Settings/method_missing-c.yaml +10 -0
- data/doc/ri/Settings/parse-c.yaml +12 -0
- data/doc/ri/Settings/settings-c.yaml +12 -0
- data/doc/ri/Settings/setup-c.yaml +15 -0
- data/doc/ri/Shellwords/cdesc-Shellwords.yaml +16 -0
- data/doc/ri/Shellwords/escape-i.yaml +12 -0
- data/doc/ri/SimpleStringIO/cdesc-SimpleStringIO.yaml +20 -0
- data/doc/ri/SimpleStringIO/new-c.yaml +10 -0
- data/doc/ri/SimpleStringIO/write-i.yaml +10 -0
- data/doc/ri/Snapshot/ValueHolder/cdesc-ValueHolder.yaml +24 -0
- data/doc/ri/Snapshot/ValueHolder/new-c.yaml +10 -0
- data/doc/ri/Snapshot/ValueHolder/restore_snapshot-i.yaml +10 -0
- data/doc/ri/Snapshot/ValueHolder/take_snapshot-i.yaml +10 -0
- data/doc/ri/Snapshot/add-i.yaml +10 -0
- data/doc/ri/Snapshot/cdesc-Snapshot.yaml +36 -0
- data/doc/ri/Snapshot/new-c.yaml +10 -0
- data/doc/ri/Snapshot/restore-i.yaml +10 -0
- data/doc/ri/Stackable/cdesc-Stackable.yaml +33 -0
- data/doc/ri/Stackable/peek-i.yaml +14 -0
- data/doc/ri/Stackable/poke-i.yaml +15 -0
- data/doc/ri/Stackable/pop-i.yaml +14 -0
- data/doc/ri/Stackable/pull-i.yaml +15 -0
- data/doc/ri/Stackable/push-i.yaml +14 -0
- data/doc/ri/Stackable/shift-i.yaml +12 -0
- data/doc/ri/Stackable/unshift-i.yaml +12 -0
- data/doc/ri/String/Style/camelize-c.yaml +18 -0
- data/doc/ri/String/Style/capitalize-c.yaml +12 -0
- data/doc/ri/String/Style/cdesc-Style.yaml +69 -0
- data/doc/ri/String/Style/classify-c.yaml +20 -0
- data/doc/ri/String/Style/dasherize-c.yaml +16 -0
- data/doc/ri/String/Style/demodulize-c.yaml +16 -0
- data/doc/ri/String/Style/downcase-c.yaml +12 -0
- data/doc/ri/String/Style/foreign_key-c.yaml +16 -0
- data/doc/ri/String/Style/humanize-c.yaml +16 -0
- data/doc/ri/String/Style/lowercamel-c.yaml +10 -0
- data/doc/ri/String/Style/lowercase-c.yaml +12 -0
- data/doc/ri/String/Style/methodize-c.yaml +18 -0
- data/doc/ri/String/Style/modulize-c.yaml +18 -0
- data/doc/ri/String/Style/ordinalize-c.yaml +16 -0
- data/doc/ri/String/Style/pathize-c.yaml +22 -0
- data/doc/ri/String/Style/snakecase-c.yaml +18 -0
- data/doc/ri/String/Style/tableize-c.yaml +16 -0
- data/doc/ri/String/Style/titlecase-c.yaml +14 -0
- data/doc/ri/String/Style/titleize-c.yaml +18 -0
- data/doc/ri/String/Style/underscore-c.yaml +18 -0
- data/doc/ri/String/Style/upcase-c.yaml +12 -0
- data/doc/ri/String/Style/uppercamel-c.yaml +10 -0
- data/doc/ri/String/Style/uppercase-c.yaml +12 -0
- data/doc/ri/String/Words/brief-i.yaml +14 -0
- data/doc/ri/String/Words/cdesc-Words.yaml +28 -0
- data/doc/ri/String/Words/each_word-i.yaml +14 -0
- data/doc/ri/String/Words/word_filter%21-i.yaml +14 -0
- data/doc/ri/String/Words/word_filter-i.yaml +14 -0
- data/doc/ri/String/Words/word_wrap%21-i.yaml +14 -0
- data/doc/ri/String/Words/word_wrap-i.yaml +18 -0
- data/doc/ri/String/Words/words-i.yaml +14 -0
- data/doc/ri/String/cdesc-String.yaml +17 -0
- data/doc/ri/Struct/cdesc-Struct.yaml +18 -0
- data/doc/ri/Struct/restore_snapshot-i.yaml +10 -0
- data/doc/ri/Struct/take_snapshot-i.yaml +10 -0
- data/doc/ri/Symbol/cdesc-Symbol.yaml +15 -0
- data/doc/ri/SyncArray/cdesc-SyncArray.yaml +19 -0
- data/doc/ri/SyncArray/new-c.yaml +12 -0
- data/doc/ri/SyncHash/Delegator/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/%5b%5d-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/cdesc-Delegator.yaml +30 -0
- data/doc/ri/SyncHash/Delegator/clear-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/delete-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/keys-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/size-i.yaml +10 -0
- data/doc/ri/SyncHash/Delegator/values-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/%5b%5d-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/cdesc-Inheritor.yaml +30 -0
- data/doc/ri/SyncHash/Inheritor/clear-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/delete-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/keys-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/size-i.yaml +10 -0
- data/doc/ri/SyncHash/Inheritor/values-i.yaml +10 -0
- data/doc/ri/SyncHash/cdesc-SyncHash.yaml +38 -0
- data/doc/ri/SyncHash/new-c.yaml +10 -0
- data/doc/ri/System/argf-i.yaml +12 -0
- data/doc/ri/System/argv-i.yaml +11 -0
- data/doc/ri/System/cdesc-System.yaml +145 -0
- data/doc/ri/System/child_status-i.yaml +11 -0
- data/doc/ri/System/coding%3d-i.yaml +10 -0
- data/doc/ri/System/coding-i.yaml +10 -0
- data/doc/ri/System/current_platform-i.yaml +12 -0
- data/doc/ri/System/data-i.yaml +12 -0
- data/doc/ri/System/debug-i.yaml +10 -0
- data/doc/ri/System/default_input-i.yaml +13 -0
- data/doc/ri/System/default_output%3d-i.yaml +11 -0
- data/doc/ri/System/default_output-i.yaml +11 -0
- data/doc/ri/System/defin-i.yaml +12 -0
- data/doc/ri/System/defout%3d-i.yaml +12 -0
- data/doc/ri/System/defout-i.yaml +12 -0
- data/doc/ri/System/env-i.yaml +10 -0
- data/doc/ri/System/environment-i.yaml +10 -0
- data/doc/ri/System/error_info-i.yaml +10 -0
- data/doc/ri/System/error_position-i.yaml +10 -0
- data/doc/ri/System/exit_status-i.yaml +12 -0
- data/doc/ri/System/extentions-i.yaml +10 -0
- data/doc/ri/System/fs%3d-i.yaml +12 -0
- data/doc/ri/System/fs-i.yaml +12 -0
- data/doc/ri/System/input_field_separator%3d-i.yaml +11 -0
- data/doc/ri/System/input_field_separator-i.yaml +11 -0
- data/doc/ri/System/input_line_number-i.yaml +11 -0
- data/doc/ri/System/input_lineno-i.yaml +12 -0
- data/doc/ri/System/input_record_separator%3d-i.yaml +11 -0
- data/doc/ri/System/input_record_separator-i.yaml +11 -0
- data/doc/ri/System/line_end_processing-i.yaml +10 -0
- data/doc/ri/System/load_path-i.yaml +12 -0
- data/doc/ri/System/loaded_features-i.yaml +11 -0
- data/doc/ri/System/match_platform-i.yaml +11 -0
- data/doc/ri/System/ofs%3d-i.yaml +12 -0
- data/doc/ri/System/ofs-i.yaml +12 -0
- data/doc/ri/System/options-i.yaml +12 -0
- data/doc/ri/System/ors%3d-i.yaml +12 -0
- data/doc/ri/System/ors-i.yaml +12 -0
- data/doc/ri/System/output_field_separator%3d-i.yaml +11 -0
- data/doc/ri/System/output_field_separator-i.yaml +11 -0
- data/doc/ri/System/output_record_separator%3d-i.yaml +11 -0
- data/doc/ri/System/output_record_separator-i.yaml +11 -0
- data/doc/ri/System/pid-i.yaml +12 -0
- data/doc/ri/System/platform-i.yaml +10 -0
- data/doc/ri/System/process_id-i.yaml +15 -0
- data/doc/ri/System/program_loop-i.yaml +10 -0
- data/doc/ri/System/program_name%3d-i.yaml +10 -0
- data/doc/ri/System/program_name-i.yaml +12 -0
- data/doc/ri/System/release-i.yaml +10 -0
- data/doc/ri/System/required-i.yaml +12 -0
- data/doc/ri/System/rs%3d-i.yaml +12 -0
- data/doc/ri/System/rs-i.yaml +12 -0
- data/doc/ri/System/rubylibdir-i.yaml +10 -0
- data/doc/ri/System/rubypath-i.yaml +10 -0
- data/doc/ri/System/safe-i.yaml +10 -0
- data/doc/ri/System/stderr%3d-i.yaml +10 -0
- data/doc/ri/System/stderr-i.yaml +10 -0
- data/doc/ri/System/stdin%3d-i.yaml +10 -0
- data/doc/ri/System/stdin-i.yaml +12 -0
- data/doc/ri/System/stdout%3d-i.yaml +10 -0
- data/doc/ri/System/stdout-i.yaml +10 -0
- data/doc/ri/System/verbose%3d-i.yaml +10 -0
- data/doc/ri/System/verbose-i.yaml +10 -0
- data/doc/ri/System/version-i.yaml +10 -0
- data/doc/ri/Time/cdesc-Time.yaml +17 -0
- data/doc/ri/Timer/Dummy/cdesc-Dummy.yaml +20 -0
- data/doc/ri/Timer/Dummy/start-i.yaml +10 -0
- data/doc/ri/Timer/Dummy/stop-i.yaml +10 -0
- data/doc/ri/Timer/cdesc-Timer.yaml +57 -0
- data/doc/ri/Timer/defuse-i.yaml +12 -0
- data/doc/ri/Timer/limit-i.yaml +12 -0
- data/doc/ri/Timer/new-c.yaml +10 -0
- data/doc/ri/Timer/on_timeout-i.yaml +10 -0
- data/doc/ri/Timer/reset-i.yaml +12 -0
- data/doc/ri/Timer/reset_limit-i.yaml +14 -0
- data/doc/ri/Timer/running%3f-i.yaml +12 -0
- data/doc/ri/Timer/start-i.yaml +12 -0
- data/doc/ri/Timer/stop-i.yaml +12 -0
- data/doc/ri/Timer/stopped%3f-i.yaml +12 -0
- data/doc/ri/Timer/total_time-i.yaml +12 -0
- data/doc/ri/TracePoint/%3d%3d%3d-i.yaml +12 -0
- data/doc/ri/TracePoint/active%3d-c.yaml +10 -0
- data/doc/ri/TracePoint/active-c.yaml +10 -0
- data/doc/ri/TracePoint/back-i.yaml +12 -0
- data/doc/ri/TracePoint/bind-i.yaml +12 -0
- data/doc/ri/TracePoint/called-i.yaml +13 -0
- data/doc/ri/TracePoint/callee-i.yaml +13 -0
- data/doc/ri/TracePoint/cdesc-TracePoint.yaml +82 -0
- data/doc/ri/TracePoint/event%3f-i.yaml +12 -0
- data/doc/ri/TracePoint/event_map-i.yaml +10 -0
- data/doc/ri/TracePoint/eventless%3f-i.yaml +10 -0
- data/doc/ri/TracePoint/method_name-i.yaml +12 -0
- data/doc/ri/TracePoint/new-c.yaml +12 -0
- data/doc/ri/TracePoint/self-i.yaml +12 -0
- data/doc/ri/TracePoint/trace-c.yaml +12 -0
- data/doc/ri/TrueClass/cdesc-TrueClass.yaml +15 -0
- data/doc/ri/Tuple/%3c%3c-i.yaml +12 -0
- data/doc/ri/Tuple/%3c%3d%3e-i.yaml +10 -0
- data/doc/ri/Tuple/%3d%7e-i.yaml +12 -0
- data/doc/ri/Tuple/%5b%5d%3d-i.yaml +10 -0
- data/doc/ri/Tuple/%5b%5d-c.yaml +10 -0
- data/doc/ri/Tuple/%5b%5d-i.yaml +10 -0
- data/doc/ri/Tuple/cast_from_array-c.yaml +11 -0
- data/doc/ri/Tuple/cast_from_string-c.yaml +20 -0
- data/doc/ri/Tuple/cdesc-Tuple.yaml +113 -0
- data/doc/ri/Tuple/constraint_to_lambda-c.yaml +12 -0
- data/doc/ri/Tuple/divider-i.yaml +10 -0
- data/doc/ri/Tuple/each-i.yaml +10 -0
- data/doc/ri/Tuple/each_index-i.yaml +10 -0
- data/doc/ri/Tuple/empty%3f-i.yaml +10 -0
- data/doc/ri/Tuple/eql%3f-i.yaml +12 -0
- data/doc/ri/Tuple/first-i.yaml +10 -0
- data/doc/ri/Tuple/hash-i.yaml +12 -0
- data/doc/ri/Tuple/index-i.yaml +10 -0
- data/doc/ri/Tuple/inspect-i.yaml +10 -0
- data/doc/ri/Tuple/last-i.yaml +10 -0
- data/doc/ri/Tuple/length-i.yaml +10 -0
- data/doc/ri/Tuple/major-i.yaml +12 -0
- data/doc/ri/Tuple/minor-i.yaml +10 -0
- data/doc/ri/Tuple/multiton_id-c.yaml +10 -0
- data/doc/ri/Tuple/new-c.yaml +10 -0
- data/doc/ri/Tuple/parse_constraint-c.yaml +10 -0
- data/doc/ri/Tuple/pop-i.yaml +10 -0
- data/doc/ri/Tuple/pot-i.yaml +13 -0
- data/doc/ri/Tuple/pull-i.yaml +13 -0
- data/doc/ri/Tuple/push-i.yaml +10 -0
- data/doc/ri/Tuple/rindex-i.yaml +10 -0
- data/doc/ri/Tuple/shift-i.yaml +12 -0
- data/doc/ri/Tuple/size-i.yaml +10 -0
- data/doc/ri/Tuple/teeny-i.yaml +10 -0
- data/doc/ri/Tuple/to_a-i.yaml +10 -0
- data/doc/ri/Tuple/to_ary-i.yaml +10 -0
- data/doc/ri/Tuple/to_s-i.yaml +10 -0
- data/doc/ri/Tuple/to_t-i.yaml +10 -0
- data/doc/ri/Tuple/to_tuple-i.yaml +10 -0
- data/doc/ri/Tuple/unshift-i.yaml +12 -0
- data/doc/ri/Tuple/values-i.yaml +10 -0
- data/doc/ri/TypeCast/Class/cast_from-i.yaml +14 -0
- data/doc/ri/TypeCast/Class/cdesc-Class.yaml +18 -0
- data/doc/ri/TypeCast/Object/cast_to-i.yaml +14 -0
- data/doc/ri/TypeCast/Object/cdesc-Object.yaml +18 -0
- data/doc/ri/TypeCast/cdesc-TypeCast.yaml +52 -0
- data/doc/ri/TypeCastException/cdesc-TypeCastException.yaml +17 -0
- data/doc/ri/URI/Hash/cdesc-Hash.yaml +16 -0
- data/doc/ri/URI/Hash/to_uri-i.yaml +11 -0
- data/doc/ri/URI/Kernel/cdesc-Kernel.yaml +18 -0
- data/doc/ri/URI/Kernel/unuri-i.yaml +11 -0
- data/doc/ri/URI/Kernel/uri-i.yaml +11 -0
- data/doc/ri/URI/cdesc-URI.yaml +38 -0
- data/doc/ri/URI/cgi_escape-i.yaml +12 -0
- data/doc/ri/URI/cgi_parse-i.yaml +11 -0
- data/doc/ri/URI/cgi_unescape-i.yaml +11 -0
- data/doc/ri/URI/chomp_query_string-i.yaml +16 -0
- data/doc/ri/URI/decode-i.yaml +12 -0
- data/doc/ri/URI/get_query_string-i.yaml +16 -0
- data/doc/ri/URI/hash_to_query-i.yaml +15 -0
- data/doc/ri/URI/hash_to_query_string-i.yaml +12 -0
- data/doc/ri/URI/query_string_to_hash-i.yaml +12 -0
- data/doc/ri/URI/query_to_hash-i.yaml +17 -0
- data/doc/ri/URI/update_query_string-i.yaml +18 -0
- data/doc/ri/URI/update_request_uri-i.yaml +12 -0
- data/doc/ri/UnboundMethod/arguments-i.yaml +18 -0
- data/doc/ri/UnboundMethod/cdesc-UnboundMethod.yaml +18 -0
- data/doc/ri/UnboundMethod/name-i.yaml +14 -0
- data/doc/ri/Uninheritable/cdesc-Uninheritable.yaml +21 -0
- data/doc/ri/Uninheritable/inherited-i.yaml +12 -0
- data/doc/ri/UploadUtils/cdesc-UploadUtils.yaml +47 -0
- data/doc/ri/UploadUtils/files-i.yaml +12 -0
- data/doc/ri/UploadUtils/ftp-i.yaml +12 -0
- data/doc/ri/UploadUtils/rsync-i.yaml +12 -0
- data/doc/ri/UploadUtils/sftp-i.yaml +12 -0
- data/doc/ri/UploadUtils/stage_linkdir-i.yaml +12 -0
- data/doc/ri/UploadUtils/stage_transfer-i.yaml +20 -0
- data/doc/ri/UploadUtils/upload-i.yaml +12 -0
- data/doc/ri/UploadUtils/upload_parameters-i.yaml +12 -0
- data/doc/ri/VersionNumber/%3c%3d%3e-i.yaml +12 -0
- data/doc/ri/VersionNumber/%3d%7e-i.yaml +12 -0
- data/doc/ri/VersionNumber/%5b%5d-i.yaml +10 -0
- data/doc/ri/VersionNumber/cdesc-VersionNumber.yaml +45 -0
- data/doc/ri/VersionNumber/constraint_lambda-c.yaml +12 -0
- data/doc/ri/VersionNumber/inspect-i.yaml +10 -0
- data/doc/ri/VersionNumber/major-i.yaml +12 -0
- data/doc/ri/VersionNumber/method_missing-i.yaml +12 -0
- data/doc/ri/VersionNumber/minor-i.yaml +12 -0
- data/doc/ri/VersionNumber/new-c.yaml +10 -0
- data/doc/ri/VersionNumber/parse_constraint-c.yaml +10 -0
- data/doc/ri/VersionNumber/teeny-i.yaml +12 -0
- data/doc/ri/VersionNumber/to_s-i.yaml +10 -0
- data/doc/ri/VersionNumber/to_str-i.yaml +12 -0
- data/doc/ri/Weekdays/after-i.yaml +12 -0
- data/doc/ri/Weekdays/ago-i.yaml +13 -0
- data/doc/ri/Weekdays/before-i.yaml +12 -0
- data/doc/ri/Weekdays/cdesc-Weekdays.yaml +38 -0
- data/doc/ri/Weekdays/from_now-i.yaml +12 -0
- data/doc/ri/Weekdays/new-c.yaml +10 -0
- data/doc/ri/Weekdays/since-i.yaml +13 -0
- data/doc/ri/Weekdays/step-i.yaml +10 -0
- data/doc/ri/Weekdays/until-i.yaml +12 -0
- data/doc/ri/XOXO/Parser/cdesc-Parser.yaml +15 -0
- data/doc/ri/XOXO/cdesc-XOXO.yaml +25 -0
- data/doc/ri/XOXO/dump-c.yaml +35 -0
- data/doc/ri/XOXO/load-c.yaml +12 -0
- data/doc/ri/XOXO/make_xoxo-c.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/cdesc-DryRun.yaml +32 -0
- data/doc/ri/ZipUtils/DryRun/compress-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/tar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/tar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/untar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/untar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/unzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/DryRun/zip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/cdesc-NoWrite.yaml +32 -0
- data/doc/ri/ZipUtils/NoWrite/compress-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/tar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/tar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/untar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/untar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/unzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/NoWrite/zip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/cdesc-Verbose.yaml +32 -0
- data/doc/ri/ZipUtils/Verbose/compress-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/tar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/tar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/untar_bzip2-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/untar_gzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/unzip-i.yaml +10 -0
- data/doc/ri/ZipUtils/Verbose/zip-i.yaml +10 -0
- data/doc/ri/ZipUtils/cdesc-ZipUtils.yaml +50 -0
- data/doc/ri/ZipUtils/compress-i.yaml +27 -0
- data/doc/ri/ZipUtils/tar_bzip-i.yaml +12 -0
- data/doc/ri/ZipUtils/tar_bzip2-i.yaml +15 -0
- data/doc/ri/ZipUtils/tar_gzip-i.yaml +13 -0
- data/doc/ri/ZipUtils/tar_j-i.yaml +12 -0
- data/doc/ri/ZipUtils/tar_z-i.yaml +12 -0
- data/doc/ri/ZipUtils/tgz-i.yaml +11 -0
- data/doc/ri/ZipUtils/untar_bzip-i.yaml +12 -0
- data/doc/ri/ZipUtils/untar_bzip2-i.yaml +15 -0
- data/doc/ri/ZipUtils/untar_gzip-i.yaml +13 -0
- data/doc/ri/ZipUtils/untar_j-i.yaml +12 -0
- data/doc/ri/ZipUtils/untar_z-i.yaml +12 -0
- data/doc/ri/ZipUtils/unzip-i.yaml +12 -0
- data/doc/ri/ZipUtils/zip-i.yaml +12 -0
- data/doc/ri/created.rid +1 -0
- data/lib/core/facets-live.rb +17 -0
- data/lib/core/facets.rb +11 -0
- data/lib/core/facets/array.rb +23 -0
- data/lib/core/facets/array/combination.rb +60 -0
- data/lib/{facets → core/facets}/array/conjoin.rb +0 -0
- data/lib/{facets → core/facets}/array/delete.rb +0 -0
- data/lib/{facets → core/facets}/array/indexable.rb +0 -0
- data/lib/{facets → core/facets}/array/merge.rb +0 -0
- data/lib/{facets → core/facets}/array/not_empty.rb +0 -0
- data/lib/{facets → core/facets}/array/only.rb +0 -0
- data/lib/{facets → core/facets}/array/pad.rb +0 -0
- data/lib/core/facets/array/permutation.rb +30 -0
- data/lib/core/facets/array/product.rb +57 -0
- data/lib/core/facets/array/recursively.rb +30 -0
- data/lib/{facets → core/facets}/array/rotate.rb +0 -0
- data/lib/{facets → core/facets}/array/select.rb +0 -0
- data/lib/{facets → core/facets}/array/splice.rb +0 -0
- data/lib/{facets → core/facets}/array/stackable.rb +0 -0
- data/lib/{facets → core/facets}/array/traverse.rb +0 -0
- data/lib/core/facets/binding.rb +8 -0
- data/lib/core/facets/binding/caller.rb +54 -0
- data/lib/core/facets/binding/defined.rb +13 -0
- data/lib/core/facets/binding/eval.rb +18 -0
- data/lib/core/facets/binding/local_variables.rb +15 -0
- data/lib/core/facets/binding/opvars.rb +24 -0
- data/lib/core/facets/binding/self.rb +12 -0
- data/lib/{facets → core/facets}/bitmask.rb +0 -0
- data/lib/{facets → core/facets}/blank.rb +0 -0
- data/lib/{facets → core/facets}/boolean.rb +0 -0
- data/lib/{facets → core/facets}/callstack.rb +0 -0
- data/lib/core/facets/class.rb +7 -0
- data/lib/{facets → core/facets}/class/descendents.rb +0 -0
- data/lib/{facets → core/facets}/class/prepend.rb +0 -0
- data/lib/{facets → core/facets}/class/subclasses.rb +0 -0
- data/lib/core/facets/class/to_methodname.rb +11 -0
- data/lib/core/facets/class/to_pathname.rb +12 -0
- data/lib/core/facets/class/to_proc.rb +42 -0
- data/lib/core/facets/comparable.rb +4 -0
- data/lib/{facets → core/facets}/comparable/bound.rb +0 -0
- data/lib/{facets → core/facets}/comparable/cmp.rb +0 -0
- data/lib/{facets → core/facets}/comparable/comparable.rb +0 -0
- data/lib/core/facets/dir.rb +7 -0
- data/lib/{facets → core/facets}/dir/ascend.rb +0 -0
- data/lib/{facets → core/facets}/dir/descend.rb +0 -0
- data/lib/{facets → core/facets}/dir/multiglob.rb +0 -0
- data/lib/{facets → core/facets}/dir/parent.rb +0 -0
- data/lib/{facets → core/facets}/dir/recurse.rb +0 -0
- data/lib/core/facets/enumerable.rb +21 -0
- data/lib/{facets → core/facets}/enumerable/accumulate.rb +0 -0
- data/lib/core/facets/enumerable/cluster_by.rb +21 -0
- data/lib/{facets → core/facets}/enumerable/collect.rb +0 -0
- data/lib/core/facets/enumerable/count.rb +26 -0
- data/lib/{facets → core/facets}/enumerable/divide.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/duplicates.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/each_by.rb +0 -0
- data/lib/core/facets/enumerable/group_by.rb +27 -0
- data/lib/{facets → core/facets}/enumerable/inject.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/map_send.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/mash.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/mode.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/modulate.rb +0 -0
- data/lib/core/facets/enumerable/none.rb +31 -0
- data/lib/{facets → core/facets}/enumerable/occur.rb +0 -0
- data/lib/core/facets/enumerable/one.rb +38 -0
- data/lib/{facets → core/facets}/enumerable/probability.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/split.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/sum.rb +0 -0
- data/lib/{facets → core/facets}/enumerable/uniq_by.rb +0 -0
- data/lib/{facets → core/facets}/exception.rb +0 -0
- data/lib/{facets → core/facets}/exception/detail.rb +0 -0
- data/lib/{facets → core/facets}/exception/suppress.rb +0 -0
- data/lib/core/facets/file.rb +6 -0
- data/lib/{facets → core/facets}/file/null.rb +0 -0
- data/lib/{facets → core/facets}/file/read.rb +0 -0
- data/lib/core/facets/file/rewrite.rb +88 -0
- data/lib/core/facets/file/rootname.rb +33 -0
- data/lib/{facets → core/facets}/file/write.rb +0 -0
- data/lib/core/facets/filetest.rb +1 -0
- data/lib/{facets → core/facets}/filetest/root.rb +0 -0
- data/lib/core/facets/float.rb +1 -0
- data/lib/{facets → core/facets}/float/round.rb +0 -0
- data/lib/{facets → core/facets}/functor.rb +0 -0
- data/lib/core/facets/hash.rb +23 -0
- data/lib/{facets → core/facets}/hash/alias.rb +0 -0
- data/lib/{facets → core/facets}/hash/argumentize.rb +0 -0
- data/lib/{facets → core/facets}/hash/at.rb +0 -0
- data/lib/{facets → core/facets}/hash/autonew.rb +0 -0
- data/lib/{facets → core/facets}/hash/collate.rb +0 -0
- data/lib/{facets → core/facets}/hash/delete.rb +0 -0
- data/lib/{facets → core/facets}/hash/diff.rb +0 -0
- data/lib/{facets → core/facets}/hash/except.rb +0 -0
- data/lib/{facets → core/facets}/hash/insert.rb +0 -0
- data/lib/{facets → core/facets}/hash/inverse.rb +0 -0
- data/lib/{facets → core/facets}/hash/join.rb +0 -0
- data/lib/{facets → core/facets}/hash/keys.rb +0 -0
- data/lib/{facets → core/facets}/hash/mash.rb +0 -0
- data/lib/core/facets/hash/merge.rb +30 -0
- data/lib/{facets → core/facets}/hash/op.rb +0 -0
- data/lib/core/facets/hash/recursive_merge.rb +33 -0
- data/lib/core/facets/hash/recursively.rb +29 -0
- data/lib/core/facets/hash/rekey.rb +59 -0
- data/lib/{facets → core/facets}/hash/select.rb +0 -0
- data/lib/core/facets/hash/slice.rb +25 -0
- data/lib/{facets → core/facets}/hash/stringify_keys.rb +0 -0
- data/lib/{facets → core/facets}/hash/swap.rb +0 -0
- data/lib/{facets → core/facets}/hash/symbolize_keys.rb +0 -0
- data/lib/{facets → core/facets}/hash/to_h.rb +0 -0
- data/lib/{facets → core/facets}/hash/to_proc.rb +0 -0
- data/lib/{facets → core/facets}/hash/to_struct.rb +0 -0
- data/lib/{facets → core/facets}/hash/traverse.rb +0 -0
- data/lib/core/facets/hash/update.rb +75 -0
- data/lib/{facets → core/facets}/hash/weave.rb +0 -0
- data/lib/{facets → core/facets}/hash/zipnew.rb +0 -0
- data/lib/core/facets/integer.rb +8 -0
- data/lib/core/facets/integer/even.rb +1 -0
- data/lib/{facets → core/facets}/integer/factorial.rb +0 -0
- data/lib/{facets → core/facets}/integer/multiple.rb +0 -0
- data/lib/core/facets/integer/odd.rb +33 -0
- data/lib/{facets → core/facets}/integer/of.rb +0 -0
- data/lib/{facets → core/facets}/integer/ordinal.rb +0 -0
- data/lib/core/facets/kernel.rb +31 -0
- data/lib/core/facets/kernel/__callee__.rb +1 -0
- data/lib/{facets → core/facets}/kernel/__class__.rb +0 -0
- data/lib/{facets → core/facets}/kernel/__dir__.rb +0 -0
- data/lib/{facets → core/facets}/kernel/__get__.rb +0 -0
- data/lib/core/facets/kernel/__method__.rb +36 -0
- data/lib/{facets → core/facets}/kernel/__set__.rb +0 -0
- data/lib/{facets → core/facets}/kernel/as.rb +0 -0
- data/lib/core/facets/kernel/ask.rb +27 -0
- data/lib/{facets → core/facets}/kernel/attr_singleton.rb +0 -0
- data/lib/{facets → core/facets}/kernel/complete.rb +0 -0
- data/lib/{facets → core/facets}/kernel/constant.rb +0 -0
- data/lib/{facets → core/facets}/kernel/d.rb +0 -0
- data/lib/{facets → core/facets}/kernel/deep_copy.rb +0 -0
- data/lib/{facets → core/facets}/kernel/demo.rb +0 -0
- data/lib/{facets → core/facets}/kernel/ergo.rb +0 -0
- data/lib/{facets → core/facets}/kernel/here.rb +0 -0
- data/lib/{facets → core/facets}/kernel/in.rb +0 -0
- data/lib/core/facets/kernel/instance.rb +19 -0
- data/lib/{facets → core/facets}/kernel/instance_assign.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_class.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_exec.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_send.rb +0 -0
- data/lib/{facets → core/facets}/kernel/instance_variables.rb +0 -0
- data/lib/{facets → core/facets}/kernel/load.rb +0 -0
- data/lib/{facets → core/facets}/kernel/maybe.rb +0 -0
- data/lib/{facets → core/facets}/kernel/not_nil.rb +0 -0
- data/lib/{facets → core/facets}/kernel/object_class.rb +0 -0
- data/lib/{facets → core/facets}/kernel/object_hexid.rb +0 -0
- data/lib/{facets → core/facets}/kernel/object_send.rb +0 -0
- data/lib/{facets → core/facets}/kernel/p.rb +0 -0
- data/lib/{facets → core/facets}/kernel/populate.rb +0 -0
- data/lib/{facets → core/facets}/kernel/resc.rb +0 -0
- data/lib/{facets → core/facets}/kernel/respond.rb +0 -0
- data/lib/{facets → core/facets}/kernel/returning.rb +0 -0
- data/lib/{facets → core/facets}/kernel/silence.rb +0 -0
- data/lib/{facets → core/facets}/kernel/singleton_class.rb +0 -0
- data/lib/{facets → core/facets}/kernel/suppress.rb +0 -0
- data/lib/core/facets/kernel/tap.rb +32 -0
- data/lib/{facets → core/facets}/kernel/try.rb +0 -0
- data/lib/{facets → core/facets}/kernel/val.rb +0 -0
- data/lib/{facets → core/facets}/kernel/with.rb +0 -0
- data/lib/{facets → core/facets}/lazy.rb +0 -0
- data/lib/core/facets/matchdata.rb +4 -0
- data/lib/{facets → core/facets}/matchdata/match.rb +0 -0
- data/lib/{facets → core/facets}/matchdata/matchset.rb +0 -0
- data/lib/{facets → core/facets}/metaid.rb +0 -0
- data/lib/core/facets/module.rb +20 -0
- data/lib/{facets → core/facets}/module/abstract.rb +0 -0
- data/lib/{facets → core/facets}/module/alias.rb +0 -0
- data/lib/{facets → core/facets}/module/ancestor.rb +0 -0
- data/lib/{facets → core/facets}/module/basename.rb +0 -0
- data/lib/{facets → core/facets}/module/can.rb +0 -0
- data/lib/{facets → core/facets}/module/class.rb +0 -0
- data/lib/{facets → core/facets}/module/clone.rb +0 -0
- data/lib/core/facets/module/conflict.rb +56 -0
- data/lib/{facets → core/facets}/module/include_function_module.rb +0 -0
- data/lib/{facets → core/facets}/module/instance_methods.rb +0 -0
- data/lib/{facets → core/facets}/module/is.rb +0 -0
- data/lib/{facets → core/facets}/module/modspace.rb +0 -0
- data/lib/{facets → core/facets}/module/module_load.rb +0 -0
- data/lib/{facets → core/facets}/module/nesting.rb +0 -0
- data/lib/{facets → core/facets}/module/op.rb +0 -0
- data/lib/{facets → core/facets}/module/pathize.rb +0 -0
- data/lib/{facets → core/facets}/module/prepend.rb +0 -0
- data/lib/{facets → core/facets}/module/revise.rb +0 -0
- data/lib/{facets → core/facets}/module/spacename.rb +0 -0
- data/lib/core/facets/nilclass.rb +3 -0
- data/lib/core/facets/nilclass/to_f.rb +17 -0
- data/lib/core/facets/numeric.rb +4 -0
- data/lib/{facets → core/facets}/numeric/approx.rb +0 -0
- data/lib/{facets → core/facets}/numeric/distance.rb +0 -0
- data/lib/{facets → core/facets}/numeric/round.rb +0 -0
- data/lib/core/facets/proc.rb +7 -0
- data/lib/{facets → core/facets}/proc/bind.rb +0 -0
- data/lib/{facets → core/facets}/proc/compose.rb +0 -0
- data/lib/{facets → core/facets}/proc/curry.rb +0 -0
- data/lib/{facets → core/facets}/proc/partial.rb +0 -0
- data/lib/{facets → core/facets}/proc/to_method.rb +0 -0
- data/lib/{facets → core/facets}/proc/update.rb +0 -0
- data/lib/core/facets/range.rb +6 -0
- data/lib/{facets → core/facets}/range/combine.rb +0 -0
- data/lib/{facets → core/facets}/range/overlap.rb +0 -0
- data/lib/{facets → core/facets}/range/to_r.rb +0 -0
- data/lib/{facets → core/facets}/range/umbrella.rb +0 -0
- data/lib/{facets → core/facets}/range/within.rb +0 -0
- data/lib/core/facets/regexp.rb +3 -0
- data/lib/{facets → core/facets}/regexp/arity.rb +0 -0
- data/lib/{facets → core/facets}/regexp/to_re.rb +0 -0
- data/lib/core/facets/string.rb +35 -0
- data/lib/{facets → core/facets}/string/align.rb +0 -0
- data/lib/{facets → core/facets}/string/bracket.rb +0 -0
- data/lib/core/facets/string/bytes.rb +15 -0
- data/lib/{facets → core/facets}/string/camelcase.rb +0 -0
- data/lib/{facets → core/facets}/string/capitalized.rb +0 -0
- data/lib/core/facets/string/chars.rb +16 -0
- data/lib/{facets → core/facets}/string/chomp.rb +0 -0
- data/lib/{facets → core/facets}/string/cleave.rb +0 -0
- data/lib/{facets → core/facets}/string/divide.rb +0 -0
- data/lib/core/facets/string/each_char.rb +20 -0
- data/lib/core/facets/string/end_with.rb +1 -0
- data/lib/{facets → core/facets}/string/fold.rb +0 -0
- data/lib/{facets → core/facets}/string/interpolate.rb +0 -0
- data/lib/{facets → core/facets}/string/line_wrap.rb +0 -0
- data/lib/core/facets/string/lines.rb +16 -0
- data/lib/{facets → core/facets}/string/mscan.rb +0 -0
- data/lib/{facets → core/facets}/string/natcmp.rb +0 -0
- data/lib/{facets → core/facets}/string/nchar.rb +0 -0
- data/lib/{facets → core/facets}/string/range.rb +0 -0
- data/lib/{facets → core/facets}/string/rewrite.rb +0 -0
- data/lib/{facets → core/facets}/string/shatter.rb +0 -0
- data/lib/{facets → core/facets}/string/snakecase.rb +0 -0
- data/lib/{facets → core/facets}/string/splice.rb +0 -0
- data/lib/core/facets/string/start_with.rb +32 -0
- data/lib/{facets → core/facets}/string/subtract.rb +0 -0
- data/lib/{facets → core/facets}/string/tab.rb +0 -0
- data/lib/{facets → core/facets}/string/titlecase.rb +0 -0
- data/lib/{facets → core/facets}/string/to_re.rb +0 -0
- data/lib/core/facets/string/to_time.rb +15 -0
- data/lib/{facets → core/facets}/string/words.rb +0 -0
- data/lib/{facets → core/facets}/string/xor.rb +0 -0
- data/lib/core/facets/symbol.rb +5 -0
- data/lib/{facets → core/facets}/symbol/chomp.rb +0 -0
- data/lib/{facets → core/facets}/symbol/generate.rb +0 -0
- data/lib/{facets → core/facets}/symbol/not.rb +0 -0
- data/lib/core/facets/symbol/succ.rb +19 -0
- data/lib/core/facets/symbol/to_proc.rb +38 -0
- data/lib/core/facets/time.rb +13 -0
- data/lib/{facets → core/facets}/time/ago.rb +0 -0
- data/lib/core/facets/time/change.rb +47 -0
- data/lib/{facets → core/facets}/time/elapse.rb +0 -0
- data/lib/core/facets/time/hence.rb +61 -0
- data/lib/core/facets/time/round.rb +17 -0
- data/lib/{facets → core/facets}/time/set.rb +0 -0
- data/lib/{facets → core/facets}/time/stamp.rb +0 -0
- data/lib/core/facets/time/to_date.rb +26 -0
- data/lib/core/facets/time/to_time.rb +15 -0
- data/lib/core/facets/time/trunc.rb +15 -0
- data/lib/{facets → core/facets}/to_hash.rb +0 -0
- data/lib/core/facets/unboundmethod.rb +3 -0
- data/lib/{facets → core/facets}/unboundmethod/arguments.rb +0 -0
- data/lib/core/facets/unboundmethod/name.rb +25 -0
- data/lib/{facets → lore/facets}/basicobject.rb +0 -0
- data/lib/{facets → lore/facets}/cgi.rb +0 -0
- data/lib/{facets → lore/facets}/continuation.rb +0 -0
- data/lib/{facets → lore/facets}/date.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/head.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/safe_ln.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/slice.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/tail.rb +0 -0
- data/lib/{facets → lore/facets}/fileutils/wc.rb +0 -0
- data/lib/lore/facets/fileutils/whereis.rb +64 -0
- data/lib/{facets → lore/facets}/fileutils/which.rb +0 -0
- data/lib/{facets → lore/facets}/getoptlong.rb +0 -0
- data/lib/{facets → lore/facets}/logger.rb +0 -0
- data/lib/{facets → lore/facets}/ostruct.rb +0 -0
- data/lib/lore/facets/pathname.rb +141 -0
- data/lib/{facets → lore/facets}/rbconfig.rb +0 -0
- data/lib/{facets → lore/facets}/set.rb +0 -0
- data/lib/{facets → lore/facets}/shellwords.rb +0 -0
- data/lib/{facets → lore/facets}/uri.rb +0 -0
- data/lib/lore/facets/yaml.rb +75 -0
- data/lib/{facets → more/facets}/1stclassmethod.rb +0 -0
- data/lib/{facets → more/facets}/advisable.rb +0 -0
- data/lib/{facets → more/facets}/annotations.rb +0 -0
- data/lib/more/facets/ansicode.rb +320 -0
- data/lib/more/facets/arguments.rb +363 -0
- data/lib/{facets → more/facets}/association.rb +0 -0
- data/lib/{facets → more/facets}/attr.rb +0 -0
- data/lib/{facets → more/facets}/autoarray.rb +0 -0
- data/lib/{facets → more/facets}/autoreload.rb +0 -0
- data/lib/{facets → more/facets}/basex.rb +0 -0
- data/lib/{facets → more/facets}/bbcode.rb +0 -0
- data/lib/{facets → more/facets}/bicrypt.rb +0 -0
- data/lib/{facets → more/facets}/binreadable.rb +0 -0
- data/lib/{facets → more/facets}/buildable.rb +0 -0
- data/lib/{facets → more/facets}/bytes.rb +0 -0
- data/lib/{facets → more/facets}/cachedecorator.rb +0 -0
- data/lib/{facets → more/facets}/capsule.rb +0 -0
- data/lib/{facets → more/facets}/cattr.rb +0 -0
- data/lib/{facets → more/facets}/chain.rb +0 -0
- data/lib/{facets → more/facets}/class_extension.rb +0 -0
- data/lib/{facets → more/facets}/classmethods.rb +0 -0
- data/lib/{facets → more/facets}/cloneable.rb +0 -0
- data/lib/more/facets/command.rb +436 -0
- data/lib/{facets → more/facets}/consoleutils.rb +0 -0
- data/lib/{facets → more/facets}/coroutine.rb +0 -0
- data/lib/{facets → more/facets}/crypt.rb +0 -0
- data/lib/{facets → more/facets}/cssfilter.rb +0 -0
- data/lib/{facets → more/facets}/daemonize.rb +0 -0
- data/lib/{facets → more/facets}/dependency.rb +0 -0
- data/lib/more/facets/dictionary.rb +478 -0
- data/lib/more/facets/dictionarymatcher.rb +136 -0
- data/lib/{facets → more/facets}/downloader.rb +0 -0
- data/lib/{facets → more/facets}/duplicable.rb +0 -0
- data/lib/{facets → more/facets}/duration.rb +0 -0
- data/lib/{facets → more/facets}/elementor.rb +0 -0
- data/lib/{facets → more/facets}/elementwise.rb +0 -0
- data/lib/{facets → more/facets}/enumerablepass.rb +0 -0
- data/lib/{facets → more/facets}/equatable.rb +0 -0
- data/lib/{facets → more/facets}/eventhook.rb +0 -0
- data/lib/{facets → more/facets}/expirable.rb +0 -0
- data/lib/{facets → more/facets}/fileable.rb +0 -0
- data/lib/more/facets/filelist.rb +497 -0
- data/lib/{facets → more/facets}/fileshell.rb +0 -0
- data/lib/{facets → more/facets}/heap.rb +0 -0
- data/lib/{facets → more/facets}/htmlfilter.rb +0 -0
- data/lib/{facets → more/facets}/indexable.rb +0 -0
- data/lib/{facets → more/facets}/infinity.rb +0 -0
- data/lib/{facets → more/facets}/inheritor.rb +0 -0
- data/lib/more/facets/ini.rb +264 -0
- data/lib/{facets → more/facets}/instantiable.rb +0 -0
- data/lib/{facets → more/facets}/instantise.rb +0 -0
- data/lib/{facets → more/facets}/interval.rb +0 -0
- data/lib/{facets → more/facets}/ioredirect.rb +0 -0
- data/lib/{facets → more/facets}/iteration.rb +0 -0
- data/lib/more/facets/kernel/meta.rb +32 -0
- data/lib/{facets → more/facets}/linkedlist.rb +0 -0
- data/lib/{facets → more/facets}/lrucache.rb +0 -0
- data/lib/{facets → more/facets}/main.rb +0 -0
- data/lib/{facets → more/facets}/memoize.rb +0 -0
- data/lib/{facets → more/facets}/methodspace.rb +0 -0
- data/lib/{facets → more/facets}/minitar.rb +0 -0
- data/lib/{facets → more/facets}/multipliers.rb +0 -0
- data/lib/{facets → more/facets}/multiton.rb +0 -0
- data/lib/{facets → more/facets}/nackclass.rb +0 -0
- data/lib/{facets → more/facets}/net/smtp_tls.rb +0 -0
- data/lib/{facets → more/facets}/nilstatus.rb +0 -0
- data/lib/{facets → more/facets}/nullclass.rb +0 -0
- data/lib/{facets → more/facets}/opencascade.rb +0 -0
- data/lib/{facets → more/facets}/opencollection.rb +0 -0
- data/lib/{facets → more/facets}/openhash.rb +0 -0
- data/lib/{facets → more/facets}/openobject.rb +0 -0
- data/lib/{facets → more/facets}/opesc.rb +0 -0
- data/lib/{facets → more/facets}/orderedhash.rb +0 -0
- data/lib/more/facets/overload.rb +94 -0
- data/lib/more/facets/paramix.rb +202 -0
- data/lib/{facets → more/facets}/pathlist.rb +0 -0
- data/lib/{facets → more/facets}/platform.rb +0 -0
- data/lib/{facets → more/facets}/pool.rb +0 -0
- data/lib/{facets → more/facets}/pqueue.rb +0 -0
- data/lib/{facets → more/facets}/progressbar.rb +0 -0
- data/lib/{facets → more/facets}/prototype.rb +0 -0
- data/lib/{facets → more/facets}/random.rb +0 -0
- data/lib/{facets → more/facets}/rbsystem.rb +0 -0
- data/lib/{facets → more/facets}/recorder.rb +0 -0
- data/lib/{facets → more/facets}/reference.rb +0 -0
- data/lib/more/facets/reflection.rb +145 -0
- data/lib/{facets → more/facets}/registerable.rb +0 -0
- data/lib/{facets → more/facets}/rwdelegator.rb +0 -0
- data/lib/{facets → more/facets}/semaphore.rb +0 -0
- data/lib/{facets → more/facets}/settings.rb +0 -0
- data/lib/{facets → more/facets}/snapshot.rb +0 -0
- data/lib/{facets → more/facets}/stackable.rb +0 -0
- data/lib/{facets → more/facets}/style.rb +0 -0
- data/lib/{facets → more/facets}/succ.rb +0 -0
- data/lib/{facets → more/facets}/syncarray.rb +0 -0
- data/lib/{facets → more/facets}/synchash.rb +0 -0
- data/lib/{facets → more/facets}/thread.rb +0 -0
- data/lib/{facets → more/facets}/timer.rb +0 -0
- data/lib/{facets → more/facets}/times.rb +0 -0
- data/lib/{facets → more/facets}/tracepoint.rb +0 -0
- data/lib/{facets → more/facets}/tuple.rb +0 -0
- data/lib/{facets → more/facets}/typecast.rb +0 -0
- data/lib/{facets → more/facets}/uninheritable.rb +0 -0
- data/lib/{facets → more/facets}/uploadutils.rb +0 -0
- data/lib/{facets → more/facets}/version.rb +0 -0
- data/lib/{facets → more/facets}/xmlhash.rb +0 -0
- data/lib/{facets → more/facets}/xoxo.rb +0 -0
- data/lib/{facets → more/facets}/ziputils.rb +0 -0
- data/test/core/array/test_combination.rb +29 -0
- data/test/{array → core/array}/test_delete.rb +0 -0
- data/test/{array → core/array}/test_indexable.rb +0 -0
- data/test/{array → core/array}/test_merge.rb +0 -0
- data/test/{array → core/array}/test_only.rb +0 -0
- data/test/{array → core/array}/test_pad.rb +0 -0
- data/test/core/array/test_permutation.rb +14 -0
- data/test/core/array/test_product.rb +58 -0
- data/test/{array → core/array}/test_rotate.rb +0 -0
- data/test/{array → core/array}/test_select.rb +0 -0
- data/test/{array → core/array}/test_stackable.rb +0 -0
- data/test/{binding → core/binding}/test_caller.rb +0 -0
- data/test/{binding → core/binding}/test_defined.rb +0 -0
- data/test/core/binding/test_eval.rb +16 -0
- data/test/{binding → core/binding}/test_local_variables.rb +0 -0
- data/test/{binding → core/binding}/test_opvars.rb +0 -0
- data/test/{binding → core/binding}/test_self.rb +0 -0
- data/test/{class → core/class}/test_descendents.rb +0 -0
- data/test/{comparable → core/comparable}/test_bound.rb +0 -0
- data/test/{comparable → core/comparable}/test_cmp.rb +0 -0
- data/test/{comparable → core/comparable}/test_comparable.rb +0 -0
- data/test/{dir → core/dir}/test_ascend.rb +0 -0
- data/test/{dir → core/dir}/test_descend.rb +0 -0
- data/test/{dir → core/dir}/test_multiglob.rb +0 -0
- data/test/{dir → core/dir}/test_parent.rb +0 -0
- data/test/{dir → core/dir}/test_recurse.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_cluster_by.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_collect.rb +0 -0
- data/test/core/enumerable/test_count.rb +22 -0
- data/test/{enumerable → core/enumerable}/test_each_by.rb +0 -0
- data/test/core/enumerable/test_group_by.rb +26 -0
- data/test/{enumerable → core/enumerable}/test_inject.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_mash.rb +0 -0
- data/test/core/enumerable/test_modulate.rb +14 -0
- data/test/core/enumerable/test_none.rb +17 -0
- data/test/{enumerable → core/enumerable}/test_occur.rb +0 -0
- data/test/core/enumerable/test_one.rb +19 -0
- data/test/{enumerable → core/enumerable}/test_probability.rb +0 -0
- data/test/{enumerable → core/enumerable}/test_uniq_by.rb +0 -0
- data/test/{exception → core/exception}/test_exception.rb +0 -0
- data/test/{file → core/file}/test_file.rb +0 -0
- data/test/{filetest → core/filetest}/test_filetest.rb +0 -0
- data/test/{hash → core/hash}/test_alias.rb +0 -0
- data/test/{hash → core/hash}/test_at.rb +0 -0
- data/test/{hash → core/hash}/test_autonew.rb +0 -0
- data/test/{hash → core/hash}/test_collate.rb +0 -0
- data/test/{hash → core/hash}/test_delete.rb +0 -0
- data/test/{hash → core/hash}/test_insert.rb +0 -0
- data/test/{hash → core/hash}/test_inverse.rb +0 -0
- data/test/{hash → core/hash}/test_keys.rb +0 -0
- data/test/{hash → core/hash}/test_mash.rb +0 -0
- data/test/{hash → core/hash}/test_merge.rb +0 -0
- data/test/{hash → core/hash}/test_op.rb +0 -0
- data/test/core/hash/test_rekey.rb +73 -0
- data/test/{hash → core/hash}/test_select.rb +0 -0
- data/test/{hash → core/hash}/test_stringify_keys.rb +0 -0
- data/test/{hash → core/hash}/test_swap.rb +0 -0
- data/test/{hash → core/hash}/test_symbolize_keys.rb +0 -0
- data/test/{hash → core/hash}/test_traverse.rb +0 -0
- data/test/core/hash/test_update.rb +46 -0
- data/test/{hash → core/hash}/test_weave.rb +0 -0
- data/test/{hash → core/hash}/test_zipnew.rb +0 -0
- data/test/{integer → core/integer}/test_bitmask.rb +0 -0
- data/test/core/integer/test_even.rb +25 -0
- data/test/{integer → core/integer}/test_factorial.rb +0 -0
- data/test/{integer → core/integer}/test_multiple.rb +0 -0
- data/test/{integer → core/integer}/test_of.rb +0 -0
- data/test/{integer → core/integer}/test_ordinal.rb +0 -0
- data/test/{kernel → core/kernel}/test_as.rb +0 -0
- data/test/{kernel → core/kernel}/test_attr_singleton.rb +0 -0
- data/test/{kernel → core/kernel}/test_callstack.rb +0 -0
- data/test/{kernel → core/kernel}/test_constant.rb +0 -0
- data/test/{kernel → core/kernel}/test_deepcopy.rb +0 -0
- data/test/{kernel → core/kernel}/test_here.rb +0 -0
- data/test/{kernel → core/kernel}/test_in.rb +0 -0
- data/test/{kernel → core/kernel}/test_instance_assign.rb +0 -0
- data/test/{kernel → core/kernel}/test_instance_class.rb +0 -0
- data/test/{kernel → core/kernel}/test_not_nil.rb +0 -0
- data/test/{kernel → core/kernel}/test_object_class.rb +0 -0
- data/test/{kernel → core/kernel}/test_object_hexid.rb +0 -0
- data/test/{kernel → core/kernel}/test_populate.rb +0 -0
- data/test/{kernel → core/kernel}/test_resc.rb +0 -0
- data/test/{kernel → core/kernel}/test_returning.rb +0 -0
- data/test/{kernel → core/kernel}/test_silence.rb +0 -0
- data/test/core/kernel/test_tap.rb +19 -0
- data/test/{kernel → core/kernel}/test_val.rb +0 -0
- data/test/{matchdata → core/matchdata}/test_match.rb +0 -0
- data/test/{matchdata → core/matchdata}/test_matchset.rb +0 -0
- data/test/{module → core/module}/test_abstract.rb +0 -0
- data/test/{module → core/module}/test_alias.rb +0 -0
- data/test/{module → core/module}/test_ancestor.rb +0 -0
- data/test/{module → core/module}/test_basename.rb +0 -0
- data/test/{module → core/module}/test_clone.rb +0 -0
- data/test/{module → core/module}/test_modspace.rb +0 -0
- data/test/{module → core/module}/test_nesting.rb +0 -0
- data/test/{module → core/module}/test_op.rb +0 -0
- data/test/{module → core/module}/test_pathize.rb +0 -0
- data/test/{module → core/module}/test_revise.rb +0 -0
- data/test/{module → core/module}/test_spacename.rb +0 -0
- data/test/core/nilclass/test_to_f.rb +11 -0
- data/test/{numeric → core/numeric}/test_approx.rb +0 -0
- data/test/{numeric → core/numeric}/test_distance.rb +0 -0
- data/test/{numeric → core/numeric}/test_round.rb +0 -0
- data/test/{proc → core/proc}/test_bind.rb +0 -0
- data/test/{proc → core/proc}/test_compose.rb +0 -0
- data/test/{proc → core/proc}/test_curry.rb +0 -0
- data/test/{proc → core/proc}/test_partial.rb +0 -0
- data/test/{proc → core/proc}/test_to_method.rb +0 -0
- data/test/{range → core/range}/test_combine.rb +0 -0
- data/test/{range → core/range}/test_overlap.rb +0 -0
- data/test/{range → core/range}/test_to_r.rb +0 -0
- data/test/{range → core/range}/test_within.rb +0 -0
- data/test/{regexp → core/regexp}/test_arity.rb +0 -0
- data/test/{regexp → core/regexp}/test_to_re.rb +0 -0
- data/test/{string → core/string}/test_align.rb +0 -0
- data/test/{string → core/string}/test_bracket.rb +0 -0
- data/test/core/string/test_bytes.rb +12 -0
- data/test/{string → core/string}/test_camelcase.rb +0 -0
- data/test/{string → core/string}/test_capitalized.rb +0 -0
- data/test/core/string/test_chars.rb +12 -0
- data/test/{string → core/string}/test_cleave.rb +0 -0
- data/test/{string → core/string}/test_divide.rb +0 -0
- data/test/core/string/test_each_char.rb +14 -0
- data/test/{string → core/string}/test_fold.rb +0 -0
- data/test/{string → core/string}/test_interpolate.rb +0 -0
- data/test/{string → core/string}/test_line_wrap.rb +0 -0
- data/test/core/string/test_lines.rb +11 -0
- data/test/{string → core/string}/test_mscan.rb +0 -0
- data/test/{string → core/string}/test_natcmp.rb +0 -0
- data/test/{string → core/string}/test_nchar.rb +0 -0
- data/test/{string → core/string}/test_range.rb +0 -0
- data/test/{string → core/string}/test_shatter.rb +0 -0
- data/test/{string → core/string}/test_snakecase.rb +0 -0
- data/test/{string → core/string}/test_subtract.rb +0 -0
- data/test/{string → core/string}/test_tab.rb +0 -0
- data/test/{string → core/string}/test_titlecase.rb +0 -0
- data/test/{string → core/string}/test_to_re.rb +0 -0
- data/test/core/string/test_to_time.rb +15 -0
- data/test/{string → core/string}/test_words.rb +0 -0
- data/test/{string → core/string}/test_xor.rb +0 -0
- data/test/{symbol → core/symbol}/test_chomp.rb +0 -0
- data/test/{symbol → core/symbol}/test_generate.rb +0 -0
- data/test/{symbol → core/symbol}/test_not.rb +0 -0
- data/test/core/symbol/test_succ.rb +13 -0
- data/test/core/symbol/test_to_proc.rb +32 -0
- data/test/{time → core/time}/test_change.rb +0 -0
- data/test/{time → core/time}/test_elapse.rb +0 -0
- data/test/core/time/test_hence.rb +13 -0
- data/test/core/time/test_round.rb +31 -0
- data/test/{time → core/time}/test_stamp.rb +0 -0
- data/test/core/time/test_to_date.rb +12 -0
- data/test/core/time/test_to_time.rb +12 -0
- data/test/core/time/test_trunc.rb +31 -0
- data/test/{test_basicobject.rb → lore/test_basicobject.rb} +0 -0
- data/test/{test_continuation.rb → lore/test_continuation.rb} +0 -0
- data/test/{test_date.rb → lore/test_date.rb} +0 -0
- data/test/{test_ostruct.rb → lore/test_ostruct.rb} +0 -0
- data/test/{test_1stclassmethod.rb → more/test_1stclassmethod.rb} +0 -0
- data/test/{test_advisable.rb → more/test_advisable.rb} +0 -0
- data/test/{test_annotations.rb → more/test_annotations.rb} +0 -0
- data/test/more/test_ansicode.rb +20 -0
- data/test/{test_arguments.rb → more/test_arguments.rb} +0 -0
- data/test/{test_association.rb → more/test_association.rb} +0 -0
- data/test/{test_autoarray.rb → more/test_autoarray.rb} +0 -0
- data/test/{test_bbcode.rb → more/test_bbcode.rb} +0 -0
- data/test/{test_binreadable.rb → more/test_binreadable.rb} +0 -0
- data/test/{test_blank.rb → more/test_blank.rb} +0 -0
- data/test/{test_boolean.rb → more/test_boolean.rb} +0 -0
- data/test/{test_buildable.rb → more/test_buildable.rb} +0 -0
- data/test/{test_bytes.rb → more/test_bytes.rb} +0 -0
- data/test/{test_cattr.rb → more/test_cattr.rb} +0 -0
- data/test/{test_class_extension.rb → more/test_class_extension.rb} +0 -0
- data/test/{test_classmethods.rb → more/test_classmethods.rb} +0 -0
- data/test/{test_cloneable.rb → more/test_cloneable.rb} +0 -0
- data/test/{test_command.rb → more/test_command.rb} +0 -0
- data/test/{test_coroutine.rb → more/test_coroutine.rb} +0 -0
- data/test/{test_crypt.rb → more/test_crypt.rb} +0 -0
- data/test/{test_dependency.rb → more/test_dependency.rb} +0 -0
- data/test/more/test_dictionary.rb +145 -0
- data/test/{test_elementor.rb → more/test_elementor.rb} +0 -0
- data/test/{test_elementwise.rb → more/test_elementwise.rb} +0 -0
- data/test/{test_enumerablepass.rb → more/test_enumerablepass.rb} +0 -0
- data/test/{test_equatable.rb → more/test_equatable.rb} +0 -0
- data/test/{test_functor.rb → more/test_functor.rb} +0 -0
- data/test/{test_getoptlong.rb → more/test_getoptlong.rb} +0 -0
- data/test/{test_infinity.rb → more/test_infinity.rb} +0 -0
- data/test/{test_inheritor.rb → more/test_inheritor.rb} +0 -0
- data/test/{test_instantiable.rb → more/test_instantiable.rb} +0 -0
- data/test/{test_instantise.rb → more/test_instantise.rb} +0 -0
- data/test/{test_interval.rb → more/test_interval.rb} +0 -0
- data/test/{test_linkedlist.rb → more/test_linkedlist.rb} +0 -0
- data/test/{test_lrucache.rb → more/test_lrucache.rb} +0 -0
- data/test/{test_memoize.rb → more/test_memoize.rb} +0 -0
- data/test/{test_metaid.rb → more/test_metaid.rb} +0 -0
- data/test/{test_methodspace.rb → more/test_methodspace.rb} +0 -0
- data/test/{test_multipliers.rb → more/test_multipliers.rb} +0 -0
- data/test/{test_multiton.rb → more/test_multiton.rb} +0 -0
- data/test/{test_opencascade.rb → more/test_opencascade.rb} +0 -0
- data/test/{test_openobject.rb → more/test_openobject.rb} +0 -0
- data/test/more/test_overload.rb +160 -0
- data/test/more/test_paramix.rb +167 -0
- data/test/{test_prototype.rb → more/test_prototype.rb} +0 -0
- data/test/{test_random.rb → more/test_random.rb} +0 -0
- data/test/{test_recorder.rb → more/test_recorder.rb} +0 -0
- data/test/{test_snapshot.rb → more/test_snapshot.rb} +0 -0
- data/test/{test_style.rb → more/test_style.rb} +0 -0
- data/test/{test_succ.rb → more/test_succ.rb} +0 -0
- data/test/{test_syncarray.rb → more/test_syncarray.rb} +0 -0
- data/test/{test_synchash.rb → more/test_synchash.rb} +0 -0
- data/test/{test_thread.rb → more/test_thread.rb} +0 -0
- data/test/{test_timer.rb → more/test_timer.rb} +0 -0
- data/test/{test_times.rb → more/test_times.rb} +0 -0
- data/test/{test_to_hash.rb → more/test_to_hash.rb} +0 -0
- data/test/{test_tuple.rb → more/test_tuple.rb} +0 -0
- data/test/{test_typecast.rb → more/test_typecast.rb} +0 -0
- data/test/{test_uninheritable.rb → more/test_uninheritable.rb} +0 -0
- data/test/{test_uri.rb → more/test_uri.rb} +0 -0
- data/test/{test_xoxo.rb → more/test_xoxo.rb} +0 -0
- metadata +3354 -1528
- data/NOTES +0 -58
- data/doc/html/api.css +0 -79
- data/doc/html/api/core/classes/Array.html +0 -894
- data/doc/html/api/core/classes/Binding.html +0 -419
- data/doc/html/api/core/classes/Class.html +0 -218
- data/doc/html/api/core/classes/Comparable.html +0 -261
- data/doc/html/api/core/classes/Dir.html +0 -397
- data/doc/html/api/core/classes/Enumerable.html +0 -1124
- data/doc/html/api/core/classes/Exception.html +0 -130
- data/doc/html/api/core/classes/File.html +0 -456
- data/doc/html/api/core/classes/FileTest.html +0 -118
- data/doc/html/api/core/classes/Float.html +0 -133
- data/doc/html/api/core/classes/Functor.html +0 -173
- data/doc/html/api/core/classes/Hash.html +0 -1992
- data/doc/html/api/core/classes/Indexable.html +0 -606
- data/doc/html/api/core/classes/Integer.html +0 -577
- data/doc/html/api/core/classes/Kernel.html +0 -2135
- data/doc/html/api/core/classes/MatchData.html +0 -203
- data/doc/html/api/core/classes/MissingArgument.html +0 -97
- data/doc/html/api/core/classes/Module.html +0 -1605
- data/doc/html/api/core/classes/Module/CloneExtensions.html +0 -188
- data/doc/html/api/core/classes/Object.html +0 -147
- data/doc/html/api/core/classes/Proc.html +0 -346
- data/doc/html/api/core/classes/Range.html +0 -360
- data/doc/html/api/core/classes/Regexp.html +0 -193
- data/doc/html/api/core/classes/Stackable.html +0 -264
- data/doc/html/api/core/classes/String.html +0 -2297
- data/doc/html/api/core/classes/String/Words.html +0 -330
- data/doc/html/api/core/classes/Time.html +0 -521
- data/doc/html/api/core/classes/UnboundMethod.html +0 -196
- data/doc/html/api/core/created.rid +0 -1
- data/doc/html/api/core/files/AUTHORS.html +0 -256
- data/doc/html/api/core/files/CHANGES.html +0 -275
- data/doc/html/api/core/files/COPYING.html +0 -462
- data/doc/html/api/core/files/MANIFEST.html +0 -597
- data/doc/html/api/core/files/NOTES.html +0 -164
- data/doc/html/api/core/files/README.html +0 -412
- data/doc/html/api/core/files/lib/facets/array/conjoin_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/delete_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/indexable_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/array/merge_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/not_empty_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/only_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/pad_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/product_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/array/rotate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/select_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/splice_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array/stackable_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/array/traverse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/array_rb.html +0 -129
- data/doc/html/api/core/files/lib/facets/binding/caller_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/binding/defined_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding/local_variables_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding/opvars_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding/self_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/binding_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/bitmask_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/blank_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/boolean_rb.html +0 -126
- data/doc/html/api/core/files/lib/facets/callstack_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/class/descendents_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/class/prepend_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/class/subclasses_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/class_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/comparable/bound_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/comparable/cmp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/comparable/comparable_rb.html +0 -109
- data/doc/html/api/core/files/lib/facets/comparable_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/dir/ascend_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir/descend_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/dir/multiglob_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir/parent_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir/recurse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/dir_rb.html +0 -102
- data/doc/html/api/core/files/lib/facets/duplicable_rb.html +0 -100
- data/doc/html/api/core/files/lib/facets/enumerable/accumulate_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/enumerable/cluster_by_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/enumerable/collect_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/divide_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/duplicates_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/each_by_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/enumerable/inject_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/map_send_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/mash_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/mode_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/modulate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/occur_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/probability_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/split_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/sum_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable/uniq_by_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/enumerable_rb.html +0 -111
- data/doc/html/api/core/files/lib/facets/exception/detail_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/exception_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/file/null_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/read_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/rewrite_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/rootname_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file/write_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/file_rb.html +0 -100
- data/doc/html/api/core/files/lib/facets/filetest/root_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/filetest_rb.html +0 -97
- data/doc/html/api/core/files/lib/facets/functor_rb.html +0 -151
- data/doc/html/api/core/files/lib/facets/hash/alias_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/argumentize_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/at_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/autonew_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/collate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/delete_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/diff_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/except_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/insert_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/inverse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/join_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/keys_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/mash_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/merge_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/op_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/rekey_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/select_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/slice_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/stringify_keys_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/swap_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/symbolize_keys_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/to_h_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash/to_proc_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/to_struct_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/traverse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/update_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/weave_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/hash/zipnew_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/hash_rb.html +0 -118
- data/doc/html/api/core/files/lib/facets/indexable_rb.html +0 -113
- data/doc/html/api/core/files/lib/facets/integer/factorial_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer/multiple_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer/of_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer/ordinal_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/integer_rb.html +0 -100
- data/doc/html/api/core/files/lib/facets/kernel/__dir___rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/as_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/kernel/ask_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/attr_singleton_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/complete_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/constant_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/d_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/deep_copy_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/demo_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/ergo_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/kernel/here_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/in_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/instance_exec_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/kernel/instance_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/load_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/maybe_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/not_nil_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/object_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/p_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/populate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/resc_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/respond_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/returning_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/silence_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/singleton_class_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/try_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/val_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel/with_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/kernel_rb.html +0 -115
- data/doc/html/api/core/files/lib/facets/matchdata/match_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/matchdata/matchset_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/matchdata_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/metaid_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/abstract_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/alias_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/ancestor_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/can_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/class_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/clone_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/conflict_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/include_function_module_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/instance_methods_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/is_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/module_load_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/nesting_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/op_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/pathize_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/prepend_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module/revise_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/module_rb.html +0 -109
- data/doc/html/api/core/files/lib/facets/nilclass_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/numeric/approx_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/numeric/distance_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/numeric/round_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/numeric_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/proc/bind_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc/compose_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc/curry_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc/partial_rb.html +0 -125
- data/doc/html/api/core/files/lib/facets/proc/to_method_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/proc/update_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/proc_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/range/combine_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range/overlap_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range/to_r_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range/umbrella_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/range/within_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/range_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/regexp/arity_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/regexp/to_re_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/regexp_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/ruby_rb.html +0 -110
- data/doc/html/api/core/files/lib/facets/stackable_rb.html +0 -120
- data/doc/html/api/core/files/lib/facets/string/align_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/bracket_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/camelcase_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/capitalized_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/chomp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/cleave_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/divide_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/fold_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/interpolate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/line_wrap_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/mscan_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/natcmp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/nchar_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/range_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/rewrite_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/shatter_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/snakecase_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/splice_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/stylize_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/subtract_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/tab_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/titlecase_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/to_re_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/to_time_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/string/underscore_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string/words_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/string/xor_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/string_rb.html +0 -109
- data/doc/html/api/core/files/lib/facets/symbol/chomp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/symbol/generate_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/symbol/not_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/symbol_rb.html +0 -98
- data/doc/html/api/core/files/lib/facets/time/ago_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/time/change_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time/elapse_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time/hence_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time/set_rb.html +0 -96
- data/doc/html/api/core/files/lib/facets/time/stamp_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/time_rb.html +0 -99
- data/doc/html/api/core/files/lib/facets/to_hash_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/unboundmethod/arguments_rb.html +0 -92
- data/doc/html/api/core/files/lib/facets/unboundmethod_rb.html +0 -97
- data/doc/html/api/core/fr_class_index.html +0 -74
- data/doc/html/api/core/fr_file_index.html +0 -269
- data/doc/html/api/core/fr_method_index.html +0 -463
- data/doc/html/api/core/index.html +0 -26
- data/doc/html/api/more/classes/ANSICode.html +0 -495
- data/doc/html/api/more/classes/Advisable.html +0 -271
- data/doc/html/api/more/classes/Advisable/Method.html +0 -251
- data/doc/html/api/more/classes/Archive.html +0 -89
- data/doc/html/api/more/classes/Archive/Tar.html +0 -89
- data/doc/html/api/more/classes/Archive/Tar/Minitar.html +0 -470
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Input.html +0 -380
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Output.html +0 -218
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Reader.html +0 -285
- data/doc/html/api/more/classes/Archive/Tar/Minitar/Writer.html +0 -419
- data/doc/html/api/more/classes/Association.html +0 -307
- data/doc/html/api/more/classes/Association/Kernel.html +0 -134
- data/doc/html/api/more/classes/Autoarray.html +0 -168
- data/doc/html/api/more/classes/BBCode.html +0 -534
- data/doc/html/api/more/classes/BasicObject.html +0 -260
- data/doc/html/api/more/classes/Behavior.html +0 -145
- data/doc/html/api/more/classes/BiCrypt.html +0 -543
- data/doc/html/api/more/classes/BigDuration.html +0 -327
- data/doc/html/api/more/classes/BinReadable.html +0 -536
- data/doc/html/api/more/classes/BinReadable/ByteOrder.html +0 -225
- data/doc/html/api/more/classes/Buildable.html +0 -154
- data/doc/html/api/more/classes/BuildingBlock.html +0 -362
- data/doc/html/api/more/classes/CGI.html +0 -187
- data/doc/html/api/more/classes/CLI.html +0 -108
- data/doc/html/api/more/classes/CLI/Arguments.html +0 -709
- data/doc/html/api/more/classes/CLI/Command.html +0 -436
- data/doc/html/api/more/classes/CLI/Command/UniversalOptions.html +0 -91
- data/doc/html/api/more/classes/CLI/NoCommandError.html +0 -113
- data/doc/html/api/more/classes/CLI/NoOptionError.html +0 -120
- data/doc/html/api/more/classes/CacheDecorator.html +0 -224
- data/doc/html/api/more/classes/Capsule.html +0 -410
- data/doc/html/api/more/classes/Capsule/MissingFile.html +0 -96
- data/doc/html/api/more/classes/Chain.html +0 -208
- data/doc/html/api/more/classes/Cloneable.html +0 -131
- data/doc/html/api/more/classes/Config.html +0 -137
- data/doc/html/api/more/classes/ConsoleUtils.html +0 -240
- data/doc/html/api/more/classes/Continuation.html +0 -115
- data/doc/html/api/more/classes/Coroutine.html +0 -286
- data/doc/html/api/more/classes/Crypt.html +0 -277
- data/doc/html/api/more/classes/CssFilter.html +0 -473
- data/doc/html/api/more/classes/CssTree.html +0 -149
- data/doc/html/api/more/classes/Date.html +0 -252
- data/doc/html/api/more/classes/Dictionary.html +0 -1247
- data/doc/html/api/more/classes/Downloader.html +0 -514
- data/doc/html/api/more/classes/Duration.html +0 -769
- data/doc/html/api/more/classes/Enumerable.html +0 -340
- data/doc/html/api/more/classes/Enumerable/Elementor.html +0 -172
- data/doc/html/api/more/classes/Enumerable/Enumerator.html +0 -118
- data/doc/html/api/more/classes/EnumerablePass.html +0 -216
- data/doc/html/api/more/classes/Equatable.html +0 -190
- data/doc/html/api/more/classes/EventHook.html +0 -176
- data/doc/html/api/more/classes/Expirable.html +0 -197
- data/doc/html/api/more/classes/File.html +0 -130
- data/doc/html/api/more/classes/FileList.html +0 -982
- data/doc/html/api/more/classes/FileShell.html +0 -774
- data/doc/html/api/more/classes/FileUtils.html +0 -454
- data/doc/html/api/more/classes/Fileable.html +0 -181
- data/doc/html/api/more/classes/Fileable/DSL.html +0 -306
- data/doc/html/api/more/classes/GetoptLong.html +0 -120
- data/doc/html/api/more/classes/GetoptLong/DSL.html +0 -210
- data/doc/html/api/more/classes/Hash2Xml.html +0 -177
- data/doc/html/api/more/classes/HtmlFilter.html +0 -850
- data/doc/html/api/more/classes/IORedirect.html +0 -222
- data/doc/html/api/more/classes/InfinityClass.html +0 -452
- data/doc/html/api/more/classes/InfinityClass/Numeric.html +0 -197
- data/doc/html/api/more/classes/InstanceReflection.html +0 -129
- data/doc/html/api/more/classes/Instantiable.html +0 -142
- data/doc/html/api/more/classes/Instantise.html +0 -162
- data/doc/html/api/more/classes/Interval.html +0 -879
- data/doc/html/api/more/classes/It.html +0 -207
- data/doc/html/api/more/classes/LRUCache.html +0 -464
- data/doc/html/api/more/classes/LRUCache/Item.html +0 -114
- data/doc/html/api/more/classes/LRUCache/Sentinel.html +0 -100
- data/doc/html/api/more/classes/Lazy.html +0 -96
- data/doc/html/api/more/classes/Lazy/Future.html +0 -100
- data/doc/html/api/more/classes/Lazy/Promise.html +0 -112
- data/doc/html/api/more/classes/Lazy/PromiseSafe.html +0 -99
- data/doc/html/api/more/classes/LinkedList.html +0 -494
- data/doc/html/api/more/classes/LinkedList/Node.html +0 -151
- data/doc/html/api/more/classes/Logger.html +0 -231
- data/doc/html/api/more/classes/Logger/Ansicolor.html +0 -279
- data/doc/html/api/more/classes/Logger/LogDevice.html +0 -123
- data/doc/html/api/more/classes/Module.html +0 -1410
- data/doc/html/api/more/classes/Multiton.html +0 -207
- data/doc/html/api/more/classes/Multiton/Inclusive.html +0 -128
- data/doc/html/api/more/classes/Multiton/MetaMethods.html +0 -270
- data/doc/html/api/more/classes/NackClass.html +0 -99
- data/doc/html/api/more/classes/Net/SMTP.html +0 -259
- data/doc/html/api/more/classes/NilClass.html +0 -227
- data/doc/html/api/more/classes/NullClass.html +0 -204
- data/doc/html/api/more/classes/Numeric.html +0 -1188
- data/doc/html/api/more/classes/ObjectReflection.html +0 -145
- data/doc/html/api/more/classes/OpEsc.html +0 -138
- data/doc/html/api/more/classes/OpenCascade.html +0 -144
- data/doc/html/api/more/classes/OpenCollection.html +0 -140
- data/doc/html/api/more/classes/OpenHash.html +0 -158
- data/doc/html/api/more/classes/OpenObject.html +0 -604
- data/doc/html/api/more/classes/OpenStruct.html +0 -413
- data/doc/html/api/more/classes/PQueue.html +0 -734
- data/doc/html/api/more/classes/PathList.html +0 -161
- data/doc/html/api/more/classes/PathList/Finder.html +0 -137
- data/doc/html/api/more/classes/Pathname.html +0 -178
- data/doc/html/api/more/classes/Pool.html +0 -206
- data/doc/html/api/more/classes/Proc.html +0 -138
- data/doc/html/api/more/classes/ProgressBar.html +0 -683
- data/doc/html/api/more/classes/Prototype.html +0 -245
- data/doc/html/api/more/classes/RWDelegator.html +0 -196
- data/doc/html/api/more/classes/Random.html +0 -164
- data/doc/html/api/more/classes/Random/Array.html +0 -341
- data/doc/html/api/more/classes/Random/Hash.html +0 -380
- data/doc/html/api/more/classes/Random/Object.html +0 -121
- data/doc/html/api/more/classes/Random/String.html +0 -301
- data/doc/html/api/more/classes/Random/String/Self.html +0 -155
- data/doc/html/api/more/classes/Recorder.html +0 -205
- data/doc/html/api/more/classes/RecursiveDependency.html +0 -92
- data/doc/html/api/more/classes/Reference.html +0 -198
- data/doc/html/api/more/classes/Registerable.html +0 -159
- data/doc/html/api/more/classes/Semaphore.html +0 -262
- data/doc/html/api/more/classes/Set.html +0 -119
- data/doc/html/api/more/classes/Settings.html +0 -290
- data/doc/html/api/more/classes/Settings/Setting.html +0 -225
- data/doc/html/api/more/classes/Settings/SettingCollection.html +0 -144
- data/doc/html/api/more/classes/Shellwords.html +0 -113
- data/doc/html/api/more/classes/SimpleStringIO.html +0 -137
- data/doc/html/api/more/classes/Snapshot.html +0 -196
- data/doc/html/api/more/classes/Snapshot/ValueHolder.html +0 -165
- data/doc/html/api/more/classes/String/Style.html +0 -695
- data/doc/html/api/more/classes/Struct.html +0 -132
- data/doc/html/api/more/classes/SyncArray.html +0 -129
- data/doc/html/api/more/classes/SyncHash.html +0 -158
- data/doc/html/api/more/classes/SyncHash/Delegator.html +0 -213
- data/doc/html/api/more/classes/SyncHash/Inheritor.html +0 -213
- data/doc/html/api/more/classes/System.html +0 -1119
- data/doc/html/api/more/classes/Timer.html +0 -466
- data/doc/html/api/more/classes/Timer/Dummy.html +0 -141
- data/doc/html/api/more/classes/TracePoint.html +0 -455
- data/doc/html/api/more/classes/Tuple.html +0 -902
- data/doc/html/api/more/classes/TypeCast.html +0 -158
- data/doc/html/api/more/classes/TypeCast/Class.html +0 -129
- data/doc/html/api/more/classes/TypeCast/Object.html +0 -119
- data/doc/html/api/more/classes/TypeCastException.html +0 -96
- data/doc/html/api/more/classes/URI.html +0 -455
- data/doc/html/api/more/classes/URI/Hash.html +0 -107
- data/doc/html/api/more/classes/URI/Kernel.html +0 -124
- data/doc/html/api/more/classes/Uninheritable.html +0 -122
- data/doc/html/api/more/classes/UploadUtils.html +0 -499
- data/doc/html/api/more/classes/VersionNumber.html +0 -384
- data/doc/html/api/more/classes/Weekdays.html +0 -248
- data/doc/html/api/more/classes/XOXO.html +0 -252
- data/doc/html/api/more/classes/ZipUtils.html +0 -437
- data/doc/html/api/more/classes/ZipUtils/DryRun.html +0 -225
- data/doc/html/api/more/classes/ZipUtils/NoWrite.html +0 -225
- data/doc/html/api/more/classes/ZipUtils/Verbose.html +0 -225
- data/doc/html/api/more/created.rid +0 -1
- data/doc/html/api/more/files/AUTHORS.html +0 -257
- data/doc/html/api/more/files/CHANGES.html +0 -274
- data/doc/html/api/more/files/COPYING.html +0 -462
- data/doc/html/api/more/files/MANIFEST.html +0 -597
- data/doc/html/api/more/files/NOTES.html +0 -166
- data/doc/html/api/more/files/README.html +0 -411
- data/doc/html/api/more/files/lib/facets/1stclassmethod_rb.html +0 -181
- data/doc/html/api/more/files/lib/facets/advisable_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/annotations_rb.html +0 -179
- data/doc/html/api/more/files/lib/facets/ansicode_rb.html +0 -199
- data/doc/html/api/more/files/lib/facets/arguments_rb.html +0 -142
- data/doc/html/api/more/files/lib/facets/association_rb.html +0 -158
- data/doc/html/api/more/files/lib/facets/attr_rb.html +0 -92
- data/doc/html/api/more/files/lib/facets/autoarray_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/autoreload_rb.html +0 -134
- data/doc/html/api/more/files/lib/facets/basicobject_rb.html +0 -190
- data/doc/html/api/more/files/lib/facets/bbcode_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/behavior_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/bicrypt_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/binreadable_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/buildable_rb.html +0 -228
- data/doc/html/api/more/files/lib/facets/bytes_rb.html +0 -170
- data/doc/html/api/more/files/lib/facets/cachedecorator_rb.html +0 -178
- data/doc/html/api/more/files/lib/facets/capsule_rb.html +0 -143
- data/doc/html/api/more/files/lib/facets/cattr_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/cgi_rb.html +0 -111
- data/doc/html/api/more/files/lib/facets/chain_rb.html +0 -114
- data/doc/html/api/more/files/lib/facets/class_extension_rb.html +0 -155
- data/doc/html/api/more/files/lib/facets/classmethods_rb.html +0 -213
- data/doc/html/api/more/files/lib/facets/cloneable_rb.html +0 -134
- data/doc/html/api/more/files/lib/facets/command_rb.html +0 -170
- data/doc/html/api/more/files/lib/facets/consoleutils_rb.html +0 -109
- data/doc/html/api/more/files/lib/facets/continuation_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/core_rb.html +0 -133
- data/doc/html/api/more/files/lib/facets/coroutine_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/crypt_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/cssfilter_rb.html +0 -120
- data/doc/html/api/more/files/lib/facets/daemonize_rb.html +0 -118
- data/doc/html/api/more/files/lib/facets/date_rb.html +0 -121
- data/doc/html/api/more/files/lib/facets/dependency_rb.html +0 -158
- data/doc/html/api/more/files/lib/facets/dictionary_rb.html +0 -198
- data/doc/html/api/more/files/lib/facets/downloader_rb.html +0 -137
- data/doc/html/api/more/files/lib/facets/duration_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/elementor_rb.html +0 -148
- data/doc/html/api/more/files/lib/facets/elementwise_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/enumerablepass_rb.html +0 -153
- data/doc/html/api/more/files/lib/facets/equatable_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/eventhook_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/expirable_rb.html +0 -116
- data/doc/html/api/more/files/lib/facets/fileable_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/filelist_rb.html +0 -164
- data/doc/html/api/more/files/lib/facets/fileshell_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/fileutils/head_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/safe_ln_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/slice_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/tail_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/wc_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/whereis_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils/which_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/fileutils_rb.html +0 -131
- data/doc/html/api/more/files/lib/facets/float/round_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/getoptlong_rb.html +0 -135
- data/doc/html/api/more/files/lib/facets/heap_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/htmlfilter_rb.html +0 -153
- data/doc/html/api/more/files/lib/facets/infinity_rb.html +0 -153
- data/doc/html/api/more/files/lib/facets/inheritor_rb.html +0 -149
- data/doc/html/api/more/files/lib/facets/instantiable_rb.html +0 -119
- data/doc/html/api/more/files/lib/facets/instantise_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/interval_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/ioredirect_rb.html +0 -133
- data/doc/html/api/more/files/lib/facets/iteration_rb.html +0 -94
- data/doc/html/api/more/files/lib/facets/lazy_rb.html +0 -120
- data/doc/html/api/more/files/lib/facets/linkedlist_rb.html +0 -159
- data/doc/html/api/more/files/lib/facets/logger_rb.html +0 -142
- data/doc/html/api/more/files/lib/facets/lrucache_rb.html +0 -129
- data/doc/html/api/more/files/lib/facets/main_rb.html +0 -126
- data/doc/html/api/more/files/lib/facets/memoize_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/meta_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/methodspace_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/minitar_rb.html +0 -203
- data/doc/html/api/more/files/lib/facets/multipliers_rb.html +0 -149
- data/doc/html/api/more/files/lib/facets/multiton_rb.html +0 -187
- data/doc/html/api/more/files/lib/facets/nackclass_rb.html +0 -121
- data/doc/html/api/more/files/lib/facets/net/smtp_tls_rb.html +0 -143
- data/doc/html/api/more/files/lib/facets/nilstatus_rb.html +0 -92
- data/doc/html/api/more/files/lib/facets/nullclass_rb.html +0 -122
- data/doc/html/api/more/files/lib/facets/opencascade_rb.html +0 -156
- data/doc/html/api/more/files/lib/facets/opencollection_rb.html +0 -123
- data/doc/html/api/more/files/lib/facets/openhash_rb.html +0 -107
- data/doc/html/api/more/files/lib/facets/openobject_rb.html +0 -167
- data/doc/html/api/more/files/lib/facets/opesc_rb.html +0 -94
- data/doc/html/api/more/files/lib/facets/orderedhash_rb.html +0 -142
- data/doc/html/api/more/files/lib/facets/ostruct_rb.html +0 -135
- data/doc/html/api/more/files/lib/facets/overload_rb.html +0 -119
- data/doc/html/api/more/files/lib/facets/pathlist_rb.html +0 -133
- data/doc/html/api/more/files/lib/facets/pathname_rb.html +0 -155
- data/doc/html/api/more/files/lib/facets/pool_rb.html +0 -131
- data/doc/html/api/more/files/lib/facets/pqueue_rb.html +0 -129
- data/doc/html/api/more/files/lib/facets/progressbar_rb.html +0 -126
- data/doc/html/api/more/files/lib/facets/prototype_rb.html +0 -102
- data/doc/html/api/more/files/lib/facets/random_rb.html +0 -148
- data/doc/html/api/more/files/lib/facets/rbconfig_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/rbsystem_rb.html +0 -143
- data/doc/html/api/more/files/lib/facets/recorder_rb.html +0 -154
- data/doc/html/api/more/files/lib/facets/reference_rb.html +0 -130
- data/doc/html/api/more/files/lib/facets/reflection_rb.html +0 -119
- data/doc/html/api/more/files/lib/facets/registerable_rb.html +0 -98
- data/doc/html/api/more/files/lib/facets/rwdelegator_rb.html +0 -122
- data/doc/html/api/more/files/lib/facets/semaphore_rb.html +0 -120
- data/doc/html/api/more/files/lib/facets/set_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/settings_rb.html +0 -141
- data/doc/html/api/more/files/lib/facets/shellwords_rb.html +0 -124
- data/doc/html/api/more/files/lib/facets/snapshot_rb.html +0 -177
- data/doc/html/api/more/files/lib/facets/style_rb.html +0 -96
- data/doc/html/api/more/files/lib/facets/succ_rb.html +0 -92
- data/doc/html/api/more/files/lib/facets/syncarray_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/synchash_rb.html +0 -138
- data/doc/html/api/more/files/lib/facets/thread_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/timer_rb.html +0 -174
- data/doc/html/api/more/files/lib/facets/times_rb.html +0 -163
- data/doc/html/api/more/files/lib/facets/tracepoint_rb.html +0 -167
- data/doc/html/api/more/files/lib/facets/tuple_rb.html +0 -160
- data/doc/html/api/more/files/lib/facets/typecast_rb.html +0 -214
- data/doc/html/api/more/files/lib/facets/uninheritable_rb.html +0 -129
- data/doc/html/api/more/files/lib/facets/uploadutils_rb.html +0 -176
- data/doc/html/api/more/files/lib/facets/uri_rb.html +0 -125
- data/doc/html/api/more/files/lib/facets/version_rb.html +0 -132
- data/doc/html/api/more/files/lib/facets/xmlhash_rb.html +0 -97
- data/doc/html/api/more/files/lib/facets/xoxo_rb.html +0 -136
- data/doc/html/api/more/files/lib/facets/yaml_rb.html +0 -145
- data/doc/html/api/more/files/lib/facets/ziputils_rb.html +0 -133
- data/doc/html/api/more/fr_class_index.html +0 -200
- data/doc/html/api/more/fr_file_index.html +0 -177
- data/doc/html/api/more/fr_method_index.html +0 -1181
- data/doc/html/api/more/index.html +0 -26
- data/doc/html/authors.html +0 -178
- data/doc/html/changes.html +0 -193
- data/doc/html/copying.html +0 -384
- data/doc/html/img/APIdocs.png +0 -0
- data/doc/html/img/RubyFacets.png +0 -0
- data/doc/html/img/bomb.gif +0 -0
- data/doc/html/img/develop.gif +0 -0
- data/doc/html/img/email.gif +0 -0
- data/doc/html/img/fade_blue_down.gif +0 -0
- data/doc/html/img/fade_red_down.png +0 -0
- data/doc/html/img/folder.gif +0 -0
- data/doc/html/img/home.gif +0 -0
- data/doc/html/img/menu_bkg.png +0 -0
- data/doc/html/img/quill.gif +0 -0
- data/doc/html/img/ruby-h.png +0 -0
- data/doc/html/img/ruby.gif +0 -0
- data/doc/html/img/ruby.png +0 -0
- data/doc/html/img/source.gif +0 -0
- data/doc/html/index.html +0 -16
- data/doc/html/js/doclist.js +0 -20
- data/doc/html/js/jquery.js +0 -3408
- data/doc/html/list.json +0 -1
- data/doc/html/manifest.html +0 -519
- data/doc/html/menu.html +0 -70
- data/doc/html/notes.html +0 -86
- data/doc/html/rakefile.html +0 -45
- data/doc/html/readme.html +0 -327
- data/doc/html/style-rdoc.css +0 -208
- data/lib/facets.rb +0 -2
- data/lib/facets/ansicode.rb +0 -320
- data/lib/facets/arguments.rb +0 -349
- data/lib/facets/array.rb +0 -24
- data/lib/facets/array/product.rb +0 -15
- data/lib/facets/binding.rb +0 -6
- data/lib/facets/binding/caller.rb +0 -54
- data/lib/facets/binding/defined.rb +0 -13
- data/lib/facets/binding/local_variables.rb +0 -15
- data/lib/facets/binding/opvars.rb +0 -24
- data/lib/facets/binding/self.rb +0 -12
- data/lib/facets/class.rb +0 -4
- data/lib/facets/command.rb +0 -422
- data/lib/facets/comparable.rb +0 -6
- data/lib/facets/core.rb +0 -50
- data/lib/facets/dictionary.rb +0 -474
- data/lib/facets/dir.rb +0 -9
- data/lib/facets/enumerable.rb +0 -19
- data/lib/facets/enumerable/cluster_by.rb +0 -21
- data/lib/facets/file.rb +0 -7
- data/lib/facets/file/rewrite.rb +0 -54
- data/lib/facets/file/rootname.rb +0 -23
- data/lib/facets/filelist.rb +0 -499
- data/lib/facets/filetest.rb +0 -3
- data/lib/facets/fileutils/whereis.rb +0 -63
- data/lib/facets/hash.rb +0 -25
- data/lib/facets/hash/merge.rb +0 -74
- data/lib/facets/hash/rekey.rb +0 -59
- data/lib/facets/hash/slice.rb +0 -23
- data/lib/facets/hash/update.rb +0 -75
- data/lib/facets/integer.rb +0 -7
- data/lib/facets/kernel.rb +0 -29
- data/lib/facets/kernel/ask.rb +0 -27
- data/lib/facets/matchdata.rb +0 -6
- data/lib/facets/meta.rb +0 -23
- data/lib/facets/module.rb +0 -22
- data/lib/facets/module/conflict.rb +0 -56
- data/lib/facets/nilclass.rb +0 -3
- data/lib/facets/numeric.rb +0 -5
- data/lib/facets/overload.rb +0 -94
- data/lib/facets/paramix.rb +0 -187
- data/lib/facets/pathname.rb +0 -112
- data/lib/facets/proc.rb +0 -6
- data/lib/facets/range.rb +0 -6
- data/lib/facets/reflection.rb +0 -98
- data/lib/facets/regexp.rb +0 -5
- data/lib/facets/ruby.rb +0 -485
- data/lib/facets/string.rb +0 -28
- data/lib/facets/string/to_time.rb +0 -1
- data/lib/facets/symbol.rb +0 -5
- data/lib/facets/time.rb +0 -11
- data/lib/facets/time/change.rb +0 -99
- data/lib/facets/time/hence.rb +0 -56
- data/lib/facets/time/to_time.rb +0 -14
- data/lib/facets/unboundmethod.rb +0 -4
- data/lib/facets/yaml.rb +0 -66
- data/log/changelog-0.rdoc +0 -239
- data/log/changelog-1.rdoc +0 -450
- data/log/changelog.rdoc +0 -1173
- data/log/fixme.rdoc +0 -12
- data/log/testlog.txt +0 -645
- data/log/todo.rdoc +0 -237
- data/meta/authors +0 -48
- data/meta/contact +0 -1
- data/meta/created +0 -1
- data/meta/description +0 -8
- data/meta/download +0 -1
- data/meta/homepage +0 -1
- data/meta/mailinglist +0 -1
- data/meta/project.yaml +0 -31
- data/meta/slogan +0 -1
- data/meta/unixname +0 -1
- data/meta/version +0 -1
- data/script/conflicts +0 -63
- data/script/document +0 -231
- data/script/methods +0 -49
- data/script/test +0 -37
- data/setup.rb +0 -1478
- data/test/array/test_product.rb +0 -25
- data/test/hash/test_rekey.rb +0 -41
- data/test/hash/test_rekey2.rb +0 -37
- data/test/hash/test_update.rb +0 -40
- data/test/test_ansicode.rb +0 -20
- data/test/test_dictionary.rb +0 -122
- data/test/test_overload.rb +0 -120
- data/test/test_ruby.rb +0 -198
- data/test/test_ruby/array/test_combination.rb +0 -29
- data/test/test_ruby/array/test_permutation.rb +0 -14
- data/test/test_ruby/array/test_product.rb +0 -23
- data/test/test_ruby/kernel/test_tap.rb +0 -19
- data/test/test_ruby/symbol/test_succ.rb +0 -13
- data/test/time/test_to_time.rb +0 -16
data/log/changelog-1.rdoc
DELETED
|
@@ -1,450 +0,0 @@
|
|
|
1
|
-
= Facets ChangeLog 1.x.x (Beta Series)
|
|
2
|
-
|
|
3
|
-
== 1.8.54
|
|
4
|
-
* added reqiure to ostruct.rb test
|
|
5
|
-
* fix to command.rb's initializer
|
|
6
|
-
* Fixed all bug reports from rubyforge tracker *except rdoc issue
|
|
7
|
-
** fixed bug with times.rb beginning_of_year and beginning_of_month
|
|
8
|
-
** replaced pqueue and heap with new working class (thanks to Olivier Renaud)
|
|
9
|
-
** fixed bug in ormsupport.rb (this will be moved out of facets in next release)
|
|
10
|
-
** added empty? to dictionary (removed old subclass of Hash)
|
|
11
|
-
* significant improvements to command.rb thanks to Tyler Rick
|
|
12
|
-
* added tests to elementwise and tap
|
|
13
|
-
* fixed test for elementwise and op_tilde_self
|
|
14
|
-
* added enumerable/map_send
|
|
15
|
-
* added thread_map and thread_map_send thanks to greg
|
|
16
|
-
* added operator "~@" for enumerable/elementwise
|
|
17
|
-
* added more/consoleutils.rb
|
|
18
|
-
* added string/cleave
|
|
19
|
-
* added capitalize_all thanks to Richard Laugesen
|
|
20
|
-
* cartesian_product is an alias of enumerable/cart
|
|
21
|
-
* added array pad thanks to Richard Laugesen
|
|
22
|
-
* added kernel/tap
|
|
23
|
-
* fixed test/unit load issues
|
|
24
|
-
* converted facet/ requires to facets/core or facets/more as needed
|
|
25
|
-
* further improvements to arguments.rb (looking good!)
|
|
26
|
-
* improved symbol/self/generate
|
|
27
|
-
* bug fix kernel/autoreload arguments needed to be in opposite order
|
|
28
|
-
* add to_xoxo
|
|
29
|
-
* removed bad character codes in multiplier.rb
|
|
30
|
-
* used yaml to allow json.rb to work for all object in general
|
|
31
|
-
* improvements to functor (note: is to_a and to_proc okay?)
|
|
32
|
-
* add test to string/bytes.rb
|
|
33
|
-
* bug fix to nilclass/op_cmp
|
|
34
|
-
* fixed enumerable/op_pow to use enumerable/cart
|
|
35
|
-
* added array/op_div
|
|
36
|
-
* adjustments to xmlbuilder and htmlbuilder dur to buildingblock changes
|
|
37
|
-
* improved buildingblock.rb
|
|
38
|
-
* simplified interface of arguments.rb (still a little more to do)
|
|
39
|
-
* improvements/simplifications to Dir.multiglob
|
|
40
|
-
* added new authors to list
|
|
41
|
-
* fixed misspelling of behavior.rb (was bahvior.rb)
|
|
42
|
-
* removed #own from base list in facets.rb (really need a standard for "singleton class")
|
|
43
|
-
* minor adjustments to uploadutils
|
|
44
|
-
* fixed bug in aspects.rb that would not handle args of wrapped method
|
|
45
|
-
* Symbol#to_s optimization, had to remove freeze
|
|
46
|
-
* updates to fileutils/stage (stage worth keeping?)
|
|
47
|
-
* update to credits
|
|
48
|
-
* fix bug in kernel/ask, returns more than one character
|
|
49
|
-
* cleanup of enumerbale/graph (no effective change)
|
|
50
|
-
* new super fast enumerable/cart by Thomas Hafner (replaces #cross)
|
|
51
|
-
* improved multiglob rountines (accept '+' and '-' prefixes)
|
|
52
|
-
* No longer will track project file via scm until it settles
|
|
53
|
-
* fixed bug in attr_tester, thanks Dov!
|
|
54
|
-
* added weekdays to times.rb thanks to Ryan Platte and Dave Hoover
|
|
55
|
-
* improvements to dictionary.rb (no longer a subclass of Hash) thanks Jan!
|
|
56
|
-
* re-replace openhash with openobject
|
|
57
|
-
* improvements to ann.rb and ann_attr.rb. works, yea!
|
|
58
|
-
* fixed bug in string/singular.rb
|
|
59
|
-
* changed enumerable/cross into enumerable/cart and cartesian_product
|
|
60
|
-
* openobject returns (openhash was a bad name, thanks george)
|
|
61
|
-
* moved enumerable/cross to enumerable/cart (cartesian_product)
|
|
62
|
-
|
|
63
|
-
== 1.8
|
|
64
|
-
* added buildingblock.rb, replaced builderobject.rb
|
|
65
|
-
* adjust require for "yored" files
|
|
66
|
-
* HtmlBuilder and XMLBuilder aer now based on BuildingBlock
|
|
67
|
-
* bug fix for command.rb
|
|
68
|
-
* minor improvements to basic object (object_self to access kernel methods)
|
|
69
|
-
* ostuct adjustment, use #instance_delegate to get underneth the open access
|
|
70
|
-
* module/include_as is now based on module/namespace (thanks Pit!)
|
|
71
|
-
* minor adjustments to methods for (class<<self;self;end)
|
|
72
|
-
* fixed enumerable/partition_by
|
|
73
|
-
* further updates to project info file (need to stop versioning this)
|
|
74
|
-
* deprecated (yored) builderobject.rb (poor implementation)
|
|
75
|
-
* added hash/insert; like store but only if key isn't already present
|
|
76
|
-
* added module/include_and_extend
|
|
77
|
-
* facets.rb now references facets/sys.rb
|
|
78
|
-
* added facets/automatic -- very cool, albiet expiremental way to load core methods automatically!
|
|
79
|
-
* added File::mulitglob_sum; accumulates file patterns, and accepts '+' and '-' prefixes
|
|
80
|
-
* added module/module_method; like module_function but makes method public
|
|
81
|
-
* added module/include_function_module; attempts to properly include one function_module into another
|
|
82
|
-
* kernel/yaml convenience method for YAML::load
|
|
83
|
-
* added kernel/supress; supress errors while executing a block (nice DHH!)
|
|
84
|
-
* added symbol/chomp, like string#chomp
|
|
85
|
-
* added proc/to_h; converts an assignment proc into a hash
|
|
86
|
-
* proc/bind; bind a proc to an object, returning a method
|
|
87
|
-
* added module/prepend; provides dyanamic method wraps for modules, and static wraps for classes
|
|
88
|
-
* added module/new; use a module as if it were a class
|
|
89
|
-
* added module/alias_accessor
|
|
90
|
-
* renamed #superior to #super_at
|
|
91
|
-
* kernel/instance_class; yet anouther meta_class name, but a more sensicle name this one
|
|
92
|
-
* added kernel/populate; populates an object's inst. vars from a hash or assingment block
|
|
93
|
-
* added kernel/daemonize; one last thanks to DHH!
|
|
94
|
-
* added enumerable/injecting; like inject but automatically returns the memo from the block
|
|
95
|
-
* added kernel/object_send, a true public-only send method
|
|
96
|
-
* added kernel/silence_stream; output to null device; thanks DHH!
|
|
97
|
-
* added kernel/instance_values, thanks DHH!
|
|
98
|
-
* added Config:inspect for rbconfig
|
|
99
|
-
* added hash/pairs_at (aking to values_at)
|
|
100
|
-
* added _why's metaid methods (meta_class, meta_eval, etc.)
|
|
101
|
-
* added kernel/enable_warnings to complement silence_warinings
|
|
102
|
-
* added integer/to_roman
|
|
103
|
-
* added logical operators for hash (and/or)
|
|
104
|
-
* array/to_path convert ans array to a path string
|
|
105
|
-
* array/index takes a block
|
|
106
|
-
* added fileutils/compress; very simple convenience methods for archiving folders
|
|
107
|
-
* added fileutils/stage adn staged, a means of transfering files accoring to preset rules
|
|
108
|
-
* had to remove taskable.rb for now (implementation won't work as toplevel include)
|
|
109
|
-
* added kernel/ask, simply command to get console input
|
|
110
|
-
* moved deprecated #facet_require to yore lib
|
|
111
|
-
* deprecated (yored) kernel/own, yet another term for the singleton class
|
|
112
|
-
* renamed quaclass to qua_class
|
|
113
|
-
* added populate.rb, mixin for classes that need on a basic initializer
|
|
114
|
-
* added version_number.rb (a specialized tuple)
|
|
115
|
-
* OpenObject = OpenHash (OpenObject will eventually be deprecated)
|
|
116
|
-
* added uploadutils.rb
|
|
117
|
-
* added Joel VanderWerf's great script.rb script
|
|
118
|
-
* added Austin's minitar.rb --it's just too damn useful!
|
|
119
|
-
* added htmlfilter.rb very nice html escape class
|
|
120
|
-
* added dependency.rb, allwos method to have dependend execution (like rake tasks)
|
|
121
|
-
* added arguments.rb this is for parsing console command arguments
|
|
122
|
-
* add new version of annotations: ann.rb and ann_attr.rb
|
|
123
|
-
* memoize should now work at toplevel
|
|
124
|
-
* removed dataobject.rb (was never used)
|
|
125
|
-
* minor doc change to instance_intercept.rb
|
|
126
|
-
* doc change to methodfilter.rb (maybe deprecat in future)
|
|
127
|
-
* deprecated (yored!) module/inject; what a silly method
|
|
128
|
-
* added File::yaml? to roughly detect if a file is a yaml file
|
|
129
|
-
* deprecated kernel/require_facet (no longer needed)
|
|
130
|
-
* moved old module/namespace implementation to yore
|
|
131
|
-
* adjust old annotation.rb (now in yore) to use openhash
|
|
132
|
-
* moved plugin.rb to ratchets/library project
|
|
133
|
-
* renamed openobject to openhash !!!
|
|
134
|
-
* proper credit for multiton goes to Ara T. Howard!!!! Also improvements.
|
|
135
|
-
* remove library.rb (move to ratchets/library project)
|
|
136
|
-
* minor bug fix to httpaccess
|
|
137
|
-
* updated autovivify.rb to use openhash
|
|
138
|
-
* improvement to command.rb
|
|
139
|
-
* imporved time/stamp
|
|
140
|
-
* reimplemented proc/to_method for more sensible behavior
|
|
141
|
-
* reimplemented module/namespace, very clever thanks to pit captain
|
|
142
|
-
* added module_load and module_require, e.g. load into and require into
|
|
143
|
-
* reimplemented instance_exec, should be much improved
|
|
144
|
-
* doc updates to inflect.rb
|
|
145
|
-
* updates to Hash op_add, reverse_merge, and rekey
|
|
146
|
-
* each_slice is now just an alias via enumerator & fixes to partition_by
|
|
147
|
-
* minor adjusment to multiglob
|
|
148
|
-
* modified all.rb (not recommended!) to require facets/sys
|
|
149
|
-
* modifications to project information file (should this be versioned?)
|
|
150
|
-
* created yore lib to store deprecated features (good idea!)
|
|
151
|
-
* modified PROJECT info file
|
|
152
|
-
* added module class/module_load and _require
|
|
153
|
-
* remove facet/ redirect lib from darcs repository
|
|
154
|
-
* OpenObject is now OpenHash (OpenObject still exist for backcompat)
|
|
155
|
-
* kernel/returning is a stub for kernel/with
|
|
156
|
-
* added proc/update as alias for #call per Tim Pease use of Proc as Observable
|
|
157
|
-
* added behavior.rb by Nobuyoshi Nakada (plan to improve)
|
|
158
|
-
* rewrote taskable.rb using classes to represent tasks; it is much improved
|
|
159
|
-
* openobject.rb doc updates
|
|
160
|
-
* major update to functor which is now a subclass of Proc (should be faster)
|
|
161
|
-
* improvements to dictionary.rb to go along with additions of first and last
|
|
162
|
-
* small improvements to command.rb
|
|
163
|
-
* removed uses of __class__ for object_class and solidified usaged of #as in basicobject.rb
|
|
164
|
-
* deprecated ostruct shadow methods (i.e __table__) in favor of #instance methods
|
|
165
|
-
* added test to module/alias_method_chain
|
|
166
|
-
* imporvements to instance_exec thanks to Mauricio Fernandez
|
|
167
|
-
* improvements to kernel/send_as
|
|
168
|
-
* improvements to kernel/as
|
|
169
|
-
* minor doc addition to kernel/as
|
|
170
|
-
* fixed syntax in hash/op_add.rb
|
|
171
|
-
* imporvements to hash/partition_by thanks to Gregory of Laurel
|
|
172
|
-
* added Mauricio Fernandez to authors
|
|
173
|
-
* added addtional work library lore
|
|
174
|
-
* moved "calibre" project information files
|
|
175
|
-
* moved a number of "in the works" libs to ToadCode project
|
|
176
|
-
* removed predicate.rb, an expiremental logic system, and moved to ToadCode
|
|
177
|
-
* Added plugin.rb, an indirect require mechinism, ie. a plugin system
|
|
178
|
-
* remove one.rb and moved to ToadCode project, this was just silly/fun library
|
|
179
|
-
* Added library.rb which is a library ledger system (used to be roll.rb)
|
|
180
|
-
* added kernel/with which instance_eval's a block on with's subject
|
|
181
|
-
* rekey is an improved version of normalize_keys (ie. the basis of symbolize_keys)
|
|
182
|
-
* multiglob is like glob but handles a list of patterns
|
|
183
|
-
* proper access to openstruct's underlying table
|
|
184
|
-
* minor adjustment to taskable.rb
|
|
185
|
-
* minor adjustment to #dresner docs
|
|
186
|
-
* minor adjustment to #as
|
|
187
|
-
* simple doc addition to setup.rb
|
|
188
|
-
* doc fixes and losening toplevel constraint to Object in taskable
|
|
189
|
-
* made OpenObject #update and #merge public; added to_hash
|
|
190
|
-
* minor "public" fix to main_as_object
|
|
191
|
-
* removed unorder_store and store_only; added first/last to dictionary
|
|
192
|
-
* continued improvements to command.rb
|
|
193
|
-
added some new callbacks such as option_missing;
|
|
194
|
-
also handles method_missing properly now
|
|
195
|
-
* minor adjustments to module::@+
|
|
196
|
-
* added string/rewrite
|
|
197
|
-
* test fixes to module/include_as
|
|
198
|
-
* documentation fix for class_extension
|
|
199
|
-
* minor edit to supermethod (also finish #superior removal)
|
|
200
|
-
* cleanup kernel/set_with code
|
|
201
|
-
* update kernel/metaclass can now take a block
|
|
202
|
-
* added hash#+ and hash#- (op_add and op_sub)
|
|
203
|
-
* added cache to enumerable/every
|
|
204
|
-
* minor updates to facets.rb
|
|
205
|
-
* removed kernel/superior (silly name)
|
|
206
|
-
* minor modifications ot PROJECT file
|
|
207
|
-
* [add] more/autovivify.rb expiremental lib.
|
|
208
|
-
* [update] Minor fix to command.rb to not use Kernel methods as subcommands.
|
|
209
|
-
* [update] Work on annotation.rb to improve support for :self.
|
|
210
|
-
* [deprecate] enumerable/permute.rb (replaced by permutation) and minor test fix to linkedlist.rb
|
|
211
|
-
* [added] linkedlist.rb (thanks Kirk Haines!)
|
|
212
|
-
* [added] enumerable/sum (thanks to Gavin Kistner)
|
|
213
|
-
* [added] array/each_combo and combos (Eunumerable.combinations will be deprecated eventually)
|
|
214
|
-
* [rename] changed enumerable/permute to permutation
|
|
215
|
-
* [update] annotation.rb, fixed :self key
|
|
216
|
-
* [added] pathname/op_div
|
|
217
|
-
* [deprecated] hash/each.rb
|
|
218
|
-
* [removed] hash/each.rb, this variation of Hash#each is too "dangerous" in practice
|
|
219
|
-
* [update] module/self/op_add.rb: fixed inclusion order
|
|
220
|
-
* annotation.rb, return annotations of self when key is :self [updated]
|
|
221
|
-
* module/self/op_add.rb and op_sub.rb - traits like features [added]
|
|
222
|
-
* minor improvemtns to module/clone_using and integrate
|
|
223
|
-
* command.rb: minor change to docs [update]
|
|
224
|
-
* openobject.rb (added NilClass#to_openobject) [update]
|
|
225
|
-
* enumerable/each_slice.rb [replace]
|
|
226
|
-
Ruby already has #each_slice if you require 'enumerator'. And for 1.9,
|
|
227
|
-
I believe, this will be present automatically. So Facets' each_slice
|
|
228
|
-
has been replaced with a simple redirection to require 'enumerator'.
|
|
229
|
-
Ruby's version is slightly different in that it won't check arity if
|
|
230
|
-
a slice count is not given. For this, use enumerable/each_by.
|
|
231
|
-
* array/delete_at.rb [removed]
|
|
232
|
-
Ruby's Array class already has a #delete_at method,
|
|
233
|
-
although this is another method at odds with Hash.
|
|
234
|
-
Use #delete_values_at instead.
|
|
235
|
-
* moved File.bitbucket to File.null (but bitbucket was so "fun"! ;)
|
|
236
|
-
* added nilclass/to_path
|
|
237
|
-
* added kernel/load_local
|
|
238
|
-
* added kernel/callee
|
|
239
|
-
* added enumerable/eachn, integer/each and integer/of
|
|
240
|
-
* re-added array/delete_values_at
|
|
241
|
-
* added filetest/self/root
|
|
242
|
-
* added cache.rb
|
|
243
|
-
* moved Dir.bitbucket to File.bitbucket
|
|
244
|
-
* removed task file in favor of sake based util/
|
|
245
|
-
* added main_as_module
|
|
246
|
-
* added doublemetaphone (Thanks Lawrence Philps!)
|
|
247
|
-
* rewrote taskable.rb
|
|
248
|
-
* minor doc fix to association.rb
|
|
249
|
-
* added symbol/to_s which caches the result for speed up
|
|
250
|
-
* additions and adjusments related to hash/delete_at
|
|
251
|
-
* added Dir.bitbucket
|
|
252
|
-
* update to array/op_fetch to include op_store
|
|
253
|
-
* updated docs and util tasks
|
|
254
|
-
* minor changes
|
|
255
|
-
* added filesystem.rb
|
|
256
|
-
* taskable should now work at the toplevel too
|
|
257
|
-
* still working the organization as Reap/Sake change
|
|
258
|
-
* started setting project tasks up for sake
|
|
259
|
-
* updates to enumerable each_slice
|
|
260
|
-
* updated names of meta files
|
|
261
|
-
* updates to READMEs
|
|
262
|
-
* added trace to command.rb
|
|
263
|
-
* organizational changes
|
|
264
|
-
|
|
265
|
-
== 1.7
|
|
266
|
-
* fix to inifinty.rb
|
|
267
|
-
* comment on cut.rb needed a quick fix
|
|
268
|
-
* updated infinity
|
|
269
|
-
* added tkxml.rb
|
|
270
|
-
* allow tasks to to arguments (all dependent tasks must take same args)
|
|
271
|
-
* update infinity.rb to conform more with common standards
|
|
272
|
-
* error catch added to command.rb (thanks Jonas)
|
|
273
|
-
* added singleton annotations
|
|
274
|
-
* minor improvement to wrap_method and proc/compose
|
|
275
|
-
* added more/infinity.rb
|
|
276
|
-
* major improvement to String#singular and plural
|
|
277
|
-
* update normalize_keys to take a proc instead of a "send" parameter
|
|
278
|
-
* projectinfo backups change
|
|
279
|
-
* added cuts implimentation
|
|
280
|
-
* separated integer/op_mul from compose, op_mul now composes and Integer#of
|
|
281
|
-
* wrap_method, no need to undef method before redefining it
|
|
282
|
-
* move calibre files (will we do ever use?) to work/pore/meta
|
|
283
|
-
* added work dir to repo
|
|
284
|
-
* fix instance_interception test
|
|
285
|
-
* doc cleanup
|
|
286
|
-
* added hash/op_div and array/op_div to BASE.
|
|
287
|
-
* remove kernel/called and fixed callee,__callee__ and __method__.
|
|
288
|
-
* just about prefected OpenObject
|
|
289
|
-
* keys_to_sym to symbolize_keys usage
|
|
290
|
-
* remove explore dir, perhaps better to do without midstage
|
|
291
|
-
* added to_a to OpenObject
|
|
292
|
-
* minor touchup to opencascade
|
|
293
|
-
|
|
294
|
-
== 1.6
|
|
295
|
-
* PrivateAccess expiremental class
|
|
296
|
-
* added reverse_merge (from Active Support)
|
|
297
|
-
* adjustments to stringify_keys, record normalize_keys
|
|
298
|
-
* work on other Hash subclasses Dictionary, OpenCascade, and Hash#having_fallback features
|
|
299
|
-
* added some core methods enumerable#divide, array and hash op_div, kernel/meta
|
|
300
|
-
* deprecated generate_method_name and generate_instance_method_name
|
|
301
|
-
* Hash methods keys_to_s and keys_to_sym to stringify_keys and symbolize_keys
|
|
302
|
-
Both now depend on normalize_keys
|
|
303
|
-
* rewrote openobject as a subclass of Hash with a method filter
|
|
304
|
-
* rewrote annotation.rb and moved into more/
|
|
305
|
-
* add meta docs to darcs
|
|
306
|
-
* added Jan Molic's Debugger(Logger) to explore
|
|
307
|
-
* calibre task (worth the effort?)
|
|
308
|
-
* added Symbol::generate
|
|
309
|
-
* remove generate_method_name methods
|
|
310
|
-
** removed kernel/generate_method_name
|
|
311
|
-
** removed moodule/generate_instance_method_name
|
|
312
|
-
Neither were thread safe.
|
|
313
|
-
* new implementation of openobject cont.
|
|
314
|
-
* updated dictionary class
|
|
315
|
-
1. created subclass AutoDictionary, now used by Dictionary.auto
|
|
316
|
-
2. deprecated ::key_new and :value_new, use ::new.by_key and ::new.by_value instead.
|
|
317
|
-
3. Retained ::alpha but changed ::auto_key to ::auto_alpha.
|
|
318
|
-
* new implementation of openobject in Facets/EXPLORE
|
|
319
|
-
* Added deep_clone (thanks Jan Molic)
|
|
320
|
-
* project metadata work adjustments
|
|
321
|
-
* minor update to tagiterator.rb
|
|
322
|
-
* add _darcs expection to FileList
|
|
323
|
-
* fix to nilclass#status (accept single parameter)
|
|
324
|
-
* added Hash.auto (thanks Jan Molic)
|
|
325
|
-
* remove blankslate alias to basicobject
|
|
326
|
-
* added annotation and instance_intercept to Facets/EXPLORE
|
|
327
|
-
* added Kernel#to_data
|
|
328
|
-
* add Daniel Berger's Hash#to_stuct
|
|
329
|
-
* moved ValueHolder in snapshot.rb to Snapshot::ValueHolder
|
|
330
|
-
* minor bug fix to alias_method_chain
|
|
331
|
-
* fix compatiblity with Reap
|
|
332
|
-
* improved Proc#to_method and Kernel#instance_exec
|
|
333
|
-
* added instance_exec (duh)
|
|
334
|
-
* added object_clone and object_dup
|
|
335
|
-
object_ methods are intended as non-overridable (although you cna if you must).
|
|
336
|
-
* no Configuration alias for Settings
|
|
337
|
-
* added facets/explore libs
|
|
338
|
-
* added settings.rb from glue
|
|
339
|
-
* openobject uses self[] instead of @table[]
|
|
340
|
-
also update proj/infp to start 1.5 series
|
|
341
|
-
* deprecate BaasicObject
|
|
342
|
-
|
|
343
|
-
== 1.4.5
|
|
344
|
-
* move ProjectInfo to proj/info
|
|
345
|
-
* better arrangment of repository
|
|
346
|
-
* Added nil#status, module#alias_method_chain and enumerable#cascade.
|
|
347
|
-
nil#status - Allows a messgae to be passed through a failure chain.
|
|
348
|
-
module#alias_method_chain - from rails this is clever idiom for
|
|
349
|
-
module-based method wrapping. A limited solution, but since
|
|
350
|
-
there's no standard solution as of yet, well support til then.
|
|
351
|
-
enumerable#cascade - cascade a list of action on each element
|
|
352
|
-
of an enumerable.
|
|
353
|
-
* method missing in htmlbuilder effected by basic object fix
|
|
354
|
-
* minor update to functor.rb
|
|
355
|
-
* change WebAgent to Web
|
|
356
|
-
* Removed hash/keys_to_iv b/c it is a poor name. Since the alternative of
|
|
357
|
-
keys_to_instance_variables conveys the wrong idea, decided to just get
|
|
358
|
-
rid of this. Instead use the Rails compatibile hash/variablize_keys.
|
|
359
|
-
* 1.4RC3
|
|
360
|
-
* initial import
|
|
361
|
-
|
|
362
|
-
== 1.4.4
|
|
363
|
-
* added nil#status - Allows a messgae to be passed through
|
|
364
|
-
a failure chain.
|
|
365
|
-
* added module#alias_method_chain - from rails this is clever
|
|
366
|
-
idiom for module-based method wrapping. A limited
|
|
367
|
-
solution, but since there's no standard solution as
|
|
368
|
-
of yet, well support til then.
|
|
369
|
-
* added enumerable#cascade - cascade a list of actions on each
|
|
370
|
-
element of an enumerable. Better name for this?
|
|
371
|
-
* method missing in htmlbuilder effected by BasicObject fix
|
|
372
|
-
(use __self__.method instead of __metod__)
|
|
373
|
-
* minor update to functor.rb. Added @self = function.binding.self.
|
|
374
|
-
Still tweaking for best meta informatin access.
|
|
375
|
-
* change WebAgent to Web
|
|
376
|
-
* Removed hash/keys_to_iv b/c it is a poor name. Since the alternative
|
|
377
|
-
of #keys_to_instance_variables conveys the wrong idea, decided to just
|
|
378
|
-
get rid of this. Instead use the hash#variablize_keys which is also
|
|
379
|
-
Rails compatibile.
|
|
380
|
-
|
|
381
|
-
===1.4.2
|
|
382
|
-
* Started using Darcs --finally!
|
|
383
|
-
* Transition to Darcs has interupted ChangeLog though :(
|
|
384
|
-
* Mostly minor fixes in prepeartion for official 1.4 release.
|
|
385
|
-
* Adjusted BasicObject slightly, further reducing unhidden methods.
|
|
386
|
-
Among them __object__, __method__ and #as. Also added method_missing
|
|
387
|
-
that detects shadow methods and rebinds them to Object. Keep in mind
|
|
388
|
-
that woun't help you if you override method_missing which is
|
|
389
|
-
typical for this class.
|
|
390
|
-
* Fixed bug in BasicObject#__self__.
|
|
391
|
-
|
|
392
|
-
== 1.4.0
|
|
393
|
-
* Added Cookie, HTTP and HTTPAccess of ...'s library.
|
|
394
|
-
* OpenObject's __get__ and __set__ methods have been changed
|
|
395
|
-
to __fetch__ and __store__ to correspond to the Hash methods.
|
|
396
|
-
* Added OpenCascade, which is like OpenObject but chains access.
|
|
397
|
-
* Added ...'s lazy.rb which include's Future and Promise classes.
|
|
398
|
-
* Added task.rb, which provides a Rake interface compatible task
|
|
399
|
-
system, but that can be used in any code.
|
|
400
|
-
* Improved Hash#traverse (it now does all traversing before yielding).
|
|
401
|
-
* kernel/me, kernel/methodname and kernel/method_name have all been
|
|
402
|
-
deprecated in favor of the 1.9 standard kernel/__method__ and
|
|
403
|
-
kernel/__callee__.
|
|
404
|
-
* Console::Application is deprecated and is no longer an alias for
|
|
405
|
-
Console::Command.
|
|
406
|
-
* Console::Command also now supports run-on flags (eg. -xvzf).
|
|
407
|
-
* More's classinherit.rb has been removed, and classmethods.rb will be
|
|
408
|
-
too in another version or two. You should transition all uses of
|
|
409
|
-
these to core/module/class_extension.rb.
|
|
410
|
-
* Updated tuple.rb so that when a string is converted to a Tuple (#to_t)
|
|
411
|
-
the values wll be made integers if they are composed of only numbers.
|
|
412
|
-
If you need all strings you can use a block since the block bypasses
|
|
413
|
-
this auto coercement, eg. to_t{ |v| v }.
|
|
414
|
-
|
|
415
|
-
== 1.3.1
|
|
416
|
-
* Deprecated string/to_arr, and slightly adjusted string#to_a.
|
|
417
|
-
(Not commonly used so not a major change.)
|
|
418
|
-
* Minor bug fixes.
|
|
419
|
-
|
|
420
|
-
== 1.3.0
|
|
421
|
-
* Ported parts of Nitro's Glue library to Facets.
|
|
422
|
-
* more/aspects.rb
|
|
423
|
-
* core/module/on_included.rb
|
|
424
|
-
* core/module/expirable.rb
|
|
425
|
-
* core/enumerable/accumulate.rb
|
|
426
|
-
* Added xoxo.rb, json.rb and rtals.rb.
|
|
427
|
-
* Repaired missing data files for units.rb.
|
|
428
|
-
* Moved cattr methods from module/ to class/.
|
|
429
|
-
* mattr methods are in limbo at the moment.
|
|
430
|
-
(They were aliases for cattr.)
|
|
431
|
-
|
|
432
|
-
== 1.2.1
|
|
433
|
-
* kernel/meta has been renamed to kernel/instance
|
|
434
|
-
|
|
435
|
-
== 1.2.0
|
|
436
|
-
* Added zimba.tm's string/modulize, pathize and methodize.
|
|
437
|
-
* Added some Gem methods, self/active?, self/gemspec, self/gempath.
|
|
438
|
-
|
|
439
|
-
== 1.0.3
|
|
440
|
-
* A last ditch attempt to keep facets and calibre as one project.
|
|
441
|
-
|
|
442
|
-
== 1.0.2
|
|
443
|
-
* Added _why's Array modulo.
|
|
444
|
-
|
|
445
|
-
== 1.0.0
|
|
446
|
-
* Sped up string#similarity.
|
|
447
|
-
* By popular protest deprecated usage of "AClass.use Facets, :amethod".
|
|
448
|
-
* Created nicer layout of facets/support, /group, /english (one day /method).
|
|
449
|
-
* Odd sets of facets have been move to facets/group/, eg. facets/group/inflect.
|
|
450
|
-
* All is now well preped for a Rolls release shoud that come about.
|
data/log/changelog.rdoc
DELETED
|
@@ -1,1173 +0,0 @@
|
|
|
1
|
-
= Subversion Changelog
|
|
2
|
-
|
|
3
|
-
== 2008-04-03 transami
|
|
4
|
-
|
|
5
|
-
* Added .rsync-filter and .htaccess to site/. (865)
|
|
6
|
-
* Fixed methods and conflicts scripts to compare extension libraries. (864)
|
|
7
|
-
* Updated tests for reatomizations. (863)
|
|
8
|
-
* Continued work on reatomizing core extensions (nearly complete now). (862)
|
|
9
|
-
|
|
10
|
-
== 2008-03-31 transami
|
|
11
|
-
|
|
12
|
-
* Work on kernel instance methods. (861)
|
|
13
|
-
|
|
14
|
-
== 2008-03-27 transami
|
|
15
|
-
|
|
16
|
-
* Added basex.rb and deprecated bahavior.rb. (860)
|
|
17
|
-
|
|
18
|
-
== 2008-03-24 transami
|
|
19
|
-
|
|
20
|
-
* Updated website a little. (859)
|
|
21
|
-
* Split off some time tests. (858)
|
|
22
|
-
* Updated logs. (857)
|
|
23
|
-
* Update CHANGES and NOTES. (856)
|
|
24
|
-
* Fixed minor bugs to pass tests. (855)
|
|
25
|
-
* Split up include.rb. (854)
|
|
26
|
-
* Split up include.rb. (853)
|
|
27
|
-
* Moved test/test_one_nine.rb to test/test_ruby.rb. (852)
|
|
28
|
-
* Removed use of Console namepspace. command.rb and arguments.rb now use CLI. (851)
|
|
29
|
-
* Renamed ArgVector to CLI::Arguments (850)
|
|
30
|
-
* Removed rdoc script (will replace in future). (849)
|
|
31
|
-
* Added ri generation to setup.rb. (848)
|
|
32
|
-
* Added site/doc soft link to doc/html. (847)
|
|
33
|
-
* Moved one_nine.rb to ruby.rb (846)
|
|
34
|
-
* Update d requires for "one_nine" to just "ruby" b/c of backports to 1.8.7. (845)
|
|
35
|
-
* Added some work files. (844)
|
|
36
|
-
* Added some expirments in "safe" extensions. (843)
|
|
37
|
-
* Added html docs. (842)
|
|
38
|
-
* Added tests. (841)
|
|
39
|
-
* Added amazon books. (840)
|
|
40
|
-
* Add some addition separation to extensions. (839)
|
|
41
|
-
* Renamed task/ to script/, since the community is used to it b/c of Rails. (838)
|
|
42
|
-
* Fixed up tasks. (837)
|
|
43
|
-
* Clean up task system and docs. (836)
|
|
44
|
-
* Update metadata. (835)
|
|
45
|
-
* Test updates. (834)
|
|
46
|
-
* Minor updates. (833)
|
|
47
|
-
|
|
48
|
-
== 2008-03-22 transami
|
|
49
|
-
|
|
50
|
-
* Update annotations for to_hash.rb. (832)
|
|
51
|
-
* Added headers to docs. (831)
|
|
52
|
-
* Updated docs. (830)
|
|
53
|
-
|
|
54
|
-
== 2008-03-16 transami
|
|
55
|
-
|
|
56
|
-
* Added the new split-off tests. (829)
|
|
57
|
-
* Splinter remaining clumped tests. (828)
|
|
58
|
-
* Removed test_array. (827)
|
|
59
|
-
* Splintered array tests. (826)
|
|
60
|
-
* Added some finer-grain to core method. (825)
|
|
61
|
-
* Some deprecated libs added to work/old. (824)
|
|
62
|
-
* Tests are now to th epoint of passing again. Yea! (823)
|
|
63
|
-
* Continued touching up tests. (822)
|
|
64
|
-
|
|
65
|
-
== 2008-03-15 transami
|
|
66
|
-
|
|
67
|
-
* Moved some old tests to proper place in work/old. (821)
|
|
68
|
-
* Deprecated files moved to work/old. (820)
|
|
69
|
-
* Coninuted work on tests. (819)
|
|
70
|
-
|
|
71
|
-
== 2008-03-14 transami
|
|
72
|
-
|
|
73
|
-
* Adjusted module tests. (818)
|
|
74
|
-
* Removed cli directory. (817)
|
|
75
|
-
* Removed prime test directory and moved cli test up a level. (816)
|
|
76
|
-
* Adjust test to match lib (again). (815)
|
|
77
|
-
* Some deprecated extensions place in work/old for possible future reference. (814)
|
|
78
|
-
|
|
79
|
-
== 2008-03-13 transami
|
|
80
|
-
|
|
81
|
-
* Umph... there it is. (813)
|
|
82
|
-
|
|
83
|
-
== 2008-03-12 transami
|
|
84
|
-
|
|
85
|
-
* Removed prime directory. (812)
|
|
86
|
-
* Make way for class extensions. (811)
|
|
87
|
-
* Added warning to Rick Kilmers's unit system.
|
|
88
|
-
* Moving Rich Kilmers's units system to it's own package.
|
|
89
|
-
* Three are alternate unit systems available and Facets should work with any of them.
|
|
90
|
-
* Will keep a fair amount of the Time extensions though. (810)
|
|
91
|
-
|
|
92
|
-
== 2008-03-10 transami
|
|
93
|
-
|
|
94
|
-
* Move core method decisions (I sware there are only a few more!) (809)
|
|
95
|
-
* Moved cli libs to toplevel. Added a few methods to prime library. (808)
|
|
96
|
-
* And so on... (807)
|
|
97
|
-
|
|
98
|
-
== 2008-03-09 transami
|
|
99
|
-
|
|
100
|
-
* Cleandup symbol and class extra extensions. (806)
|
|
101
|
-
|
|
102
|
-
== 2008-03-08 transami
|
|
103
|
-
|
|
104
|
-
* Moved nil/status.rb to nilstatus.rb (805)
|
|
105
|
-
* Got rid of Method#curry and Method#partial since they just convert to Procs. (804)
|
|
106
|
-
* Divied prime methods to sepearate files after all. (803)
|
|
107
|
-
* General cleanup pushing toward 3.0 release. (802)
|
|
108
|
-
|
|
109
|
-
== 2008-03-07 transami
|
|
110
|
-
|
|
111
|
-
* Finished the reorganization of Enumerable extensions. (801)
|
|
112
|
-
* Loose end additions. (800)
|
|
113
|
-
* Cleanup module tests. (799)
|
|
114
|
-
* Cleanup hash tests. (798)
|
|
115
|
-
* Cleanup enumerable tests. (797)
|
|
116
|
-
* Added new test/kernel directory. (796)
|
|
117
|
-
* Removed old test/kernel directory. (795)
|
|
118
|
-
* Moved test_let to prime/kernel in order to move prime/kernel. (794)
|
|
119
|
-
* Cleanup array and time tests. (793)
|
|
120
|
-
* Cleanup file tests. (792)
|
|
121
|
-
* Cleanup string tests. (791)
|
|
122
|
-
* Continued test cleanup. Oh, so, fun fun ;) (790)
|
|
123
|
-
* Removed uneeded test directories. (789)
|
|
124
|
-
* Continued organizing tests. (788)
|
|
125
|
-
* Move integer tests cleanup. (787)
|
|
126
|
-
* Cleaned up integer tests. (786)
|
|
127
|
-
* Continued fixing tests. (785)
|
|
128
|
-
* Working on test organization. (784)
|
|
129
|
-
* Cleaned up binding tests. (783)
|
|
130
|
-
* Removed old core/more test directories. (782)
|
|
131
|
-
* Moved remaining tests to top test directory. (781)
|
|
132
|
-
* MOved extra extension test to toplevel. (780)
|
|
133
|
-
* Again moved more files to top level. (779)
|
|
134
|
-
* MOved more test to toplevel. (778)
|
|
135
|
-
* Moved remaining core test to top test level. (777)
|
|
136
|
-
* Moved ext/core to prime/.
|
|
137
|
-
* Will not combine the per-method tests for the moment.
|
|
138
|
-
* Will save that for later (unless we decide to div prime again :p) (776)
|
|
139
|
-
* Fixed requires for prime/ directory. (775)
|
|
140
|
-
* Moved all "prime" libs to subdir (yes, like they were). (774)
|
|
141
|
-
* Cleaned up remaining extranerous files. (773)
|
|
142
|
-
|
|
143
|
-
== 2008-03-06 transami
|
|
144
|
-
|
|
145
|
-
* Further touchups to website. (772)
|
|
146
|
-
* Added some extra pages to website. (771)
|
|
147
|
-
* OVerhaul website for version 3. (770)
|
|
148
|
-
|
|
149
|
-
== 2008-03-05 transami
|
|
150
|
-
|
|
151
|
-
* Made op_esc.rb a separate module rather thanan extension. (769)
|
|
152
|
-
* REmoved more extraneous files and moved a few to work area. (768)
|
|
153
|
-
|
|
154
|
-
== 2008-03-04 transami
|
|
155
|
-
|
|
156
|
-
* Added some tasks and a couple of file to work old. (767)
|
|
157
|
-
* Cleaned up extra binding extensions. (766)
|
|
158
|
-
* Continued considations (almost there). (765)
|
|
159
|
-
* Continued consolidation and removing extraneous files. (764)
|
|
160
|
-
* Deprecated with_reader, with_writer and with_accessor for attr_singleton_reader, &c. (763)
|
|
161
|
-
* Removed extraneous Enumerable files. (762)
|
|
162
|
-
* Removed extraneous module alias and attr files. (761)
|
|
163
|
-
|
|
164
|
-
== 2008-03-03 transami
|
|
165
|
-
|
|
166
|
-
* Deprecated Hash#pairs_at. Use Hash#slice instead from core. (760)
|
|
167
|
-
* Removed extraneous kernel extension files. (759)
|
|
168
|
-
* Removed extraneous String extextion files. (758)
|
|
169
|
-
* Removed some work folders. (757)
|
|
170
|
-
* Partial adjustments for work area dure to organization changes. (756)
|
|
171
|
-
* Scrap code. (755)
|
|
172
|
-
* Removed vestiges of transfers to core extensions and consolidations. (754)
|
|
173
|
-
* Fixed require in core libraries. (753)
|
|
174
|
-
* Fixed the namespaces of some extensions. (752)
|
|
175
|
-
* It is finished! (751)
|
|
176
|
-
* Move all "prime" libs to top. (750)
|
|
177
|
-
* Removed extra/. (749)
|
|
178
|
-
* Moved extra/continuation to top. (748)
|
|
179
|
-
* Move the rest of extra directories. (747)
|
|
180
|
-
* Moved all "extra" extensions to top facets/ directory. (746)
|
|
181
|
-
* Few more. (745)
|
|
182
|
-
* Added some file that were added before in the transition. (744)
|
|
183
|
-
* Removed remains vestigaes of old organization. (Now just ot fix the new one!) (743)
|
|
184
|
-
* The big wadoozy. (742)
|
|
185
|
-
* Remove empty directories for more/ext. (741)
|
|
186
|
-
* Move add classes and module to facets/. (740)
|
|
187
|
-
* Move more extensions to facets/extra. (739)
|
|
188
|
-
* Move a few more/ext to prime. (738)
|
|
189
|
-
* Moved core/facets to facets/extra. (737)
|
|
190
|
-
* Removed empty ext directories. (736)
|
|
191
|
-
* Added prime directory and files. (735)
|
|
192
|
-
* Removed some dir methods that are now in prime. (734)
|
|
193
|
-
|
|
194
|
-
== 2008-03-02 transami
|
|
195
|
-
|
|
196
|
-
* Remove some now empty directories from core/ext, due to the "prime" transfer. (733)
|
|
197
|
-
* Removed all "prime" extension files. (732)
|
|
198
|
-
* Move mattr to module. (731)
|
|
199
|
-
|
|
200
|
-
== 2008-03-01 transami
|
|
201
|
-
|
|
202
|
-
* Fixed require bug in time methods. (730)
|
|
203
|
-
* Reverted memomize.rb back to original code --will come back to later. (729)
|
|
204
|
-
* Moved random.rb to sys/. (728)
|
|
205
|
-
* Added stylizer.rb to replace stylize.rb (727)
|
|
206
|
-
* Removed old stylize.rb library --see new stylizer.rb. (726)
|
|
207
|
-
* Array #recursively is not only called #traverse. (725)
|
|
208
|
-
* Added case/stylize methods to more/facets/string. (724)
|
|
209
|
-
* Renamed more/string/facets/titlecase to captialize_all. (723)
|
|
210
|
-
|
|
211
|
-
== 2008-02-29 transami
|
|
212
|
-
|
|
213
|
-
* Added uri and xoxo tests. (722)
|
|
214
|
-
* Cleaning up more/ext tests. (721)
|
|
215
|
-
* Some more reorganization in test/core. (720)
|
|
216
|
-
* Removed finaly vestage of old dir structure. (719)
|
|
217
|
-
* Moved remaing test to more/add. (718)
|
|
218
|
-
* Removed some outdated test and organized. (717)
|
|
219
|
-
* Moved more/ext tests out of more/add/. (716)
|
|
220
|
-
* Added ext, cli and sys to test/more/. (715)
|
|
221
|
-
* Removed test/mixin. (714)
|
|
222
|
-
* Moved test from mixin to more/add. (713)
|
|
223
|
-
* Moved add to test/more. (712)
|
|
224
|
-
* Added test/more. (711)
|
|
225
|
-
* Moved test/more to add. (710)
|
|
226
|
-
* Moved ext tests to core subdir. (709)
|
|
227
|
-
* Added test/core. (708)
|
|
228
|
-
* Move text/core to test/ext. (707)
|
|
229
|
-
* Updated .roll file for new organization. (706)
|
|
230
|
-
* Updated .reap file. (705)
|
|
231
|
-
* Updated metadata to fit new organization. (Happy Days!) (704)
|
|
232
|
-
* Moved facets.rb up a level. (703)
|
|
233
|
-
* Temporarily moved console libs to cli --mainly to ease working on them. (702)
|
|
234
|
-
* Moved condole to add. (701)
|
|
235
|
-
* Moved system to more/sys. (700)
|
|
236
|
-
* Moved "lore" to add/. Yea! (699)
|
|
237
|
-
* Moved libs to ext. (698)
|
|
238
|
-
* Added more/ext directory. (697)
|
|
239
|
-
* Progressive work on memoize and elementor. (696)
|
|
240
|
-
* Moved systematic libs from ext/ to sys/. (695)
|
|
241
|
-
* Moved classes and modules from ext/ to add/. (694)
|
|
242
|
-
* Added facets directory to add/ directory. (693)
|
|
243
|
-
* dded add/ directory to core/. (692)
|
|
244
|
-
* Moved facets/ to ext/. (691)
|
|
245
|
-
* Added ext directory. (690)
|
|
246
|
-
* Minor doc change. (689)
|
|
247
|
-
* Functor no longer privatizes =, == and =~. (688)
|
|
248
|
-
* Minor doc fix. (687)
|
|
249
|
-
* Properly split conversion.rb. (686)
|
|
250
|
-
* Some string methods extracted from stylize.rb. (685)
|
|
251
|
-
* Continued structuring. (684)
|
|
252
|
-
|
|
253
|
-
== 2008-02-28 transami
|
|
254
|
-
|
|
255
|
-
* Moved lore/console up a notch. (683)
|
|
256
|
-
* Moved lore/system up a notch. (682)
|
|
257
|
-
* Moved random.rb to more/. (681)
|
|
258
|
-
* Renamed namespace.eb to methodspace.rb. (680)
|
|
259
|
-
* Moved autoreload to more/facets/kernel. (679)
|
|
260
|
-
* Moved four remaing web libs to common directory (use web/ subdir?). (678)
|
|
261
|
-
|
|
262
|
-
== 2008-02-26 transami
|
|
263
|
-
|
|
264
|
-
* Moved some modules from system to common. (677)
|
|
265
|
-
* Moved all mixins back in with classes. (676)
|
|
266
|
-
* Moved class/facets up a level. (675)
|
|
267
|
-
* Removed old curry.rb. (674)
|
|
268
|
-
* More as standard and extraneous core extensions is progressing. (673)
|
|
269
|
-
* Added enumerable directory to more. (672)
|
|
270
|
-
* Moved some libs from system to more. (671)
|
|
271
|
-
* Added string directory to more. (670)
|
|
272
|
-
* Added kernel directory to more extensions. (669)
|
|
273
|
-
* Recreated more to house standard extensions. (668)
|
|
274
|
-
* More as standard extensions, and Lore (?) for the rest. (667)
|
|
275
|
-
* Added some web related libraries. (666)
|
|
276
|
-
|
|
277
|
-
== 2008-02-25 transami
|
|
278
|
-
|
|
279
|
-
* Added cgi.rb with some standard extensions. (665)
|
|
280
|
-
* Fixed bug with #peek in stackable. (664)
|
|
281
|
-
* Deprecated paramix.rb. (663)
|
|
282
|
-
|
|
283
|
-
== 2008-02-24 transami
|
|
284
|
-
|
|
285
|
-
* Added xmlhash.rb and returned uri.rb extensions to the library. (662)
|
|
286
|
-
* Moved getoptlong/rb to standard extensions folder. (661)
|
|
287
|
-
* Added #method_name to Date class. (660)
|
|
288
|
-
|
|
289
|
-
== 2008-02-23 transami
|
|
290
|
-
|
|
291
|
-
* Removed extraneous level in doc. (659)
|
|
292
|
-
|
|
293
|
-
== 2008-02-22 transami
|
|
294
|
-
|
|
295
|
-
* REmove cut-bases AOP, now in it's own library. (658)
|
|
296
|
-
* Converted compare_on.rb to Paramtric Mixins. (657)
|
|
297
|
-
* Split fileutils up into individual methods. (656)
|
|
298
|
-
* Update metadata to reflect organization changes. (655)
|
|
299
|
-
* Moved standard library extensions to more/extend. (654)
|
|
300
|
-
* Added facets directory to more/extend. (653)
|
|
301
|
-
* Continued organization. (652)
|
|
302
|
-
|
|
303
|
-
== 2008-02-21 transami
|
|
304
|
-
|
|
305
|
-
* Moved console related libs to more/console. (651)
|
|
306
|
-
* Added facets subdir to console. (650)
|
|
307
|
-
* Added more/console; trying something a bit different in organization. (649)
|
|
308
|
-
* Added more/class/facets/net and moved set and ostruct to class as well. (648)
|
|
309
|
-
* more/system, rather than systems. (647)
|
|
310
|
-
* Moved class, mixin, and system to more. (646)
|
|
311
|
-
* Added new more directory. (645)
|
|
312
|
-
* Moved more to systems. (644)
|
|
313
|
-
|
|
314
|
-
== 2008-02-20 transami
|
|
315
|
-
|
|
316
|
-
* Added test for command.rb. (643)
|
|
317
|
-
* Renamed console.rb to whate it should be consoleutils.rb. (642)
|
|
318
|
-
* Update to command.rb integrating MasterCommand and Command into a single class.
|
|
319
|
-
* The Console::Command is not nice and simple command parser I've been aiming torward.
|
|
320
|
-
* Barring some major oversite, this class will not change in an incompatible way ever again.
|
|
321
|
-
* Basic tests pass. More eleborate test will follow to ensure more complex designs also work. (641)
|
|
322
|
-
|
|
323
|
-
== 2008-02-19 transami
|
|
324
|
-
|
|
325
|
-
* Added doc directory. (640)
|
|
326
|
-
* Updated README and allowed doc/ to be included in package. (639)
|
|
327
|
-
|
|
328
|
-
== 2008-02-18 transami
|
|
329
|
-
|
|
330
|
-
* Added site/rdoc, which is a symlink. (638)
|
|
331
|
-
* Added log/Changelog.txt too. (637)
|
|
332
|
-
* Update logs. (Should these even be under version control?) (636)
|
|
333
|
-
* Added Rakefile to redirect to task/*. (635)
|
|
334
|
-
* Fixed bug in Kernel#object_hexid. (634)
|
|
335
|
-
* Fixed test for hash/collate. (633)
|
|
336
|
-
* Added test task and temporary rdoc task. (632)
|
|
337
|
-
* Added options back into multiglob_r. (631)
|
|
338
|
-
* Fixed bug in multiglob_r so it will NOT follow symlinks. (630)
|
|
339
|
-
* Moved work/reference to work/ref. (629)
|
|
340
|
-
* Moved work/current to new (can you tell I have a new naming scheme for work/?) (628)
|
|
341
|
-
* Moved work/outdated to old. (627)
|
|
342
|
-
* Added some outdated tasks to work. Will eventually delete. (626)
|
|
343
|
-
|
|
344
|
-
== 2008-02-11 transami
|
|
345
|
-
|
|
346
|
-
* Moved doc/ to site/. (625)
|
|
347
|
-
* Added remaining doc files. (624)
|
|
348
|
-
* Converted website to XML. (623)
|
|
349
|
-
|
|
350
|
-
== 2008-02-10 transami
|
|
351
|
-
|
|
352
|
-
* Automated learn and quick doc menus. (622)
|
|
353
|
-
|
|
354
|
-
== 2008-02-09 transami
|
|
355
|
-
|
|
356
|
-
* Convert website from html to xml. (621)
|
|
357
|
-
* Finishing touches for next release. (620)
|
|
358
|
-
* Saved old rdoc script. (619)
|
|
359
|
-
|
|
360
|
-
== 2008-02-06 transami
|
|
361
|
-
|
|
362
|
-
* Updates to tests as embedded tests are no more. (618)
|
|
363
|
-
* Finally completed removal of all embedded tests. (617)
|
|
364
|
-
* Organized tests according to new lib organization. (616)
|
|
365
|
-
* Improved cloneable.rb to be a true deep dup/clone mixin using Ken Bloom's suggestion. (615)
|
|
366
|
-
|
|
367
|
-
== 2008-02-05 transami
|
|
368
|
-
|
|
369
|
-
* Working on end-user tasks. (614)
|
|
370
|
-
* Added work/outdated/task. (613)
|
|
371
|
-
* Updated the way rdocs are generated. (612)
|
|
372
|
-
* Organized all libs between core, more, class and mixin. (611)
|
|
373
|
-
* Moved class libraries to lib/class/facets. (610)
|
|
374
|
-
* Added lib/class. (609)
|
|
375
|
-
* Added tasksystem.rb. (608)
|
|
376
|
-
* Remove some admin task files no longer needed thanks to Reap. (607)
|
|
377
|
-
* Move admin/ to work/outdated. We'll be using reap instead. (606)
|
|
378
|
-
* Moved meta/facets.roll to .roll.
|
|
379
|
-
* This is related to an update of Rolls...
|
|
380
|
-
* It's better to have good SOC here regardless of some metadata redundancy. (605)
|
|
381
|
-
* Added meta/authors. (604)
|
|
382
|
-
* Moved old changelogs to log/ and move meta/config.yaml to .reap per new reap design. (603)
|
|
383
|
-
* Updaed reap config and removed icli.yaml. (602)
|
|
384
|
-
* Added doc/ads directory. (601)
|
|
385
|
-
* Removed dev/ directory. (600)
|
|
386
|
-
* Moved remaining dev files to work/ (will cleanup later). (599)
|
|
387
|
-
* Moved dev/sandbox to work/. (598)
|
|
388
|
-
* Moved dev/task and reference material to work directory. (597)
|
|
389
|
-
* Moved outdated dev libs to work. (596)
|
|
390
|
-
* Moved current dev to work directory. (595)
|
|
391
|
-
* Update to admin/tasks. (594)
|
|
392
|
-
* Update to project file. (593)
|
|
393
|
-
* Added enumerable/combinations. (592)
|
|
394
|
-
* Added openhash and tracepoint. (591)
|
|
395
|
-
* Added work directory. (590)
|
|
396
|
-
* Added some development scraps, plan to move dev/ to work/. (589)
|
|
397
|
-
|
|
398
|
-
== 2008-01-19 transami
|
|
399
|
-
|
|
400
|
-
* Remove admin/log. (588)
|
|
401
|
-
* Convert changelog to pure ruby. (587)
|
|
402
|
-
* Remove admin/svn subdir. (586)
|
|
403
|
-
* Organize admin tasks better. (585)
|
|
404
|
-
* Add admin tasks. (584)
|
|
405
|
-
* Moved admin tasks to admin directory. (583)
|
|
406
|
-
* Added admin directory. (582)
|
|
407
|
-
* Removed task/doc subdir. (581)
|
|
408
|
-
* Moved some tasks. (580)
|
|
409
|
-
* Convert tasks to pure ruby. (579)
|
|
410
|
-
|
|
411
|
-
== 2008-01-16 transami
|
|
412
|
-
|
|
413
|
-
* Move test/unit to test/core. (578)
|
|
414
|
-
* Moved remaining more test to test/more. (577)
|
|
415
|
-
* Added test/more/hash directory. (576)
|
|
416
|
-
* Moved more tests to test/more directory. (575)
|
|
417
|
-
* Added test/more. (574)
|
|
418
|
-
* Fixed test_keyize.rb. (573)
|
|
419
|
-
* binding/test_cflow renamed to test_caller (572)
|
|
420
|
-
|
|
421
|
-
== 2008-01-09 transami
|
|
422
|
-
|
|
423
|
-
* Added test for new hash/collate. (571)
|
|
424
|
-
* Added demo benchmarks. (570)
|
|
425
|
-
* Update publish task. (569)
|
|
426
|
-
* Update quick.html and wiki code. (568)
|
|
427
|
-
* Added TODO to toplevel. (567)
|
|
428
|
-
* Added a couple of missing binding requires to repo. (566)
|
|
429
|
-
* Moved More lib hash_keyize.rb to hash/keyize.rb. (565)
|
|
430
|
-
|
|
431
|
-
== 2007-12-30 transami
|
|
432
|
-
|
|
433
|
-
* Move source_material to just source. (564)
|
|
434
|
-
|
|
435
|
-
== 2007-12-28 transami
|
|
436
|
-
|
|
437
|
-
* ANd so it goes with work reorganization. (563)
|
|
438
|
-
|
|
439
|
-
== 2007-12-27 transami
|
|
440
|
-
|
|
441
|
-
* Moved dev/play to dev/sandbox. (562)
|
|
442
|
-
* Further reorganiztion of work area. (561)
|
|
443
|
-
* Some reorganization of developemnt area. (560)
|
|
444
|
-
|
|
445
|
-
== 2007-12-22 transami
|
|
446
|
-
|
|
447
|
-
* Moved doc/wiki to apiwiki b/c of Rubyforge's wiki. (559)
|
|
448
|
-
* Removed doc/api dir. (558)
|
|
449
|
-
* Added wiki. (557)
|
|
450
|
-
* Prepare for 2.2.1 release. (556)
|
|
451
|
-
* Update per-module/class files. (555)
|
|
452
|
-
* Moved binding/cflow.rb to caller.rb. (554)
|
|
453
|
-
* Fixed up binding extensions. (553)
|
|
454
|
-
* Update tests and prepare for next version. (552)
|
|
455
|
-
* Ditto. (551)
|
|
456
|
-
* Renamed a couple test tasks. (550)
|
|
457
|
-
|
|
458
|
-
== 2007-12-21 transami
|
|
459
|
-
|
|
460
|
-
* Moved methods and groups task to trash. (549)
|
|
461
|
-
* Moved core hash/keyize to more. (548)
|
|
462
|
-
* Added test class/remove_descendents.rb. (547)
|
|
463
|
-
* Added all remaining per-method require libs from methods/ --will need to wrok through these over time. (546)
|
|
464
|
-
* Added trash work directory. (545)
|
|
465
|
-
* Adjust text according to per-method file changes. (544)
|
|
466
|
-
|
|
467
|
-
== 2007-12-20 transami
|
|
468
|
-
|
|
469
|
-
* All hash method, but the conversion methods, are now rpresented in core/facets/hash. (543)
|
|
470
|
-
* Added a few more Hash per-method files. (542)
|
|
471
|
-
* Add per-method libs for hash. (541)
|
|
472
|
-
* Updated facets/string.rb. (540)
|
|
473
|
-
* Moved string/format.rb to string/wrap.rb. (539)
|
|
474
|
-
* Updated String#brief. (538)
|
|
475
|
-
|
|
476
|
-
== 2007-12-17 transami
|
|
477
|
-
|
|
478
|
-
* Renamed ROLLRC to facets.roll. (535)
|
|
479
|
-
|
|
480
|
-
== 2007-12-13 transami
|
|
481
|
-
|
|
482
|
-
* Fixed project.yaml summary. (534)
|
|
483
|
-
* Update AUTHORS list. (533)
|
|
484
|
-
* Update release notes. (532)
|
|
485
|
-
* Update CHANGES for 2.2.0. (531)
|
|
486
|
-
* VERSION 2.2.0 (530)
|
|
487
|
-
* Added some missing tests dur to recent separations. (529)
|
|
488
|
-
* Minor update to test/general. (528)
|
|
489
|
-
* Updated tests to reflect recent changes. (527)
|
|
490
|
-
* Fixed test for continuation and removed test for pp_s.rb. (526)
|
|
491
|
-
* Move task/docpkg to task/doc/zip. (525)
|
|
492
|
-
* Moved task/config.yaml to meta/ per new Ratch. (524)
|
|
493
|
-
* Moved task/special to task/doc. (523)
|
|
494
|
-
* Minor updates to test and install tasks. (522)
|
|
495
|
-
* Updated todo list (in dev/). (521)
|
|
496
|
-
* Copied log/history.rd to CHANGES. (520)
|
|
497
|
-
* Removed log/history.rd and log/todo.rd (519)
|
|
498
|
-
* Fixed stylize.rb for use with 1.9 (fixed case statement). (518)
|
|
499
|
-
* Separated kernel/returning, now that #tap will be in 1.9. (517)
|
|
500
|
-
* Updated facets.rb for use with 1.9. (516)
|
|
501
|
-
* Separated time/stamp.rb. (515)
|
|
502
|
-
* Divided binding up into a few more pieces. (514)
|
|
503
|
-
* Fixed kernel/instance to play nice with 1.9. (513)
|
|
504
|
-
* Added test for string/op.rb. (512)
|
|
505
|
-
|
|
506
|
-
== 2007-12-12 transami
|
|
507
|
-
|
|
508
|
-
* Renamed accessor #attributes to #instance_attributes. (511)
|
|
509
|
-
|
|
510
|
-
== 2007-12-10 transami
|
|
511
|
-
|
|
512
|
-
* Removed continuation from core. (510)
|
|
513
|
-
* Removed pp_s.rb (use pretty_inspect) add continuation.rb. (509)
|
|
514
|
-
* Documentaiton improvements and moved continuation extension to more lib. (508)
|
|
515
|
-
* Added 1.9 check in continuation/create.rb. (507)
|
|
516
|
-
* Added op.rb to string.rb. (506)
|
|
517
|
-
* Added String/op.rb with String#- method. (505)
|
|
518
|
-
|
|
519
|
-
== 2007-12-09 transami
|
|
520
|
-
|
|
521
|
-
* Minor edit to basicobject.rb in light of 1.9. (504)
|
|
522
|
-
* Minor adjustments to lazy.rb to fix warnings by Ruby 1.9. (503)
|
|
523
|
-
* Added Matthew Harris' Duration class. (502)
|
|
524
|
-
* Added Hash#slice and Hash#except (didn't we have this before?) (501)
|
|
525
|
-
|
|
526
|
-
== 2007-12-05 transami
|
|
527
|
-
|
|
528
|
-
* Minor adjust to website. (500)
|
|
529
|
-
|
|
530
|
-
== 2007-12-04 transami
|
|
531
|
-
|
|
532
|
-
* Improved on tests in relation to doc work. (499)
|
|
533
|
-
* Handled some minor bugs found while documenting. (498)
|
|
534
|
-
* Mode doc improvements. (497)
|
|
535
|
-
|
|
536
|
-
== 2007-12-02 transami
|
|
537
|
-
|
|
538
|
-
* Add a couple new task for rdoc gen. (496)
|
|
539
|
-
* Added nbsp to quickopts task. (495)
|
|
540
|
-
* Website updates. (494)
|
|
541
|
-
* Work on website using siteparts. (493)
|
|
542
|
-
* Added registerable.rb, updated history. (492)
|
|
543
|
-
* Added #include_as to facets/namespace.rb. (491)
|
|
544
|
-
* Cleanup test hearders. (490)
|
|
545
|
-
* Rdoc improvements. (489)
|
|
546
|
-
|
|
547
|
-
== 2007-12-01 transami
|
|
548
|
-
|
|
549
|
-
* Removed test for kernel/require_esc.rb (488)
|
|
550
|
-
* Remove kernel/require_esc.rb. (487)
|
|
551
|
-
* Updated integer docs. (486)
|
|
552
|
-
* Updates to kernel test headers. (485)
|
|
553
|
-
* Documentation updates to kernel extensions. (484)
|
|
554
|
-
|
|
555
|
-
== 2007-11-30 transami
|
|
556
|
-
|
|
557
|
-
* Update docs continued. (483)
|
|
558
|
-
* Update hash test headers. (482)
|
|
559
|
-
* Updated hash extension docs. (481)
|
|
560
|
-
* Updated docs. (480)
|
|
561
|
-
* Added some missing tests. (479)
|
|
562
|
-
* Continued docs update. (478)
|
|
563
|
-
* Update docs. (477)
|
|
564
|
-
* Added test_collect.rb split-offs and test_mash inplace of test_collate. (476)
|
|
565
|
-
* Updated lots of test headers. (475)
|
|
566
|
-
* Renamed Enumerable #collate to #mash. (old name, along with graph, will be an alias for time being) (474)
|
|
567
|
-
* Lots of doc updates. (473)
|
|
568
|
-
* Updated documentation for array extensions. (472)
|
|
569
|
-
* Updated AUTHORS. (471)
|
|
570
|
-
* Divided enumerable/collect into split.rb and each.rb as well. (470)
|
|
571
|
-
* Moved mapsend.rb to thread.rb. (469)
|
|
572
|
-
* Updated mapsend.rb to focus on threads. (468)
|
|
573
|
-
|
|
574
|
-
== 2007-11-28 transami
|
|
575
|
-
|
|
576
|
-
* VERSION 2.1.3 (467)
|
|
577
|
-
* Fixed bug is test/load. (466)
|
|
578
|
-
* Array#to_h used flatten, but it needs to be flatten(1). (465)
|
|
579
|
-
* Doc updates. (464)
|
|
580
|
-
* Fixed minor issue with collate. (463)
|
|
581
|
-
* Cleaned-up tests headers. (462)
|
|
582
|
-
|
|
583
|
-
== 2007-11-27 transami
|
|
584
|
-
|
|
585
|
-
* Fixed bug with main.rb <=> facets.rb. (461)
|
|
586
|
-
* Move core/main.rb back to core/facets.rb as it conflicts with lib in more/. (460)
|
|
587
|
-
|
|
588
|
-
== 2007-11-22 transami
|
|
589
|
-
|
|
590
|
-
* Updated manifest. (459)
|
|
591
|
-
* Remove task/config directory. (458)
|
|
592
|
-
* Added some missing tests to repo. (457)
|
|
593
|
-
* Added some missing tasks to repo. (456)
|
|
594
|
-
* Added some missing dev files (many of these can be deleted actually). (455)
|
|
595
|
-
* Added some missing files from repo. (454)
|
|
596
|
-
* Added log files. (453)
|
|
597
|
-
* Touch-up before release. (452)
|
|
598
|
-
* Update to metadata. (451)
|
|
599
|
-
* VERSION 2.1.2 (450)
|
|
600
|
-
* Renamed core/facets/facets.rb to main.rb (Rolls default). (449)
|
|
601
|
-
* Added copyright notice to COPYING file. (448)
|
|
602
|
-
* Renamed LICENSE to COPYING according to offical GPL policy. (447)
|
|
603
|
-
* Touch-up to logger.rb. (446)
|
|
604
|
-
* Added exception#details. (445)
|
|
605
|
-
* Move all test scripts to task/test/. (444)
|
|
606
|
-
* Added test subdir. (443)
|
|
607
|
-
* Prepare to make a test task subdir. (442)
|
|
608
|
-
* Continued fixes to metadata. (441)
|
|
609
|
-
* Fixes to metadata. (440)
|
|
610
|
-
* Added setup task. (439)
|
|
611
|
-
|
|
612
|
-
== 2007-11-17 transami
|
|
613
|
-
|
|
614
|
-
* Prepare for version 2.1.1 (438)
|
|
615
|
-
|
|
616
|
-
== 2007-11-16 transami
|
|
617
|
-
|
|
618
|
-
* Removed debug code. (437)
|
|
619
|
-
* Fixed options bug in command.rb (436)
|
|
620
|
-
|
|
621
|
-
== 2007-11-15 transami
|
|
622
|
-
|
|
623
|
-
* Moved nilclass/ergo to kernel/ergo. (435)
|
|
624
|
-
* Update Kernel#ergo. (434)
|
|
625
|
-
* Added missing libs. (433)
|
|
626
|
-
* Added pp_s.rb (Questionable addition, but we'll leave it for now.) (432)
|
|
627
|
-
* Added validation.rb. This is here for Nitro's sake --better techinques may replace it in the future. (431)
|
|
628
|
-
* Removed tracepoint.rb --now part of Ratchets project. (430)
|
|
629
|
-
* Added Console::Logger to logger.rb (may be separated in future). (429)
|
|
630
|
-
* Added option arity to command.rb. (428)
|
|
631
|
-
|
|
632
|
-
== 2007-11-10 transami
|
|
633
|
-
|
|
634
|
-
* Update to prepare task. manifest interface is better now ;) (426)
|
|
635
|
-
* Added UniversalOptions module. (425)
|
|
636
|
-
* Fixed minor bug in arguments.rb that prevented proper repeat parameters. (424)
|
|
637
|
-
* Removed extraneous symbol marks (:). (423)
|
|
638
|
-
* Fixed bug in to_console. (422)
|
|
639
|
-
* Adjustment to docs. (421)
|
|
640
|
-
* Some task improvements. (420)
|
|
641
|
-
* Moved common alias methods from attr.rb to alias.rb. (419)
|
|
642
|
-
* Added clobber/ tasks. (418)
|
|
643
|
-
* Updated tests. (417)
|
|
644
|
-
* VERSION 2.1.0 (416)
|
|
645
|
-
* MasterCommand now passes (args, opts), until 1.9 is main stream. (415)
|
|
646
|
-
* Added BiCrypt class for simple two-way encryption. (414)
|
|
647
|
-
* Added dev/test (413)
|
|
648
|
-
* Renamed RELEASE to WHATSNEW (412)
|
|
649
|
-
* Added injecting test and cleaned up. (411)
|
|
650
|
-
* Fixed bud in enumerable/cluster_by (returned nil instead of []). (410)
|
|
651
|
-
* Cleaned up enumerable/permutation.rb (409)
|
|
652
|
-
|
|
653
|
-
== 2007-11-09 transami
|
|
654
|
-
|
|
655
|
-
* minor space removal (408)
|
|
656
|
-
* Complete rewrite of command.rb. (407)
|
|
657
|
-
* Added comment for potential future #is. (406)
|
|
658
|
-
* Added "tester" attribues attr_xxx!. Also added alias_xxx for all attr_xxx methods. (405)
|
|
659
|
-
* Added top-level log directory. (404)
|
|
660
|
-
|
|
661
|
-
== 2007-11-08 transami
|
|
662
|
-
|
|
663
|
-
* Added -q option to zip method in ZipUtils. (403)
|
|
664
|
-
|
|
665
|
-
== 2007-11-05 transami
|
|
666
|
-
|
|
667
|
-
* Remove #q reference from RELEASE. (402)
|
|
668
|
-
* Cleanup of test_initializer.rb. (401)
|
|
669
|
-
* VERSION 2.0.5 (400)
|
|
670
|
-
* Fixed return bug in hash/op.rb. (399)
|
|
671
|
-
* Ok. #p is back. This will in fact be in 1.9, so we're good. (398)
|
|
672
|
-
* Allowed Class#initializer to return the attribute names.
|
|
673
|
-
* This should allow things like: 'private *initializer(...)' (397)
|
|
674
|
-
|
|
675
|
-
== 2007-11-04 transami
|
|
676
|
-
|
|
677
|
-
* Added missing (*args) in #initialize on Hash.new. (396)
|
|
678
|
-
* Renamed #p to #q, because of multiple args problem.
|
|
679
|
-
* I don't know how Ruby 1.9 plans to handle multiple args.
|
|
680
|
-
* Will deprecate for 1.9 anyway so doesn't matter much. (395)
|
|
681
|
-
* Fixed package name in icli.yaml. (394)
|
|
682
|
-
* Added name field to meta/icli.yaml. (393)
|
|
683
|
-
* Added meta/icli.yaml. (392)
|
|
684
|
-
* Added a RELEASE file to hold current release notes. (391)
|
|
685
|
-
* Added log task. (390)
|
|
686
|
-
* Added changelog file in doc/log/. (389)
|
|
687
|
-
* Up'd version to 2.0.4. (388)
|
|
688
|
-
* Update task/groups. (387)
|
|
689
|
-
* Fixed to_h in Command::Options (386)
|
|
690
|
-
* Fixed bug in initialize. (385)
|
|
691
|
-
|
|
692
|
-
== 2007-11-03 transami
|
|
693
|
-
|
|
694
|
-
* Removed extest task. We will no longer need it. (384)
|
|
695
|
-
* Fixed bug in Hash#- Thanks to Xavier Shay. (383)
|
|
696
|
-
* Minor update to rdoc.yaml. (382)
|
|
697
|
-
* Renamed old changelogs. (381)
|
|
698
|
-
* Touch up to methods task. (380)
|
|
699
|
-
* Update rsync filter (379)
|
|
700
|
-
* Minor updates fixing issues highlighted by running crosstest. (378)
|
|
701
|
-
* Many minor bug fixes after running against crosstest. (377)
|
|
702
|
-
* Added usage support for __foo options. (376)
|
|
703
|
-
* Fixed a many a test after running against crosstest. (375)
|
|
704
|
-
* Removed load task. It did not isolate the libs, so wasn't effective. (374)
|
|
705
|
-
* Added a number of new tasks. (373)
|
|
706
|
-
* Rename SMTP_TLS to Smtp_tls for Rdocs. (372)
|
|
707
|
-
|
|
708
|
-
== 2007-11-02 transami
|
|
709
|
-
|
|
710
|
-
* Moved rdoc.yaml to config/. (371)
|
|
711
|
-
* moved task/config to task/config/general. (370)
|
|
712
|
-
* Update tasks. (369)
|
|
713
|
-
|
|
714
|
-
== 2007-11-01 transami
|
|
715
|
-
|
|
716
|
-
* Added array/only, symbol/to_proc (where did it go?) and hash/select. (368)
|
|
717
|
-
* Update roll file. (367)
|
|
718
|
-
* Moved test_command_options to test_command. (366)
|
|
719
|
-
* Update dictionary test to check dup and autohash. (365)
|
|
720
|
-
|
|
721
|
-
== 2007-10-31 transami
|
|
722
|
-
|
|
723
|
-
* Fixed autohash and dup bugs. (364)
|
|
724
|
-
* Verbatim support for Rails' version of #alias_method_chain. (363)
|
|
725
|
-
* Remove site/ directory. (362)
|
|
726
|
-
* Moved rsync filter up too. (361)
|
|
727
|
-
* Moved doc/site/ up to doc/. (360)
|
|
728
|
-
* Added javascript directory to doc/. (359)
|
|
729
|
-
|
|
730
|
-
== 2007-10-30 transami
|
|
731
|
-
|
|
732
|
-
* Updates across the board. (358)
|
|
733
|
-
* Updates to stylize and command.rb. (357)
|
|
734
|
-
* Made facets.rb a shortcut to facets/facets.rb (this is for Rolls, better way?) (356)
|
|
735
|
-
* Oh smack. Lots of stuff fixed. (355)
|
|
736
|
-
|
|
737
|
-
== 2007-10-29 transami
|
|
738
|
-
|
|
739
|
-
* Remove version.txt. No longer needed. (354)
|
|
740
|
-
* Removed meta/project.yaml, replaced by facets roll file. (353)
|
|
741
|
-
|
|
742
|
-
== 2007-10-28 transami
|
|
743
|
-
|
|
744
|
-
* Modifications to command.rb, snapshot and rbsystem.
|
|
745
|
-
* Merged command.rb and command_options.rb into command.rb.
|
|
746
|
-
* Added to_data aliases to snapshot.rb
|
|
747
|
-
* Minor additions to rbsystem. Rather than System, maybe Ruby? (352)
|
|
748
|
-
|
|
749
|
-
== 2007-10-27 transami
|
|
750
|
-
|
|
751
|
-
* Removed embedded test from overload.rb. (351)
|
|
752
|
-
* Allow OpenStruct#initialize to take a setter block. (350)
|
|
753
|
-
* Downloader needs 'wb' flag rather then just 'w'. (349)
|
|
754
|
-
* Fixed typo and removed embedded test. (348)
|
|
755
|
-
* Fixed bug in command_options.rb, putting the class back in the Console namespace. (347)
|
|
756
|
-
|
|
757
|
-
== 2007-10-17 transami
|
|
758
|
-
|
|
759
|
-
* improved module/traits.rb (346)
|
|
760
|
-
|
|
761
|
-
== 2007-10-08 transami
|
|
762
|
-
|
|
763
|
-
* cleaned up some test and updated version to 2.0.2 (345)
|
|
764
|
-
* update methods to eleminate duplicate file names between lib/core and lib/methods (344)
|
|
765
|
-
|
|
766
|
-
== 2007-10-07 transami
|
|
767
|
-
|
|
768
|
-
* doc session - clean up array methods (343)
|
|
769
|
-
* fixed enumerable/test_collect.rb (342)
|
|
770
|
-
* doc update some tasks (341)
|
|
771
|
-
* updated version to 2.0.1 (340)
|
|
772
|
-
* minor bugs fixes (339)
|
|
773
|
-
* update methods task to display each file as it process it (338)
|
|
774
|
-
* added benchmarks for some enumerable methods. (337)
|
|
775
|
-
* moved demo/bench/bench_factorial to an demo/bench/integer subclass (336)
|
|
776
|
-
* added Erik Veenstra to AUHTORS for work on enumerable/group_by and cluster_by (335)
|
|
777
|
-
* minor improvement to test task to specifically read test_*.rb files (334)
|
|
778
|
-
* removed enumerable/partition.rb (333)
|
|
779
|
-
* move enumerable/partition.rb methods to collect.rb. (332)
|
|
780
|
-
|
|
781
|
-
== 2007-10-06 transami
|
|
782
|
-
|
|
783
|
-
* Improved Integer#of. (331)
|
|
784
|
-
* Minor improvements to collect.rb and partition.rb (330)
|
|
785
|
-
* Deprecated nonuniq!, bug fixed cluster_by and aliased group_by and partition_by. (329)
|
|
786
|
-
* Rennamed Enumerable#partition_by to group_by (like RUby 1.9) and fixed bug in cluster_by. (328)
|
|
787
|
-
* update quick docs (327)
|
|
788
|
-
* Doc updates (326)
|
|
789
|
-
|
|
790
|
-
== 2007-10-03 transami
|
|
791
|
-
|
|
792
|
-
* Added Oliver Renaud to the AUTHORS list (oops!) (325)
|
|
793
|
-
|
|
794
|
-
== 2007-10-02 transami
|
|
795
|
-
|
|
796
|
-
* update README to not use folded lines (324)
|
|
797
|
-
* spellchecked README (323)
|
|
798
|
-
* update test task and test_aop.rb (322)
|
|
799
|
-
* minor update to meta/project.yaml (321)
|
|
800
|
-
* updates to groups task and methods task and version to 'stable' (320)
|
|
801
|
-
* updated test task to allow 'live' test (319)
|
|
802
|
-
* update AUTHORS (318)
|
|
803
|
-
* update test task and move AUTHORS file to toplevel (317)
|
|
804
|
-
* moved note/ to doc/notes (316)
|
|
805
|
-
* update tasks for core/fore move and moved todo to dev/ (315)
|
|
806
|
-
* moved fore to core (and core to methods) (314)
|
|
807
|
-
|
|
808
|
-
== 2007-09-20 transami
|
|
809
|
-
|
|
810
|
-
* update test and install tasks (313)
|
|
811
|
-
* require fixes to cut.rb and attributes.rb (312)
|
|
812
|
-
* fixed tests for string/nchar and kernel/silence (311)
|
|
813
|
-
* Fixed String#brief in format.rb (310)
|
|
814
|
-
|
|
815
|
-
== 2007-09-13 transami
|
|
816
|
-
|
|
817
|
-
* removed 1stClassMethod from "more" docs (309)
|
|
818
|
-
* removed 1stClassMethod as a rdoc target (now in Core target) (308)
|
|
819
|
-
* update install and rdoc tasks (307)
|
|
820
|
-
* moved string/test_index.rb to string/test_nchar.rb (306)
|
|
821
|
-
* updated indexable tests (305)
|
|
822
|
-
* update string.rb to include string/nchar.rb (304)
|
|
823
|
-
* moved index.rb to nchar.rb (303)
|
|
824
|
-
* clean up string/index.rb (302)
|
|
825
|
-
* moved facets.rb to fore directory (301)
|
|
826
|
-
* add comment to groups task (300)
|
|
827
|
-
* added groups task (299)
|
|
828
|
-
* updated all extrension group files (array.rb, binding.rb, etc.) (298)
|
|
829
|
-
|
|
830
|
-
== 2007-09-12 transami
|
|
831
|
-
|
|
832
|
-
* uncapitalize meta files (297)
|
|
833
|
-
* update methods task a bit more, plus related configuration (296)
|
|
834
|
-
* updated methods task (295)
|
|
835
|
-
* removed lib/core --this is generated content (may be renamed too) (294)
|
|
836
|
-
* added load and stats tasks (293)
|
|
837
|
-
* update install task --this replaces setup b/c of Facets' special install needs (292)
|
|
838
|
-
* update project file (291)
|
|
839
|
-
* removed lib/facets (290)
|
|
840
|
-
* moved remaining libs to fore (will later consider an additional subdivision) (289)
|
|
841
|
-
* move facets/fore to fore/facets (288)
|
|
842
|
-
* move facets/more to more/facets (287)
|
|
843
|
-
* added ;ob/core, more and fore (286)
|
|
844
|
-
* move memorize (285)
|
|
845
|
-
|
|
846
|
-
== 2007-09-10 transami
|
|
847
|
-
|
|
848
|
-
* removed io and net directories (284)
|
|
849
|
-
* moved io/redirect.rb to more/ioredirect.rb and net/smtp_tls.rb and net/uploadutils.rb libs to more too. (283)
|
|
850
|
-
* few more libs moved to more/ directory (282)
|
|
851
|
-
* moved all the most obvious more libs to the more directory (281)
|
|
852
|
-
* moved fore "grouping" libs to fore directory (280)
|
|
853
|
-
* moved "fore" libs to fore directory (279)
|
|
854
|
-
* create for and more directories (yes, you know what's coming ;) (278)
|
|
855
|
-
* renamed remain.rb (was main_as_module.rb) to just main.rb (277)
|
|
856
|
-
* improved rdoc task and project.yaml file (276)
|
|
857
|
-
* better docs for OpenObject (275)
|
|
858
|
-
* improved method hiding (274)
|
|
859
|
-
|
|
860
|
-
== 2007-09-07 transami
|
|
861
|
-
|
|
862
|
-
* documentation touch ups (273)
|
|
863
|
-
* fixes for conversion.rb rather than conversions.rb (272)
|
|
864
|
-
* updated to website docs (271)
|
|
865
|
-
* moved demos to demo/sample (270)
|
|
866
|
-
* added bench and sample dir to demo (269)
|
|
867
|
-
|
|
868
|
-
== 2007-09-06 transami
|
|
869
|
-
|
|
870
|
-
* moved spy.html to light.html (268)
|
|
871
|
-
* menum change to webpage, fixed core doc link (267)
|
|
872
|
-
* moved metadata files to meta/ (info/ or box/ would be better?) (266)
|
|
873
|
-
* updated test_conversion.rb for to_h/to_hash (265)
|
|
874
|
-
* reverse_each instead of each for after advice in advice.rb (264)
|
|
875
|
-
* final fix to to_h/to_hash discrepency (263)
|
|
876
|
-
* added a Path and Root features to Pathname (good idea?) (262)
|
|
877
|
-
|
|
878
|
-
== 2007-09-05 transami
|
|
879
|
-
|
|
880
|
-
* update advice.rb test and moved old cut test to dev/scrap (261)
|
|
881
|
-
* updated advice; removed preinitialize.rb to trinkets project (it was too expiremental) (260)
|
|
882
|
-
* command_filter.rb needs to considered/developed; moved to dev/new/ (259)
|
|
883
|
-
* fixed interface.rb fo singelton methods (258)
|
|
884
|
-
* updates to tests (257)
|
|
885
|
-
* whole lot of small bug fixes (256)
|
|
886
|
-
* add tests to revision control (255)
|
|
887
|
-
* removed old cut test (moved to dev/scrap) (254)
|
|
888
|
-
* working on tests (253)
|
|
889
|
-
* added read.rb (taken from readwrite.rb) (252)
|
|
890
|
-
* split readwrite.rb into read.rb and write.rb (251)
|
|
891
|
-
|
|
892
|
-
== 2007-09-04 transami
|
|
893
|
-
|
|
894
|
-
* remove string/unpack.rb, offset can be had using '@' format instead (250)
|
|
895
|
-
* renamed conversions.rb to conversion.rb, fixed some requires (249)
|
|
896
|
-
* improved attr.rb (248)
|
|
897
|
-
* some cleanup of enumerable extensions (247)
|
|
898
|
-
* setup annotations demo (246)
|
|
899
|
-
* add non-embedded tests (245)
|
|
900
|
-
|
|
901
|
-
== 2007-09-03 transami
|
|
902
|
-
|
|
903
|
-
* finally brough over toadcode prototype.rb and cleaned it up enough to be useful (244)
|
|
904
|
-
* removed annotations subdir (243)
|
|
905
|
-
* moved annotations/ann.rb and attr.rb to annotations.rb and attributes.rb (242)
|
|
906
|
-
* remove annotations.rb (241)
|
|
907
|
-
* moved annotations/settings.rb up a dir (240)
|
|
908
|
-
* remove settings.rb (239)
|
|
909
|
-
|
|
910
|
-
== 2007-09-02 transami
|
|
911
|
-
|
|
912
|
-
* chnaged multiton_id(e) to multiton_id(*e,&b) (238)
|
|
913
|
-
* updated test task (237)
|
|
914
|
-
* added Christoph Rippel to authors lists (236)
|
|
915
|
-
* added doc header to new multiton class (235)
|
|
916
|
-
* update to new version of multiton (234)
|
|
917
|
-
* playing around with multiton2.rb (233)
|
|
918
|
-
* renamed dev/try to dev/new (232)
|
|
919
|
-
* created dev/old to temporarily house old versions of libs that have been replaced. (231)
|
|
920
|
-
* fixed quick.html documentation (230)
|
|
921
|
-
* used old wiki.gif as email.gif instead (229)
|
|
922
|
-
* fixed config.yaml publish entry (228)
|
|
923
|
-
* some minor updates to index.html (227)
|
|
924
|
-
* moved site to doc/site (226)
|
|
925
|
-
* update to publish task (225)
|
|
926
|
-
* updates of tasks (224)
|
|
927
|
-
* added kernel/report.rb to hold debug/warn extensions. (223)
|
|
928
|
-
* renamed reporting.rb to silence.rb (222)
|
|
929
|
-
* update reporting.rb (created report.rb from it) (221)
|
|
930
|
-
|
|
931
|
-
== 2007-09-01 transami
|
|
932
|
-
|
|
933
|
-
* task work (220)
|
|
934
|
-
* clean up dev finis (219)
|
|
935
|
-
* cleanup dev just a bit more (218)
|
|
936
|
-
* continue cleanup of dev directory (217)
|
|
937
|
-
* moved dev/twiki to misc/ (216)
|
|
938
|
-
* removed dev/core (215)
|
|
939
|
-
* moved require_directory.rb to misc/ (214)
|
|
940
|
-
* added dev/misc for code scraps that might be useful but are not straight lib or task code (213)
|
|
941
|
-
* more dev changes (212)
|
|
942
|
-
* organize dev better (211)
|
|
943
|
-
* cleanup of dev continues (210)
|
|
944
|
-
* cleanup of dev dir (209)
|
|
945
|
-
* clean up dev dir more (208)
|
|
946
|
-
* some cleanup of dev directory (207)
|
|
947
|
-
* almost completed advice lib (206)
|
|
948
|
-
* added comment about possible update (205)
|
|
949
|
-
* deprecate instance_send and instance_map (204)
|
|
950
|
-
|
|
951
|
-
== 2007-08-31 transami
|
|
952
|
-
|
|
953
|
-
* work on rdoc task (203)
|
|
954
|
-
* work on rdoc task (202)
|
|
955
|
-
* added dev/cut dir (201)
|
|
956
|
-
|
|
957
|
-
== 2007-08-29 transami
|
|
958
|
-
|
|
959
|
-
* no reason to track .config (200)
|
|
960
|
-
* clean up trunk (199)
|
|
961
|
-
* added todo comment (198)
|
|
962
|
-
* added advice.rb to replace old aspects.rb (197)
|
|
963
|
-
* removed aspects.rb (sucked), added prototype.rb (infancy) and adjusted to class_extension.rb (196)
|
|
964
|
-
* removed #to_roman (now part of the English project) (195)
|
|
965
|
-
* cont. work on aop and cuts (194)
|
|
966
|
-
* fixed IMG tag bug (193)
|
|
967
|
-
* added yaml.rb (192)
|
|
968
|
-
* move #here convenience method to binding/eval (separate?) (191)
|
|
969
|
-
* added in order to remove kernel/misc.rb (190)
|
|
970
|
-
* consolidate string/regesc (189)
|
|
971
|
-
* added module/methods (188)
|
|
972
|
-
* updates to include and attr (187)
|
|
973
|
-
|
|
974
|
-
== 2007-08-28 transami
|
|
975
|
-
|
|
976
|
-
* fixed Range#umbrella (186)
|
|
977
|
-
* more organization of docs (185)
|
|
978
|
-
* orginizing docs (184)
|
|
979
|
-
|
|
980
|
-
== 2007-08-27 transami
|
|
981
|
-
|
|
982
|
-
* update val.rb (183)
|
|
983
|
-
* added proc/fn.rb (from kernel/misc.rb) and fixed typo in compose.rb (182)
|
|
984
|
-
* moved misc.rb to val.rb (181)
|
|
985
|
-
* better organization of some kernel methods (180)
|
|
986
|
-
* moved #here alias to eval.rb (179)
|
|
987
|
-
* minor updates and some bug fixes (modspace what broke) (178)
|
|
988
|
-
* removed file/yaml.rb in favor or just yaml.rb (177)
|
|
989
|
-
* moved this to facets/yaml.rb (176)
|
|
990
|
-
|
|
991
|
-
== 2007-08-25 transami
|
|
992
|
-
|
|
993
|
-
* work on aop system (175)
|
|
994
|
-
* Added aop.rb, and cut.r and recursive.rb (174)
|
|
995
|
-
* moved cut.rb to dev (old version will be deprecated) (173)
|
|
996
|
-
* added to_hash to Dictionary, and minor mods to others (172)
|
|
997
|
-
|
|
998
|
-
== 2007-08-24 transami
|
|
999
|
-
|
|
1000
|
-
* oops, no need for enumerator directory (171)
|
|
1001
|
-
* moved threaded_send.rb to mapsend.rb (170)
|
|
1002
|
-
* moved threaded_send out of enumerable/ dir (169)
|
|
1003
|
-
* updates to elementor.rb (168)
|
|
1004
|
-
* merged instance_map into threaded_send (167)
|
|
1005
|
-
* removed map_send (166)
|
|
1006
|
-
* merging map_send with threaded_send (165)
|
|
1007
|
-
|
|
1008
|
-
== 2007-08-23 transami
|
|
1009
|
-
|
|
1010
|
-
* cont work on elementwise methods (164)
|
|
1011
|
-
* divide elementwise functions betwee two libs (163)
|
|
1012
|
-
* uniq.rb is merged into count.rb (162)
|
|
1013
|
-
* removed count.rb (uniq.rb will become count.rb) (161)
|
|
1014
|
-
* more refinement to enumerable extensions (160)
|
|
1015
|
-
* continued refinement of enumerable extensions (159)
|
|
1016
|
-
* general improvements to the organization of enumerable extensions (158)
|
|
1017
|
-
|
|
1018
|
-
== 2007-08-22 transami
|
|
1019
|
-
|
|
1020
|
-
* moved rake/ back to task/ (157)
|
|
1021
|
-
* added a couple of tasks (156)
|
|
1022
|
-
* renamed rake files as task file (155)
|
|
1023
|
-
* update some tasks (154)
|
|
1024
|
-
* moved methods.rake to methods (153)
|
|
1025
|
-
* updated methods task to use ratch (152)
|
|
1026
|
-
* Okay, were going to use Ratch --heaven help me. (151)
|
|
1027
|
-
|
|
1028
|
-
== 2007-08-19 transami
|
|
1029
|
-
|
|
1030
|
-
* removed facets/cli dir (150)
|
|
1031
|
-
* moved all cli libs from facets/cli to facets/ (149)
|
|
1032
|
-
* removed src/ directory (148)
|
|
1033
|
-
* finished cli lib move (147)
|
|
1034
|
-
* made dev/cli (146)
|
|
1035
|
-
* almost finished integrating cli libs (145)
|
|
1036
|
-
* moved cli support files to facets locations (144)
|
|
1037
|
-
* moved cli lib to facets main (also modified functor) (143)
|
|
1038
|
-
* preparing to move cli libs to facets main (142)
|
|
1039
|
-
|
|
1040
|
-
== 2007-08-18 transami
|
|
1041
|
-
|
|
1042
|
-
* renamed hash/reverse to hash/merge (it contains #reverse_merge) (141)
|
|
1043
|
-
|
|
1044
|
-
== 2007-08-13 transami
|
|
1045
|
-
|
|
1046
|
-
* updated Project.yaml (140)
|
|
1047
|
-
* remove Manifest.txt from repository (139)
|
|
1048
|
-
* more and more task work (138)
|
|
1049
|
-
* removed info/ and added Project.yaml (137)
|
|
1050
|
-
* moved info/ content to top-level (136)
|
|
1051
|
-
* more task work (135)
|
|
1052
|
-
* removed rake.rake (134)
|
|
1053
|
-
* more task work (133)
|
|
1054
|
-
* basic tasks are almost ready (132)
|
|
1055
|
-
* continued work on rake tasks (131)
|
|
1056
|
-
|
|
1057
|
-
== 2007-08-12 transami
|
|
1058
|
-
|
|
1059
|
-
* more work on rake tasks (130)
|
|
1060
|
-
* tweak methods.rake (129)
|
|
1061
|
-
* cont. improvement of rake tasks (128)
|
|
1062
|
-
* added clean.rake (127)
|
|
1063
|
-
* more updates to rake tasks (126)
|
|
1064
|
-
* got rid of setup in favor of a simply install.rake (125)
|
|
1065
|
-
* added a rake support file (124)
|
|
1066
|
-
* renamed tasks with *.rb (123)
|
|
1067
|
-
* updated tasks to be rake tasks (122)
|
|
1068
|
-
* moved methods to methods.rake (121)
|
|
1069
|
-
* update methods to be a rake file (120)
|
|
1070
|
-
* Will use rake adn be done with it. (119)
|
|
1071
|
-
|
|
1072
|
-
== 2007-08-11 transami
|
|
1073
|
-
|
|
1074
|
-
* cont. clean up of metadata (118)
|
|
1075
|
-
* clean up of metadata (117)
|
|
1076
|
-
* remove instance_intercept (trinket code) (115)
|
|
1077
|
-
* continued modification of those tasky tools (114)
|
|
1078
|
-
* removed lib/more (this is it!) (113)
|
|
1079
|
-
* moved M-Z of more/facets to facets (this is it!) (112)
|
|
1080
|
-
* moved A-L of more/facets to facets (this is it!) (111)
|
|
1081
|
-
|
|
1082
|
-
== 2007-08-10 transami
|
|
1083
|
-
|
|
1084
|
-
* removed lib/core (this is it!) (110)
|
|
1085
|
-
* moved lib/core/facets.rb to lib/facets.rb (this is it!) (109)
|
|
1086
|
-
* moved lib/core/facets to lib/facets (this is it!) (108)
|
|
1087
|
-
* added file/yaml.rb (107)
|
|
1088
|
-
* added a list of libraries considered "core" (106)
|
|
1089
|
-
* continued work on build tools (104)
|
|
1090
|
-
* change tools for core/more convergence (so help us god!) (103)
|
|
1091
|
-
* added conversion requirement to some core libs (102)
|
|
1092
|
-
* update methods task (101)
|
|
1093
|
-
|
|
1094
|
-
== 2007-08-06 transami
|
|
1095
|
-
|
|
1096
|
-
* update quick.html to mirror rdoc changes --still needs work though (100)
|
|
1097
|
-
* remove old rdoc task (99)
|
|
1098
|
-
* added rdoc section (minimal) to tool/config.yaml (98)
|
|
1099
|
-
* nope. remove site/rdoc (97)
|
|
1100
|
-
* add rdoc dir, should we? (96)
|
|
1101
|
-
* remove site/rdoc in preperation for new way (95)
|
|
1102
|
-
* facets.rb belongs to core/ (94)
|
|
1103
|
-
* renamed some doc files (93)
|
|
1104
|
-
* removed src/core (92)
|
|
1105
|
-
* move src/core/lin to lib/core (91)
|
|
1106
|
-
* added kernel/constant (90)
|
|
1107
|
-
* remove src/core/web (89)
|
|
1108
|
-
* moving more of core to top-level (svn sucks!) (88)
|
|
1109
|
-
* moving core support files to top-level (87)
|
|
1110
|
-
* removed src/more (86)
|
|
1111
|
-
* move src/more/lib to lib/more (85)
|
|
1112
|
-
* made lib dir (to replace src) (84)
|
|
1113
|
-
* added settings.rb which points to annotations/settings.rb (83)
|
|
1114
|
-
* moved svn to annotations/ subdir (82)
|
|
1115
|
-
* moved dev files to top-level as part of more transition (81)
|
|
1116
|
-
* temporarily removed dev/more (80)
|
|
1117
|
-
* moved annotations demo to demo dir (79)
|
|
1118
|
-
* added demo folder (78)
|
|
1119
|
-
* add dev/more (77)
|
|
1120
|
-
* remove struct again! (stupid svn) (76)
|
|
1121
|
-
* moved file to top-level doc as part of more transisiton (75)
|
|
1122
|
-
* bullshit svn crap (74)
|
|
1123
|
-
* ann moved back to more (strongly considering annotations for it's own project) (73)
|
|
1124
|
-
* build moved back to more (72)
|
|
1125
|
-
* aop moved back to more (71)
|
|
1126
|
-
* cast moved back to more (70)
|
|
1127
|
-
* crypt moved back to more (69)
|
|
1128
|
-
* exts moved back to more (68)
|
|
1129
|
-
* file moved back to more (67)
|
|
1130
|
-
* meta moved back to more (66)
|
|
1131
|
-
* misc moved back to more (65)
|
|
1132
|
-
* model moved back to more (64)
|
|
1133
|
-
* struct moved to back to more (63)
|
|
1134
|
-
* moved sync back to more (62)
|
|
1135
|
-
|
|
1136
|
-
== 2007-08-05 transami
|
|
1137
|
-
|
|
1138
|
-
* minor modification to core's method task (61)
|
|
1139
|
-
* finished removing facets/core from revision control (60)
|
|
1140
|
-
* remove facets/core/ method libs from revision control (59)
|
|
1141
|
-
* fixed task/methods, update facets/core (which will be removed from revision ctrl) (58)
|
|
1142
|
-
* updated methods task to point to facets/core/ (57)
|
|
1143
|
-
* moved lib/facets_by_method/ to facets/core/ for backward compatibility (56)
|
|
1144
|
-
|
|
1145
|
-
== 2007-08-04 transami
|
|
1146
|
-
|
|
1147
|
-
* updated some tools (55)
|
|
1148
|
-
|
|
1149
|
-
== 2007-08-03 transami
|
|
1150
|
-
|
|
1151
|
-
* moved commandoptions.rb to command_options.rb (54)
|
|
1152
|
-
* rewrote command and command options libs (53)
|
|
1153
|
-
|
|
1154
|
-
== 2007-08-02 transami
|
|
1155
|
-
|
|
1156
|
-
* fixed up website (52)
|
|
1157
|
-
* moved web to site (51)
|
|
1158
|
-
* added splash.html (really trash but we'll hang on to it fot now) (50)
|
|
1159
|
-
* added .rsync_filter to wesite, for publish task (49)
|
|
1160
|
-
* moved 'task' to 'tool' (was 'util' before that) (48)
|
|
1161
|
-
* removed web/home.html, replaced with index.html (47)
|
|
1162
|
-
* update website to look better on Widows (45)
|
|
1163
|
-
* moved facets-by-method/ to facets_by_method/. note: this was the old facets/core/. (44)
|
|
1164
|
-
|
|
1165
|
-
== 2007-08-01 transami
|
|
1166
|
-
|
|
1167
|
-
* rearranged web directory (no more cover page) (43)
|
|
1168
|
-
|
|
1169
|
-
== 2007-07-31 transami
|
|
1170
|
-
|
|
1171
|
-
* removed core ri files and series 1.8 packages (42)
|
|
1172
|
-
* initial import (41)
|
|
1173
|
-
|