method
retrieve_variable
rails latest stable - Class:
ActionView::CollectionRenderer
retrieve_variable(path)private
No documentation available.
# File actionview/lib/action_view/renderer/collection_renderer.rb, line 148
def retrieve_variable(path)
variable = local_variable(path)
[variable, :"#{variable}_counter", :"#{variable}_iteration"]
end