# File lib/puppet/transaction/change.rb, line 89
89:     def to_s
90:         return "change %s" % @property.change_to_s(@is, @should)
91:     end