# File lib/nanoc/base/core_ext/pathname.rb, line 11
  def checksum
    stat = File.stat(self.to_s)
    stat.size.to_s + '-' + stat.mtime.to_s
  end