config/sublime/Packages/Ruby/Hash.new-{-hash-key-hash[key]-=-..-}-(Has).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
252 B
XML

<snippet>
<content><![CDATA[Hash.new { |${1:hash}, ${2:key}| ${1:hash}[${2:key}] = $0 }]]></content>
<tabTrigger>Hash</tabTrigger>
<scope>source.ruby</scope>
<description>Hash.new { |hash, key| hash[key] = .. }</description>
</snippet>