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