Files
yasnippet/snippets/ruby-mode/collections/zip
Dmitry Gutov 100aa7c0af Remove group-name prefix from ruby-mode/collections/zip
Bug introduced in f48317e7c5 and not-fixed in
3aea27042b.
2012-12-09 02:15:43 +04:00

4 lines
76 B
Plaintext

#name : zip(...) { |...| ... }
# key: zip
# --
zip(${enums}) { |${row}| $0 }