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