# File lib/facets/core/kernel/to_data.rb, line 57
  def to_data
    snap = Hash.new
    each_pair {|k,v| snap[k] = v}
    snap
  end