# File lib/rufus/lru.rb, line 103
  def merge! (hash)

    hash.each { |k, v| self[k] = v }

    # not using 'super', but in order not guaranteed at all...
  end