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