# File lib/puppet/property.rb, line 308 308: def sync 309: devfail "Got a nil value for should" unless should 310: set(should) 311: end