8 lines
74 B
Plaintext
Raw Normal View History

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