Method: TTY::Table::Renderer::Unicode#initialize

Defined in:
lib/tty/table/renderer/unicode.rb

#initialize(table, options = {}) ⇒ Unicode

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Create Unicode renderer

Parameters:

[View source]

17
18
19
# File 'lib/tty/table/renderer/unicode.rb', line 17

def initialize(table, options = {})
  super(table, options.merge(border_class: TTY::Table::Border::Unicode))
end