5 6 7
# File 'activerecord/lib/arel/predications.rb', line 5 def not_eq(other) Nodes::NotEqual.new self, quoted_node(other) end