# File lib/rubygems/indexer/quick_index_builder.rb, line 24
  def add(spec)
    @file.puts spec.original_name
    add_yaml(spec)
    add_marshal(spec)
  end