Sha256: ee8485fa115edaf417e72a36b663c72b382036f464633feeff1fcedbef6fc705

Contents?: true

Size: 140 Bytes

Versions: 4

Compression:

Stored size: 140 Bytes

Contents

module PivotTable
  class Row
    include CellCollection

    def column_data column_header
      find_data column_header
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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