class Terminal::Table::MarkdownBorder
Public Class Methods
new()
click to toggle source
Calls superclass method
Terminal::Table::AsciiBorder::new
# File lib/terminal-table/style.rb, line 64 def initialize super @top, @bottom = false, false @data = { x: "-", y: "|", i: "|" } end