# File lib/date.rb, line 1001
  def downto(min, &block) # :yield: date
      step(min, -1, &block)
  end