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