# File lib/arel/predications.rb, line 27
    def eq_all others
      grouping_all :eq, others
    end