yasnippet/extras/imported/ruby-mode/Each Element/each_key { key .. } (eak).yasnippet

7 lines
172 B
Plaintext

# -*- mode: snippet -*-
# key: eak
# contributor: Translated from TextMate Snippet
# name: each_key { |key| .. }
## condition: "source.ruby"
# --
each_key { |${1:key}| $0 }