Skip to content

Make stdlib and core ri show before installed gems #273

Open
@tenderlove

Description

@tenderlove

When I do ri encode, the encode methods from core should be displayed first, followed by stdlib, then installed gems. I am not sure what order it is in today, but when I do ri encode I rarely care about the "Implementation from Behavior in actionmailer".

I am using rdoc-4.1.0.preview.3. Here is a video to show you what I mean. I know I can do ri String#encode, but I think ri should sort output by "stuff that's most frequently used" which would be core, stdlib, then installed gems.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions