# File lib/standard/facets/fileutils/outofdate.rb, line 7
  def outofdate?(path, *sources)
    #return true unless File.exist?(path)
    ! uptodate?(path, sources.flatten)
  end