Methods
Attributes
[R] | index | The current iteration of the partial. |
[R] | size | The number of iterations that will be done by the partial. |
Class Public methods
new(size)
Source:
# File actionview/lib/action_view/renderer/partial_renderer.rb, line 14
def initialize(size)
@size = size
@index = 0
end