# File lib/http/cookie_jar.rb, line 78
  def initialize_copy(other)
    @store = other.instance_eval { @store.dup }
  end