# File lib/chronic/span.rb, line 13
    def +(seconds)
      Span.new(self.begin + seconds, self.end + seconds)
    end