[MacRuby-devel] [MacRuby] #158: MacRuby tutorial comments

MacRuby ruby-noreply at macosforge.org
Mon Nov 10 20:39:15 PST 2008


#158: MacRuby tutorial comments
-----------------------------------+----------------------------------------
 Reporter:  jclark42796 at gmail.com  |       Owner:  lsansonetti at apple.com
     Type:  defect                 |      Status:  new                  
 Priority:  minor                  |   Milestone:  MacRuby 0.3          
Component:  MacRuby                |    Keywords:  tutorial             
-----------------------------------+----------------------------------------
 Not sure if this is the right place, I noticed a couple things about the
 MacRuby tutorial, it says:

 >> "foo".class
 => NSCFString
 >> "foo".class.ancestors
 => [NSCFString, NSMutableString, NSString, Comparable, Object, NSObject,
 Kernel]

 With 0.3 it should be

 >> "foo".class
 => NSMutableString
 >> "foo".class.ancestors
 => [NSMutableString, NSMutableString, NSString, Comparable, NSObject,
 Kernel]

 Though, in 0.3, I'm not sure why NSMutableString is reported twice?

 Jim

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



More information about the MacRuby-devel mailing list