class

Chronic::Range

Inherits Iterator / Enumerable / Reference / Object

Constructors

new(begin __arg0 : ::Time, end __arg1 : ::Time, exclusive : Bool = false)
Source
new(range : ::Range(::Time, ::Time))
Source

Instance methods

exclusive?
Source
next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source
step
Source
step=(step : ::Time::Span)
Source