# File lib/arel/algebra/attributes/attribute.rb, line 209 def in_any(*others) Predicates::Any.build(Predicates::In, self, *others) end