#564: Scoping within nested classes is broken
---------------------------------------+------------------------------------
Reporter: joshua.balla...@… | Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker | Milestone: MacRuby 0.6
Component: MacRuby | Resolution: fixed
Keywords: module |
---------------------------------------+------------------------------------
Changes (by martinlagarde...@…):
* status: new => closed
* resolution: => fixed
* milestone: => MacRuby 0.6
Comment:
Looks fixed!
{{{
$ cat test.rb
module A
module B
def lestry
puts "yay!"
end
end
class C
end
class C::D
include B
end
end
A::C::D.new.lestry
$ macruby test.rb
yay!
}}}
I guess I can close? :P
--
Ticket URL: <http://www.macruby.org/trac/ticket/564#comment:1>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel