mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated readme
This commit is contained in:
parent
c0d12d1693
commit
03ddbba37a
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ session to your code (with Pry) instead of bringing your code to a
|
|||
REPL session (as with IRB).
|
||||
|
||||
It is not based on the IRB codebase, and implements some unique REPL
|
||||
commands such as `show-method`, `show-doc`, `ls` and `cd`
|
||||
commands such as `show-method`, `show-doc`, `ls` and `cd` (type `help`
|
||||
to get a full list).
|
||||
|
||||
Pry is also fairly flexible and allows significant user
|
||||
[customization](http://rdoc.info/github/banister/pry/master/file/wiki/Customizing-pry.md). It
|
||||
|
|
Loading…
Reference in a new issue