smart stuff

Why does ri not work?
21 Dec 05 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/ri.rdoc
ri is a useful interactive ruby help one can call from the commandline.

If it does not work, go in the directory where you downloded the ruby-source. Then type

  make install-doc

Test it in a console by typing ri Date or ri Date.succ