Method: Puppet::Parameter#remove
- Defined in:
- lib/puppet/parameter.rb
#remove ⇒ nil
TODO:
Why - what is the intent/purpose of this?
Sets the associated resource to nil.
493 494 495 |
# File 'lib/puppet/parameter.rb', line 493 def remove @resource = nil end |