Class CKRepetition |
|
A CKRepeition object repeats its contents.
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 |
Public Instance methods |
run() |
to_s() |