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