Fix typecheck issues for livecheckable resources

This commit is contained in:
Mohammad Zain Abbas 2022-08-02 00:52:01 +02:00
parent 3bd747d41b
commit 26cdf02506

View File

@ -30,6 +30,9 @@ module Homebrew
sig { returns(T::Boolean) }
def newer_only?; end
sig { returns(T::Boolean) }
def resources?; end
sig { returns(T::Boolean) }
def full_name?; end