Iterate over each cell in this row
20 21 22
# File 'lib/tabledata/row.rb', line 20 def each(&block) @data.each(&block) end