class VCR::Configuration
def ignore_hosts(*hosts)
- 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
hosts
(Array
)
-- List of hosts to ignore
def ignore_hosts(*hosts) VCR.request_ignorer.ignore_hosts(*hosts) end