Method: Puppet::Pops::Types::PTypeReferenceType#instance?
- Defined in:
- lib/puppet/pops/types/types.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.
3335 3336 3337 |
# File 'lib/puppet/pops/types/types.rb', line 3335 def instance?(o, guard = nil) false end |