# File lib/map.rb, line 1104
  def depth_first_each(*args, &block)
    Map.depth_first_each(enumerable=self, *args, &block)
  end