Re: [MacRuby] #829: Retrieving a list of local variables from a Binding instance fails
#829: Retrieving a list of local variables from a Binding instance fails -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: dietrb | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.8 Comment: Looks like this bug is fixed in trunk. {{{ $ ./miniruby -e "b = Object.new.instance_eval { binding }; eval('x = :ok', b); eval('p local_variables', b)" [:b, :x] }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/829#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby