lib/nanoc/base/source_data/layout.rb in nanoc-3.7.3 vs lib/nanoc/base/source_data/layout.rb in nanoc-3.7.4

- old
+ new

@@ -76,10 +76,10 @@ # # @api private # # @return [Object] An unique reference to this object def reference - [ type, identifier ] + [type, identifier] end def inspect "<#{self.class} identifier=\"#{identifier}\">" end