# File lib/ruote/util/mpatch.rb, line 48
  def remap(&block)

    each_with_object({}, &block)
  end