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