Method: Puppet::Settings::IniFile#initialize
- Defined in:
- lib/puppet/settings/ini_file.rb
#initialize(lines = []) ⇒ IniFile
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.
Returns a new instance of IniFile.
30 31 32 |
# File 'lib/puppet/settings/ini_file.rb', line 30 def initialize(lines = []) @lines = lines end |