summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/control structure/forin
blob: 197e09e0afbc1e810efe07aea2ba6a27e9a460fd (plain) (blame)
1
2
3
4
5
#name : for ... in ...; ... end
# --
for ${1:element} in ${2:collection}
  $0
end