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