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

4 lines
69 B
Plaintext

#name : map { |...| ... }
#group : collections
# --
map { |${e}| $0 }