Method: Megam::AppRequestCollection#each
- Defined in:
- lib/megam/core/app_request_collection.rb
#each ⇒ Object
73 74 75 76 77 |
# File 'lib/megam/core/app_request_collection.rb', line 73 def each @appreqs.each do |appreq| yield appreq end end |