mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
udpated readme
This commit is contained in:
parent
5eea0501bc
commit
99c0cb3545
1 changed files with 3 additions and 3 deletions
|
@ -101,11 +101,11 @@ an instance variable inside that class:
|
|||
Beginning Pry session for 20
|
||||
pry(20:2)> self + 10
|
||||
=> 30
|
||||
pry(20:2)> exit
|
||||
pry(20:2)> cd ..
|
||||
Ending Pry session for 20
|
||||
pry(Hello):1> exit
|
||||
pry(Hello):1> cd ..
|
||||
Ending Pry session for Hello
|
||||
pry(main)> exit
|
||||
pry(main)> cd ..
|
||||
Ending Pry session for main
|
||||
|
||||
The number after the `:` in the pry prompt indicates the nesting
|
||||
|
|
Loading…
Reference in a new issue