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