Class CKRepetition
In: lib/cgikit.rb
Parent: CKElement

A CKRepeition object repeats its contents.

Bindings

Required attributes: list and item, or count

count:CKRepeition repeats its contents this number of times
list:Array which is iterated through.
item:Current item when the list is iterated through.
index:Index of the current item.
Methods
run    to_s   
Public Instance methods
run()
to_s()