Method: Megam::AppRequestCollection#each_index

Defined in:
lib/megam/core/app_request_collection.rb

#each_indexObject



78
79
80
81
82
# File 'lib/megam/core/app_request_collection.rb', line 78

def each_index
  @apprequests.each_index do |i|
    yield i
  end
end