# File lib/aws/cloud_formation/stack.rb, line 128 def outputs output_details.collect do |o| StackOutput.new(self, o.output_key, o.output_value, o.description) end end