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

4 lines
81 B
Plaintext

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