config/sublime/Packages/Ruby/alias_method-..-(am).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
210 B
XML

<snippet>
<content><![CDATA[alias_method :${1:new_name}, :${0:old_name}]]></content>
<tabTrigger>am</tabTrigger>
<scope>source.ruby</scope>
<description>alias_method ..</description>
</snippet>