vimrc/sources_non_forked/snipmate-snippets/ruby/while.snippet

4 lines
31 B
Plaintext

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