Sha256: 5d79fe7c480b876907c169891ae29e0e5acfda921e5c190dd9eeef80732094bd
Contents?: true
Size: 336 Bytes
Versions: 11
Compression:
Stored size: 336 Bytes
Contents
module VCR module HttpStubbingAdapters module FakeWeb def self.const_missing(const) return super unless const == :LOCALHOST_REGEX warn "WARNING: `VCR::HttpStubbingAdapters::FakeWeb::LOCALHOST_REGEX` is deprecated." VCR::Regexes.url_regex_for_hosts(VCR::LOCALHOST_ALIASES) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems