# File lib/ini.rb, line 125
  def []( section )
    return nil if section.nil?
    @ini[section.to_s]
  end