Method: Puppet::Pops::Types::PSensitiveType#initialize

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

#initialize(type = nil) ⇒ PSensitiveType

Returns a new instance of PSensitiveType.



43
44
45
# File 'lib/puppet/pops/types/p_sensitive_type.rb', line 43

def initialize(type = nil)
  @type = type.nil? ? PAnyType.new : type.generalize
end