piotrmurach/tty-table

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/BUG_REPORT.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/config.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
Rakefile
appveyor.yml
tasks/console.rake
tasks/coverage.rake
tasks/spec.rake
tty-table.gemspec
benchmarks/speed.rb23
examples/alignment.rb6
examples/basic.rb6
examples/orientation.rb8
examples/padding.rb11
A
20 mins
examples/resize.rb11
A
20 mins
lib/tty-table.rb1
lib/tty/table.rb198
B
5 hrs
lib/tty/table/alignment_set.rb27
lib/tty/table/border.rb91
lib/tty/table/border/ascii.rb26
A
40 mins
lib/tty/table/border/null.rb29
lib/tty/table/border/row_line.rb13
lib/tty/table/border/unicode.rb26
A
40 mins
lib/tty/table/border_dsl.rb73
lib/tty/table/border_options.rb39
lib/tty/table/column_constraint.rb96
A
50 mins
lib/tty/table/columns.rb50
lib/tty/table/empty.rb20
lib/tty/table/error.rb19
lib/tty/table/field.rb66
lib/tty/table/header.rb72
lib/tty/table/indentation.rb18
lib/tty/table/operation/alignment.rb25
lib/tty/table/operation/escape.rb13
lib/tty/table/operation/filter.rb14
lib/tty/table/operation/padding.rb17
lib/tty/table/operation/truncation.rb17
lib/tty/table/operation/wrapped.rb17