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