# File lib/rubygems.rb, line 356
  def self.find_files(path)
    specs = searcher.find_all path

    specs.map do |spec|
      searcher.matching_files spec, path
    end.flatten
  end