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