#962: Appscript framework causes EXC_BAD_ACCCESS error with MacRuby 0.7 --------------------------------------+------------------------------------- Reporter: gabriel.gilder@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: appscript --------------------------------------+------------------------------------- Comment(by lsansonetti@…): Here is a reduction of the bug: {{{7 class Module m = method(:method_added) define_method(:method_added) do |name| p :call_basic_method_added, name m.call(name) end end class Foo def test; end end }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/962#comment:3> MacRuby <http://macruby.org/>