Last active
December 12, 2015 03:09
-
-
Save nelsonblaha/4704971 to your computer and use it in GitHub Desktop.
debug snippet
This file contains hidden or 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
<!-- Very fast way to puts something both evaluated and unevaluated without repetition --> | |
<snippet> | |
<content><![CDATA[ | |
puts 'debug $1: '+$1.to_s | |
]]></content> | |
<tabTrigger>debug</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment