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