summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/control structure/ife
blob: 959d77c449b8b4110298b17e26ce191531f6c79c (plain) (tree)
1
2
3
4
5
6
7






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