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)) #

Instance Method Detail

def crinja_call(method) #

def current #

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.


def reset #

def rewind #