class ActionDispatch::Cookies::PermanentCookieJar
def method_missing(method, *arguments, &block)
def method_missing(method, *arguments, &block) @parent_jar.send(method, *arguments, &block) end
def method_missing(method, *arguments, &block) @parent_jar.send(method, *arguments, &block) end