Method: Text::Table#head

Defined in:
lib/text-table/table.rb

#headObject

An array of table headers



6
7
8
# File 'lib/text-table/table.rb', line 6

def head
  @head
end