class ActionDispatch::Cookies::CookieJar

def commit!

def commit!
  @committed = true
  @set_cookies.freeze
  @delete_cookies.freeze
end