Merge pull request #11712 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Rylan Polster 2021-07-14 00:11:50 -04:00 committed by GitHub
commit cc03c2c15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3217,6 +3217,11 @@ module Bootsnap
def self.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
end
module BottleAPI
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class BottleSpecification
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks