# File lib/puppet/parser/resource.rb, line 114 114: def isomorphic? 115: if builtin_type? 116: return resource_type.isomorphic? 117: else 118: return true 119: end 120: end