Sha256: 77eb7f8174c23a5af398a12552058fd1e8e56f0bcaa61a2ba4e4e087f30871e3
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
# -*- encoding: utf-8 -*- module TTY class Table class Renderer class Unicode < Basic def initialize(table, options={}) super(table, options.merge(:border_class => TTY::Table::Border::Unicode)) end end # Unicode end # Renderer end # Table end # TTY
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tty-0.0.11 | lib/tty/table/renderer/unicode.rb |
tty-0.0.10 | lib/tty/table/renderer/unicode.rb |