# File lib/puppet/module/tool/metadata.rb, line 105 def dashed_name return [@username, @name].compact.join('-') end