From: matz@... (Yukihiro Matsumoto) Date: 2004-04-16T10:03:34+09:00 Subject: Re: Hash, ==, key-value comparison Hi, In message "Re: Hash, ==, key-value comparison" on 04/04/16, Elias Athanasopoulos writes: |* Change '==' method to compare only key-value pairs. |* Add Hash#=== method to act like current Hash#== They are possible options, along with * add new method (e.g. content_equal?) for membership equality. I'm not sure which one is the best way to go. matz.