class ActionView::CollectionRenderer

def retrieve_variable(path)

def retrieve_variable(path)
  variable = local_variable(path)
  [variable, :"#{variable}_counter", :"#{variable}_iteration"]
end