# File lib/arel/predications.rb, line 95
    def matches other
      Nodes::Matches.new self, other
    end