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

6 lines
39 B
Plaintext
Executable File

if ${1:condition}
${2}
else
${3}
end