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