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:
parent
a6ee5b79b0
commit
4f7497ddf9
@ -13629,6 +13629,11 @@ class PATH
|
|||||||
def each(*args, &block); end
|
def each(*args, &block); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class PATH
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
module ParallelTests
|
module ParallelTests
|
||||||
RUBY_BINARY = ::T.let(nil, ::T.untyped)
|
RUBY_BINARY = ::T.let(nil, ::T.untyped)
|
||||||
VERSION = ::T.let(nil, ::T.untyped)
|
VERSION = ::T.let(nil, ::T.untyped)
|
||||||
@ -26204,6 +26209,23 @@ class UnpackStrategy::Zip
|
|||||||
include ::UnpackStrategy::Zip::MacOSZipExtension
|
include ::UnpackStrategy::Zip::MacOSZipExtension
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module UnpackStrategy::Zip::MacOSZipExtension
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
|
class UnpackStrategy::Zip
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
|
module UnpackStrategy
|
||||||
|
extend ::T::Private::Abstract::Hooks
|
||||||
|
extend ::T::InterfaceWrapper::Helpers
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
class User
|
class User
|
||||||
extend ::T::Private::Methods::MethodHooks
|
extend ::T::Private::Methods::MethodHooks
|
||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user