# File lib/spring/test/watcher_test.rb, line 33 def touch(file, mtime = nil) options = {} options[:mtime] = mtime if mtime FileUtils.touch(file, options) end