emacs/snippets/ruby-mode/until

7 lines
105 B
Plaintext

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