sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2022-07-01 00:29:38 +00:00
parent aade3bcc6c
commit da2df987db
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -3607,6 +3607,16 @@ class Object
def self.yaml_tag(url); end
end
module OnSystem::MacOSAndLinux
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module OnSystem::MacOSOnly
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module OnSystem
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks