class Chronic::Span

def width

Returns the width of this span in seconds
def width
  (self.end - self.begin).to_i
end