# File lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb, line 33
        def self.add_before_callback
          unless Typhoeus.before.include?(BEFORE_CALLBACK)
            Typhoeus.before << BEFORE_CALLBACK
          end
        end