Andrei Maxim wrote:
> On Wed, Mar 12, 2008 at 4:55 AM, Clifford Heath <no / spam.please.net> wrote:
>>  Why does <http://ruby-doc.org/core/> contains all the standard libraries
>>  as well as core? Surely this is plain wrong?
> 
> What standard libraries did you find at ruby-doc.org/core? From what
> I've seen, they are located at /stdlib.

http://ruby-doc.org/core/fr_class_index.html has basically everything:

CSV CGI DOT DRb Generator GetoptLong IRB IXMLDOM* Logger Net OpenURI
OptionParser RDoc REXML RI RSS Resolv Rinda SM SOAP Shell Test::Unit
WEBrick WSDL XSD YAML Zlib

All of these have dozens or hundreds of classes each, and they
almost completely obscure the core classes. I omitted most of
the remaining non-core classes from the list above, just picked
the highlights.

On the other hand, the old 1.6 reference to the core classes here:
<http://www.ruby-doc.org/docs/ProgrammingRuby/html/builtins.html>
is great - we should have one for 1.8 and one for 1.9 as well.

Clifford Heath.