Method: IniFile#to_h

Defined in:
lib/inifile.rb

#to_hObject

Returns this IniFile converted to a Hash.



169
170
171
# File 'lib/inifile.rb', line 169

def to_h
  @ini.dup
end