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