class VCR::Configuration

def ignore_hosts(*hosts)

Other tags:
    See: #ignore_request -
    See: #ignore_localhost= -

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