I'd like a way to download the ruby core referance docs

john fink wrote in post #1052519:

I made an error, their is documentation on my computer concerning
the varios classes etc. of ruby but it's somewhat indescriptive
so I thought that their was none.
I sill say though that the documentation mentioned above is better
and I'd like to have it.

I don't know if this will help, but maybe you could try installing the
rdoc-data gem and then running:

rdoc-data --install

That will install the documentation (for use with `ri`) for all the
built-in classes, if you don't already have it.

···

--
Posted via http://www.ruby-forum.com/\.

One evidently does not need the "rdoc-data --install" step for 1.9.2+.

···

On Thu, Mar 22, 2012 at 02:31:04PM +0900, Eric Christopherson wrote:

john fink wrote in post #1052519:
> I made an error, their is documentation on my computer concerning
> the varios classes etc. of ruby but it's somewhat indescriptive
> so I thought that their was none.
> I sill say though that the documentation mentioned above is better
> and I'd like to have it.

I don't know if this will help, but maybe you could try installing the
rdoc-data gem and then running:

rdoc-data --install

That will install the documentation (for use with `ri`) for all the
built-in classes, if you don't already have it.

--
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]