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