class VCR::Configuration
def unignore_hosts(*hosts)
- See: #ignore_hosts -
Parameters:
-
hosts
(Array
) -- List of hosts to unignore
def unignore_hosts(*hosts) VCR.request_ignorer.unignore_hosts(*hosts) end
hosts
(Array
)
-- List of hosts to unignore
def unignore_hosts(*hosts) VCR.request_ignorer.unignore_hosts(*hosts) end