MetaRuby 0.5


	http://hostname.2y.net/~matju/MetaRuby-0.5.tar.gz


ChangeLog - 0.5 (2001.02.18):

 * Now in CVS at cvs.ruby-lang.org:/src/lib/metaruby

 * ArrayMixin  passes tests 64/66  (96%)  (was 75%)
 * HashMixin   passes tests 43/43 (100%)  (was 74%)
 * StringMixin passes tests 69/79  (87%)  (was 00%)

 * added samples/ProcAsArray
 * added samples/BitArray

 * ArrayAndStringMixin now renamed to ListMixin and put in its own file.
 * assertion modules: *InterfaceSafe; using those for deeper testing.
 * #dup removed from the three interfaces.
 * ArrayInterface: changed #put_many
 * HashInterface: changed #fetch -> #has_key? + #get; #delete -> #remove

matju