Ruby tip: Use ri

Ruby tip of the day: After you’re done with a make install in the Ruby source tree, don’t forget to do a make install-doc. That way, you can use the excellent ri program for looking up Ruby docs interactively on your system. You can use ri to get information about modules, classes, and methods. Very useful.


About this entry