sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2024-12-31 00:25:03 +00:00
parent 0acb113999
commit f97db3db04
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
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
sig { returns(T::Boolean) }
def include_implicit?; end
def include_build?; end
sig { returns(T::Boolean) }
def include_build?; end
def include_implicit?; end
sig { returns(T::Boolean) }
def include_optional?; end

View File

@ -27,10 +27,10 @@ class Homebrew::Cmd::Uses::Args < Homebrew::CLI::Args
def formulae?; end
sig { returns(T::Boolean) }
def include_implicit?; end
def include_build?; end
sig { returns(T::Boolean) }
def include_build?; end
def include_implicit?; end
sig { returns(T::Boolean) }
def include_optional?; end