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