yasnippet/extras/imported/ruby-mode/Hashes/hash pair ().yasnippet

7 lines
189 B
Plaintext

# -*- mode: snippet -*-
# key: :
# contributor: Translated from TextMate Snippet
# name: Hash Pair — :key => "value"
## condition: "source.ruby"
# --
:${1:key} => ${2:"${3:value}"}${4:, }