yasnippet/extras/imported/ruby-mode/Each Element/each_byte { byte .. } (eab).yasnippet

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 }