Update RBI files for sorbet.

This commit is contained in:
BrewTestBot 2022-01-13 18:11:32 +00:00
parent fae8918e22
commit 9ee6152a35
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -62,6 +62,9 @@ class FormulaInstaller
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def force?; end def force?; end
sig { returns(T::Boolean) }
def overwrite?; end
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def keep_tmp?; end def keep_tmp?; end