Merge pull request #19019 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
eac5720d44
@ -54,10 +54,10 @@ class Homebrew::Cmd::Deps::Args < Homebrew::CLI::Args
|
|||||||
def graph?; end
|
def graph?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def include_implicit?; end
|
def include_build?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def include_build?; end
|
def include_implicit?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def include_optional?; end
|
def include_optional?; end
|
||||||
|
|||||||
@ -27,10 +27,10 @@ class Homebrew::Cmd::Uses::Args < Homebrew::CLI::Args
|
|||||||
def formulae?; end
|
def formulae?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def include_implicit?; end
|
def include_build?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def include_build?; end
|
def include_implicit?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def include_optional?; end
|
def include_optional?; end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user