From: Eric Christopherson Date: 2012-03-22T14:31:04+09:00 Subject: Re: 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/.