Sha256: be4cba017e6903bc9c7a43211421f14e5264b5cb3fa1bf24ed456aee8493a2f8

Contents?: true

Size: 170 Bytes

Versions: 5

Compression:

Stored size: 170 Bytes

Contents

class CarTableWithoutHeader < DiningTable::Table
  def define
    skip_header
    skip_footer

    column :brand
    column :number_of_doors, :footer => 'Total'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dining-table-1.1.3 spec/tables/car_table_without_header.rb
dining-table-1.1.2 spec/tables/car_table_without_header.rb
dining-table-1.1.1 spec/tables/car_table_without_header.rb
dining-table-1.1.0 spec/tables/car_table_without_header.rb
dining-table-1.0.0 spec/tables/car_table_without_header.rb