# File lib/nanoc/base/compilation/checksum_store.rb, line 36
    def []=(obj, checksum)
      @checksums[obj.reference] = checksum
    end