Method: Terminal::Table::MarkdownBorder#initialize
- Defined in:
- lib/terminal-table/style.rb
#initialize ⇒ MarkdownBorder
Returns a new instance of MarkdownBorder.
64 65 66 67 68 |
# File 'lib/terminal-table/style.rb', line 64 def initialize super @top, @bottom = false, false @data = { x: "-", y: "|", i: "|" } end |