Method: Tables::Table#column_count

Defined in:
lib/tables/table.rb

#column_countObject



70
71
72
# File 'lib/tables/table.rb', line 70

def column_count
  self.header.count
end