# File lib/puppet/module/tool/checksums.rb, line 18 def checksum(pathname) return Digest::MD5.hexdigest(pathname.read) end