From: Eric Hodel Date: 2011-09-03T08:21:09+09:00 Subject: Re: [ANN] ri_for 0.6.0 released--easy lookup of method documentation in irb On Sep 1, 2011, at 2:23 PM, Roger Pack wrote: > Pleased to announce the release of "ri_for" gem v 0.6.0 > > Changes: > 0.6.0: jruby support, add File.method(:delete).ri_for > > more information see https://github.com/rdp/ri_for > > README contents: > > The ri_for gem allows "runtime documentation lookup", it show a method's > source code/comments, ri (if available), arity, parameters, > etc. all at runtime (for example within an irb session). > > Don't know what a method does? Look it up! > It has proven quite useful, and I wouldn't do a ruby-debug session > without it--you might like it. Why do you use RDoc::RI::Driver::run instead of RDoc::RI::Driver::new and RDoc::RI::Driver#display_names?