Files
.emacs.d/snippets/custom/ruby-mode/collections/mapwi

3 lines
70 B
Plaintext

#name : map_with_index { |...| ... }
# --
map_with_index { |${e}| $0 }