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

sorbet: Update RBI files.
This commit is contained in:
Jonathan Chang 2021-02-27 12:51:16 +11:00 committed by GitHub
commit 86cbfd73e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 70 additions and 154 deletions

View File

@ -532,14 +532,6 @@ class ActiveSupport::CurrentAttributes
def _reset_callbacks(); end
def _run_reset_callbacks(&block); end
def attributes(); end
def attributes=(attributes); end
def reset(); end
def set(set_attributes); end
end
class ActiveSupport::CurrentAttributes
@ -561,17 +553,9 @@ class ActiveSupport::CurrentAttributes
def self.before_reset(&block); end
def self.clear_all(); end
def self.instance(); end
def self.reset(*args, &block); end
def self.reset_all(); end
def self.resets(&block); end
def self.set(*args, &block); end
end
module ActiveSupport::Dependencies
@ -2830,99 +2814,12 @@ end
class Bootsnap::CompileCache::Error
end
module Bootsnap::CompileCache::ISeq
end
module Bootsnap::CompileCache::ISeq::InstructionSequenceMixin
def compile_option=(hash); end
def load_iseq(path); end
end
module Bootsnap::CompileCache::ISeq::InstructionSequenceMixin
end
module Bootsnap::CompileCache::ISeq
def self.cache_dir(); end
def self.cache_dir=(cache_dir); end
def self.compile_option_updated(); end
def self.fetch(path, cache_dir: T.unsafe(nil)); end
def self.input_to_output(_data, _kwargs); end
def self.input_to_storage(_, path); end
def self.install!(cache_dir); end
def self.precompile(path, cache_dir: T.unsafe(nil)); end
def self.storage_to_output(binary, _args); end
end
module Bootsnap::CompileCache::Native
end
module Bootsnap::CompileCache::Native
def self.compile_option_crc32=(compile_option_crc32); end
def self.coverage_running?(); end
def self.fetch(_, _1, _2, _3); end
def self.precompile(_, _1, _2); end
end
class Bootsnap::CompileCache::PermissionError
end
class Bootsnap::CompileCache::PermissionError
end
class Bootsnap::CompileCache::Uncompilable
end
class Bootsnap::CompileCache::Uncompilable
end
module Bootsnap::CompileCache::YAML
end
module Bootsnap::CompileCache::YAML::Patch
def load_file(path, *args); end
end
module Bootsnap::CompileCache::YAML::Patch
end
module Bootsnap::CompileCache::YAML
def self.cache_dir(); end
def self.cache_dir=(cache_dir); end
def self.init!(); end
def self.input_to_output(data, kwargs); end
def self.input_to_storage(contents, _); end
def self.install!(cache_dir); end
def self.msgpack_factory(); end
def self.msgpack_factory=(msgpack_factory); end
def self.precompile(path, cache_dir: T.unsafe(nil)); end
def self.storage_to_output(data, kwargs); end
def self.supported_options(); end
def self.supported_options=(supported_options); end
end
module Bootsnap::CompileCache
def self.permission_error(path); end
@ -3053,13 +2950,6 @@ module Bootsnap::LoadPathCache::ChangeObserver
def self.register(observer, arr); end
end
module Bootsnap::LoadPathCache::CoreExt
end
module Bootsnap::LoadPathCache::CoreExt
def self.make_load_error(path); end
end
class Bootsnap::LoadPathCache::FallbackScan
end
@ -5684,15 +5574,6 @@ module Cask::Caskroom
extend ::T::Private::Methods::SingletonMethodHooks
end
class Cask::Cmd::AbstractCommand
include ::Homebrew::Search::Extension
end
class Cask::Cmd::AbstractCommand
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Cask::Config
def appdir(); end
@ -7140,6 +7021,8 @@ end
class Errno::EBADRPC
end
Errno::ECAPMODE = Errno::NOERROR
Errno::EDEADLOCK = Errno::NOERROR
class Errno::EDEVERR
@ -7160,6 +7043,13 @@ end
Errno::EIPSEC = Errno::NOERROR
class Errno::ELAST
Errno = ::T.let(nil, ::T.untyped)
end
class Errno::ELAST
end
class Errno::ENEEDAUTH
Errno = ::T.let(nil, ::T.untyped)
end
@ -7181,6 +7071,8 @@ end
class Errno::ENOPOLICY
end
Errno::ENOTCAPABLE = Errno::NOERROR
class Errno::ENOTSUP
Errno = ::T.let(nil, ::T.untyped)
end
@ -7223,12 +7115,7 @@ end
class Errno::EPWROFF
end
class Errno::EQFULL
Errno = ::T.let(nil, ::T.untyped)
end
class Errno::EQFULL
end
Errno::EQFULL = Errno::ELAST
class Errno::ERPCMISMATCH
Errno = ::T.let(nil, ::T.untyped)
@ -8158,6 +8045,37 @@ module Homebrew
MIN_PORT = ::T.let(nil, ::T.untyped)
end
module Homebrew::Assertions
include ::Minitest::Assertions
def assert_no_match(*args); end
def assert_not_empty(*args); end
def assert_not_equal(*args); end
def assert_not_in_delta(*args); end
def assert_not_in_epsilon(*args); end
def assert_not_includes(*args); end
def assert_not_instance_of(*args); end
def assert_not_kind_of(*args); end
def assert_not_nil(*args); end
def assert_not_operator(*args); end
def assert_not_predicate(*args); end
def assert_not_respond_to(*args); end
def assert_not_same(*args); end
def assert_raise(*args); end
end
class Homebrew::BundleVersion
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -8364,14 +8282,6 @@ module Homebrew::Livecheck
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::MissingFormula
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Search
include ::Homebrew::Search::Extension
end
module Homebrew::Settings
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -9728,13 +9638,11 @@ module Kernel
extend ::T::Private::Methods::SingletonMethodHooks
def self.at_exit(); end
def self.autoload(_, _1); end
def self.fork(); end
def self.gem(dep, *reqs); end
def self.load(path, wrap=T.unsafe(nil)); end
def self.load(*_); end
def self.require(path); end
end
@ -12044,8 +11952,6 @@ class Module
def anonymous?(); end
def autoload_without_bootsnap(_, _1); end
def context(*a, &b); end
def deprecate(*method_names); end
@ -12400,9 +12306,13 @@ end
Net::HTTPFatalErrorCode = Net::HTTPClientError
Net::HTTPInformation::EXCEPTION_TYPE = Net::HTTPError
class Net::HTTPInformation
end
Net::HTTPInformationCode = Net::HTTPInformation
Net::HTTPInformationCode::EXCEPTION_TYPE = Net::HTTPError
class Net::HTTPInformation
end
class Net::HTTPLoopDetected
HAS_BODY = ::T.let(nil, ::T.untyped)
@ -12466,9 +12376,13 @@ Net::HTTPServerErrorCode = Net::HTTPServerError
Net::HTTPSession = Net::HTTP
Net::HTTPSuccess::EXCEPTION_TYPE = Net::HTTPError
class Net::HTTPSuccess
end
Net::HTTPSuccessCode = Net::HTTPSuccess
Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError
class Net::HTTPSuccess
end
class Net::HTTPURITooLong
HAS_BODY = ::T.let(nil, ::T.untyped)
@ -12638,7 +12552,6 @@ class Object
def to_query(key); end
def to_yaml(options=T.unsafe(nil)); end
APPLE_GEM_HOME = ::T.let(nil, ::T.untyped)
ARGF = ::T.let(nil, ::T.untyped)
ARGV = ::T.let(nil, ::T.untyped)
BUG_REPORTS_URL = ::T.let(nil, ::T.untyped)
@ -12679,6 +12592,7 @@ class Object
HOMEBREW_RELEASES_URL_REGEX = ::T.let(nil, ::T.untyped)
HOMEBREW_REPOSITORY = ::T.let(nil, ::T.untyped)
HOMEBREW_REQUIRED_RUBY_VERSION = ::T.let(nil, ::T.untyped)
HOMEBREW_RUBY_EXEC_ARGS = ::T.let(nil, ::T.untyped)
HOMEBREW_SHIMS_PATH = ::T.let(nil, ::T.untyped)
HOMEBREW_TAP_CASK_REGEX = ::T.let(nil, ::T.untyped)
HOMEBREW_TAP_DIR_REGEX = ::T.let(nil, ::T.untyped)
@ -12703,8 +12617,6 @@ class Object
RUBY_DESCRIPTION = ::T.let(nil, ::T.untyped)
RUBY_ENGINE = ::T.let(nil, ::T.untyped)
RUBY_ENGINE_VERSION = ::T.let(nil, ::T.untyped)
RUBY_FRAMEWORK = ::T.let(nil, ::T.untyped)
RUBY_FRAMEWORK_VERSION = ::T.let(nil, ::T.untyped)
RUBY_PATCHLEVEL = ::T.let(nil, ::T.untyped)
RUBY_PATH = ::T.let(nil, ::T.untyped)
RUBY_PLATFORM = ::T.let(nil, ::T.untyped)
@ -12757,7 +12669,11 @@ class OpenSSL::KDF::KDFError
end
module OpenSSL::KDF
def self.hkdf(*_); end
def self.pbkdf2_hmac(*_); end
def self.scrypt(*_); end
end
class OpenSSL::OCSP::Request
@ -12766,20 +12682,29 @@ end
OpenSSL::PKCS7::Signer = OpenSSL::PKCS7::SignerInfo
class OpenSSL::PKey::EC
EXPLICIT_CURVE = ::T.let(nil, ::T.untyped)
end
class OpenSSL::PKey::EC::Point
def to_octet_string(_); end
end
module OpenSSL::SSL
OP_ALLOW_NO_DHE_KEX = ::T.let(nil, ::T.untyped)
OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION = ::T.let(nil, ::T.untyped)
OP_CRYPTOPRO_TLSEXT_BUG = ::T.let(nil, ::T.untyped)
OP_LEGACY_SERVER_CONNECT = ::T.let(nil, ::T.untyped)
OP_NO_ENCRYPT_THEN_MAC = ::T.let(nil, ::T.untyped)
OP_NO_RENEGOTIATION = ::T.let(nil, ::T.untyped)
OP_NO_TLSv1_3 = ::T.let(nil, ::T.untyped)
OP_SAFARI_ECDHE_ECDSA_BUG = ::T.let(nil, ::T.untyped)
OP_TLSEXT_PADDING = ::T.let(nil, ::T.untyped)
SSL2_VERSION = ::T.let(nil, ::T.untyped)
SSL3_VERSION = ::T.let(nil, ::T.untyped)
TLS1_1_VERSION = ::T.let(nil, ::T.untyped)
TLS1_2_VERSION = ::T.let(nil, ::T.untyped)
TLS1_3_VERSION = ::T.let(nil, ::T.untyped)
TLS1_VERSION = ::T.let(nil, ::T.untyped)
end
@ -17191,7 +17116,6 @@ module Psych
end
module Psych
extend ::Bootsnap::CompileCache::YAML::Patch
def self.add_builtin_type(type_tag, &block); end
def self.add_domain_type(domain, type_tag, &block); end
@ -27963,10 +27887,6 @@ class RubyVM::AbstractSyntaxTree::Node
def pretty_print_children(q, names=T.unsafe(nil)); end
end
class RubyVM::InstructionSequence
extend ::Bootsnap::CompileCache::ISeq::InstructionSequenceMixin
end
module RubyVM::MJIT
end
@ -28856,7 +28776,6 @@ class Socket
IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
IP_DONTFRAG = ::T.let(nil, ::T.untyped)
IP_PORTRANGE = ::T.let(nil, ::T.untyped)
IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
IP_RECVIF = ::T.let(nil, ::T.untyped)
@ -28948,7 +28867,6 @@ module Socket::Constants
IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
IP_DONTFRAG = ::T.let(nil, ::T.untyped)
IP_PORTRANGE = ::T.let(nil, ::T.untyped)
IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
IP_RECVIF = ::T.let(nil, ::T.untyped)

View File

@ -9,5 +9,3 @@ module T::InterfaceWrapper::Helpers; end
module T::Private::Abstract::Hooks; end
module T::Private::Methods::MethodHooks; end
module T::Private::Methods::SingletonMethodHooks; end
module Test::Unit::AssertionFailedError; end
module Test::Unit::Assertions; end