Merge pull request #8916 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
8b8b5d083d
@ -13312,6 +13312,8 @@ class Object
|
|||||||
include ::ActiveSupport::Dependencies::Loadable
|
include ::ActiveSupport::Dependencies::Loadable
|
||||||
include ::ActiveSupport::Tryable
|
include ::ActiveSupport::Tryable
|
||||||
include ::Minitest::Expectations
|
include ::Minitest::Expectations
|
||||||
|
include ::SystemCommand::Mixin
|
||||||
|
include ::Utils::Curl
|
||||||
include ::ActiveSupport::ToJsonWithActiveSupportEncoder
|
include ::ActiveSupport::ToJsonWithActiveSupportEncoder
|
||||||
def acts_like?(duck); end
|
def acts_like?(duck); end
|
||||||
|
|
||||||
@ -24691,6 +24693,11 @@ class String
|
|||||||
ENCODED_BLANKS = ::T.let(nil, ::T.untyped)
|
ENCODED_BLANKS = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class StringInreplaceExtension
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
class StringScanner
|
class StringScanner
|
||||||
def bol?(); end
|
def bol?(); end
|
||||||
|
|
||||||
@ -26038,6 +26045,7 @@ class TrueClass
|
|||||||
end
|
end
|
||||||
|
|
||||||
module Tty
|
module Tty
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
def self.blue(); end
|
def self.blue(); end
|
||||||
|
|
||||||
def self.bold(); end
|
def self.bold(); end
|
||||||
@ -26202,6 +26210,11 @@ class UnpackStrategy::Zip
|
|||||||
include ::UnpackStrategy::Zip::MacOSZipExtension
|
include ::UnpackStrategy::Zip::MacOSZipExtension
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class User
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
class Utils::Bottles::Collector
|
class Utils::Bottles::Collector
|
||||||
def [](*args, &block); end
|
def [](*args, &block); end
|
||||||
|
|
||||||
@ -26214,6 +26227,20 @@ class Utils::Bottles::Collector
|
|||||||
def keys(*args, &block); end
|
def keys(*args, &block); end
|
||||||
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
|
module Warning
|
||||||
extend ::Warning
|
extend ::Warning
|
||||||
end
|
end
|
||||||
|
|||||||
@ -5,7 +5,6 @@
|
|||||||
module ::StackProf; end
|
module ::StackProf; end
|
||||||
module DependencyCollector::Compat; end
|
module DependencyCollector::Compat; end
|
||||||
module OS::Mac::Version::NULL; end
|
module OS::Mac::Version::NULL; end
|
||||||
module SPDX::JSON_PATH; end
|
|
||||||
module T::InterfaceWrapper::Helpers; end
|
module T::InterfaceWrapper::Helpers; end
|
||||||
module T::Private::Abstract::Hooks; end
|
module T::Private::Abstract::Hooks; end
|
||||||
module T::Private::Methods::MethodHooks; end
|
module T::Private::Methods::MethodHooks; end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user