Merge pull request #10493 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
97f1a03811
@ -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
|
||||
@ -2825,99 +2809,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
|
||||
|
||||
@ -3048,13 +2945,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
|
||||
|
||||
@ -5675,15 +5565,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
|
||||
|
||||
@ -7126,6 +7007,8 @@ end
|
||||
class Errno::EBADRPC
|
||||
end
|
||||
|
||||
Errno::ECAPMODE = Errno::NOERROR
|
||||
|
||||
Errno::EDEADLOCK = Errno::NOERROR
|
||||
|
||||
class Errno::EDEVERR
|
||||
@ -7146,6 +7029,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
|
||||
@ -7167,6 +7057,8 @@ end
|
||||
class Errno::ENOPOLICY
|
||||
end
|
||||
|
||||
Errno::ENOTCAPABLE = Errno::NOERROR
|
||||
|
||||
class Errno::ENOTSUP
|
||||
Errno = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
@ -7209,12 +7101,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)
|
||||
@ -8350,14 +8237,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
|
||||
@ -9714,13 +9593,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
|
||||
@ -12030,8 +11907,6 @@ class Module
|
||||
|
||||
def anonymous?(); end
|
||||
|
||||
def autoload_without_bootsnap(_, _1); end
|
||||
|
||||
def context(*a, &b); end
|
||||
|
||||
def deprecate(*method_names); end
|
||||
@ -12386,9 +12261,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)
|
||||
@ -12452,9 +12331,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)
|
||||
@ -12624,7 +12507,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)
|
||||
@ -12689,8 +12571,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)
|
||||
@ -12743,7 +12623,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
|
||||
@ -12752,20 +12636,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
|
||||
|
||||
@ -17274,7 +17167,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
|
||||
@ -28044,10 +27936,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
|
||||
|
||||
@ -28937,7 +28825,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)
|
||||
@ -29029,7 +28916,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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user