rdoc icon indicating copy to clipboard operation
rdoc copied to clipboard

Make stdlib and core `ri` show before installed gems

Open tenderlove opened this issue 12 years ago • 0 comments

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.

tenderlove avatar Dec 13 '13 18:12 tenderlove