public
Rubygem
Description: Quickly open documentation for your Gems in your browser
Clone URL: git://github.com/kballard/openri.git
openri / README
100644 20 lines (11 sloc) 0.317 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= openri
by Kevin Ballard <kevin@sb.org>
 
== DESCRIPTION
 
openri is a script that opens the documentation
for the given gem in your browser.
 
The gem can be specified either by gem name or by require name.
 
== Usage
 
  $ openri gemname
 
=== Examples
 
  $ openri activerecord
 
Opens the documentation for ActiveRecord