method
each
v7.1.3.4 -
Show latest stable
- Class:
ActionDispatch::Http::Headers
each(&block)public
No documentation available.
# File actionpack/lib/action_dispatch/http/headers.rb, line 97
def each(&block)
@req.each_header(&block)
end