# File lib/puppet/parser/resource/reference.rb, line 28
28:     def builtintype
29:         if t = Puppet::Type.type(self.type.downcase) and t.name != :component
30:             t
31:         else
32:             nil
33:         end
34:     end