class WebMock::StubRegistry

def register_request_stub(stub)

def register_request_stub(stub)
  request_stubs.insert(0, stub)
  stub
end