class Crinja::Function::Cycler

Included Modules

Defined in:

lib/function/cycler.cr

Constructors

Instance Method Summary

Instance methods inherited from module Crinja::Object::Auto

crinja_attribute(attr : Crinja::Value) : Crinja::Value crinja_attribute

Constructor Detail

def self.new(values : Array(Value)) #

[View source]

Instance Method Detail

def crinja_call(method) #

[View source]
def current #

[View source]
def next : Crinja::Value | Iterator::Stop #
Description copied from module Iterator(Crinja::Value)

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


[View source]
def reset #

[View source]
def rewind #

[View source]