Dear ruby users,

Q: how do I tell ri to look in a different path then ~/.rdoc ?



I create documentation via 

rdoc -r -o /tmp/rdoc

and I'd like to acces it with ri, but I can't find out how to tell ri
that it shouldn't look in ~/.rdoc.

pg$ ri --help

alpha 0.1

the following arguments are accepted by ri:

-f (format), -T, -w (width)

but no -p path or whatever.


Patrick