mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 22:13:04 +00:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: eal
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: each_line { |line| .. }
|
|
## condition: "source.ruby"
|
|
# --
|
|
each_line$1 { |${2:line}| $0 } |