Method: Puppet::Pops::Types::PAnyType#create

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

#create(*args) ⇒ Object



317
318
319
# File 'lib/puppet/pops/types/types.rb', line 317

def create(*args)
  Loaders.find_loader(nil).load(:function, 'new').call({}, self, *args)
end