- Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
If there is no top-level const, the behavior is currently as follows
$ ruby -e 'Foo::Bar::Baz.new' -e:1:in `<main>': uninitialized constant Foo (NameError) Foo::Bar::Baz.new ^^^^^ Shouldn't it behave as follows?
$ ruby -e 'Foo::Bar::Baz.new' -e:1:in `<main>': uninitialized constant Foo (NameError) Foo::Bar::Baz.new ^^^ Metadata
Metadata
Assignees
Labels
No labels