lib/veritas/optimizer/logic/connective/negation.rb in veritas-0.0.1 vs lib/veritas/optimizer/logic/connective/negation.rb in veritas-0.0.2

- old
+ new

@@ -33,10 +33,10 @@ def optimize_operand # TODO: move Predicate.optimize_operand to a better location Predicate.optimize_operand(operation.operand) end - # Optimzie when the operand can be inverted + # Optimize when the operand can be inverted class InvertibleOperand < self # Test if the operand can be inverted # # @return [Boolean]