class ActionView::CollectionRenderer::SameCollectionIterator

def from_collection(collection)

def from_collection(collection)
  self.class.new(collection, @path, @variables)
end