#448: macirb fails to start on 32-bit arch (undefined method `bind' for
IRB::SLex:Class)
-----------------------------------+----------------------------------------
 Reporter:  lo...@…                |       Owner:  lsansone...@…        
     Type:  defect                 |      Status:  new                  
 Priority:  blocker                |   Milestone:  MacRuby 0.5          
Component:  MacRuby                |    Keywords:                       
-----------------------------------+----------------------------------------

Comment(by lsansone...@…):

 #extend_object is defined on Module. Class is a subclass of Module, but it
 is not intended to extend objects (in Ruby you can only mix modules, not
 classes). This is why Class#extend_object is undefined.

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

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to