= private = protected
build_indices()
Build various indices
# File lib/rubygems/indexer.rb, line 100 def build_indices specs = map_gems_to_specs gem_file_list Gem::Specification._resort! specs build_marshal_gemspecs specs build_modern_indices specs if @build_modern compress_indices end