Sha256: 6a5ff75eab47713dad0e5e5c45738a6b529eadb15d8156ce345a1b40af47d280

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

# -*- encoding: utf-8 -*-

module TTY
  class Table
    module Renderer
      class Color

        def initialize

        end

      end # Color
    end # Renderer
  end # Table
end # TTY

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tty-0.0.1 lib/tty/table/renderer/color.rb