MetaRuby 0.6
http://hostname.2y.net/~matju/MetaRuby/MetaRuby-0.6.tar.gz
ChangeLog - 0.6 (2001.03.18):
* now using some kind of contracts instead of the *Safe classes.
(all safe_ prefixes are gone)
* improved pre/post-conditions
* ArrayInterface,StringInterface: #get_many,#put_many -> #get_seq,#put_seq
* HashInterface: #[]= -> #put
* ArrayMixin passes tests 65/66 (98%) (was 96%)
* StringMixin passes tests 75/79 (94%) (was 87%)
* ArrayMixin, HashMixin, StringMixin honor #freeze
* Fixed various bugs that the test suite doesn't catch
* included draft of ToSource module (like #inspect or Data::Dumper)
* IOMixin draft (help!!!)
* added samples/UndoableArray
matju