Class: Nazar::HorizontalTable

Inherits:
BaseTable show all
Defined in:
lib/nazar/horizontal_table.rb

Instance Method Summary collapse

Methods inherited from BaseTable

#add_summary, #initialize

Constructor Details

This class inherits a constructor from Nazar::BaseTable

Instance Method Details

#renderObject



5
6
7
# File 'lib/nazar/horizontal_table.rb', line 5

def render
  table.render(:unicode, options)
end