Update RBI files for zeitwerk.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-07-25 18:30:05 +00:00
parent 4d68b9b158
commit e612ae92c4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class Zeitwerk::Loader
def __shadowed_file?(file); end
def __shadowed_files; end
def __to_unload; end
def cpath_expected_at(path); end
def reload; end
def setup; end
def unload; end

View File

@ -4319,6 +4319,11 @@ module Homebrew::API
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::BumpVersionParser
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::BundleVersion
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks