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

updated readme

This commit is contained in:
John Mair 2011-02-22 16:49:53 +13:00
parent c0d12d1693
commit 03ddbba37a

View file

@ -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