From: Tobias Reif Date: 2002-01-30T05:16:39+09:00 Subject: Re: Learning the APIs David Corbin wrote: > 9 months ago, when I last tried to find time to mess with Ruby, I seem > to recall a command line tool that would present basic documentation on > the API. What are the various tools for searching and/or presenting API > documentation? the incredibly awesome RDoc http://rdoc.sourceforge.net/ should help here :) You should get a linked structured overview of the modules, classes, and methods, with code, even if there are no comments embedded. Tobi -- http://www.pinkjuice.com/