Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
7ab42264
Unverified
Commit
7ab42264
authored
Nov 24, 2021
by
BrewTestBot
Browse files
Update RBI files for bootsnap.
parent
b8fcd390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.
1
.rbi
→
Library/Homebrew/sorbet/rbi/gems/bootsnap@1.9.
3
.rbi
View file @
7ab42264
# typed: true
# DO NOT EDIT MANUALLY
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `bootsnap` gem.
# This is an autogenerated file for types exported from the `bootsnap` gem.
# Please instead update this file by running `bin/tapioca gem bootsnap`.
# Please instead update this file by running `bin/tapioca gem bootsnap`.
# typed: true
module Bootsnap
module Bootsnap
extend ::Bootsnap
extend ::Bootsnap
...
@@ -62,7 +62,7 @@ class Bootsnap::LoadPathCache::Cache
...
@@ -62,7 +62,7 @@ class Bootsnap::LoadPathCache::Cache
def initialize(store, path_obj, development_mode: T.unsafe(nil)); end
def initialize(store, path_obj, development_mode: T.unsafe(nil)); end
def absolute_path?(path); 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 load_dir(dir); end
def push_paths(sender, *paths); end
def push_paths(sender, *paths); end
def reinitialize(path_obj = T.unsafe(nil)); end
def reinitialize(path_obj = T.unsafe(nil)); end
...
@@ -75,7 +75,7 @@ class Bootsnap::LoadPathCache::Cache
...
@@ -75,7 +75,7 @@ class Bootsnap::LoadPathCache::Cache
def maybe_append_extension(f); end
def maybe_append_extension(f); end
def now; end
def now; end
def push_paths_locked(*paths); 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 stale?; end
def try_ext(f); end
def try_ext(f); end
def try_index(f); end
def try_index(f); end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment