class VCR::Configuration

def unignore_hosts(*hosts)

Other tags:
    See: #ignore_hosts -

Parameters:
  • hosts (Array) -- List of hosts to unignore
def unignore_hosts(*hosts)
  VCR.request_ignorer.unignore_hosts(*hosts)
end