# File lib/rubygems/indexer/abstract_index_builder.rb, line 83
  def zip(string)
    Zlib::Deflate.deflate(string)
  end