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