lib/timeframe/ykk.rb in timeframe-0.0.1 vs lib/timeframe/ykk.rb in timeframe-0.0.2

- old
+ new

@@ -1,5 +1,5 @@ -module Ykk +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