# File lib/amalgalite/packer.rb, line 43 def gunzip( data ) data = StringIO.new( data ) Zlib::GzipReader.new( data ).read end