method
new
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Http::Headers
new(env = {})public
No documentation available.
# File actionpack/lib/action_dispatch/http/headers.rb, line 35
def initialize(env = {}) # :nodoc:
@env = env
end