summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/ife
blob: e57d395cd1611d41d3d3c7b70015f1d3084beb90 (plain) (tree)
1
2
3
4
5
6
7
8







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