unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/ruby-mode/ife
2016-02-18 14:53:30 +01:00

8 lines
96 B
Plaintext

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