# File lib/puppet/transaction/change.rb, line 10
10:     def backward
11:         @is, @should = @should, @is
12:         @property.should = @should
13: 
14:         @property.info "Reversing %s" % self
15:         return self.go
16:     end