# File lib/puppet/util/checksums.rb, line 38 38: def mtime_file(filename) 39: File.stat(filename).send(:mtime) 40: end