#50: Nested methods don't work ------------------------------------+--------------------------------------- Reporter: insanitarian@yahoo.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: nested ------------------------------------+--------------------------------------- Nested methods in MacRuby don't seem to work; therefore, incompatibilities with porting from Ruby/RubyCocoa arise. Examples: $ irb :> def foo :> def bar; 42; end :> bar :> end => nil :> foo => 42 http://pasternak.superalloy.nl/pastes/329?theme=dawn -- Ticket URL: <http://trac.macosforge.org/projects/ruby/ticket/50> ruby <http://ruby.macosforge.org/>