class Chronic::Span

def -(seconds)

resulting Span
Subtract a number of seconds to this span, returning the
def -(seconds)
  self + -seconds
end