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