Method: Ini#clear

Defined in:
lib/ini.rb

#clearObject



49
50
51
# File 'lib/ini.rb', line 49

def clear
  @data = { GLOBAL_SECTION => {} }
end