# File lib/puppet/property.rb, line 255 255: def munge(value) 256: self.shadow.munge(value) if self.shadow 257: 258: super 259: end