------ art_252_7803036.1210768146546 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you! Victor On Wed, May 14, 2008 at 7:30 AM, Jano Svitok <jan.svitok / gmail.com> wrote: > On Wed, May 14, 2008 at 1:07 PM, Victor Reyes <victor.reyes / gmail.com> > wrote: > > Team, > > > > Is the information found on *http://www.ruby-doc.org/core/* up to date? > If > > so, is there a way to download it so it could be used off-line? > > > > Thank you > > > > Victor > > > > It's easy: > > - go to your ruby source dir, (c:\ruby\src\ruby-X.X.X-pX for Windows), > - run rdoc -o <dest>, > - ... > - PROFIT! (more precisely, you have a copy of ruby-doc/core in <dest> > for your exact version of ruby) > > <dest> is any dir where you want to place the generated docs. You have > to specify one, because > default for rdoc ('doc') clashes with ruby's doc dir. > > You may want to 'gem install rdoc' before this, eric recently reworked > rdoc. > > J. > > ------ art_252_7803036.1210768146546--