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