method
matches
v7.1.3.4 -
Show latest stable
- Class:
Arel::Predications
matches(other, escape = nil, case_sensitive = false)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 131
def matches(other, escape = nil, case_sensitive = false)
Nodes::Matches.new self, quoted_node(other), escape, case_sensitive
end