]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
(#20684) Add array comparison functions, difference, intersection and union.
authorAlex Cline <acline@us.ibm.com>
Mon, 13 May 2013 16:09:33 +0000 (12:09 -0400)
committerAlex Cline <acline@us.ibm.com>
Mon, 13 May 2013 16:14:15 +0000 (12:14 -0400)
commit737aa31546e71e9febea2199582510ef88a2560c
tree280dc920205cd8d1ba9127d01eb5f37d065e8311
parent1ffd72daaaf21e71e762b6cd543043680bdb6694
(#20684) Add array comparison functions, difference, intersection and union.

Included is code, tests and documentation for the difference, intersection
and union functions for comparing arrays.
README.markdown
lib/puppet/parser/functions/difference.rb [new file with mode: 0644]
lib/puppet/parser/functions/intersection.rb [new file with mode: 0644]
lib/puppet/parser/functions/union.rb [new file with mode: 0644]
spec/unit/puppet/parser/functions/difference_spec.rb [new file with mode: 0644]
spec/unit/puppet/parser/functions/intersection_spec.rb [new file with mode: 0644]
spec/unit/puppet/parser/functions/union_spec.rb [new file with mode: 0644]