[ruby] #50: Nested methods don't work
#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/>
#50: Nested methods don't work ------------------------------------+--------------------------------------- Reporter: insanitarian@yahoo.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.2 Component: MacRuby | Resolution: fixed Keywords: nested | ------------------------------------+--------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.2 Comment: Fixed in trunk/r204. -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/50#comment:1> macruby <http://ruby.macosforge.org/>
participants (2)
-
macruby
-
ruby