mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-16 22:43:04 +00:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: eav
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: each_value { |val| .. }
|
|
## condition: "source.ruby"
|
|
# --
|
|
each_value { |${1:val}| $0 } |