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