forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/ruby-mode/eawi

4 lines
100 B
Plaintext

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