7 lines
88 B
Ruby
7 lines
88 B
Ruby
# typed: strict
|
|
|
|
class Cask::DSL::Caveats
|
|
sig { returns(Symbol) }
|
|
def kext; end
|
|
end
|