Sha256: ae5b63100cc7b9d6aa7471a66f4fa3026c9651a8c43026b72b61960b6fa93148
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
%a{annotate:rdoc:skip} module Zlib %a{annotate:rdoc:skip} class GzipFile # <!-- rdoc-file=ext/zlib/zlib.c --> # Raised when the data length recorded in the gzip file footer is not equivalent # to the length of the actual uncompressed data. # class LengthError < Zlib::GzipFile::Error end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rbs-3.8.1 | stdlib/zlib/0/gzip_file/length_error.rbs |
rbs-3.8.0 | stdlib/zlib/0/gzip_file/length_error.rbs |
rbs-3.8.0.pre.1 | stdlib/zlib/0/gzip_file/length_error.rbs |