5 6 7
# File 'lib/snapfish/album_collection.rb', line 5 def each all.each { |album| yield album } end