# File lib/facets/more/snapshot.rb, line 156 def take_snapshot snap = Hash.new each_pair {|k,v| snap[k] = v} snap end