# File lib/arel/algebra/predicates.rb, line 95 95: def == other 96: super || self.class === other && operand == other.operand 97: end
# File lib/arel/algebra/predicates.rb, line 91 91: def bind(relation) 92: self.class.new(operand.find_correlate_in(relation)) 93: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.