# File lib/spreadsheet/worksheet.rb, line 110 def each skip=dimensions[0], &block skip.upto(dimensions[1] - 1) do |idx| block.call row(idx) end end