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

4 lines
83 B
Plaintext

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