Files
.emacs.d/snippets/stock/ruby-mode/control structure/while

5 lines
54 B
Plaintext

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