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