class Gem::TestCase

def util_zip(data)

def util_zip(data)
  Zlib::Deflate.deflate data
end