File: issue111.rb

package info (click to toggle)
ruby-terminal-table 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 232 kB
  • sloc: ruby: 875; makefile: 3
file content (4 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/usr/bin/env ruby
require_relative "../lib/terminal-table"
puts Terminal::Table.new(headings: ['heading A', 'heading B'], rows: [['a', 'b'], ['a', 'b']], style: {border: Terminal::Table::MarkdownBorder.new})