Update RBI files for rubocop-rails.

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

View File

@ -138,6 +138,11 @@ module Cask
def token_conflicts?; end
end
class Cask
sig { returns(T::Boolean) }
def loaded_from_api?; end
end
class Installer
sig { returns(T::Boolean) }
def binaries?; end