class ActionDispatch::Response

def status=(status)

Sets the HTTP status code.
def status=(status)
  @status = Rack::Utils.status_code(status)
end