# File lib/puppet/transportable.rb, line 33 33: def longname 34: return [@type,@name].join('--') 35: end