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