class WebMock::StubRegistry

def global_stubs

def global_stubs
  @global_stubs ||= Hash.new { |h, k| h[k] = [] }
end