# File lib/core/facets/instance.rb, line 110
  def update(hash)
    hash.each do |pair|
      self << pair
    end
  end