Method: Megam::NodeCollection#each_index
- Defined in:
- lib/megam/core/node_collection.rb
#each_index ⇒ Object
79 80 81 82 83 |
# File 'lib/megam/core/node_collection.rb', line 79 def each_index @nodes.each_index do |i| yield i end end |