lib/nanoc/base/compilation/outdatedness_checker.rb in nanoc-3.7.4 vs lib/nanoc/base/compilation/outdatedness_checker.rb in nanoc-3.7.5
- old
+ new
@@ -1,14 +1,12 @@
# encoding: utf-8
module Nanoc
-
# Responsible for determining whether an item or a layout is outdated.
#
# @api private
class OutdatednessChecker
-
extend Nanoc::Memoization
# @option params [Nanoc::Site] :site (nil) The site this outdatedness
# checker belongs to.
#
@@ -218,9 +216,7 @@
# @return [Nanoc::Site] The site
def site
@site
end
-
end
-
end