# File lib/nanoc/base/core_ext/hash.rb, line 64
  def checksum
    array = self.to_a.sort_by { |kv| kv[0].to_s }
    array.checksum
  end