Merge pull request #8916 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Mike McQuaid 2020-10-13 12:54:58 +01:00 committed by GitHub
commit 8b8b5d083d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 1 deletions

View File

@ -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

View File

@ -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