# File lib/puppet/transaction/event.rb, line 18 18: def to_s 19: source.to_s + " -> " + name.to_s 20: end