# File lib/chronic/span.rb, line 7
    def width
      (self.end - self.begin).to_i
    end