lib/nanoc/base/compilation/compiled_content_cache.rb in nanoc-4.0.0b2 vs lib/nanoc/base/compilation/compiled_content_cache.rb in nanoc-4.0.0b3

- old
+ new

@@ -1,6 +1,4 @@ -# encoding: utf-8 - module Nanoc::Int # Represents a cache than can be used to store already compiled content, # to prevent it from being needlessly recompiled. # # @api private