In C#, There is a method AddDays([number of days]) in DateTime class.
Is there any kind of method like this in ruby?
Date.new(2001,9,01).next_day(30) # 30 - numbers of day # => #