# File lib/date.rb, line 995
  def upto(max, &block)  # :yield: date
      step(max, +1, &block)
  end