Method: Puppet::Settings::IniFile#section_line

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

#section_line(name) ⇒ 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.



62
63
64
# File 'lib/puppet/settings/ini_file.rb', line 62

def section_line(name)
  section_lines.find { |section| section.name == name }
end