# File lib/puppet/property/list.rb, line 34 34: def dearrayify(array) 35: array.sort.join(delimiter) 36: end