Method: Puppet::ModuleTool::Metadata#dependencies

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

#dependenciesObject

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.



88
89
90
# File 'lib/puppet/module_tool/metadata.rb', line 88

def dependencies
  @data['dependencies'].to_a
end