Merge pull request #14984 from alebcay/utils-gzip-not-private

utils/gzip: don't mark API as private
This commit is contained in:
Mike McQuaid 2023-03-16 10:23:08 -04:00 committed by GitHub
commit d0c5202106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@ GZIP_BUFFER_SIZE = 64 * 1024
module Utils module Utils
# Helper functions for creating gzip files. # Helper functions for creating gzip files.
#
# @api private
module Gzip module Gzip
extend T::Sig extend T::Sig