# File lib/postgres_ext/arel/4.1/predications.rb, line 29 def any(other) any_tags_function = Arel::Nodes::NamedFunction.new('ANY', [self]) Arel::Nodes::Equality.new(other, any_tags_function) end