Sha256: e16cb59c5cbe56c25c2d69a1d763c572787c01d4daaea7cccf5655433725856e
Contents?: true
Size: 320 Bytes
Versions: 10
Compression:
Stored size: 320 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
10 entries across 10 versions & 1 rubygems