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