Update RBI files for rubocop-rails.

This commit is contained in:
BrewTestBot 2021-09-10 18:09:45 +00:00
parent 5c59c877f2
commit 9d2ec3eee4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 0 deletions

View File

@ -160,5 +160,8 @@ module Cask
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def quarantine?; end def quarantine?; end
sig { returns(T::Boolean) }
def quiet?; end
end end
end end