Class: TTY::Table::Renderer::ASCII

Inherits:
Basic
  • Object
show all
Defined in:
lib/tty/table/renderer/ascii.rb

Constant Summary

Constants inherited from Basic

Basic::TABLE_DELEGATED_METHODS

Instance Attribute Summary

Attributes inherited from Basic

#border_class, #indent, #padding, #table

Instance Method Summary collapse

Methods inherited from Basic

#initialize, render

Methods included from Delegatable

#delegatable_method

Constructor Details

This class inherits a constructor from TTY::Table::Renderer::Basic

Instance Method Details

#render(table) ⇒ Object



8
9
10
# File 'lib/tty/table/renderer/ascii.rb', line 8

def render(table)
  super table, TTY::Table::Border::ASCII
end