# File lib/http/cookie_jar/hash_store.rb, line 50
    def initialize_copy(other)
      @jar = Marshal.load(Marshal.dump(other.instance_variable_get(:@jar)))
    end