# File lib/inifile.rb, line 293
  def []=( section, value )
    @ini[section.to_s] = value
  end