Sha256: e52788db8b8da5a59808a2e2657fff627549982b6856f964f4007dcb488af817
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
# -*- encoding: utf-8 -*- module TTY class Table module Renderer class ASCII < Basic def render(table) super table, TTY::Table::Border::ASCII end end # ASCII 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/ascii.rb |
tty-0.0.8 | lib/tty/table/renderer/ascii.rb |
tty-0.0.7 | lib/tty/table/renderer/ascii.rb |