# File lib/puppet/transportable.rb, line 36
36:     def ref
37:       @ref ||= Puppet::Resource.new(@type, @name)
38:       @ref.to_s
39:     end