# File lib/arel/predications.rb, line 7
    def not_eq other
      Nodes::NotEqual.new self, other
    end