lib/nanoc/base/source_data/configuration.rb in nanoc-3.6.7 vs lib/nanoc/base/source_data/configuration.rb in nanoc-3.6.8

- old
+ new

@@ -7,10 +7,10 @@ # Creates a new configuration with the given hash. # # @param [Hash] hash The actual configuration hash def initialize(hash) - self.replace(hash) + replace(hash) end # Returns an object that can be used for uniquely identifying objects. # # @return [Object] An unique reference to this object