# File lib/puppet/transaction/change.rb, line 35
35:     def initialize(property, currentvalue)
36:         @property = property
37:         @path = [property.path,"change"].flatten
38:         @is = currentvalue
39: 
40:         @should = property.should
41: 
42:         @changed = false
43:     end