class WebMock::HttpLibAdapterRegistry

def each_adapter(&block)

def each_adapter(&block)
  @http_lib_adapters.each(&block)
end