# File lib/arel/algebra/attributes/attribute.rb, line 137 def lt_any(*others) Predicates::Any.build(Predicates::LessThan, self, *others) end