# File lib/puppet/parameter.rb, line 224
224:   def unsafe_munge(value)
225:     self.class.value_collection.munge(value)
226:   end