method
new

new(response, header)
public
Hide source
# File actionpack/lib/action_controller/metal/live.rb, line 209 def initialize(response, header) @response = response super(header) end