method
fetch
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Cookies::CookieJar
fetch(name, *args, &block)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 349
def fetch(name, *args, &block)
@cookies.fetch(name.to_s, *args, &block)
end