yasnippet/extras/imported/ruby-mode/Each Element/each { e .. } (ea).yasnippet

7 lines
159 B
Plaintext

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