Sha256: 4c50915620c9eb18f0e5a01a1e8d27e3b18d1f3e483d909aff1834c01cad657a
Contents?: true
Size: 292 Bytes
Versions: 8
Compression:
Stored size: 292 Bytes
Contents
%a{annotate:rdoc:skip} module Zlib # <!-- rdoc-file=ext/zlib/zlib.c --> # Subclass of Zlib::Error # # When zlib returns a Z_VERSION_ERROR, usually if the zlib library version is # incompatible with the version assumed by the caller. # class VersionError < Zlib::Error end end
Version data entries
8 entries across 8 versions & 2 rubygems