mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated docs
This commit is contained in:
parent
c6ee635460
commit
6ab89b4448
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ end.
|
|||
* Pry sessions can nest arbitrarily deeply -- to go back one level of nesting type 'exit' or 'quit' or 'back'
|
||||
* Use `_` to recover last result.
|
||||
* Pry has multi-line support built in.
|
||||
* Pry has unique commands not found in any other REPL: `show_method`,
|
||||
`jump_to`, `ls`, `cd`
|
||||
* Pry gives good control over nested sessions (important when exploring complicated runtime state)
|
||||
* Pry is not based on the IRB codebase.
|
||||
* Pry uses [RubyParser](https://github.com/seattlerb/ruby_parser) to
|
||||
|
|
Loading…
Add table
Reference in a new issue