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

4 lines
81 B
Plaintext

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