require 'zlib'deflated = Zlib::Deflate.deflate("this is a test.")puts deflatedputs Zlib::Inflate.inflate(deflated)