# File lib/fog/aws/parsers/cloud_formation/list_stacks.rb, line 6
          def reset
            @stack = {}
            @response = { 'StackSummaries' => [] }
          end