61 62 63
# File 'activerecord/lib/arel/nodes/binary.rb', line 61 def invert Arel::Nodes::LessThan.new(left, right) end