assert_operator(..)-(aso).sublime-snippet (214B)
1 <snippet> 2 <content><![CDATA[assert_operator(${1:left}, :${2:operator}, ${0:right})]]></content> 3 <tabTrigger>aso</tabTrigger> 4 <scope>source.ruby</scope> 5 <description>assert_operator(..)</description> 6 </snippet>