Method: Puppet::Pops::Types::PStructType#new_function

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

#new_functionObject



1998
1999
2000
2001
2002
# File 'lib/puppet/pops/types/types.rb', line 1998

def new_function
  # Simply delegate to Hash type and let the higher level assertion deal with
  # compliance with the Struct type regarding the produced result.
  PHashType.new_function(self)
end