# File lib/puppet/parser/scope.rb, line 214
214:   def lookuptype(name)
215:     find_definition(name) || find_hostclass(name)
216:   end