Method: Puppet::Pops::Types::PObjectType#new_function
- Defined in:
- lib/puppet/pops/types/p_object_type.rb
#new_function ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
468 469 470 |
# File 'lib/puppet/pops/types/p_object_type.rb', line 468 def new_function @new_function ||= create_new_function end |