# File lib/lockfile.rb, line 509
    def touch(path)
      FileUtils.touch path
    end