Sha256: 466f1c6879ce921a5a063c5d7bf7899e7002ce53dce0f8a6931b23ba16129d04

Contents?: true

Size: 350 Bytes

Versions: 9

Compression:

Stored size: 350 Bytes

Contents

# encoding: utf-8

module TTY
  class Table
    class Renderer
      class ASCII < Basic
        # Create ASCII renderer
        #
        # @api private
        def initialize(table, options = {})
          super(table, options.merge(border_class: TTY::Table::Border::ASCII))
        end
      end # ASCII
    end # Renderer
  end # Table
end # TTY

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
tty-table-0.6.0 lib/tty/table/renderer/ascii.rb
tty-table-0.5.0 lib/tty/table/renderer/ascii.rb
tty-table-0.4.0 lib/tty/table/renderer/ascii.rb
tty-table-0.3.0 lib/tty/table/renderer/ascii.rb
tty-table-0.2.0 lib/tty/table/renderer/ascii.rb
tty-table-0.1.0 lib/tty/table/renderer/ascii.rb
tty-0.1.2 lib/tty/table/renderer/ascii.rb
tty-0.1.1 lib/tty/table/renderer/ascii.rb
tty-0.1.0 lib/tty/table/renderer/ascii.rb