Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 429 Bytes

README.markdown

File metadata and controls

27 lines (16 loc) · 429 Bytes

OpenGem

Simply opens the specified gem in your default editor.

gem open rails

If you just want to read documentation you can do:

gem read activerecord

Installation:

OpenGem requires rubygems 1.8.0 or higher. You may need to update rubygems:

gem update --system

Just install with gem:

gem install open_gem

For more help:

gem open --help

Adam Sanderson, netghost@gmail.com