On Wednesday, April 9, 2003, at 11:15 AM, Ian Macdonald wrote: > On Wed 09 Apr 2003 at 23:52:47 +0900, Dave Thomas wrote: > >> 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. > > ri was already pretty comprehensive. Which are the new classes and, if > you have a handy list, the new methods? > ri was comprehensive for Ruby 1.6(.1) - the new one is comprehensive (in theory) for Ruby 1.8. The new classes are Process::Status and UnboundMethod, and the new module is Signal. I'll be producing a method list at some point, but I wanted to start getting feedback now. Cheers Dave