ruby - The best way to browse rubygems documents on console -


it easy find rubygems documents on web, want read them on console.

ri not enough me, because have know name of class or method before reading ri. @ time, however, don't know other package name!

so need fastest way find synopsys of rubygems, perldoc.

is there way?

if using bundler can do:

$ bundle open gemname  

which open gem in $editor allowing check out readme.rdoc (or whatever author using root documentation) not mention of source code. helpful when debugging too!


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -