Sha256: ea648f8e8278cac1e4d161f18ef14669b57dcd25a3d28fcdc9f3f06f31f02fe0
Contents?: true
Size: 162 Bytes
Versions: 7
Compression:
Stored size: 162 Bytes
Contents
module Ykk # :nodoc: all def ykk(*arys, &blk) # YKK: a better zipper return zip(*arys) unless block_given? zip(*arys).collect { |a| yield a } end end
Version data entries
7 entries across 7 versions & 1 rubygems