# File lib/vcr/http_stubbing_adapters/excon.rb, line 54
      def reset!
        instance_variables.each do |ivar|
          remove_instance_variable(ivar)
        end
      end