Hi,
In message "[ruby-talk:16380] Method objects fail equivalence"
on 01/06/10, Mirian Crzig Lennox <mirian / cosmic.com> writes:
|Is this really correct behavior? I would have expected m1 == m2 to be
|true, unless I am really missing the purpose of the 'method' method.
Yes. Method objects are created each time you invoke "method".
It's for "handling a method as an object", not for comparison.
matz.