instance method
last?
Ruby on Rails 5.2.8.1
Since v4.2.9Signature
last?()
Check if this is the last iteration of the partial.
Source
# File actionview/lib/action_view/renderer/partial_renderer.rb, line 25
def last?
index == size - 1
end
Defined in actionview/lib/action_view/renderer/partial_renderer.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::PartialIteration