# File lib/autobuild/timestamps.rb, line 54 def touch_stamp(stampfile) puts "Touching #{stampfile}" if $DEBUG FileUtils.touch(stampfile) sleep(1) end