# File lib/facets/more/snapshot.rb, line 162
  def restore_snapshot(snap)
    snap.each_pair {|k,v| send(k.to_s + "=", v)} 
  end