Method: Puppet::Settings::IniFile::SectionLine#to_s

Defined in:
lib/puppet/settings/ini_file.rb

#to_sObject

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.



203
204
205
# File 'lib/puppet/settings/ini_file.rb', line 203

def to_s
  "#{prefix}[#{name}]#{suffix}"
end