Sha256: b07d8b66ee334b3c92581a2269640a30859983561d5eb487a8b01aef10732823
Contents?: true
Size: 312 Bytes
Versions: 46
Compression:
Stored size: 312 Bytes
Contents
Puppet::Parser::Functions::newfunction(:search, :arity => -2, :doc => "Add another namespace for this class to search. This allows you to create classes with sets of definitions and add those classes to another class's search path.") do |vals| vals.each do |val| add_namespace(val) end end
Version data entries
46 entries across 46 versions & 2 rubygems