From: Dave Thomas Date: 2004-12-28T01:56:52+09:00 Subject: Re: Ri bug in new 1.8.2 release On Dec 27, 2004, at 9:28 AM, jim@freeze.org wrote: > Ok, this is what I tried: > > rdoc --all --ri-system > > Maybe that should have been > > rdoc --all --ri-system The documentation for built-in classes is in the source for those classes. The source isn't in the instal dirs, so you'll be missing all that fine documentation. > > > BTW, is it possible to use the ri and rdoc with 1.8.2 > on a 1.8.0 install? I don't know, is the simple answer. It should probably work, as I don't believe it uses anything special. Cheers Dave