# File truthtable.rb, line 127
  def initialize(&b)
    table = TruthTable.test(&b)
    @table = table
  end