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