summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/eai
blob: 5b0ed6728790cc8c629a05bf769f8e9dfc0aad9d (plain) (blame)
1
2
3
4
#name : each_index { |i| ... }
#group : collections
# --
each_index { |${i}| $0 }