last?()
Check if this is the last iteration of the partial.
# File actionview/lib/action_view/renderer/partial_renderer.rb, line 22 def last? index == size - 1 end