2023-01-06 22:58:22 -05:00

8 lines
73 B
Ruby

# typed: strict
module Utils
module Gzip
include Kernel
end
end