class VCR::Request::FiberAware

def proceed

Returns:
  • (VCR::Response) - the response from the request
def proceed
  Fiber.yield
end