Skip to content

NameError column adjustment #31

@ksss

Description

@ksss

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions