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