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

- old
+ new

@@ -1,5 +1,9 @@ module PivotTable class Column include CellCollection + + def row_data row_header + find_data row_header + end end end