Here’s what I want to do
ri Array
Simple, right?
Wrong!
More than one class or module matched your request. You can refine
your search by asking for information on one of:
Array, TSortArray, Array, TSortArray
I am using RVM on Ubuntu Natty, default (and only ruby) is jruby 1.6.3
I have modified my .rvmrc to make ri documentation by default, thus
export rvm_gem_options=""
Beyond that, all is standard as far as I remember.
Ideas?
Limit RI to search only the documentation from Ruby’s standard library
or,
add this to your
.profileBut, then you don’t get to see documentation for new gems…
So, I tried not limiting RI…
Just,
Which seemed to work.
But my final answer is,
Update
.gemrcto look a little like thisand
.rvmrc