Sha256: e2d8b3ae6111a0fbfe60674ee34532435f7601bde6e14cb249616df7c0b13008

Contents?: true

Size: 134 Bytes

Versions: 4

Compression:

Stored size: 134 Bytes

Contents

module PivotTable
  class Column
    include CellCollection

    def row_data row_header
      find_data row_header
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pivot_table-1.0.0 lib/pivot_table/column.rb
pivot_table-0.5.0 lib/pivot_table/column.rb
pivot_table-0.4.0 lib/pivot_table/column.rb
pivot_table-0.3.0 lib/pivot_table/column.rb