method

matches

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