A graphical front end for the ri utility. If you don’t know it, ri is sort of an automated reference manual for all things Ruby.
Just type in name of the class or function in Ruby, and you will see the output below. Everything should work more or less as it does for ri in a terminal window.
Note that it won’t work for Shoes terms, as ri doesn’t work for Shoes. Sorry.
Eventual upgrades: I want to add some sort of an Index or search function, so the app is useful if the user can’t remember the exact name of the class.
