diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 218ac41c65..944be741a5 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -6991,11 +6991,6 @@ class Enumerator::Generator def initialize(*_); end end -module EnvVar - extend ::T::Private::Methods::MethodHooks - extend ::T::Private::Methods::SingletonMethodHooks -end - class Errno::EAUTH Errno = ::T.let(nil, ::T.untyped) end @@ -8392,11 +8387,6 @@ class Homebrew::Service extend ::T::Private::Methods::SingletonMethodHooks end -module Homebrew::Settings - extend ::T::Private::Methods::MethodHooks - extend ::T::Private::Methods::SingletonMethodHooks -end - class Homebrew::Style::LineLocation extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::SingletonMethodHooks @@ -12636,8 +12626,8 @@ end class Object include ::Minitest::Expectations include ::ActiveSupport::Tryable - include ::SystemCommand::Mixin include ::Utils::Curl + include ::SystemCommand::Mixin include ::ActiveSupport::Dependencies::Loadable include ::ActiveSupport::ForkTracker::CoreExtPrivate include ::ActiveSupport::ForkTracker::CoreExt