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

sorbet: Update RBI files.
This commit is contained in:
Mike McQuaid 2025-04-03 11:05:27 +00:00 committed by GitHub
commit 5a211a022d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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