emacs-prelude/vendor/yasnippet/snippets/ruby-mode/control structure/ife

8 lines
80 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: if ... else ... end
# key: ife
# --
if ${1:condition}
$2
else
$3
end