Method: Puppet::Settings::IniFile#section_lines
- Defined in:
- lib/puppet/settings/ini_file.rb
#section_lines ⇒ 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.
58 59 60 |
# File 'lib/puppet/settings/ini_file.rb', line 58 def section_lines @lines.select { |line| line.is_a?(SectionLine) } end |