my-emacs-d/elpa/yasnippet-20161022.646/snippets/ruby-mode/until
2016-10-24 08:30:06 +02:00

6 lines
80 B
Plaintext

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