class ActionDispatch::Cookies::CookieJar

def each(&block)

def each(&block)
  @cookies.each(&block)
end