Created
February 2, 2016 00:38
-
-
Save piclez/2bc3ed7896a8f5c678a3 to your computer and use it in GitHub Desktop.
pryrc
This file contains hidden or 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
if defined?(Pry || PryDebugger) | |
Pry.commands.alias_command 'c', 'continue' | |
Pry.commands.alias_command 's', 'step' | |
Pry.commands.alias_command 'n', 'next' | |
Pry.commands.alias_command 'f', 'finish' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment