# File lib/puppet/type.rb, line 2004
2004:     def ref
2005:         "%s[%s]" % [self.class.name.to_s.capitalize, self.title]
2006:     end