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