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