Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created August 23, 2013 07:06
Show Gist options
  • Save jorgegorka/6316343 to your computer and use it in GitHub Desktop.
Save jorgegorka/6316343 to your computer and use it in GitHub Desktop.
pry alias
Pry.commands.alias_command 'c', 'continue'
Pry.commands.alias_command 's', 'step'
Pry.commands.alias_command 'n', 'next'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment