# File lib/rubygems/dependency_list.rb, line 120
  def remove_by_name(full_name)
    @specs.delete_if { |spec| spec.full_name == full_name }
  end