yasnippet/extras/imported/ruby-mode/Declarations/080 ruby case.yasnippet
2009-08-29 17:59:02 +00:00

9 lines
154 B
Plaintext

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