Module: TableOfTruth

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

Defined Under Namespace

Classes: DSL, Inputs, Table

Class Method Summary collapse

Class Method Details

.new(&block) ⇒ Object



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

def self.new(&block)
  Table.new(&block)
end