# File lib/arel/predications.rb, line 123
    def gt_all others
      grouping_all :gt, others
    end