# File lib/facet/times.rb, line 160
  def since(seconds)
    # This is basically a wrapper around the Numeric extension.
    #seconds.since(self)
    self + seconds
  end