Class: Puppet::Pops::Types::PDefaultType
- Inherits:
-
PAnyType
- Object
- TypedModelObject
- PAnyType
- Puppet::Pops::Types::PDefaultType
- Defined in:
- lib/puppet/pops/types/types.rb
Constant Summary collapse
- DEFAULT =
PDefaultType.new
Instance Method Summary collapse
Methods inherited from PAnyType
#==, #assignable?, #callable?, #callable_args?, #enumerable?, #generalize, #hash, #kind_of_callable?, #simple_name, #to_s
Methods included from Visitable
Instance Method Details
#instance?(o) ⇒ Boolean
303 304 305 |
# File 'lib/puppet/pops/types/types.rb', line 303 def instance?(o) o == :default end |