summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/eawi
blob: 8718f7a8c2aec55ddac2092c59f846e6883bef8c (plain) (blame)
1
2
3
#name : each_with_index { |e, i| ... }
# --
each_with_index { |${e}, ${i}| $0 }