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:
parent
890ca85030
commit
02af19e4e9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Pry
|
|||
|
||||
_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.
|
||||
|
||||
* Install the [gem](https://rubygems.org/gems/pry): `gem install pry`
|
||||
|
|
Loading…
Reference in a new issue