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