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