Update RBI files for bootsnap.
This commit is contained in:
parent
b8fcd39095
commit
7ab4226488
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user