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 2023-05-10 00:23:20 +00:00
parent f7168bf234
commit d5de908486
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -5245,6 +5245,7 @@ class Object
HOMEBREW_VERSION = ::T.let(nil, ::T.untyped) HOMEBREW_VERSION = ::T.let(nil, ::T.untyped)
HOMEBREW_WWW = ::T.let(nil, ::T.untyped) HOMEBREW_WWW = ::T.let(nil, ::T.untyped)
LINUXBREW_CORE_MIGRATION_LIST = ::T.let(nil, ::T.untyped) LINUXBREW_CORE_MIGRATION_LIST = ::T.let(nil, ::T.untyped)
MacOSVersionError = ::T.let(nil, ::T.untyped)
OFFICIAL_CASK_TAPS = ::T.let(nil, ::T.untyped) OFFICIAL_CASK_TAPS = ::T.let(nil, ::T.untyped)
OFFICIAL_CMD_TAPS = ::T.let(nil, ::T.untyped) OFFICIAL_CMD_TAPS = ::T.let(nil, ::T.untyped)
OS_VERSION = ::T.let(nil, ::T.untyped) OS_VERSION = ::T.let(nil, ::T.untyped)
@ -7762,12 +7763,6 @@ module Singleton
def dup(); end def dup(); end
end end
module Singleton::SingletonClassMethods
def _load(str); end
def clone(); end
end
module Singleton module Singleton
def self.__init__(klass); end def self.__init__(klass); end
end end