class VCR::Configuration

def hook_into(*hooks)

Raises:
  • (VCR::Errors::LibraryVersionTooLowError) - when the version
  • (ArgumentError) - when given an unsupported library name.

Parameters:
  • hooks (Array) -- List of libraries. Valid values are
def hook_into(*hooks)
  hooks.each { |a| load_library_hook(a) }
  invoke_hook(:after_library_hooks_loaded)
end