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