Update RBI files for sorbet.

This commit is contained in:
BrewTestBot 2021-09-20 18:27:30 +00:00
parent aa17f81dd3
commit 946c13cd05
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -9713,6 +9713,11 @@ class UnpackStrategy::Zip
extend ::T::Private::Methods::SingletonMethodHooks
end
class UnpackStrategy::Zstd
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module UnpackStrategy
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
@ -9753,6 +9758,11 @@ class Utils::Bottles::Tag
extend ::T::Private::Methods::SingletonMethodHooks
end
class Utils::Bottles::TagSpecification
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module Utils::Curl
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks