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

sorbet: Update RBI files.
This commit is contained in:
Ruoyu Zhong 2024-12-31 01:27:13 +00:00 committed by GitHub
commit eac5720d44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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