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