class ActiveSupport::Duration

def ago(time = ::Time.current)

as this Duration represents.
Calculates a new Time or Date that is as far in the past
def ago(time = ::Time.current)
  sum(-1, time)
end