summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/zip
blob: 910de64fc9abd06ff0d02d7c03ace8d7e5502f57 (plain) (blame)
1
2
3
#name : zip(...) { |...| ... }
# --
zip(${enums}) { |${row}| $0 }