This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
compress_indicies()
public
Compresses indicies on disk
# File lib/rubygems/indexer.rb, line 255
def compress_indicies
say "Compressing indicies"
Gem.time 'Compressed indicies' do
if @build_modern then
gzip @specs_index
gzip @latest_specs_index
gzip @prerelease_specs_index
end
end
end