# File lib/aws/cloud_formation/stack_collection.rb, line 190 def _each_item options = {} client.describe_stacks.stacks.each do |summary| stack = Stack.new_from( :describe_stacks, summary, summary.stack_name, :config => config) yield(stack) end end