1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

cleared up info in docs

This commit is contained in:
John Mair 2010-12-09 03:06:52 +13:00
parent 890ca85030
commit 02af19e4e9

View file

@ -5,7 +5,7 @@ Pry
_attach an irb-like session to any object at runtime_ _attach an irb-like session to any object at runtime_
Pry is a simple Ruby REPL that specializes in the interactive Pry is a simple Ruby REPL (Read-Eval-Print-Loop) that specializes in the interactive
manipulation of objects during the running of a program. manipulation of objects during the running of a program.
* Install the [gem](https://rubygems.org/gems/pry): `gem install pry` * Install the [gem](https://rubygems.org/gems/pry): `gem install pry`