Method: TTY::Table::Renderer::Basic#border_class
- Defined in:
- lib/tty/table/renderer/basic.rb
#border_class ⇒ TTY::Table::Border
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.
Table border to be rendered
36 37 38 |
# File 'lib/tty/table/renderer/basic.rb', line 36 def border_class @border_class end |