Class: TTY::Table::Renderer::Color

Inherits:
Basic
  • Object
show all
Defined in:
lib/tty/table/renderer/color.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

render, #render

Methods included from Delegatable

#delegatable_method

Constructor Details

#initializeColor

Returns a new instance of Color.



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

def initialize

end