Class: TTY::Table::Border::ASCII Private

Inherits:
TTY::Table::Border show all
Defined in:
lib/tty/table/border/ascii.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

A class that represents an ascii border.

Constant Summary

Constants inherited from TTY::Table::Border

EACH_ROW, EMPTY_CHAR, SEPARATOR, SPACE_CHAR

Method Summary

Methods inherited from TTY::Table::Border

#[], #bottom_line, #color?, def_border, #initialize, #middle_line, #row_line, #set_color, #top_line

Constructor Details

This class inherits a constructor from TTY::Table::Border