lib/nanoc/base/entities/rule_memory_actions/snapshot.rb in nanoc-4.1.1 vs lib/nanoc/base/entities/rule_memory_actions/snapshot.rb in nanoc-4.1.2

- old
+ new

@@ -5,10 +5,10 @@ # snapshot :before_layout, path: '/about.md' attr_reader :snapshot_name attr_reader :final attr_reader :path - alias_method :final?, :final + alias final? final def initialize(snapshot_name, final, path) @snapshot_name = snapshot_name @final = final @path = path