Update RBI files for rack.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
BrewTestBot 2022-12-05 18:13:52 +00:00
parent 2f74401433
commit d14e5e0899
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1087,6 +1087,7 @@ class Rack::Response
def headers; end
def length; end
def length=(_arg0); end
def no_entity_body?; end
def redirect(target, status = T.unsafe(nil)); end
def set_header(key, value); end
def status; end