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