# File lib/more/facets/date.rb, line 164
  def ago(seconds)
    to_time.since(-seconds)
  end