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

4 lines
77 B
Plaintext

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