Dave Thomas wrote: > > On Wednesday, April 9, 2003, at 07:59 PM, Sam Roberts wrote: > >> Is there any way to extend ri with my own libraries? I use it all the >> time, and I have a bad memory for my own code, not just others, I'd >> like to be able to generate ri-style documentation. >> > > That'll happen when the fabled rdoc/ri integration happens (sometime > around T+delta) In the meantime, you might want to play around with Rimport, which allows you to add new items to ri by importing RDoc XML. http://raa.ruby-lang.org/list.rhtml?name=rimport James > > Cheers > > Dave > > >