# File lib/arel/algebra/predicates.rb, line 178 178: def ==(other) 179: self.class === other and 180: ((operand1 == other.operand1 and operand2 == other.operand2) or 181: (operand1 == other.operand2 and operand2 == other.operand1)) 182: end
# File lib/arel/algebra/predicates.rb, line 184 184: def complement 185: Inequality.new(operand1, operand2) 186: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.