Created
May 8, 2014 13:45
-
-
Save Krule/699998143ad3f6ea97bc to your computer and use it in GitHub Desktop.
pry snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ~/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