Method: Puppet::ModuleTool::Metadata#initialize

Defined in:
lib/puppet/module_tool/metadata.rb

#initializeMetadata

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Metadata.



30
31
32
33
# File 'lib/puppet/module_tool/metadata.rb', line 30

def initialize
  @data = DEFAULTS.dup
  @data['dependencies'] = @data['dependencies'].dup
end