class ActionDispatch::Response

def status=(status)

Experimental RBS support (using type sampling data from the type_fusion project).

def status=: (Integer status) -> Integer

This signature was generated using 2 samples from 1 application.

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