#1230: Assert fails when calls "binding" with Object#send. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Test Script: {{{ #!ruby obj = Object.new p obj.send(:binding) }}} Result {{{ $ ruby19 t.rb #<Binding:0x0000010086e088> $ macruby t.rb Assertion failed: (bind != NULL), function rb_binding_new, file proc.c, line 229. zsh: abort macruby t.rb }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1230> MacRuby <http://macruby.org/>