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