# File lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb, line 20
        def self.disable!
          @disabled = true
          remove_after_request_callback
          ::Typhoeus::Hydra.allow_net_connect = true
        end