class WebMock::WebMockMatcher

def with(options = {}, &block)

def with(options = {}, &block)
  @request_execution_verifier.request_pattern.with(options, &block)
  self
end