class ActionDispatch::AssertionResponse
def name_from_code(code)
def name_from_code(code) GENERIC_RESPONSE_CODES.invert[code] || Rack::Utils::HTTP_STATUS_CODES[code] end
def name_from_code(code) GENERIC_RESPONSE_CODES.invert[code] || Rack::Utils::HTTP_STATUS_CODES[code] end