# File lib/rubygems/dependency_list.rb, line 28
  def add(*gemspecs)
    @specs.push(*gemspecs)
  end