lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

assert_nothing_thrown-{-..-}-(asnt).sublime-snippet (198B)


      1 <snippet>
      2 	<content><![CDATA[assert_nothing_thrown { $0 }]]></content>
      3 	<tabTrigger>asnt</tabTrigger>
      4 	<scope>source.ruby</scope>
      5 	<description>assert_nothing_thrown { .. }</description>
      6 </snippet>