Libraries
»
ooxl
(0.0.1.5.6)
»
Index
»
OOXL
»
Row
»
#each
Method: OOXL::Row#each
Defined in:
lib/ooxl/xl_objects/row.rb
#
each
⇒
Object
43 44 45
# File 'lib/ooxl/xl_objects/row.rb', line 43
def
each
cells
.
each
{
|
cell
|
yield
cell
}
end