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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -