summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/ruby-mode/zip
blob: 56f4266f52ebf2e5e003e0d025a2e97a8f953e8d (plain) (blame)
1
2
3
4
#name : zip(...) { |...| ... }
#group : collections
# --
zip(${enums}) { |${row}| $0 }