yasnippet/extras/imported/ruby-mode/Each Element/each_value { val .. } (eav).yasnippet

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 }