mirian / cosmic.com (Mirian Crzig Lennox) writes:

> Anyway, I'm thinking that maybe it would be more intuitive to have ==
> or === return true for two different Method objects if they both
> reference the same underlying method.  What do you think?

I'm not sure the semantics are that clear. For example, would this be
the same method implementation, or the same method name? And is it the
same method in the same object, the same method for any object of a
particular class, of the same method globally?

Dave