# File lib/vcr/deprecations/config.rb, line 3
    def http_stubbing_library
      warn "WARNING: `VCR::Config.http_stubbing_library` is deprecated.  Use `VCR::Config.http_stubbing_libraries` instead."
      @http_stubbing_libraries && @http_stubbing_libraries.first
    end