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