Skip to content

Instantly share code, notes, and snippets.

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 jasonnoble/1d4b0729563f5adbbc5e9d991764126b to your computer and use it in GitHub Desktop.
Save jasonnoble/1d4b0729563f5adbbc5e9d991764126b to your computer and use it in GitHub Desktop.
require pry atom snippet
# Paste this into your snippets file (in menu Atom > Open Your Snippets)
'.source.ruby':
'pry':
'prefix': 'pry'
'body': 'require "pry"\nbinding.pry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment