mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/snipmate-snippets/ruby/case.snippet

6 lines
35 B
Plaintext

case ${1}
when ${2}
else
${3}
end