stdlib/zlib/0/gzip_reader.rbs in rbs-3.6.0.pre.2 vs stdlib/zlib/0/gzip_reader.rbs in rbs-3.6.0.pre.3
- old
+ new
@@ -150,11 +150,9 @@
# concatenation of all uncompressed data in all gzip streams.
#
def self.zcat: (IO io, **untyped) -> String
| (IO io, **untyped) { (String chunk) -> void } -> nil
- public
-
# <!--
# rdoc-file=ext/zlib/zlib.c
# - each(*args)
# -->
# See Zlib::GzipReader documentation for a description.