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