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

sorbet: Update RBI files.
This commit is contained in:
Douglas Eichelberger 2025-08-24 01:46:12 +00:00 committed by GitHub
commit 566290dcbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,9 @@ class Homebrew::Cmd::SearchCmd
end end
class Homebrew::Cmd::SearchCmd::Args < Homebrew::CLI::Args class Homebrew::Cmd::SearchCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def alpine?; end
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def archlinux?; end def archlinux?; end