module Cell::Collection::Call

Public Instance Methods

call(state=:show) click to toggle source
# File lib/cell/collection.rb, line 18
def call(state=:show)
  join(collection_join) { |cell, i| cell.(method || state) }
end