utils/gzip: don't mark API as private

This commit is contained in:
Caleb Xu 2023-03-15 12:55:29 -04:00
parent 5a0cdaa749
commit 8d51f806c5
No known key found for this signature in database
GPG Key ID: 47E6040D07B8407D

View File

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