stdlib/zlib/0/gzip_file/error.rbs in rbs-3.6.0.pre.2 vs stdlib/zlib/0/gzip_file/error.rbs in rbs-3.6.0.pre.3
- old
+ new
@@ -107,11 +107,9 @@
class GzipFile
# <!-- rdoc-file=ext/zlib/zlib.c -->
# Base class of errors that occur when processing GZIP files.
#
class Error < Zlib::Error
- public
-
# <!-- rdoc-file=ext/zlib/zlib.c -->
# input gzipped string
#
def input: () -> String