class ActionDispatch::Response::Header

def initialize(response, header)

:nodoc:
def initialize(response, header)
  @response = response
  super(header)
end