Method: Megam::AssemblyCollection#each
- Defined in:
- lib/megam/core/assembly_collection.rb
#each ⇒ Object
72 73 74 75 76 |
# File 'lib/megam/core/assembly_collection.rb', line 72 def each @assemblys.each do |assemblys| yield assemblys end end |