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