Method: Flux::Util::Table#data
- Defined in:
- lib/flux/util/table.rb
#data ⇒ Object
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 |