assert_in_delta(..)-(asid).sublime-snippet (231B)
1 <snippet> 2 <content><![CDATA[assert_in_delta(${1:expected_float}, ${2:actual_float}, ${0:2 ** -20})]]></content> 3 <tabTrigger>asid</tabTrigger> 4 <scope>source.ruby</scope> 5 <description>assert_in_delta(..)</description> 6 </snippet>