Files
.emacs.d/snippets/stock/ruby-mode/collections/eai

3 lines
60 B
Plaintext

#name : each_index { |i| ... }
# --
each_index { |${i}| $0 }