# File lib/webmock/stub_registry.rb, line 13 def reset! self.request_stubs = global_stub ? [global_stub] : [] end