Method: Puppet::Pops::Types::PAnyType#instance?
- Defined in:
- lib/puppet/pops/types/types.rb
#instance?(o, guard = nil) ⇒ Boolean
Returns true if the given argument o is an instance of this type
267 268 269 |
# File 'lib/puppet/pops/types/types.rb', line 267 def instance?(o, guard = nil) true end |