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-08-15 00:25:50 +00:00
parent 0bd17c5b79
commit 3c9dce0ac6
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -2947,6 +2947,11 @@ end
module CGI::HtmlExtension module CGI::HtmlExtension
end end
module Cachable
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Cask::AbstractCaskErrorWithToken class Cask::AbstractCaskErrorWithToken
extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
@ -4355,6 +4360,11 @@ class Homebrew::FormulaCreator
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end
module Homebrew::FreePort
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::Livecheck::LivecheckVersion class Homebrew::Livecheck::LivecheckVersion
extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
@ -5870,6 +5880,11 @@ class Pathname
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end
module Predicable
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Proc class Proc
include ::MethodSource::SourceLocation::ProcExtensions include ::MethodSource::SourceLocation::ProcExtensions
include ::MethodSource::MethodExtensions include ::MethodSource::MethodExtensions