Files
.emacs.d/snippets/ruby-mode/collections/eachwi

4 lines
93 B
Plaintext

# name: each_with_index { |e, i| ... }
# key: eachwi
# --
each_with_index { |${e}, ${i}| $0 }