# File lib/puppet/util/checksums.rb, line 59 59: def mtime_file(filename) 60: File.stat(filename).send(:mtime) 61: end