yasnippet/extras/imported/ruby-mode/Each Element/each_byte { |byte| .. } (eab).yasnippet
2009-08-29 17:59:02 +00:00

6 lines
148 B
Plaintext

# -*- mode: snippet -*-
# key: eab
# contributor: Translated from TextMate Snippet
# name: each_byte { |byte| .. }
# --
each_byte { |${1:byte}| $0 }