method
each
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Http::Headers
each(&block)public
No documentation available.
# File actionpack/lib/action_dispatch/http/headers.rb, line 65
def each(&block)
@env.each(&block)
end