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

- old
+ new

@@ -45,9 +45,9 @@ end def ==(other) other.respond_to?(:identifier) && identifier == other.identifier end - alias_method :eql?, :== + alias eql? == end end end