Method: Flux::Util::Table#data

Defined in:
lib/flux/util/table.rb

#dataObject

Returns the table data, stripped of format information.

Returns:

  • the table data, stripped of format information



44
45
46
# File 'lib/flux/util/table.rb', line 44

def data
  @data ||= body.unshift(headers)
end