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