module VCR::LibraryHooks::WebMock
@private
Attributes
Public Instance Methods
Source
# File lib/vcr/library_hooks/webmock.rb, line 16 def with_global_hook_disabled self.global_hook_disabled = true begin yield ensure self.global_hook_disabled = false end end