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. Is it feaseable? Has anybody done anything to get this into the standard ruby distribution? It and irb are a killer combination for learning ruby. Sam Quoteing dave / pragprog.com, on Wed, Apr 09, 2003 at 11:52:47PM +0900: > I'm releasing a very preliminary version of 'ri' for Ruby 1.8. This > includes documentation on two new built-in classes and a new built-in > module. It also includes roughly 130 new or significantly modified > methods. > > I'm very interested in getting feedback on the content, particularly on > missing or incorrectly described methods. In particular, be on the > lookout for old methods that now take new kinds of parameters or return > new kinds of objects: I'm likely to have missed some of these. > > I'm collecting feedback on the wiki: > http://www.rubygarden.org/ruby?RIOnePointEight > > ri v1.8 is available for download at > > http://sourceforge.net/project/showfiles.php?group_id=42128 > > (scroll down to the bottom of the list) > > Cheers > > > Dave > >