Merge pull request #14984 from alebcay/utils-gzip-not-private
utils/gzip: don't mark API as private
This commit is contained in:
commit
d0c5202106
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user