# File lib/webmock/webmock.rb, line 91 def self.globally_stub_request(&block) WebMock::StubRegistry.instance.global_stub_block = block end