# File lib/arel/algebra/predicates.rb, line 141 def to_sql(formatter = nil) "#{operand1.to_sql} #{predicate_sql} #{operand1.format(operand2)}" end