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