# File lib/webmock/adapters/rspec/webmock_matcher.rb, line 19
    def with(options = {}, &block)
      @request_execution_verifier.request_pattern.with(options, &block)
      self
    end