# File lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb, line 170
      def clear_webmock_stubs
        self.stubs = [] unless self.stubs
        self.stubs.delete_if {|s|
          s.instance_variable_get(:@options)[:webmock_stub]
        }
      end