Method: Puppet::Parameter#remove

Defined in:
lib/puppet/parameter.rb

#removenil

TODO:

Why - what is the intent/purpose of this?

Sets the associated resource to nil.

Returns:

API:

  • public



493
494
495
# File 'lib/puppet/parameter.rb', line 493

def remove
  @resource = nil
end