Sha256: 29faf4306ce8ec3e7e2947d8a47acde3cee160e34ab69e33937a5e5f16b67bbd
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
# -*- encoding: utf-8 -*- module TTY class Table module Renderer class Unicode < Basic def render(table) super table, TTY::Table::Border::Unicode end end # Unicode end # Renderer end # Table end # TTY
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tty-0.0.9 | lib/tty/table/renderer/unicode.rb |
tty-0.0.8 | lib/tty/table/renderer/unicode.rb |
tty-0.0.7 | lib/tty/table/renderer/unicode.rb |