class VCR::LibraryHooks

def disabled?(hook)

def disabled?(hook)
  ![nil, hook].include?(exclusive_hook)
end