Merge pull request #13500 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Rylan Polster 2022-07-01 01:27:42 -04:00 committed by GitHub
commit e3af102934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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