# File lib/active_support/duration.rb, line 61
    def ago(time = ::Time.current)
      sum(-1, time)
    end