class VCR::LibraryHooks::WebMock::RequestHandler

def on_externally_stubbed_request

def on_externally_stubbed_request
  # nil allows WebMock to handle the request
  nil
end