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