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

5 lines
37 B
Plaintext
Executable File

unless ${1:condition}
${2}
else
end