# File lib/inifile.rb, line 375
  def clone
    other = dup
    other.freeze if self.frozen?
    other
  end