# File lib/puppet/parser/scope.rb, line 483 483: def find_builtin_resource_type(type) 484: Puppet::Type.type(type.to_s.downcase.to_sym) 485: end