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