Libraries
»
logic
(1.0.2)
»
Index
»
Decision
»
#truth_table
Method: Decision#truth_table
Defined in:
lib/logic_operations.rb
#
truth_table
⇒
Object
15 16 17
# File 'lib/logic_operations.rb', line 15
def
truth_table
TruthTable
.
new
(
test_cases
)
end