# File lib/action_dispatch/http/response.rb, line 69 def status=(status) @status = Rack::Utils.status_code(status) end