Files
emacs/snippets/ruby-mode/until
2024-04-30 07:08:23 +02:00

7 lines
105 B
Plaintext

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