Sha256: d3f10797449c30b44360c3d4fc6eb91ef568560839450d7d074aa7af6a5802b9
Contents?: true
Size: 298 Bytes
Versions: 74
Compression:
Stored size: 298 Bytes
Contents
Puppet::Parser::Functions::newfunction(:search, :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
74 entries across 74 versions & 4 rubygems