Update RBI files for bootsnap.

This commit is contained in:
BrewTestBot 2021-11-24 18:13:53 +00:00
parent b8fcd39095
commit 7ab4226488
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `bootsnap` gem.
# Please instead update this file by running `bin/tapioca gem bootsnap`.
# typed: true
module Bootsnap
extend ::Bootsnap
@ -62,7 +62,7 @@ class Bootsnap::LoadPathCache::Cache
def initialize(store, path_obj, development_mode: T.unsafe(nil)); end
def absolute_path?(path); end
def find(feature); end
def find(feature, try_extensions: T.unsafe(nil)); end
def load_dir(dir); end
def push_paths(sender, *paths); end
def reinitialize(path_obj = T.unsafe(nil)); end
@ -75,7 +75,7 @@ class Bootsnap::LoadPathCache::Cache
def maybe_append_extension(f); end
def now; end
def push_paths_locked(*paths); end
def search_index(f); end
def search_index(f, try_extensions: T.unsafe(nil)); end
def stale?; end
def try_ext(f); end
def try_index(f); end