# File lib/chronic/span.rb, line 19
    def -(seconds)
      self + -seconds
    end