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