Method: Puppet::Pops::Types::PObjectType#create
- Defined in:
- lib/puppet/pops/types/p_object_type.rb
#create(*args) ⇒ Object
863 864 865 |
# File 'lib/puppet/pops/types/p_object_type.rb', line 863 def create(*args) implementation_class.create(*args) end |