buren/honey_format

View on GitHub
lib/honey_format/matrix.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'honey_format/matrix/row_builder'
require 'honey_format/matrix/rows'
require 'honey_format/matrix/row'
require 'honey_format/matrix/header'
require 'honey_format/matrix/matrix'