Method: Puppet::Pops::Types::PClassType#initialize
- Defined in:
- lib/puppet/pops/types/types.rb
#initialize(class_name) ⇒ PClassType
Returns a new instance of PClassType.
3187 3188 3189 |
# File 'lib/puppet/pops/types/types.rb', line 3187 def initialize(class_name) @class_name = class_name end |