Module: TableOfTruth

Defined in:
lib/table_of_truth.rb,
lib/table_of_truth/dsl.rb,
lib/table_of_truth/input.rb,
lib/table_of_truth/table.rb

Defined Under Namespace

Classes: DSL, Input, Table

Class Method Summary collapse

Class Method Details

.new(colorize: true, &block) ⇒ Object



4
5
6
# File 'lib/table_of_truth.rb', line 4

def self.new(colorize: true, &block)
  Table.new(colorize: colorize, &block)
end