Method: IniFile#sections

Defined in:
lib/inifile.rb

#sectionsObject

Returns an Array of section names contained in this IniFile.



326
327
328
# File 'lib/inifile.rb', line 326

def sections
  @ini.keys
end