Class Cell::Collection
In: lib/cell/collection.rb
Parent: Object

Methods

Included Modules

Call Layout

Classes and Modules

Module Cell::Collection::Call
Module Cell::Collection::Layout

Attributes

collection_join  [RW]  TODO: remove in 5.0.
method  [RW]  TODO: remove in 5.0.

Public Class methods

Public Instance methods

Iterate collection and build a cell for each item. The passed block receives that cell and the index. Its return value is captured and joined.

[Validate]