From 8d51f806c5416a3a7f3ba6e76660ef8a38861c41 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Wed, 15 Mar 2023 12:55:29 -0400 Subject: [PATCH] utils/gzip: don't mark API as private --- Library/Homebrew/utils/gzip.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/utils/gzip.rb b/Library/Homebrew/utils/gzip.rb index 2b3f2a82e7..b5cbd04fa7 100644 --- a/Library/Homebrew/utils/gzip.rb +++ b/Library/Homebrew/utils/gzip.rb @@ -7,8 +7,6 @@ GZIP_BUFFER_SIZE = 64 * 1024 module Utils # Helper functions for creating gzip files. - # - # @api private module Gzip extend T::Sig