method
length
v7.1.3.4 -
Show latest stable
- Class:
ActionView::CollectionRenderer::CollectionIterator
length()public
No documentation available.
# File actionview/lib/action_view/renderer/collection_renderer.rb, line 51
def length
@collection.respond_to?(:length) ? @collection.length : size
end