summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/join_keys_to_values.rb
AgeCommit message (Collapse)Author
2012-11-20Add join_keys_to_values functionJoshua Harlan Lifton
This commit adds a function that joins each of a hash's keys with that key's corresponding value, separated by a separator string. The arguments are a hash and separator string. The return value is an array of joined key/value pairs.