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