5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: zip(...) { |...| ... }
|
|
# group : collections
|
|
# --
|
|
zip(${enums}) { |${row}| $0 } |