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