#87: nil.superclass fails and hangs ------------------------------+--------------------------------------------- Reporter: kourge@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Steps to reproduce is as follows. Open up macirb and enter: {{{ nil.superclass }}} macruby would hang and the CPU usage would increase until being forced to quit. The standard irb would raise a NoMethodError: {{{ NoMethodError: undefined method `superclass' for nil:NilClass from (irb):1 }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/87> macruby <http://ruby.macosforge.org/>