# File lib/inifile.rb, line 180
  def merge( other )
    self.dup.merge!(other)
  end