10 lines
119 B
Plaintext
Raw Normal View History

# typed: strict
module UnpackStrategy
class Zip
module MacOSZipExtension
include Kernel
end
end
end