lib/nanoc/base/services/outdatedness_rules/content_modified.rb in nanoc-4.7.9 vs lib/nanoc/base/services/outdatedness_rules/content_modified.rb in nanoc-4.7.10
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Nanoc::Int::OutdatednessRules
class ContentModified < Nanoc::Int::OutdatednessRule
affects_props :raw_content, :compiled_content
def apply(obj, outdatedness_checker)