mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated docs again
This commit is contained in:
parent
dd6e207354
commit
7c968e8740
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ end.
|
|||
* Use `_pry_` to reference the Pry instance managing the current session.
|
||||
* Pry supports tab completion.
|
||||
* Pry has multi-line support built in.
|
||||
* Use `^d` (control-d) to quickly break out of a session.
|
||||
* Pry has special commands not found in many other Ruby REPLs: `show-method`, `show-doc`
|
||||
`jump-to`, `ls`, `cd`, `cat`
|
||||
* Pry gives good control over nested sessions (important when exploring complicated runtime state)
|
||||
|
|
Loading…
Add table
Reference in a new issue