Method: Puppet::Settings::IniFile#append
- Defined in:
- lib/puppet/settings/ini_file.rb
#append(line) ⇒ 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.
34 35 36 37 |
# File 'lib/puppet/settings/ini_file.rb', line 34 def append(line) line.previous = @lines.last @lines << line end |