Class | Chronic::Span |
In: |
lib/chronic/span.rb
|
Parent: | Range |
A Span represents a range of time. Since this class extends Range, you can use begin and end to get the beginning and ending times of the span (they will be of class Time)
include? | -> | cover? |