Update RBI files for bootsnap.

This commit is contained in:
BrewTestBot 2021-09-16 18:08:13 +00:00
parent 514b4b2a23
commit 4b4f78b8cf
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -17,14 +17,14 @@ module Bootsnap
def log!; end
def logger; end
def logger=(logger); end
def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), autoload_paths_cache: T.unsafe(nil), disable_trace: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil)); end
def setup(cache_dir:, development_mode: T.unsafe(nil), load_path_cache: T.unsafe(nil), autoload_paths_cache: T.unsafe(nil), disable_trace: T.unsafe(nil), compile_cache_iseq: T.unsafe(nil), compile_cache_yaml: T.unsafe(nil), compile_cache_json: T.unsafe(nil)); end
end
end
module Bootsnap::CompileCache
class << self
def permission_error(path); end
def setup(cache_dir:, iseq:, yaml:); end
def setup(cache_dir:, iseq:, yaml:, json:); end
def supported?; end
end
end