Open
Description
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.