Module Zlib
In: lib/more/facets/zlib.rb

A convenient wrapper for the zlib standard library that allows compression/decompression of strings with gzip.

Methods

Public Class methods

Compresses a string using gzip.

Decompresses a gzipped string.

Inflate a deflated sting.

[Validate]