Update RBI files for tapioca.

This commit is contained in:
BrewTestBot 2021-08-30 18:09:34 +00:00
parent 9b454dfbfe
commit 4fc876fb23
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
3 changed files with 6 additions and 0 deletions

View File

@ -1082,6 +1082,9 @@ class Tapioca::Gemfile
def lockfile; end
sig { returns([T::Array[Gem::Specification], T::Array[String]]) }
def materialize_deps; end
sig { returns(Bundler::Runtime) }
def runtime; end
end

View File

@ -9849,6 +9849,8 @@ module Homebrew::EnvConfig
def self.no_bootsnap?(); end
def self.no_cleanup_formulae(); end
def self.no_color?(); end
def self.no_compat?(); end

View File

@ -10,3 +10,4 @@ module T::InterfaceWrapper::Helpers; end
module T::Private::Abstract::Hooks; end
module T::Private::Methods::MethodHooks; end
module T::Private::Methods::SingletonMethodHooks; end
module Tapioca::Gemfile::Gem::Specification; end