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