# File lib/core/facets/to_hash.rb, line 329
  def to_h
    h = {}
    each_pair{ |k,v| h[k] = v }
    h
  end