Where to find a good std lib index?

Hi, before I create it myself : where can I find a full index, well presented of all the classes of the std library ?

Here, http://www.ruby-doc.org/docs/ProgrammingRuby/

The built-ins page is ok, with the first page beeing a full of index all the classes and methods

But the page about the std lib is hard to read, the only index is the one provided to the left frame but which is not only related with the lib

Any link ?

Thanks

Try RDoc Documentation

···

On Tue, 2006-10-17 at 17:35 +0900, Zouplaz wrote:

Hi, before I create it myself : where can I find a full index, well
presented of all the classes of the std library ?

--
Ross Bamford - rosco@roscopeco.REMOVE.co.uk

Hi Zouplaz,

How about these:

http://ruby-doc.org/core
http://ruby-doc.org/stdlib/

?,
-Harold

···

On 10/17/06, Zouplaz <user@domain.invalid> wrote:

Hi, before I create it myself : where can I find a full index, well
presented of all the classes of the std library ?

Here, Programming Ruby: The Pragmatic Programmer's Guide

The built-ins page is ok, with the first page beeing a full of index all
the classes and methods

But the page about the std lib is hard to read, the only index is the
one provided to the left frame but which is not only related with the lib

Any link ?

Thanks