Ticket #50 (closed defect: fixed)
Nested methods don't work
| Reported by: | insanitarian@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | minor | Milestone: | MacRuby 0.2 |
| Component: | MacRuby | Keywords: | nested |
| Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.

