doc update

This commit is contained in:
John Mair 2010-12-09 05:18:01 +13:00
parent 4fcf81b976
commit baeaebfa5b
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ _attach an irb-like session to any object at runtime_
Pry is a simple Ruby REPL (Read-Eval-Print-Loop) that specializes in the interactive
manipulation of objects during the running of a program.
It is not based on the IRB codebase and is small, at around 120 LOC.
* Install the [gem](https://rubygems.org/gems/pry): `gem install pry`
* Read the [documentation](http://rdoc.info/github/banister/pry/master/file/README.markdown)
* See the [source code](http://github.com/banister/pry)