class ActionDispatch::Cookies::AbstractCookieJar

def initialize(parent_jar)

def initialize(parent_jar)
  @parent_jar = parent_jar
end