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

5 lines
54 B
Plaintext

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