# File lib/ramaze/snippets/numeric/time.rb, line 47
      def ago t = Time.now
        t - self
      end