instance method
each
Ruby on Rails 4.1.16
Since v4.0.13Signature
each(&block)
No documentation comment.
Parameters
-
blockblock
Source
# File actionpack/lib/action_dispatch/http/headers.rb, line 38
def each(&block)
@env.each(&block)
end
Defined in actionpack/lib/action_dispatch/http/headers.rb line 38
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Headers