Files
yasnippet/snippets/ruby-mode/control structure/until

6 lines
67 B
Plaintext

#name : until ... end
# key: until
# --
until ${condition}
$0
end