Update RBI files for bootsnap.
This commit is contained in:
parent
10f93ab6e3
commit
ca65767f20
@ -2999,6 +2999,8 @@ end
|
|||||||
module Bootsnap::LoadPathCache::PathScanner
|
module Bootsnap::LoadPathCache::PathScanner
|
||||||
def self.call(path); end
|
def self.call(path); end
|
||||||
|
|
||||||
|
def self.os_path(path); end
|
||||||
|
|
||||||
def self.walk(absolute_dir_path, relative_dir_path, &block); end
|
def self.walk(absolute_dir_path, relative_dir_path, &block); end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -6187,6 +6189,11 @@ class CompilerSelector::Compiler
|
|||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class CompilerSelector
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
class Concurrent::Promises::AbstractEventFuture
|
class Concurrent::Promises::AbstractEventFuture
|
||||||
include ::Concurrent::Promises::InternalStates
|
include ::Concurrent::Promises::InternalStates
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user