Method: TableData::Row#each

Defined in:
lib/tabledata/row.rb

#each(&block) ⇒ Object

Iterate over each cell in this row



20
21
22
# File 'lib/tabledata/row.rb', line 20

def each(&block)
  @data.each(&block)
end