class Steppable::StepIterator(T, L, B)
inherits Reference
¶
Included modules
Iterator
Class methods¶
Methods¶
#next
¶
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.
#sum(initial)
¶
(initial)
Overrides Enumerable#sum
to use more performant implementation on integer
ranges.