Update RBI files for rubocop-rspec.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-06-03 16:07:06 +00:00
parent af627d0196
commit c99e30c2e1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -25,4 +25,7 @@ class Homebrew::Cmd::CleanupCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def s?; end
sig { returns(T::Boolean) }
def scrub?; end
end