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

4 lines
32 B
Plaintext

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