#819: Getting references to Method instances leads to segfault -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by lsansonetti@…): Looks like Method#== is broken when used on Method objects retrieved from pure ObjC methods. Reduction: {{{ ./miniruby -e "p String.method(:init) == String.method(:hash)" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/819#comment:3> MacRuby <http://macruby.org/>