# File lib/puppet/transportable.rb, line 61 61: def to_s 62: "#{@type}(#{@name}) => #{super}" 63: end