#829: Retrieving a list of local variables from a Binding instance fails
-------------------------------------+--------------------------------------
 Reporter:  eloy.de.en...@…          |       Owner:  lsansone...@…        
     Type:  defect                   |      Status:  new                  
 Priority:  blocker                  |   Milestone:                       
Component:  MacRuby                  |    Keywords:  dietrb               
-------------------------------------+--------------------------------------
 {{{
 % macruby -e "b = Object.new.instance_eval { binding }; eval('x = :ok',
 b); eval('p local_variables', b)"
 []

 % ruby19 -e "b = Object.new.instance_eval { binding }; eval('x = :ok', b);
 eval('p local_variables', b)"
 [:x, :b]
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/829>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to