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