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 2025-04-03 08:12:33 +00:00
parent e537b716e8
commit 12e2818d1b
No known key found for this signature in database

View File

@ -14,12 +14,6 @@ class Homebrew::DevCmd::Bump::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def auto?; end
# `/opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/bin/tapioca dsl Homebrew::DevCmd::Bump`
# didn't work for me for some reason, adding `no_auto?` flag manually.
# If you can help me with fixing the issue or `tapioca` runs perfectly, please, override this
sig { returns(T::Boolean) }
def no_autobump?; end
sig { returns(T::Boolean) }
def cask?; end
@ -41,6 +35,9 @@ class Homebrew::DevCmd::Bump::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def installed?; end
sig { returns(T::Boolean) }
def no_autobump?; end
sig { returns(T::Boolean) }
def no_fork?; end