summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/forin
blob: 36b4387f290f8eb7b90aa2ce0f2aeeae4ebf50af (plain) (tree)
1
2
3
4
5
6





                                   
#name : for ... in ...; ... end
#group : control structure
# --
for ${1:element} in ${2:collection}
  $0
end