summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/if
blob: 077b097d4147436191e4244d8d7354c09b4049ea (plain) (blame)
1
2
3
4
5
6
#name : if ... end
#group : control structure
# --
if ${1:condition}
  $0
end