# File lib/rubygems/indexer/abstract_index_builder.rb, line 70 def unzip(string) Zlib::Inflate.inflate(string) end