Skip to content

ri Foo::CONST doesn't work #179

Open
@zzak

Description

@zzak

Use the following example:

# foo.rb
module Foo
  BAR = "omg"
end

$ rdoc -ro tmp foo.rb

Now try to read Foo::BAR with ri:

$ ri -d tmp Foo::BAR #=> Nothing known about Foo::BAR

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions