Zouplaz
1
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
Zouplaz
2
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 ?
Try RDoc Documentation
Zouplaz
3
On 10/17/06, Zouplaz [email protected] wrote:
Any link ?
Thanks
Hi Zouplaz,
How about these:
http://ruby-doc.org/core
http://ruby-doc.org/stdlib/
?,
-Harold