# File lib/cookiejar/jar.rb, line 303
    def add_cookie_to_path paths, cookie
        path_entry = (paths[cookie.path] ||= {})
        path_entry[cookie.name] = cookie
    end