Update RBI files for bootsnap.

This commit is contained in:
BrewTestBot 2021-02-09 06:04:34 +00:00
parent 10f93ab6e3
commit ca65767f20
2 changed files with 7 additions and 0 deletions

View File

@ -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