# File lib/rubygems/gem_path_searcher.rb, line 50 def find(path) @gemspecs.find do |spec| matching_file? spec, path end end