Add caveats.rbi

This commit is contained in:
Douglas Eichelberger 2024-01-31 20:12:30 -08:00
parent b271028c65
commit e235bcf903

View File

@ -0,0 +1,6 @@
# typed: strict
class Cask::DSL::Caveats
sig { returns(Symbol) }
def kext; end
end