For a block {|cluster| …}
Yields:
Gives the next cluster object in the list
122 123 124
# File 'lib/ood_core/clusters.rb', line 122 def each(&block) @clusters.each(&block) end