class TTY::Table::Renderer::Unicode
Unicode
representation of table renderer
@api private
Public Class Methods
new(table, options = {})
click to toggle source
Create Unicode
renderer
@param [Table] table
@api private
Calls superclass method
TTY::Table::Renderer::Basic::new
# File lib/tty/table/renderer/unicode.rb, line 17 def initialize(table, options = {}) super(table, options.merge(border_class: TTY::Table::Border::Unicode)) end