# File lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb, line 14
        def self.enable!
          @disabled = false
          add_after_request_callback
          ::Typhoeus::Hydra.allow_net_connect = true
        end