my-emacs-d/elpa/yasnippet-20161022.646/snippets/ruby-mode/ife
2016-10-24 08:30:06 +02:00

8 lines
96 B
Plaintext

#name : if ... else ... end
#group : control structure
# --
if ${1:condition}
$2
else
$3
end