General

Profile

jxfruby (John Feminella)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/28/2011

11:51 PM Ruby master Bug #4795: Nested classes don't seem to resolve correctly when another class exists with the same name
But isn't Baz defined at the immediate Foo::Bar scope? Why does it keep going up the chain? jxfruby (John Feminella)
10:39 PM Ruby master Bug #4795 (Rejected): Nested classes don't seem to resolve correctly when another class exists with the same name
# in /tmp/foo.rb
module Foo
end
module Foo::Bar
class Baz; end
end
class Baz
def say
"::Baz"
...
jxfruby (John Feminella)

Also available in: Atom