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