class ActionDispatch::Cookies::CookieJar

def update(other_hash)

Experimental RBS support (using type sampling data from the type_fusion project).

def update: (Hash other_hash) -> ActionDispatch::Cookies::CookieJar

This signature was generated using 1 sample from 1 application.

def update(other_hash)
  @cookies.update other_hash.stringify_keys
  self
end