TExpr that will be true only if the first of its two contained expressions is true and the second is false.
# File lib/runt/temporalexpression.rb, line 195 def ==(o) o.is_a?(Diff) ? expr1 == o.expr1 && expr2 == o.expr2 : super(o) end
Generated with the Darkfish Rdoc Generator 2.