# File lib/facets/core/proc/to_h.rb, line 16
  def to_h
    h = {}
    f = Functor.new{ |op, arg| h[op.chomp('=')] = arg }
    call( f )
    h
  end