Chronic::Range
Inherits Iterator / Enumerable / Reference / Object
Constructors
new(begin __arg0 : ::Time, end __arg1 : ::Time, exclusive : Bool = false)
Sourcenew(range : ::Range(::Time, ::Time))
SourceInstance methods
exclusive?
Sourcenext
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.
step
Sourcestep=(step : ::Time::Span)
Source