From: matz@... (Yukihiro Matsumoto) Date: 2001-04-05T02:09:55+09:00 Subject: [ruby-talk:13492] Re: Method and Proc equality Hi, In message "[ruby-talk:13486] Re: Method and Proc equality" on 01/04/04, Dave Thomas writes: |Possible way round it would be to implement Method#codeHash and |Method#name, so you could say | | m1.codeHash == m2.codeHash | |or | | m1.name == m2.name | |That way the developer gets control. Hmm, making some attributes (class, name, defined_class etc.) open, and node based equality check would be sufficient, I think. RCR? matz.