Files
dotfiles/.emacs.d/snippets/ruby-mode/eawi
2017-12-21 17:29:29 +01:00

4 lines
100 B
Plaintext

#name : each_with_index { |e, i| ... }
#group : collections
# --
each_with_index { |${e}, ${i}| $0 }