diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 51e1c1853a..7de3de28a4 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -13312,6 +13312,8 @@ class Object include ::ActiveSupport::Dependencies::Loadable include ::ActiveSupport::Tryable include ::Minitest::Expectations + include ::SystemCommand::Mixin + include ::Utils::Curl include ::ActiveSupport::ToJsonWithActiveSupportEncoder def acts_like?(duck); end @@ -24691,6 +24693,11 @@ class String ENCODED_BLANKS = ::T.let(nil, ::T.untyped) end +class StringInreplaceExtension + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + class StringScanner def bol?(); end @@ -26038,6 +26045,7 @@ class TrueClass end module Tty + extend ::T::Private::Methods::SingletonMethodHooks def self.blue(); end def self.bold(); end @@ -26202,6 +26210,11 @@ class UnpackStrategy::Zip include ::UnpackStrategy::Zip::MacOSZipExtension end +class User + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + class Utils::Bottles::Collector def [](*args, &block); end @@ -26214,6 +26227,20 @@ class Utils::Bottles::Collector def keys(*args, &block); end end +module Utils::Inreplace + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + +module Utils::Shell + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + +module Utils::Svn + extend ::T::Private::Methods::SingletonMethodHooks +end + module Warning extend ::Warning end diff --git a/Library/Homebrew/sorbet/rbi/todo.rbi b/Library/Homebrew/sorbet/rbi/todo.rbi index f5fc66d3cc..6911cdc379 100644 --- a/Library/Homebrew/sorbet/rbi/todo.rbi +++ b/Library/Homebrew/sorbet/rbi/todo.rbi @@ -5,7 +5,6 @@ module ::StackProf; end module DependencyCollector::Compat; end module OS::Mac::Version::NULL; end -module SPDX::JSON_PATH; end module T::InterfaceWrapper::Helpers; end module T::Private::Abstract::Hooks; end module T::Private::Methods::MethodHooks; end