# File lib/inifile.rb, line 347
  def taint
    super
    @ini.each_value {|h| h.taint}
    @ini.taint
    self
  end