facets 2.4.4 → 2.4.5
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +3 -0
- data/CHANGES +41 -1569
- data/COPYING +6 -4
- data/MANIFEST +114 -25
- data/README +12 -2
- data/RELEASE +37 -0
- data/Rakefile +4 -0
- data/VERSION +1 -0
- data/demo/bench/general/comment_loading/bench.rb +46 -0
- data/demo/bench/general/comment_loading/comments_begin.rb +109 -0
- data/demo/bench/general/comment_loading/comments_end.rb +127 -0
- data/demo/bench/general/comment_loading/comments_none.rb +1 -0
- data/demo/bench/general/comment_loading/comments_sharp.rb +125 -0
- data/doc/archive/changelog-0.rdoc +239 -0
- data/doc/archive/changelog-1.rdoc +450 -0
- data/doc/news/{news-2.0.5 → RELEASE-2.0.5} +0 -0
- data/doc/news/{news-2.1.0 → RELEASE-2.1.0} +0 -0
- data/doc/news/{news-2.1.1 → RELEASE-2.1.1} +0 -0
- data/doc/news/{news-2.1.2 → RELEASE-2.1.2} +0 -0
- data/doc/news/{news-2.1.3 → RELEASE-2.1.3} +0 -0
- data/doc/news/{news-2.2.0 → RELEASE-2.2.0} +0 -0
- data/doc/news/{news-2.2.1 → RELEASE-2.2.1} +0 -0
- data/doc/news/{news-2.3.0 → RELEASE-2.3.0} +0 -0
- data/doc/news/{news-2.4.0 → RELEASE-2.4.0} +0 -0
- data/doc/news/{news-2.4.1 → RELEASE-2.4.1} +0 -0
- data/doc/news/{news-2.4.2 → RELEASE-2.4.2} +0 -0
- data/doc/news/{news-2.4.3 → RELEASE-2.4.3} +0 -0
- data/{NEWS → doc/news/RELEASE-2.4.4} +0 -2
- data/doc/rdoc/core/classes/Array.html +115 -115
- data/doc/rdoc/core/classes/Binding.html +47 -49
- data/doc/rdoc/core/classes/Class.html +172 -24
- data/doc/rdoc/core/classes/Comparable.html +28 -30
- data/doc/rdoc/core/classes/Dir.html +16 -18
- data/doc/rdoc/core/classes/Enumerable.html +146 -143
- data/doc/rdoc/core/classes/Exception.html +10 -12
- data/doc/rdoc/core/classes/FalseClass.html +10 -12
- data/doc/rdoc/core/classes/File.html +70 -69
- data/doc/rdoc/core/classes/FileTest.html +6 -8
- data/doc/rdoc/core/classes/Float.html +10 -12
- data/doc/rdoc/core/classes/Friend.html +4 -6
- data/doc/rdoc/core/classes/Functor.html +14 -16
- data/doc/rdoc/core/classes/Hash.html +182 -180
- data/doc/rdoc/core/classes/Indexable.html +145 -122
- data/doc/rdoc/core/classes/InstanceVariables.html +24 -26
- data/doc/rdoc/core/classes/Integer.html +43 -43
- data/doc/rdoc/core/classes/Kernel.html +331 -333
- data/doc/rdoc/core/classes/Lazy.html +2 -2
- data/doc/rdoc/core/classes/Lazy/Future.html +2 -2
- data/doc/rdoc/core/classes/Lazy/Promise.html +3 -3
- data/doc/rdoc/core/classes/Lazy/PromiseSafe.html +2 -2
- data/doc/rdoc/core/classes/MatchData.html +17 -19
- data/doc/rdoc/core/classes/Module.html +175 -166
- data/doc/rdoc/core/classes/NilClass.html +24 -26
- data/doc/rdoc/core/classes/Numeric.html +29 -31
- data/doc/rdoc/core/classes/Object.html +10 -12
- data/doc/rdoc/core/classes/Proc.html +24 -26
- data/doc/rdoc/core/classes/Range.html +16 -18
- data/doc/rdoc/core/classes/Regexp.html +9 -11
- data/doc/rdoc/core/classes/Stackable.html +33 -35
- data/doc/rdoc/core/classes/String.html +332 -275
- data/doc/rdoc/core/classes/Symbol.html +72 -45
- data/doc/rdoc/core/classes/Time.html +26 -28
- data/doc/rdoc/core/classes/TrueClass.html +10 -12
- data/doc/rdoc/core/classes/UnboundMethod.html +13 -15
- data/doc/rdoc/core/created.rid +1 -1
- data/doc/rdoc/core/files/README.html +25 -10
- data/doc/rdoc/core/files/doc/README_core.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/combination_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/array/conjoin_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/delete_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/index_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/array/indexable_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/merge_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/not_empty_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/only_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/pad_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/permutation_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/product_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/recursively_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/rotate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/select_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/splice_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/stackable_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array/traverse_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/array_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding/caller_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding/defined_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding/eval_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding/local_variables_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding/self_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/binding_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/bitmask_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/blank_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/boolean_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/callstack_rb.html +2 -2
- data/doc/rdoc/{more/files/lib/more/facets/rope_rb.html → core/files/lib/core/facets/cattr_rb.html} +11 -9
- data/doc/rdoc/core/files/lib/core/facets/class/cattr_accessor_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/class/cattr_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/class/cattr_reader_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/class/cattr_writer_rb.html +96 -0
- data/doc/rdoc/core/files/lib/core/facets/class/descendents_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/class/methodize_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/class/pathize_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/class/prepend_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/class/subclasses_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/class/to_proc_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/class_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/comparable/bound_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/comparable/cmp_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/comparable/comparable_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/comparable_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/dir/ascend_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/dir/descend_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/dir/multiglob_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/dir/parent_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/dir/recurse_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/dir_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/accumulate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/cluster_by_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/collect_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/commonality_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/count_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/divide_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/duplicates_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/each_by_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/entropy_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/frequency_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/group_by_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/inject_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/map_send_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mash_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/mode_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/enumerable/modulate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/none_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/occur_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/one_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/probability_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/split_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/enumerable/sum_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable/uniq_by_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/enumerable_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/exception/detail_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/exception/suppress_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/exception_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/file/append_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/create_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file/null_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/file/read_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/file/rewrite_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/file/rootname_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/file/split_root_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/file/write_rb.html +13 -3
- data/doc/rdoc/core/files/lib/core/facets/file/writelines_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/file_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/filetest/root_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/filetest_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/float/round_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/float_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/functor_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/alias_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/argumentize_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/at_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/autonew_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/collate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/delete_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/diff_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/except_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/insert_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/inverse_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/join_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/keys_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/mash_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/merge_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/op_add_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/op_and_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/op_mul_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/op_or_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/op_push_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/op_rb.html +12 -3
- data/doc/rdoc/core/files/lib/core/facets/hash/op_sub_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/hash/recursive_merge_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/recursively_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/rekey_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/select_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/slice_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/hash/swap_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/to_h_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/to_proc_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/to_struct_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/traverse_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/update_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/weave_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash/zipnew_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/hash_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/indexable_rb.html +4 -4
- data/doc/rdoc/core/files/lib/core/facets/integer/even_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/integer/factorial_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/integer/multiple_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/integer/odd_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/integer/of_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/integer/ordinal_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/integer_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/__callee___rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/__class___rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/__dir___rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/__get___rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/__method___rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/__set___rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/as_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/ask_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/attr_singleton_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/complete_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/constant_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/d_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/deep_copy_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/demo_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/ergo_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/here_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/in_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_assign_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_class_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_exec_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_send_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/instance_variables_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/maybe_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/not_nil_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_class_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_hexid_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/object_send_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/p_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/populate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/qua_class_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/require_all_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/require_local_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/resc_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/respond_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/returning_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/silence_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/singleton_class_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/tap_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/try_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/val_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel/with_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/kernel_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/lazy_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/matchdata/match_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/matchdata/matchset_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/matchdata_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/metaid_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/abstract_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/alias_accessor_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/alias_method_chain_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/alias_module_function_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/ancestor_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/basename_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/can_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/class_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/module/conflict_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/module/include_function_module_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/instance_methods_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/module/integrate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/is_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/methodize_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/modspace_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/module_load_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/nesting_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/op_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/pathize_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/prepend_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/module/redefine_method_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/redirect_method_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/rename_method_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/revise_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/spacename_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module/wrap_method_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/module_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/nilclass/ergo_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/nilclass/to_f_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/nilclass_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/numeric/approx_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/numeric/distance_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/numeric/round_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/numeric_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/proc/bind_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/proc/compose_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/proc/curry_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/proc/to_method_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/proc/update_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/proc_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/range/combine_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/range/overlap_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/range/to_r_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/range/umbrella_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/range/within_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/range_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/regexp/arity_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/regexp/to_re_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/regexp_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/stackable_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/align_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/bracket_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/bytes_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/camelcase_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/capitalized_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/chars_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/chomp_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/cleave_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/divide_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/each_char_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/each_word_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/end_with_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/fold_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/interpolate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/line_wrap_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/lines_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/methodize_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/string/modulize_rb.html +92 -0
- data/doc/rdoc/core/files/lib/core/facets/string/mscan_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/natcmp_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/nchar_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/op_sub_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/pathize_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/string/range_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/rewrite_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/shatter_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/snakecase_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/splice_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/string/start_with_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/subtract_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/tab_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/titlecase_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/to_re_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/variablize_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/string/word_wrap_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/words_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string/xor_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/string_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol/chomp_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol/generate_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol/not_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol/plain_rb.html +3 -3
- data/doc/rdoc/core/files/lib/core/facets/symbol/query_rb.html +2 -2
- data/doc/rdoc/{more/files/lib/more/facets/string/style_rb.html → core/files/lib/core/facets/symbol/re_s_rb.html} +7 -7
- data/doc/rdoc/core/files/lib/core/facets/symbol/setter_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol/succ_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol/to_proc_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol/variablize_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/symbol_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/advance_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/ago_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/change_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/elapse_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/hence_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/round_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/set_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/stamp_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/to_time_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time/trunc_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/time_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/to_hash_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/arguments_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod/name_rb.html +2 -2
- data/doc/rdoc/core/files/lib/core/facets/unboundmethod_rb.html +2 -2
- data/doc/rdoc/core/fr_class_index.html +3 -3
- data/doc/rdoc/core/fr_file_index.html +18 -3
- data/doc/rdoc/core/fr_method_index.html +359 -352
- data/doc/rdoc/core/rdoc-style.css +18 -16
- data/doc/rdoc/lore/classes/Array.html +9 -11
- data/doc/rdoc/lore/classes/CGI.html +10 -12
- data/doc/rdoc/lore/classes/Config.html +6 -8
- data/doc/rdoc/lore/classes/Continuation.html +4 -6
- data/doc/rdoc/lore/classes/Date.html +40 -42
- data/doc/rdoc/lore/classes/DateTime.html +39 -41
- data/doc/rdoc/lore/classes/File.html +4 -6
- data/doc/rdoc/lore/classes/FileUtils.html +16 -18
- data/doc/rdoc/lore/classes/GetoptLong.html +4 -6
- data/doc/rdoc/lore/classes/GetoptLong/DSL.html +12 -14
- data/doc/rdoc/lore/classes/Kernel.html +10 -12
- data/doc/rdoc/lore/classes/Logger.html +8 -10
- data/doc/rdoc/lore/classes/Logger/Ansicolor.html +22 -24
- data/doc/rdoc/lore/classes/Logger/LogDevice.html +4 -6
- data/doc/rdoc/lore/classes/NilClass.html +4 -6
- data/doc/rdoc/lore/classes/OpenStruct.html +63 -44
- data/doc/rdoc/lore/classes/Pathname.html +25 -27
- data/doc/rdoc/lore/classes/Set.html +4 -6
- data/doc/rdoc/lore/classes/Shellwords.html +4 -6
- data/doc/rdoc/lore/classes/String.html +6 -8
- data/doc/rdoc/lore/classes/Time.html +6 -8
- data/doc/rdoc/lore/classes/URI.html +24 -26
- data/doc/rdoc/lore/classes/URI/Hash.html +4 -6
- data/doc/rdoc/lore/classes/URI/Kernel.html +6 -8
- data/doc/rdoc/lore/classes/Zlib.html +188 -0
- data/doc/rdoc/lore/created.rid +1 -1
- data/doc/rdoc/lore/files/README.html +25 -10
- data/doc/rdoc/lore/files/doc/README_lore.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/basicobject_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/cgi_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/continuation_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/date_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/head_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/safe_ln_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/slice_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/tail_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/wc_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/whereis_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils/which_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/fileutils_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/getoptlong_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/logger_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/ostruct_rb.html +3 -3
- data/doc/rdoc/lore/files/lib/lore/facets/pathname_rb.html +3 -3
- data/doc/rdoc/lore/files/lib/lore/facets/rbconfig_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/set_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/shellwords_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/uri_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/yaml_rb.html +2 -2
- data/doc/rdoc/lore/files/lib/lore/facets/zlib_rb.html +97 -0
- data/doc/rdoc/lore/fr_class_index.html +4 -3
- data/doc/rdoc/lore/fr_file_index.html +4 -3
- data/doc/rdoc/lore/fr_method_index.html +19 -15
- data/doc/rdoc/lore/rdoc-style.css +18 -16
- data/doc/rdoc/more/classes/ANSICode.html +68 -70
- data/doc/rdoc/more/classes/Advisable.html +39 -41
- data/doc/rdoc/more/classes/Advisable/Method.html +22 -24
- data/doc/rdoc/more/classes/Archive.html +2 -2
- data/doc/rdoc/more/classes/Archive/Tar.html +2 -2
- data/doc/rdoc/more/classes/Archive/Tar/Minitar.html +29 -31
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Input.html +30 -32
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Output.html +21 -23
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Reader.html +33 -35
- data/doc/rdoc/more/classes/Archive/Tar/Minitar/Writer.html +35 -37
- data/doc/rdoc/more/classes/Argvector.html +78 -80
- data/doc/rdoc/more/classes/Association.html +30 -32
- data/doc/rdoc/more/classes/Association/Kernel.html +10 -12
- data/doc/rdoc/more/classes/Autoarray.html +8 -10
- data/doc/rdoc/more/classes/BBCode.html +36 -38
- data/doc/rdoc/more/classes/BaseX.html +18 -20
- data/doc/rdoc/more/classes/BiCrypt.html +69 -71
- data/doc/rdoc/more/classes/BigDuration.html +32 -34
- data/doc/rdoc/more/classes/BinReadable.html +87 -89
- data/doc/rdoc/more/classes/BinReadable/ByteOrder.html +27 -29
- data/doc/rdoc/more/classes/Binding.html +10 -12
- data/doc/rdoc/more/classes/BlankSlate.html +4 -6
- data/doc/rdoc/more/classes/Buildable.html +6 -8
- data/doc/rdoc/more/classes/BuildingBlock.html +18 -20
- data/doc/rdoc/more/classes/CLI.html +2 -2
- data/doc/rdoc/more/classes/CLI/Arguments.html +78 -80
- data/doc/rdoc/more/classes/CLI/Command.html +24 -26
- data/doc/rdoc/more/classes/CLI/Command/UniversalOptions.html +2 -2
- data/doc/rdoc/more/classes/CLI/NoCommandError.html +6 -8
- data/doc/rdoc/more/classes/CLI/NoOptionError.html +6 -8
- data/doc/rdoc/more/classes/CacheDecorator.html +23 -25
- data/doc/rdoc/more/classes/Capsule.html +43 -45
- data/doc/rdoc/more/classes/Capsule/MissingFile.html +2 -2
- data/doc/rdoc/more/classes/Chain.html +19 -21
- data/doc/rdoc/more/classes/Cloneable.html +6 -8
- data/doc/rdoc/more/classes/ConsoleUtils.html +20 -22
- data/doc/rdoc/more/classes/Coroutine.html +30 -32
- data/doc/rdoc/more/classes/Crypt.html +18 -20
- data/doc/rdoc/more/classes/CssFilter.html +24 -26
- data/doc/rdoc/more/classes/CssTree.html +10 -12
- data/doc/rdoc/more/classes/Dictionary.html +230 -232
- data/doc/rdoc/more/classes/DictionaryMatcher.html +40 -42
- data/doc/rdoc/more/classes/DictionaryMatcher/MatchData.html +6 -8
- data/doc/rdoc/more/classes/Downloader.html +26 -28
- data/doc/rdoc/more/classes/Duration.html +70 -72
- data/doc/rdoc/more/classes/Enumerable.html +46 -48
- data/doc/rdoc/more/classes/Enumerable/Elementor.html +18 -20
- data/doc/rdoc/more/classes/Enumerable/Enumerator.html +6 -8
- data/doc/rdoc/more/classes/EnumerablePass.html +17 -19
- data/doc/rdoc/more/classes/Equatable.html +18 -20
- data/doc/rdoc/more/classes/EventHook.html +10 -12
- data/doc/rdoc/more/classes/Expirable.html +19 -21
- data/doc/rdoc/more/classes/FileList.html +54 -56
- data/doc/rdoc/more/classes/FileShell.html +149 -151
- data/doc/rdoc/more/classes/Fileable.html +16 -18
- data/doc/rdoc/more/classes/Fileable/DSL.html +43 -45
- data/doc/rdoc/more/classes/Hash.html +36 -38
- data/doc/rdoc/more/classes/Hash2Xml.html +6 -8
- data/doc/rdoc/more/classes/HtmlFilter.html +11 -13
- data/doc/rdoc/more/classes/IORedirect.html +10 -12
- data/doc/rdoc/more/classes/InfinityClass.html +38 -40
- data/doc/rdoc/more/classes/InfinityClass/Numeric.html +25 -27
- data/doc/rdoc/more/classes/Ini.html +39 -41
- data/doc/rdoc/more/classes/Instantiable.html +11 -13
- data/doc/rdoc/more/classes/Instantize.html +10 -12
- data/doc/rdoc/more/classes/Interval.html +189 -191
- data/doc/rdoc/more/classes/It.html +14 -16
- data/doc/rdoc/more/classes/LRUCache.html +40 -42
- data/doc/rdoc/more/classes/LRUCache/Item.html +2 -2
- data/doc/rdoc/more/classes/LRUCache/Sentinel.html +2 -2
- data/doc/rdoc/more/classes/LinkedList.html +70 -72
- data/doc/rdoc/more/classes/LinkedList/Node.html +6 -8
- data/doc/rdoc/more/classes/MissingArgument.html +2 -2
- data/doc/rdoc/more/classes/Module.html +173 -175
- data/doc/rdoc/more/classes/Multiton.html +14 -16
- data/doc/rdoc/more/classes/Multiton/Inclusive.html +2 -2
- data/doc/rdoc/more/classes/Multiton/MetaMethods.html +30 -32
- data/doc/rdoc/more/classes/NackClass.html +2 -2
- data/doc/rdoc/more/classes/Net.html +2 -2
- data/doc/rdoc/more/classes/Net/SMTP.html +10 -12
- data/doc/rdoc/more/classes/NullClass.html +26 -28
- data/doc/rdoc/more/classes/ObjectReflection.html +8 -10
- data/doc/rdoc/more/classes/OpEsc.html +7 -9
- data/doc/rdoc/more/classes/OpenCascade.html +48 -13
- data/doc/rdoc/more/classes/OpenCollection.html +10 -12
- data/doc/rdoc/more/classes/OpenHash.html +11 -13
- data/doc/rdoc/more/classes/OpenObject.html +97 -99
- data/doc/rdoc/more/classes/PQueue.html +86 -88
- data/doc/rdoc/more/classes/Paramix.html +13 -15
- data/doc/rdoc/more/classes/Paramix/Delegator.html +18 -20
- data/doc/rdoc/more/classes/PathList.html +10 -12
- data/doc/rdoc/more/classes/PathList/Finder.html +10 -12
- data/doc/rdoc/more/classes/Platform.html +24 -26
- data/doc/rdoc/more/classes/Pool.html +20 -22
- data/doc/rdoc/more/classes/Proc.html +11 -13
- data/doc/rdoc/more/classes/ProgressBar.html +54 -56
- data/doc/rdoc/more/classes/Prototype.html +30 -32
- data/doc/rdoc/more/classes/RWDelegator.html +18 -20
- data/doc/rdoc/more/classes/Random.html +7 -9
- data/doc/rdoc/more/classes/Random/Array.html +39 -41
- data/doc/rdoc/more/classes/Random/Hash.html +54 -56
- data/doc/rdoc/more/classes/Random/Object.html +6 -8
- data/doc/rdoc/more/classes/Random/String.html +36 -38
- data/doc/rdoc/more/classes/Random/String/Self.html +11 -13
- data/doc/rdoc/more/classes/Recorder.html +18 -20
- data/doc/rdoc/more/classes/RecursiveDependency.html +2 -2
- data/doc/rdoc/more/classes/Reference.html +21 -23
- data/doc/rdoc/more/classes/Registerable.html +15 -17
- data/doc/rdoc/more/classes/Semaphore.html +38 -40
- data/doc/rdoc/more/classes/Settings.html +30 -32
- data/doc/rdoc/more/classes/Settings/Setting.html +15 -17
- data/doc/rdoc/more/classes/Settings/SettingCollection.html +6 -8
- data/doc/rdoc/more/classes/SimpleStringIO.html +10 -12
- data/doc/rdoc/more/classes/Snapshot.html +8 -10
- data/doc/rdoc/more/classes/Snapshot/ValueHolder.html +8 -10
- data/doc/rdoc/more/classes/String/Mask.html +74 -76
- data/doc/rdoc/more/classes/String/Words.html +33 -35
- data/doc/rdoc/more/classes/Struct.html +6 -8
- data/doc/rdoc/more/classes/SyncArray.html +4 -6
- data/doc/rdoc/more/classes/SyncHash.html +4 -6
- data/doc/rdoc/more/classes/SyncHash/Delegator.html +16 -18
- data/doc/rdoc/more/classes/SyncHash/Inheritor.html +16 -18
- data/doc/rdoc/more/classes/System.html +255 -257
- data/doc/rdoc/more/classes/TagIterator.html +581 -0
- data/doc/rdoc/more/classes/Timer.html +50 -52
- data/doc/rdoc/more/classes/Timer/Dummy.html +11 -13
- data/doc/rdoc/more/classes/TracePoint.html +60 -62
- data/doc/rdoc/more/classes/Tuple.html +172 -174
- data/doc/rdoc/more/classes/TypeCast.html +2 -2
- data/doc/rdoc/more/classes/TypeCast/Class.html +9 -11
- data/doc/rdoc/more/classes/TypeCast/Object.html +7 -9
- data/doc/rdoc/more/classes/TypeCastException.html +2 -2
- data/doc/rdoc/more/classes/Uninheritable.html +8 -10
- data/doc/rdoc/more/classes/UploadUtils.html +51 -53
- data/doc/rdoc/more/classes/VersionNumber.html +59 -61
- data/doc/rdoc/more/classes/Weekdays.html +30 -32
- data/doc/rdoc/more/classes/XOXO.html +11 -13
- data/doc/rdoc/more/classes/ZipUtils.html +60 -62
- data/doc/rdoc/more/classes/ZipUtils/DryRun.html +30 -32
- data/doc/rdoc/more/classes/ZipUtils/NoWrite.html +30 -32
- data/doc/rdoc/more/classes/ZipUtils/Verbose.html +30 -32
- data/doc/rdoc/more/created.rid +1 -1
- data/doc/rdoc/more/files/README.html +25 -10
- data/doc/rdoc/more/files/doc/README_more.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/1stclassmethod_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/advisable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/annotations_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/ansicode_rb.html +3 -3
- data/doc/rdoc/more/files/lib/more/facets/arguments_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/argvector_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/association_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/attr_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/autoarray_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/autoreload_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/basex_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/bbcode_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/bicrypt_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/binding/opvars_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/binreadable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/blankslate_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/buildable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/bytes_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/cachedecorator_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/capsule_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/cattr_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/chain_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/class_extension_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/classmethods_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/cloneable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/command_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/consoleutils_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/coroutine_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/crypt_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/cssfilter_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/daemonize_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/dependency_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/dictionary_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/dictionarymatcher_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/downloader_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/duplicable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/duration_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/elementor_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/elementwise_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/enumerablepass_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/equatable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/eventhook_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/expirable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/fileable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/filelist_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/fileshell_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/hash/stringify_keys_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/hash/symbolize_keys_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/heap_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/htmlfilter_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/infinity_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/inheritor_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/ini_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/instantiable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/instantise_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/instantize_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/interval_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/ioredirect_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/iteration_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/kernel/meta_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/linkedlist_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/lrucache_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/main_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/memoize_rb.html +4 -6
- data/doc/rdoc/more/files/lib/more/facets/methodspace_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/minitar_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/multipliers_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/multiton_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/nackclass_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/net/smtp_tls_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/nilstatus_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/nullclass_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/opencascade_rb.html +4 -46
- data/doc/rdoc/more/files/lib/more/facets/opencollection_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/openhash_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/openobject_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/opesc_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/orderedhash_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/overload_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/paramix_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/partial_rb.html +4 -6
- data/doc/rdoc/more/files/lib/more/facets/pathlist_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/platform_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/pool_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/pqueue_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/progressbar_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/prototype_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/random_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/rbsystem_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/recorder_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/reference_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/reflection_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/registerable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/rwdelegator_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/semaphore_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/settings_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/snapshot_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/string/mask_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/string/words_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/succ_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/syncarray_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/synchash_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/tagiterator_rb.html +111 -0
- data/doc/rdoc/more/files/lib/more/facets/thread_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/timer_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/times_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/tracepoint_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/tuple_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/typecast_rb.html +5 -4
- data/doc/rdoc/more/files/lib/more/facets/uninheritable_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/uploadutils_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/version_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/xmlhash_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/xoxo_rb.html +2 -2
- data/doc/rdoc/more/files/lib/more/facets/ziputils_rb.html +2 -2
- data/doc/rdoc/more/fr_class_index.html +4 -5
- data/doc/rdoc/more/fr_file_index.html +4 -5
- data/doc/rdoc/more/fr_method_index.html +917 -941
- data/doc/rdoc/more/rdoc-style.css +18 -16
- data/lib/core/facets/array/combination.rb +15 -16
- data/lib/core/facets/array/index.rb +31 -6
- data/lib/core/facets/cattr.rb +2 -0
- data/lib/{more/facets → core/facets/class}/cattr.rb +18 -44
- data/lib/core/facets/class/cattr_accessor.rb +1 -0
- data/lib/core/facets/class/cattr_reader.rb +1 -0
- data/lib/core/facets/class/cattr_writer.rb +1 -0
- data/lib/core/facets/enumerable/mode.rb +5 -4
- data/lib/core/facets/enumerable/split.rb +6 -2
- data/lib/core/facets/file/append.rb +14 -0
- data/lib/core/facets/file/create.rb +21 -0
- data/lib/core/facets/file/rewrite.rb +6 -6
- data/lib/core/facets/file/write.rb +5 -47
- data/lib/core/facets/file/writelines.rb +24 -0
- data/lib/core/facets/hash/op.rb +6 -84
- data/lib/core/facets/hash/op_add.rb +12 -0
- data/lib/core/facets/hash/op_and.rb +33 -0
- data/lib/core/facets/hash/op_mul.rb +18 -0
- data/lib/core/facets/hash/op_or.rb +12 -0
- data/lib/core/facets/hash/op_sub.rb +26 -0
- data/lib/core/facets/indexable.rb +34 -26
- data/lib/core/facets/integer/odd.rb +8 -6
- data/lib/core/facets/module/class.rb +1 -3
- data/lib/core/facets/module/conflict.rb +10 -3
- data/lib/core/facets/module/prepend.rb +1 -0
- data/lib/core/facets/string/methodize.rb +6 -1
- data/lib/core/facets/string/modulize.rb +21 -0
- data/lib/core/facets/string/pathize.rb +6 -2
- data/lib/core/facets/string/splice.rb +19 -7
- data/lib/core/facets/string/variablize.rb +2 -1
- data/lib/core/facets/symbol/plain.rb +0 -27
- data/lib/core/facets/symbol/re_s.rb +18 -0
- data/lib/lore/facets/ostruct.rb +26 -10
- data/lib/lore/facets/pathname.rb +1 -1
- data/lib/lore/facets/zlib.rb +38 -0
- data/lib/more/facets/ansicode.rb +0 -5
- data/lib/more/facets/opencascade.rb +34 -32
- data/lib/more/facets/tagiter.rb +366 -0
- data/lib/more/facets/typecast.rb +5 -4
- data/task/conflicts +63 -0
- data/task/coverage.rake +37 -0
- data/task/methods +49 -0
- data/task/rdoc.rake +17 -0
- data/task/setup.rake +30 -0
- data/task/test.rake +47 -0
- data/test/{more → core/class}/test_cattr.rb +1 -1
- data/test/core/class/test_cattr_accessor.rb +2 -0
- data/test/core/class/test_cattr_reader.rb +1 -0
- data/test/core/class/test_cattr_writer.rb +1 -0
- data/test/core/file/test_create.rb +31 -0
- data/test/core/file/test_file.rb +0 -76
- data/test/core/file/test_null.rb +12 -0
- data/test/core/file/test_rewrite.rb +32 -0
- data/test/core/file/test_write.rb +31 -0
- data/test/core/file/test_writelines.rb +22 -0
- data/test/core/hash/test_op.rb +1 -42
- data/test/core/hash/test_op_add.rb +14 -0
- data/test/core/hash/test_op_and.rb +28 -0
- data/test/core/hash/test_op_mul.rb +14 -0
- data/test/core/hash/test_op_or.rb +14 -0
- data/test/core/hash/test_op_push.rb +23 -0
- data/test/core/hash/test_op_sub.rb +21 -0
- data/test/core/integer/test_even.rb +0 -9
- data/test/core/integer/test_odd.rb +16 -0
- data/test/core/module/test_alias_accessor.rb +22 -0
- data/test/core/module/test_alias_method_chain.rb +30 -0
- data/test/core/module/test_alias_module_function.rb +19 -0
- data/test/core/module/test_can.rb +19 -0
- data/test/core/module/test_class.rb +21 -0
- data/test/core/module/test_conflict.rb +19 -0
- data/test/core/module/test_integrate.rb +23 -0
- data/test/core/module/test_is.rb +19 -0
- data/test/core/module/test_methodize.rb +11 -0
- data/test/core/module/test_prepend.rb +29 -0
- data/test/core/module/test_redefine_method.rb +27 -0
- data/test/core/module/test_redirect_method.rb +25 -0
- data/test/core/module/test_rename_method.rb +27 -0
- data/test/core/module/test_revise.rb +2 -125
- data/test/core/module/test_wrap_method.rb +24 -0
- data/test/core/string/test_end_with.rb +12 -0
- data/test/core/string/test_lchomp.rb +18 -0
- data/test/core/string/test_methodize.rb +25 -0
- data/test/core/string/test_modulize.rb +25 -0
- data/test/core/string/test_op_sub.rb +12 -0
- data/test/core/string/test_pathize.rb +25 -0
- data/test/core/string/test_rewrite.rb +14 -0
- data/test/core/string/test_splice.rb +32 -0
- data/test/core/string/test_start_with.rb +12 -0
- data/test/core/string/test_variablize.rb +12 -0
- data/test/core/symbol/test_plain.rb +14 -0
- data/test/core/symbol/test_query.rb +14 -0
- data/test/core/symbol/test_setter.rb +14 -0
- data/test/core/unboundmethod/test_arguments.rb +21 -0
- data/test/core/unboundmethod/test_name.rb +15 -0
- metadata +174 -35
- data/METADATA +0 -28
- data/doc/rdoc/more/classes/Rope.html +0 -434
- data/doc/rdoc/more/classes/String/Style.html +0 -803
- data/lib/more/facets/rope.rb +0 -131
- data/lib/more/facets/string/style.rb +0 -317
- data/test/core/module/test_alias.rb +0 -45
- data/test/more/test_style.rb +0 -50
@@ -0,0 +1,239 @@
|
|
1
|
+
= Facets ChangeLog 0.x.x (Alpha Series)
|
2
|
+
|
3
|
+
== 0.10.30 Halloween
|
4
|
+
* Change OrderedHash (ohash.rb) to Dictionary (dictionary.rb).
|
5
|
+
* Change BlankSlate (blankslate.rb) to BasicObject (basicobject.rb).
|
6
|
+
* Old versions of the above should still work, but throw warnings
|
7
|
+
and will stop working come next version.
|
8
|
+
* 1.rb has been renamed to one.rb (I know, two more characters,
|
9
|
+
but you can do it! ;)
|
10
|
+
* Methods enumerable/op_mod (%) and enumerable/eF are deprecated.
|
11
|
+
Use #every or #ew instead.
|
12
|
+
|
13
|
+
== 0.10.11 Palapable
|
14
|
+
* Merged Mega into Facets. I put the old Mega ChangeLog at
|
15
|
+
the bottom of this document.
|
16
|
+
* This represents the One-Point-Oh realease (albeit RC1) of
|
17
|
+
Facets, but from now on I'll be using date versioning
|
18
|
+
--if you look at the versions below you may understand why.
|
19
|
+
The versioning sequence has no real rationality.
|
20
|
+
Instead I will use this simple Rational Versioning Policy:
|
21
|
+
* If YYYY-MM-DD it's a development release.
|
22
|
+
* If YYYY-MM it's an official release.
|
23
|
+
* If just YYYY it's hella stable.
|
24
|
+
One might argue this is not as robust as a compatability
|
25
|
+
significant point-based versioning system, but I'd say that's
|
26
|
+
all well and good in theory, now give me something that actually
|
27
|
+
works in practice.
|
28
|
+
|
29
|
+
== 0.9.5 Rebirth
|
30
|
+
* Rebirth of Facets! As cool as the name Nano is, it became clear
|
31
|
+
that most people are drawn toward the name Facets. So we are
|
32
|
+
reverting back. Nonetheless Nano will remain a viable alias for
|
33
|
+
Facets.
|
34
|
+
* Must now use <code>require 'facets'</code> prior to using
|
35
|
+
other Facets. This does two things. First it loads the
|
36
|
+
base methods, which ensures that all programs have them
|
37
|
+
readibly available when using Facets. Secondly it supplements
|
38
|
+
#require to handle aliases. In essence, require 'facet/...',
|
39
|
+
require 'facets/...' and require 'nano/...' all point to the
|
40
|
+
same place(s). (NOTE This is a precursor to a more universal
|
41
|
+
system that will handle aliasing automatically.)
|
42
|
+
* kernel/require_esc has been removed. #require_nano will be also
|
43
|
+
in the next release. These will no longer be needed thanks to
|
44
|
+
the aliasing system.
|
45
|
+
|
46
|
+
== 0.9.2 Littles
|
47
|
+
* Added string/starts_with? and string/ends_with?
|
48
|
+
* Fixed module/memoize to cache on a per class/module bases.
|
49
|
+
* Added module/is as an alias for /include.
|
50
|
+
* Added module/shadow_method and shadow_all.
|
51
|
+
* Renamed module/superup (which was module/supers) to module/as. And defined a new
|
52
|
+
method called /superior which is like /super but skips to a sepecified ancestor.
|
53
|
+
* Renamed module/super_send to module/send_as.
|
54
|
+
|
55
|
+
== 0.9.1 Wraps
|
56
|
+
* Added module/nesting (not to be confused with the class method Module::nesting).
|
57
|
+
* Thanks goes to Gavien Kistner for new string/word_wrap methods
|
58
|
+
(with additioanl thanks to Dyane Borderson for his suggestions).
|
59
|
+
* Added hash/each_with_key and each_with_index, as well as array/each_with_key;
|
60
|
+
increasing polymorphism between the two classes.
|
61
|
+
* Moved array/each_pair to enumerable/each_pair and changed how it worked to
|
62
|
+
what one might expect.
|
63
|
+
|
64
|
+
== 0.9.0 NotUorI
|
65
|
+
* Deprecated object#special_class, which was a method for (class<<self;self;end).
|
66
|
+
Already have too many aliases for this, and though the name is fitting, the simpler
|
67
|
+
method #own is better (alternative: #singleton).
|
68
|
+
* Fixed enumerable/uniq_by file which was misnamed 'unique_by.rb'.
|
69
|
+
* BIG CHANGE! Got rid of URI encoding on file names and sub'd a converson table
|
70
|
+
of english readable names. Thanks Jeff Wood, Florain Gross, Dav Burt,
|
71
|
+
Gavin Kistner, James Edward Gray II, Brian Schröder, Mauricio Fernández,
|
72
|
+
David A. Black, Gavin Sinclair, Nikolai Weibull and Christian Neukirchen.
|
73
|
+
|
74
|
+
== 0.8.3 UorI
|
75
|
+
* Added kernel/uri and kernel/unuri
|
76
|
+
* (Good idea?) removed methods module/sattr, sattr_reader, &c. Instead created object/meta
|
77
|
+
in which attr, attr_reader, &c. are made public. So, sattr -> meta.attr.
|
78
|
+
* Added array/unzip
|
79
|
+
* Added logger/format and logger/format_message (stub).
|
80
|
+
* Added string/dequote.
|
81
|
+
* Class method file names now begin with '::' to separate them from instance methods.
|
82
|
+
|
83
|
+
== 0.8.2 Nano Revolution
|
84
|
+
* Name Change! What was Ruby Facets is now Nano Methods!
|
85
|
+
* New minor version as there has been a change of plans with the integration of what was Carats.
|
86
|
+
The classes and modules have been reseperated into their own project called Mega Modules.
|
87
|
+
* Modified the #firstxxx/#lastxxx methods to be more congruent and comprehensible.
|
88
|
+
* Renamed object/supers to object/superup. Better!
|
89
|
+
* Got rid ot symbol/gen. Use object/generate_method_name or module#generate_instance_method_name
|
90
|
+
instead ( Is that the longest non-foo method name ever? :)
|
91
|
+
* The file 1st.rb has moved to object/method. This modifies #method to persist the returned
|
92
|
+
Method object. The original non-persitent version of #method is aliased to #original_method.
|
93
|
+
(This arrangement is not set in stone though, and is still be considered.)
|
94
|
+
* Added module/clone_using, module/clone_ranaming and module/clone_removing.
|
95
|
+
* Added module/integrate (I love this one!)
|
96
|
+
* Added many new enumerable methods: #filter_map, #compact_map, #commonality, #frequency,
|
97
|
+
#probability and #find_collisions.
|
98
|
+
* Moved some methods from array to enumerable: #each_permutation, #each_combination,
|
99
|
+
#each_unique_pair and the class method ::combinations.
|
100
|
+
* Added string/bytes per ruby-dev summary 26385-26467.
|
101
|
+
* Moved #cattr_reader, #cattr_writer and #cattr_accessor from Class to Module.
|
102
|
+
* Renamed numeric/octet_units to numeric/bytes_to_s and added a #bits_to_s as well.
|
103
|
+
* Added class/descendants (alias subclasses) and class/remove_descendents, as well as
|
104
|
+
object/descendents_of and object/remove_descendents_of.
|
105
|
+
* Added methods to comparable: #cap, #clip. There are also #at_least and
|
106
|
+
#at_most, although FYI #cap and #clip handle the same functionality.
|
107
|
+
* Removed string/table_name and string/class_name (they were too Rails specific).
|
108
|
+
Note: A new module has been added to Mega Modules, called orm-inflect.rb. It contains numerous
|
109
|
+
methods for doing this sort of thing.
|
110
|
+
* Added numeric/ceil_multiple (not sure about name though, perhaps a better name like "ceil_to"?).
|
111
|
+
* Added string/soundex for calculating the soundex code of a word/name.
|
112
|
+
* Added io/expect. I thought Ruby already had this but can't find it, so here it is for now.
|
113
|
+
* Placed Florian's binding-of-caller.rb in binding/of_caller. Makes more sense there.
|
114
|
+
* Fixed bug with Continuation::create (it wasn't defined as a class method and should have been).
|
115
|
+
* Fixed bug with string/capitalized? which wasn't always giving the correct result.
|
116
|
+
|
117
|
+
== v0.7.2 George II
|
118
|
+
* Added a class method dir/recurse which allows one to loop through a dir and all its
|
119
|
+
subdirs, etc. It also has an alias #ls_r. Thanks goes to George Maschovitis for this.
|
120
|
+
* Changed array/permute to array/each_permutation.
|
121
|
+
|
122
|
+
== v0.7.1 Quick George
|
123
|
+
* Added facet.rb, although expiremental it makes it possible to use atomic methods without
|
124
|
+
specificaly requiring them. It uses Object#method_missing to require them as needed.
|
125
|
+
* Improved on "molecules", i.e. files that require numerous related atoms in a single go.
|
126
|
+
These will see a great deal of continued improvement in the future.
|
127
|
+
|
128
|
+
== v0.7.0 Georgian Transform
|
129
|
+
* All methods with names containing non-alphanumeric characters now have facet
|
130
|
+
files without those special characters. This removes some incompatibilites with
|
131
|
+
certain systems (including Windows). All such symbols have been replaced with
|
132
|
+
CGI escape sequences, for instance 'in?.rb' becomes 'in%3F.rb'. To avoid having
|
133
|
+
to use these "ugly" names, a new method has been added, kernel/require_facet.
|
134
|
+
* Methods that were grouped together in the same file have been separated
|
135
|
+
into their own files. Pure Atomicity has been achieved!
|
136
|
+
* The method array/put has been dropped in favor of array/top (as a better alias for #unshift).
|
137
|
+
* Methods #matchdata/post_match_from and #matchdata/pre_match_from have deprecated
|
138
|
+
in favor of more generalized methods that serves the same purposes,
|
139
|
+
matchdata/matchtree and matchdata/matchset.
|
140
|
+
* Added module/include_as.
|
141
|
+
* Added array/permute.
|
142
|
+
|
143
|
+
== 0.6.3 Gemstone
|
144
|
+
* Gem is now avaliable!
|
145
|
+
* Added kernel/require_all which allows one to require a pattern of files,
|
146
|
+
making it easy to require every file in a directory.
|
147
|
+
* Added hash/traverse and hash/traverse!, which takes a block and iterates over
|
148
|
+
each key-value pair descending into subhash values and applying the block.
|
149
|
+
(Thanks goes to Ara T. Howard and robert for their help.)
|
150
|
+
* Added hash/collect. This uses enumerable/graph so that
|
151
|
+
hash/collect will return a hash rather then an array.
|
152
|
+
* Added numeric/before and numeric/after in place of #ago and #since
|
153
|
+
and aliased #ago and #since to them, per the suggestions of
|
154
|
+
Francis Hwang.
|
155
|
+
* Added "poor man's profiler", time/elapse. (Thanks goes to Hal Fulton).
|
156
|
+
* Changed enumerable/build_hash to enumerable/graph. The method #build_hash
|
157
|
+
has been aliased to #graph for the time being for backward compatability.
|
158
|
+
* Added array/last_index. (Thanks goes to Jabari)
|
159
|
+
|
160
|
+
== 0.6.2 Refinement I
|
161
|
+
* Added kernel/resc as a shortcut for Regexp.escape.
|
162
|
+
* Renamed hash/keys_to_string to hash/key_to_s and
|
163
|
+
hash/keys_to_symbol to hash/keys_to_sym to be more consistant
|
164
|
+
with other methods and what these methods specifically do.
|
165
|
+
The old names have been deprecated.
|
166
|
+
* Added hash/has_keys?, which allows for checking mutliple keys at once.
|
167
|
+
Also includes #has_only_keys?
|
168
|
+
* Added Rail's Time and Byte modules for Numeric with
|
169
|
+
numeric/times.rb and numeric/bytes.rb (I've been informed that
|
170
|
+
thanks go to Richard Kilmer for this. Thanks!)
|
171
|
+
* Added numeric/octet_unit which utilizes numeric/bytes.
|
172
|
+
(The name of this method may change in the future though.)
|
173
|
+
* Added enumerable/uniq_by.
|
174
|
+
* Added module/abstract.
|
175
|
+
* Added module/redirect which is similar to alias, but does not
|
176
|
+
copy the method, but rather wraps it. It also takes a hash so
|
177
|
+
multiple methods can be redirected all at once.
|
178
|
+
* Added string/shatter which is similar to split but includes
|
179
|
+
the matched portions of text.
|
180
|
+
|
181
|
+
== 0.6.1 Florian's Mixes
|
182
|
+
* Updated the current set of mix files which were still from
|
183
|
+
version 0.5.0. (2004-12-31)
|
184
|
+
|
185
|
+
== 0.6.0 Florian's Onslaught
|
186
|
+
* Major revisions made by Florian's onslaught. (2004-12-28)
|
187
|
+
* First general public release.
|
188
|
+
|
189
|
+
== 0.5.0 Fit for First
|
190
|
+
* This is the beginning of offical releases. (2004-12-23)
|
191
|
+
* Now called Facets.
|
192
|
+
* Changed layout to be completely atomic! (2004-10-30)
|
193
|
+
|
194
|
+
== 0.4.0 Raspberry
|
195
|
+
* Scoured the Ruby world for useful additions.
|
196
|
+
* Changed name again from A.B.C. to Raspberry.
|
197
|
+
I can't seem to settle on a name. Even the new
|
198
|
+
subsections have changed five times. (2004-08-08)
|
199
|
+
* Adjusted Tuple to use Tuple::[*args] instead of ::new, which now takes
|
200
|
+
a single argument instead, either an Array or a String which it splits.
|
201
|
+
* Removed services.rb unitl in gets fixed and a better name.
|
202
|
+
|
203
|
+
== 0.3.3 Mega2
|
204
|
+
* Added inheritable.rb, a lib for creating class vars inherit from ancestors
|
205
|
+
* Addes annotations.rb, a lightweight metadata system good for annotating
|
206
|
+
methods esspecially. It is built on top of inheritable.rb.
|
207
|
+
|
208
|
+
== 0.3.2 Mega
|
209
|
+
* Added services.rb, a lib for managing methods as first class objects
|
210
|
+
* Fixed/cleaned-up orm_supprt.rb
|
211
|
+
|
212
|
+
== 0.3.0 ABC
|
213
|
+
* Reorganinzed all of this together in a nice neat way.
|
214
|
+
* Changed name of library from Succ to A.B.C.
|
215
|
+
which stands for All Base Common. (2004-02-02)
|
216
|
+
* Name change to Mega Modules!
|
217
|
+
* Added a few important files: multipliers.rb, binary_multipliers.rb,
|
218
|
+
time_in_english.rb and orm_inlectors.rb.
|
219
|
+
* Each one of these is a "Methods Module", i.e. They are a collection of
|
220
|
+
closely related methods that modify one or more core classes/modules.
|
221
|
+
Individually these methods could have very well ended up in Nano Methods,
|
222
|
+
but given there quantity and interrelation they were more suitable to a
|
223
|
+
module, and thus placed here.
|
224
|
+
|
225
|
+
== 0.3.1
|
226
|
+
* Aliased #autoload_classes with #autorequire.
|
227
|
+
* Added #strfbits and #strfbytes to binary_multiplers.rb.
|
228
|
+
|
229
|
+
== 0.2.0 Succ
|
230
|
+
* A number of new methods added.
|
231
|
+
* Renamed it Succ for "successor". (2003-05-31)
|
232
|
+
* Initial public release
|
233
|
+
|
234
|
+
== 0.1.0 Carats
|
235
|
+
* Early Development as Ruby Carats
|
236
|
+
|
237
|
+
== 0.0.0 TomsLib
|
238
|
+
* Tomslib's just a few useful methods. (2002-07-01)
|
239
|
+
|
@@ -0,0 +1,450 @@
|
|
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.
|