Skip to content

Instantly share code, notes, and snippets.

@Krule
Created May 8, 2014 13:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krule/699998143ad3f6ea97bc to your computer and use it in GitHub Desktop.
Save Krule/699998143ad3f6ea97bc to your computer and use it in GitHub Desktop.
pry snippet
<!-- ~/Library/Application Support/Sublime Text 3/Packages/User/Ruby/pry.sublime-snippet -->
<snippet>
<content><![CDATA[require 'pry'; binding.pry]]></content>
<tabTrigger>pry</tabTrigger>
<scope>source.ruby</scope>
<description>binding.pry</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment