method
contains
v6.1.3.1 -
Show latest stable
- Class:
Arel::Predications
contains(other)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 209
def contains(other)
Arel::Nodes::Contains.new(self, other)
end