dotar/vim/snippets/ruby/case.snippet
2011-11-17 16:00:49 -06:00

6 lines
52 B
Plaintext
Executable File

case ${1:object}
when ${2:condition}
else
${3}
end