class ActionView::CollectionRenderer::CollectionIterator

def each(&blk)

def each(&blk)
  @collection.each(&blk)
end