# File lib/rubygems/dependency_list.rb, line 37
    def find_name(full_name)
      @specs.find { |spec| spec.full_name == full_name }
    end