# File lib/puppet/parser/resource.rb, line 162 162: def isomorphic? 163: if builtin? 164: return @ref.builtintype.isomorphic? 165: else 166: return true 167: end 168: end