Method: Puppet::Type#isomorphic?

Defined in:
lib/puppet/type.rb

#isomorphic?Boolean

TODO:

check that this gets documentation (it is at the class level as well as instance).

(see isomorphic?)



944
945
946
# File 'lib/puppet/type.rb', line 944

def isomorphic?
  self.class.isomorphic?
end