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