6 lines
252 B
XML
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>
|