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