Update RBI files for parser.

This commit is contained in:
BrewTestBot 2022-04-12 18:12:25 +00:00
parent 3bf3fe86f1
commit c7aa84b3d2
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ module Cask
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def verbose?; end def verbose?; end
sig { returns(T::Boolean) }
def zap?; end
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def installed_as_dependency?; end def installed_as_dependency?; end