12 lines
124 B
Plaintext
Raw Normal View History

# typed: strict
module Cask
class Cask
def artifacts; end
def homepage; end
2020-12-13 03:12:30 +01:00
def staged_path; end
end
end