Method: Puppet::Pops::Types::PMetaType#instance?

Defined in:
lib/puppet/pops/types/p_meta_type.rb

#instance?(o, guard = nil) ⇒ Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


25
26
27
# File 'lib/puppet/pops/types/p_meta_type.rb', line 25

def instance?(o, guard = nil)
  raise NotImplementedError, "Subclass of PMetaType should implement 'instance?'"
end