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