config/sublime/Packages/Ruby/assert_nothing_thrown-{-..-}-(asnt).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
210 B
XML

<snippet>
<content><![CDATA[assert_nothing_thrown { $0 }]]></content>
<tabTrigger>asnt</tabTrigger>
<scope>source.ruby</scope>
<description>assert_nothing_thrown { .. }</description>
</snippet>