lib/pivot_table/row.rb in pivot_table-0.2.0 vs lib/pivot_table/row.rb in pivot_table-0.3.0

- old
+ new

@@ -1,5 +1,9 @@ module PivotTable class Row include CellCollection + + def column_data column_header + find_data column_header + end end end