Skip to content

Instantly share code, notes, and snippets.

@psugihara
Created July 5, 2015 07:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save psugihara/060bbd5c3fb94b5938ee to your computer and use it in GitHub Desktop.
Save psugihara/060bbd5c3fb94b5938ee 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'
@nicnilov
Copy link

nicnilov commented Jun 2, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment