]> code.delx.au - gnu-emacs-elpa/blob - snippets/ruby-mode/control structure/forin
7eadd8a6d2baa202e9256aa946e1283ef10109cf
[gnu-emacs-elpa] / snippets / ruby-mode / control structure / forin
1 #name : for ... in ...; ... end
2 # key: forin
3 # --
4 for ${1:element} in ${2:collection}
5 $0
6 end