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-09-26 00:24:18 +00:00
parent 465a7352f3
commit a28336c145
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 0 additions and 6 deletions

View File

@ -80,9 +80,6 @@ class Homebrew::Cmd::UpgradeCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def i?; end def i?; end
sig { returns(T::Boolean) }
def ignore_pinned?; end
sig { returns(T.nilable(String)) } sig { returns(T.nilable(String)) }
def input_methoddir; end def input_methoddir; end

View File

@ -38,9 +38,6 @@ class Homebrew::DevCmd::BumpCaskPr::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def no_style?; end def no_style?; end
sig { returns(T::Boolean) }
def online?; end
sig { returns(T.nilable(String)) } sig { returns(T.nilable(String)) }
def sha256; end def sha256; end