method
new
rails latest stable - Class:
ActionDispatch::Response::Header
new(response, header)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 39
def initialize(response, header)
@response = response
super(header)
end