Harbor Documentation

Harbor::File::Checksum::ZlibCrc

Parent

Methods

Public Instance Methods

compute(path)

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