]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/collections/eawi
Merge commit 'f062d5a55496e22cf89f2ef9778a24a840a5a68e' from context-coloring
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / collections / eawi
1 # name: each_with_index { |e, i| ... }
2 # key: eawi
3 # --
4 each_with_index { |${e}, ${i}| $0 }