# File lib/spreadsheet/excel/row.rb, line 23
  def each &block
    size.times do |idx|
      block.call self[idx]
    end
  end