Sha256: 2ef2e5c6789a301e97912d6400553c813c1ebb0eadaac7f0576ea8a831b50292
Contents?: true
Size: 171 Bytes
Versions: 4
Compression:
Stored size: 171 Bytes
Contents
require 'zlib' # Implements the +write+ method for strings, used with zlib to # use GZStrings as the target for compression. class GZString < String alias write << end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rsence-2.0.0.10.pre | lib/util/gzstring.rb |
rsence-2.0.0.9.pre | lib/util/gzstring.rb |
rsence-2.0.0.8.pre | lib/util/gzstring.rb |
rsence-2.0.0.7.pre | lib/util/gzstring.rb |