summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/collect
blob: 934014afc0ae47cd000c235ee415423526a2cdad (plain) (blame)
1
2
3
4
#name : collect { |...| ... }
#group : collections
# --
collect { |${e}| $0 }