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