# File lib/puppet/transportable.rb, line 64
64:         def to_s
65:             return "%s(%s) => %s" % [@type,@name,super]
66:         end