# File lib/rubygems/gem_path_searcher.rb, line 65
  def matching_file?(spec, path)
    !matching_files(spec, path).empty?
  end