Method: TTY::Table::Renderer::Unicode#initialize
- Defined in:
- lib/tty/table/renderer/unicode.rb
permalink #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
17 18 19 |
# File 'lib/tty/table/renderer/unicode.rb', line 17 def initialize(table, = {}) super(table, .merge(border_class: TTY::Table::Border::Unicode)) end |