From: Nathaniel Talbott Date: 2005-04-25T06:59:26+09:00 Subject: Re: Where can I find all the ruby classes and methods? On Apr 23, 2005, at 23:16, Victor Reyes wrote: > I was wondering where can I find ALL the ruby classes and methods for > a particular version and release. > Someone was talking about date/holiday.rb, but where are all these > classes documented? > I have several ruby docs, but I don't know of any particular pub that > contains all the classes and methods. As others have mentioned, when I want to know what's available I usually go to http://ruby-doc.org/stdlib/. However, when I REALLY want to know (such as when I was looking for holiday.rb), I go to http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ and browse the source tree. The online CVS browser is a great resource, especially for figuring out differences between versions. HTH, Nathaniel <:((><