# File lib/vcr/library_hooks.rb, line 10
    def exclusively_enabled(hook)
      self.exclusive_hook = hook
      yield
    ensure
      self.exclusive_hook = nil
    end