8 lines
70 B
Plaintext
Raw Normal View History

2021-03-31 06:14:41 +02:00
# typed: strict
module Cask
class URL
include Kernel
end
2021-03-31 06:14:41 +02:00
end