# File lib/inifile.rb, line 320
  def has_section?( section )
    @ini.has_key? section.to_s
  end