Module: Vedeu::Editor::Collection Private
- Includes:
- Repositories::Assemblage
- Defined in:
- lib/vedeu/editor/collection.rb
Overview
Instance Method Summary collapse
-
#by_index(index) ⇒ String
private
Fetches an item from a collection.
Methods included from Repositories::Assemblage
#[], #any?, #each, #empty?, #eql?, #size
Instance Method Details
#by_index(index) ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Fetches an item from a collection.
20 21 22 |
# File 'lib/vedeu/editor/collection.rb', line 20 def by_index(index) Vedeu::Editor::Item.by_index(collection, index) end |