# -*- mode: snippet -*- # key: case # contributor: Translated from TextMate Snippet # name: case … end ## condition: "source.ruby" # -- case ${1:object} when ${2:condition} $0 end