# File lib/vcr/deprecations/config.rb, line 13
    def ignore_localhost?
      warn "WARNING: `VCR::Config.ignore_localhost?` is deprecated.  Check the list of ignored hosts using `VCR::Config.ignored_hosts` instead."
      (VCR::LOCALHOST_ALIASES - ignored_hosts).empty?
    end