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