Update RBI files for tapioca.
This commit is contained in:
parent
9b454dfbfe
commit
4fc876fb23
@ -1082,6 +1082,9 @@ class Tapioca::Gemfile
|
|||||||
|
|
||||||
def lockfile; end
|
def lockfile; end
|
||||||
|
|
||||||
|
sig { returns([T::Array[Gem::Specification], T::Array[String]]) }
|
||||||
|
def materialize_deps; end
|
||||||
|
|
||||||
sig { returns(Bundler::Runtime) }
|
sig { returns(Bundler::Runtime) }
|
||||||
def runtime; end
|
def runtime; end
|
||||||
end
|
end
|
||||||
@ -9849,6 +9849,8 @@ module Homebrew::EnvConfig
|
|||||||
|
|
||||||
def self.no_bootsnap?(); end
|
def self.no_bootsnap?(); end
|
||||||
|
|
||||||
|
def self.no_cleanup_formulae(); end
|
||||||
|
|
||||||
def self.no_color?(); end
|
def self.no_color?(); end
|
||||||
|
|
||||||
def self.no_compat?(); end
|
def self.no_compat?(); end
|
||||||
|
|||||||
@ -10,3 +10,4 @@ module T::InterfaceWrapper::Helpers; end
|
|||||||
module T::Private::Abstract::Hooks; end
|
module T::Private::Abstract::Hooks; end
|
||||||
module T::Private::Methods::MethodHooks; end
|
module T::Private::Methods::MethodHooks; end
|
||||||
module T::Private::Methods::SingletonMethodHooks; end
|
module T::Private::Methods::SingletonMethodHooks; end
|
||||||
|
module Tapioca::Gemfile::Gem::Specification; end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user