Method: Puppet::Util::IniConfig::Section#destroy=
- Defined in:
- lib/puppet/util/inifile.rb
#destroy=(value) ⇒ Object (writeonly)
Sets the attribute destroy
20 21 22 |
# File 'lib/puppet/util/inifile.rb', line 20 def destroy=(value) @destroy = value end |