# File lib/capybara/selector.rb, line 72
    def match?(locator)
      @match and @match.call(locator)
    end