25 26 27 28 29
# File 'lib/spreadsheet/excel/row.rb', line 25 def each size.times do |idx| yield self[idx] end end