summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/control structure/when
blob: 51f63a326a1f54006263e93967bcbae0afa20f28 (plain) (blame)
1
2
3
4
5
#name : when ... end
# --
when ${condition}
  $0
end