#448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class) -----------------------------------+---------------------------------------- Reporter: logan@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Comment(by lsansonetti@…): #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/>