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