Sha256: 3c8dd193caa90bb3f2924f7d0e6b619b9a8798454c7487435cb3d231cd74abce
Contents?: true
Size: 522 Bytes
Versions: 8
Compression:
Stored size: 522 Bytes
Contents
%a{annotate:rdoc:skip} module Zlib %a{annotate:rdoc:skip} class GzipFile # <!-- rdoc-file=ext/zlib/zlib.c --> # Base class of errors that occur when processing GZIP files. # class Error < Zlib::Error # <!-- rdoc-file=ext/zlib/zlib.c --> # input gzipped string # def input: () -> String # <!-- # rdoc-file=ext/zlib/zlib.c # - inspect() # --> # Constructs a String of the GzipFile Error # def inspect: () -> String end end end
Version data entries
8 entries across 8 versions & 2 rubygems