Merge pull request #8960 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
6747474148
@ -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