class VCR::RequestIgnorer

def localhost_ignored?

def localhost_ignored?
  (LOCALHOST_ALIASES & ignore_hosts.to_a).any?
end