# File lib/facets/more/times.rb, line 171
  def ago(seconds)
    # This is basically a wrapper around the Numeric extension.
    #seconds.until(self)
    self - seconds
  end