[MacRuby-devel] [MacRuby] #499: Order declaring class hierarchy gets MacRuby confused about instance variables

MacRuby ruby-noreply at macosforge.org
Thu Dec 17 19:37:06 PST 2009


#499: Order declaring class hierarchy gets MacRuby confused about instance
variables
------------------------------+---------------------------------------------
 Reporter:  paul@…            |       Owner:  lsansonetti@…        
     Type:  defect            |      Status:  new                  
 Priority:  major             |   Milestone:  MacRuby 0.5          
Component:  MacRuby           |    Keywords:                       
------------------------------+---------------------------------------------

Comment(by conradwt@…):

 The correct behavior for a Ruby 1.9 VM prints as follows:

 Ruby 1.9.1:
 {{{
 Assigned to var
 Assigned to var
 }}}

 Ruby 1.9.2:
 {{{
 Assigned to var
 Assigned to var
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/499#comment:3>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list