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
|
module Bootsnap::CompileCache
|
||||||
class << self
|
class << self
|
||||||
def permission_error(path); end
|
|
||||||
def setup(cache_dir:, iseq:, yaml:, json:, readonly: T.unsafe(nil)); end
|
def setup(cache_dir:, iseq:, yaml:, json:, readonly: T.unsafe(nil)); end
|
||||||
def supported?; end
|
def supported?; end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Bootsnap::CompileCache::Error < ::StandardError; end
|
class Bootsnap::CompileCache::Error < ::StandardError; end
|
||||||
class Bootsnap::CompileCache::PermissionError < ::Bootsnap::CompileCache::Error; end
|
|
||||||
Bootsnap::CompileCache::UNCOMPILABLE = T.let(T.unsafe(nil), BasicObject)
|
Bootsnap::CompileCache::UNCOMPILABLE = T.let(T.unsafe(nil), BasicObject)
|
||||||
|
|
||||||
module Bootsnap::ExplicitRequire
|
module Bootsnap::ExplicitRequire
|
||||||
@ -100,12 +98,14 @@ module Bootsnap::LoadPathCache::ChangeObserver::ArrayMixin
|
|||||||
def []=(*args, &block); end
|
def []=(*args, &block); end
|
||||||
def append(*entries); end
|
def append(*entries); end
|
||||||
def clear(*args, &block); end
|
def clear(*args, &block); end
|
||||||
|
def clone; end
|
||||||
def collect!(*args, &block); end
|
def collect!(*args, &block); end
|
||||||
def compact!(*args, &block); end
|
def compact!(*args, &block); end
|
||||||
def concat(entries); end
|
def concat(entries); end
|
||||||
def delete(*args, &block); end
|
def delete(*args, &block); end
|
||||||
def delete_at(*args, &block); end
|
def delete_at(*args, &block); end
|
||||||
def delete_if(*args, &block); end
|
def delete_if(*args, &block); end
|
||||||
|
def dup; end
|
||||||
def fill(*args, &block); end
|
def fill(*args, &block); end
|
||||||
def flatten!(*args, &block); end
|
def flatten!(*args, &block); end
|
||||||
def insert(*args, &block); end
|
def insert(*args, &block); end
|
||||||
@ -125,6 +125,10 @@ module Bootsnap::LoadPathCache
|
|||||||
DLEXT2 = ::T.let(nil, ::T.untyped)
|
DLEXT2 = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class Bootsnap::LoadPathCache::Cache
|
||||||
|
TRUFFLERUBY_LIB_DIR_PREFIX = ::T.let(nil, ::T.untyped)
|
||||||
|
end
|
||||||
|
|
||||||
class BottleSpecification
|
class BottleSpecification
|
||||||
extend ::T::Private::Methods::MethodHooks
|
extend ::T::Private::Methods::MethodHooks
|
||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
@ -5565,6 +5569,8 @@ end
|
|||||||
class Net::HTTPRangeNotSatisfiable
|
class Net::HTTPRangeNotSatisfiable
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError
|
||||||
|
|
||||||
Net::HTTPRedirectionCode = Net::HTTPRedirection
|
Net::HTTPRedirectionCode = Net::HTTPRedirection
|
||||||
|
|
||||||
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
|
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
|
||||||
@ -5579,13 +5585,9 @@ Net::HTTPServerErrorCode = Net::HTTPServerError
|
|||||||
|
|
||||||
Net::HTTPSession = Net::HTTP
|
Net::HTTPSession = Net::HTTP
|
||||||
|
|
||||||
class Net::HTTPSuccess
|
Net::HTTPSuccess::EXCEPTION_TYPE = Net::HTTPError
|
||||||
end
|
|
||||||
|
|
||||||
Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError
|
Net::HTTPSuccessCode = Net::HTTPSuccess
|
||||||
|
|
||||||
class Net::HTTPSuccess
|
|
||||||
end
|
|
||||||
|
|
||||||
class Net::HTTPURITooLong
|
class Net::HTTPURITooLong
|
||||||
HAS_BODY = ::T.let(nil, ::T.untyped)
|
HAS_BODY = ::T.let(nil, ::T.untyped)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user