Class: Puppet::Settings::IniFile::DefaultSection Private

Inherits:
SectionLine show all
Defined in:
lib/puppet/settings/ini_file.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary

Attributes inherited from SectionLine

#name, #prefix, #suffix

Attributes included from LineNumber

#previous

Instance Method Summary collapse

Methods included from LineNumber

#line_number

Constructor Details

#initializeDefaultSection

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 DefaultSection.



164
165
166
# File 'lib/puppet/settings/ini_file.rb', line 164

def initialize
  super("", DEFAULT_SECTION_NAME, "")
end

Instance Method Details

#write(fh) ⇒ 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.



168
169
# File 'lib/puppet/settings/ini_file.rb', line 168

def write(fh)
end