0
在紅寶石1.8.x的,我們遍歷多個可枚舉這樣的:syncEnumerator相當於紅寶石1.9.2
require 'generator'
syncEnum = SyncEnumerator.new(enum1, enum2)
syncEnum.each { |x;y| puts "#{x},#{y}" }
但發電機已經在Ruby 1.9.x的去除,多個枚舉如何Iiterate在Ruby 1.9中。X?
感謝