d.downto(min) â enumerator
d.downto(min){|date| ...} â self
d.downto(min){|date| ...} â self
Instance Public methods
This method is equivalent to step(min, -1){|date| â¦}.
This method is equivalent to step(min, -1){|date| â¦}.
Please login to continue.