Method: Megam::CreditsCollection#each
- Defined in:
- lib/megam/core/credits_collection.rb
#each ⇒ Object
57 58 59 60 61 |
# File 'lib/megam/core/credits_collection.rb', line 57 def each @credits.each do |credits| yield credits end end |