= private = protected
since(time = ::Time.current)
Calculates a new Time or Date that is as far in the future as this Duration represents.
# File activesupport/lib/active_support/duration.rb, line 108 def since(time = ::Time.current) sum(1, time) end