> > Now that we have alot of the standard docs in ri format available in > general do we have any integration between ri and irb? That would be > nice to be able to easily call them from within irb. I mean I suppose > you could just call `ri Array` or whatever, but nonetheless it seems > some integration is possible. > > Charles Comstock My wish ... module RDE #ruby development environment rde = %w(irb gems ri rdoc ) end class vi_rad << vi include RDE end class emacs_rad << emacs include RDE end