# File lib/inifile.rb, line 260
  def delete_section( section )
    @ini.delete section.to_s
  end