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

Parameters:

  • guard (RecursionGuard) (defaults to: nil)

    guard against recursion. Only used by internal calls

Returns:

  • (Boolean)


267
268
269
# File 'lib/puppet/pops/types/types.rb', line 267

def instance?(o, guard = nil)
  true
end