Last active
October 7, 2015 19:06
-
-
Save kenliu/be37a7a22851604bae99 to your computer and use it in GitHub Desktop.
binding-pry.sublime-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
<snippet> | |
<content><![CDATA[ | |
binding.pry | |
]]></content> | |
<tabTrigger>bp</tabTrigger> | |
<scope>source.ruby</scope> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
save as ~/Library/Application Support/Sublime Text 3/Packages/User/binding-pry.sublime-snippet