method
each
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Cookies::CookieJar
each(&block)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 251
def each(&block)
@cookies.each(&block)
end