]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/collections/eawi
Merge commit 'cce1d8b50b1ceccb80c20398cd659db3a6348aac' as 'packages/gnome-c-style'
[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 }