Class: TTY::Table::Border::Null

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

Overview

A class that represents no border.

Constant Summary

Constants inherited from TTY::Table::Border

EACH_ROW, EMPTY_CHAR, SEPARATOR, SPACE_CHAR

Instance Method Summary collapse

Methods inherited from TTY::Table::Border

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

Constructor Details

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

Instance Method Details

#middle_lineObject

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

A stub middle line



31
32
33
# File 'lib/tty/table/border/null.rb', line 31

def middle_line
  border_options.separator ? "" : super
end