# File lib/arel/predications.rb, line 11
    def not_eq_any others
      grouping_any :not_eq, others
    end