Module Nanoc::PathnameExtensions
In: lib/nanoc/base/core_ext/pathname.rb

encoding: utf-8

Methods

checksum  

Public Instance methods

Calculates the checksum for the file referenced to by this pathname. Any change to the file contents will result in a different checksum.

@return [String] The checksum for this file

@api private

[Validate]