Skip to content

Instantly share code, notes, and snippets.

@wnoguchi
Created April 2, 2014 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wnoguchi/9932687 to your computer and use it in GitHub Desktop.
Save wnoguchi/9932687 to your computer and use it in GitHub Desktop.
pryの設定ファイルとか
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Pry.commands.alias_command 'f', 'finish'
Pry.commands.alias_command 'q', 'quit'
Pry.commands.alias_command 'b', 'break'
Pry.commands.alias_command 'r', 'reload-method'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment