dotfiles/.emacs.d/snippets/ruby-mode/while
2017-12-21 17:29:29 +01:00

6 lines
81 B
Plaintext

#name : while ... end
#group : control structure
# --
while ${condition}
$0
end