# File lib/vcr/library_hooks/fakeweb.rb, line 182
    def allow_net_connect_with_vcr?(*args)
      VCR.turned_on? ? true : allow_net_connect_without_vcr?(*args)
    end