# File lib/specinfra/command/openbsd/base/file.rb, line 3 def get_md5sum(file) "cksum -qa md5 #{escape(file)} | cut -d ' ' -f 1" end