emacs-prelude/vendor/yasnippet/snippets/ruby-mode/control structure/while

6 lines
67 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: while ... end
# key: while
# --
while ${condition}
$0
end