10 lines
98 B
Plaintext
Raw Normal View History

# typed: strict
module Cask
class Cask
def artifacts; end
def homepage; end
end
end