my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/while

6 lines
81 B
Plaintext

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