Update RBI files for bootsnap.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
0016bd08af
commit
78fcf30d1a
@ -25,14 +25,12 @@ end
|
||||
|
||||
module Bootsnap::CompileCache
|
||||
class << self
|
||||
def permission_error(path); end
|
||||
def setup(cache_dir:, iseq:, yaml:, json:, readonly: T.unsafe(nil)); end
|
||||
def supported?; end
|
||||
end
|
||||
end
|
||||
|
||||
class Bootsnap::CompileCache::Error < ::StandardError; end
|
||||
class Bootsnap::CompileCache::PermissionError < ::Bootsnap::CompileCache::Error; end
|
||||
Bootsnap::CompileCache::UNCOMPILABLE = T.let(T.unsafe(nil), BasicObject)
|
||||
|
||||
module Bootsnap::ExplicitRequire
|
||||
@ -100,12 +98,14 @@ module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin
|
||||
def []=(*args, &block); end
|
||||
def append(*entries); end
|
||||
def clear(*args, &block); end
|
||||
def clone; end
|
||||
def collect!(*args, &block); end
|
||||
def compact!(*args, &block); end
|
||||
def concat(entries); end
|
||||
def delete(*args, &block); end
|
||||
def delete_at(*args, &block); end
|
||||
def delete_if(*args, &block); end
|
||||
def dup; end
|
||||
def fill(*args, &block); end
|
||||
def flatten!(*args, &block); end
|
||||
def insert(*args, &block); end
|
||||
@ -125,6 +125,10 @@ module Bootsnap::LoadPathCache
|
||||
DLEXT2 = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Bootsnap::LoadPathCache::Cache
|
||||
TRUFFLERUBY_LIB_DIR_PREFIX = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class BottleSpecification
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -5565,6 +5569,8 @@ end
|
||||
class Net::HTTPRangeNotSatisfiable
|
||||
end
|
||||
|
||||
Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError
|
||||
|
||||
Net::HTTPRedirectionCode = Net::HTTPRedirection
|
||||
|
||||
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
|
||||
@ -5579,13 +5585,9 @@ Net::HTTPServerErrorCode = Net::HTTPServerError
|
||||
|
||||
Net::HTTPSession = Net::HTTP
|
||||
|
||||
class Net::HTTPSuccess
|
||||
end
|
||||
Net::HTTPSuccess::EXCEPTION_TYPE = Net::HTTPError
|
||||
|
||||
Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError
|
||||
|
||||
class Net::HTTPSuccess
|
||||
end
|
||||
Net::HTTPSuccessCode = Net::HTTPSuccess
|
||||
|
||||
class Net::HTTPURITooLong
|
||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user