my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/ife

8 lines
96 B
Plaintext

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