Object
# File lib/harbor/checksum/zlib.rb, line 3 3: def compute(path) 4: Zlib.crc32(::File.read(path)).to_s(16) 5: end