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