Created
June 8, 2012 20:36
-
-
Save chyld/2898017 to your computer and use it in GitHub Desktop.
Pry Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core: | |
---------- | |
! | |
; | |
show-input | |
amend-line | |
edit | |
hist | |
play | |
cd | |
nesting | |
ls | |
jump-to | |
switch-to | |
exit | |
exit-all | |
exit-program | |
.command | |
shell-mode | |
gem-cd | |
find-method | |
show-souce | |
show-doc | |
binding.pry | |
object.pry | |
whereami | |
pry-backtrace | |
pry-nav: | |
---------- | |
step | |
next | |
continue | |
pry-stack: | |
---------- | |
up | |
down | |
frame | |
show-stack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment