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

sorbet: Update RBI files.
This commit is contained in:
Ruoyu Zhong 2024-12-23 01:00:49 +00:00 committed by GitHub
commit 6ea9df68df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,9 @@ class Homebrew::Cmd::TapCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def eval_all?; end
sig { returns(T::Boolean) }
def f?; end
sig { returns(T::Boolean) }
def force?; end