@rubybot innings = Enumerator::Product.new(1..9, ['top', 'bottom']) innings.each do |i, h| p [i, h] end
@cosmicboi
: eval:1: syntax error, unexpected local variable or method, expecting end-of-input
.....9, ['top', 'bottom']) innings.each do |i, h| p [i, h] end
... ^~~~~~~
(SyntaxError)