lib/tty/table/renderer/unicode.rb in tty-0.0.4 vs lib/tty/table/renderer/unicode.rb in tty-0.0.5

- old
+ new

@@ -3,11 +3,11 @@ module TTY class Table module Renderer class Unicode < Basic - def initialize - + def render(table, border=nil) + super table, TTY::Table::Border::Unicode end end # Unicode end # Renderer end # Table