# File lib/puppet/property.rb, line 213
213:   def munge(value)
214:     self.shadow.munge(value) if self.shadow
215: 
216:     super
217:   end