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